:root{--accent:#ff0d5a;--accent-hover:#ff3d7a;--accent-muted:#9e3a5a;--accent-tint:#ff0d5a0f;--accent-muted-tint:#9e3a5a1f;--bg-base:#0f0f0f;--bg-surface:#1a1a1a;--bg-elevated:#252525;--border-subtle:#2e2e2e;--border:#3a3a3a;--border-strong:#4a4a4a;--text-primary:#eee;--text-secondary:#b0b0b0;--text-tertiary:gray;--text-muted:#555;--error-bg:#2d1515;--error-border:#7f1d1d;--error-text:#fca5a5;--success-text:#34d399;--bg-overlay:#00000073;--warning-amber:#d97706;--hover-bg:var(--bg-elevated);--focus-ring:var(--accent);--disabled-opacity:.4;--text-on-accent:#fff;--pink:var(--accent);--pink-dark:var(--accent-muted);--dark:#18181b}.mobile-menu-cta{justify-content:center;width:100%;margin-top:20px}.footer-bottom a{color:#555;text-decoration:none}.footer-bottom a:hover{color:var(--pink)}.hero-eyebrow{color:var(--pink);letter-spacing:.12em;text-transform:uppercase;margin-bottom:14px;font-size:11px;font-weight:700}.hero-protein-image{box-shadow:none;filter:none;border-radius:12px;max-width:100%}.team-subgroup-spaced{margin-top:48px}.cta-eyebrow{text-align:center}.cta-button{padding:13px 28px;font-size:15px}.marketing-subpage{min-height:60vh}.marketing-subpage-hero{background:#fff;padding:184px 48px 120px}.marketing-subpage-inner{width:100%}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--dark);background:#fff;font-family:Inter,system-ui,sans-serif;line-height:1.5;overflow-x:hidden}img,svg{max-width:100%;display:block}.navbar{z-index:1000;-webkit-backdrop-filter:blur();background:0 0;border-bottom:1px solid #0000;grid-template-columns:max-content minmax(0,1fr) max-content;align-items:center;column-gap:clamp(24px,2.8vw,40px);height:80px;padding:0 48px;transition:all .5s cubic-bezier(.4,0,.2,1);display:grid;position:fixed;top:0;left:0;right:0}.navbar>a{justify-self:start}.navbar.scrolled{-webkit-backdrop-filter:blur(12px);background:#fffc;border-bottom:1px solid #0000000d;height:64px;box-shadow:0 4px 20px #0000000a}.navbar-actions{justify-self:end;align-items:center;gap:16px;display:flex}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.marketing-language-switcher{background:#ffffffb8;border:1px solid #00000014;border-radius:6px;align-items:center;gap:4px;padding:3px;display:inline-flex}.marketing-language-switcher a{color:#555;border-radius:4px;justify-content:center;align-items:center;min-width:32px;min-height:28px;padding:0 8px;font-size:12px;font-weight:700;line-height:1;text-decoration:none;transition:background .2s,color .2s;display:inline-flex}.marketing-language-switcher a:hover{color:var(--dark);background:#0000000a}.marketing-language-switcher a.active{color:#fff;background:var(--dark)}.navbar-logo{height:28px}.nav-links{justify-self:center;align-items:center;gap:clamp(18px,2.2vw,32px);display:flex}.nav-links a{color:#444;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.nav-links a:after{content:"";background:var(--pink);width:0;height:2px;transition:width .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:-4px;left:0}.nav-links a:hover{color:var(--dark)}.nav-links a:hover:after{width:100%}.btn-primary{background:var(--dark);color:#fff;cursor:pointer;border:none;border-radius:6px;align-items:center;gap:6px;padding:10px 22px;font-size:14px;font-weight:600;line-height:1.5;text-decoration:none;transition:opacity .2s;display:inline-flex}.btn-primary:hover{opacity:.75}.btn-outline{color:var(--dark);cursor:pointer;background:0 0;border:1.5px solid #d0d0d0;border-radius:6px;align-items:center;gap:6px;padding:10px 22px;font-size:14px;font-weight:600;line-height:1.5;text-decoration:none;transition:border-color .2s,color .2s;display:inline-flex}.btn-outline:hover{border-color:var(--pink);color:var(--pink)}.hero{background:#fff;flex-direction:column;justify-content:center;align-items:center;min-height:100svh;padding-top:64px;display:flex;position:relative;overflow:hidden}.hero-bg{opacity:.5;pointer-events:none;background-image:url(/assets/TopograhpicalMap_full_landingpage.png);background-position:50% 40%;background-size:cover;position:absolute;inset:0;mask-image:linear-gradient(#000 85%,#0000)}.hero-inner{z-index:2;grid-template-columns:1.4fr 1fr .9fr;align-items:center;gap:32px;width:100%;max-width:1300px;min-height:calc(100svh - 64px);margin:0 auto;padding:0 48px;display:grid;position:relative}.hero-text{z-index:10;align-self:start;margin-top:10vh;position:relative}.hero-text h1{letter-spacing:-.03em;color:var(--dark);text-shadow:0 0 8px #fff,0 0 16px #fffffff2,0 0 24px #ffffffe6,0 0 32px #ffffffd9,0 0 48px #fffc;font-size:clamp(2rem,3.5vw,3rem);font-weight:800;line-height:1.15}.hero-word-group{color:var(--dark);flex-direction:column;line-height:1.15;display:flex}.hero-text p{color:#555;text-shadow:0 0 6px #fff,0 0 12px #fffffff2,0 0 18px #ffffffe6,0 0 24px #ffffffd9;max-width:440px;margin-top:16px;font-size:16px;font-weight:400;line-height:1.6}.hero-text .hero-eyebrow{color:var(--pink);letter-spacing:.12em;text-transform:uppercase;margin-bottom:14px;font-size:11px;font-weight:700;line-height:1.6}.hero-ctas{align-items:center;gap:12px;margin-top:32px;display:flex}.hero-protein{justify-content:center;align-items:center;display:flex;position:relative}.hero-protein img{filter:drop-shadow(0 8px 40px #0000001f);width:100%;max-width:380px}.chat-mockup{pointer-events:none;user-select:none;background:#fff;border:1px solid #00000012;border-radius:14px;width:100%;max-width:320px;margin-top:20vh;font-size:13px;overflow:hidden;box-shadow:0 4px 40px #0000001f,0 1px 3px #0000000f}.chat-tabs{background:#fafafa;border-bottom:1px solid #f0f0f0;display:flex}.chat-tab{cursor:default;color:#888;border-bottom:2px solid #0000;padding:10px 18px;font-size:12px;font-weight:600}.chat-tab.active{color:#fff;background:var(--pink);border-bottom-color:#0000}.chat-tab:not(.active):last-child{border-left:1px solid #e8e8e8}.chat-body{flex-direction:column;gap:12px;min-height:220px;padding:16px;display:flex}.chat-msg{justify-content:flex-end;display:flex}.chat-msg-text{color:#333;background:#f5f5f5;border-radius:10px 10px 2px;max-width:80%;padding:9px 13px;line-height:1.5}.chat-msg.agent{justify-content:flex-start}.chat-msg.agent .chat-msg-text{color:#333;background:#fff;border:1px solid #e8e8e8;border-radius:2px 10px 10px;font-size:12.5px}.chat-highlight{color:var(--pink);font-weight:600}.chat-typing{justify-content:flex-start;display:flex}.chat-typing-dots{background:#fff;border:1px solid #e8e8e8;border-radius:2px 10px 10px;align-items:center;gap:4px;padding:11px 16px;display:flex}.chat-typing-dots span{background:#bbb;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite typingBounce}.chat-typing-dots span:nth-child(2){animation-delay:.15s}.chat-typing-dots span:nth-child(3){animation-delay:.3s}@keyframes typingBounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}section{padding:96px 48px}.section-inner{max-width:1200px;margin:0 auto}.section-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--pink);margin-bottom:12px;font-size:11px;font-weight:700}.section-title{letter-spacing:-.03em;color:var(--dark);font-size:clamp(1.8rem,3vw,2.5rem);font-weight:800;line-height:1.15}.section-subtitle{color:#555;max-width:560px;margin-top:16px;font-size:16px;line-height:1.7}.problem-section{background:#fafafa}.problem-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:56px;display:grid}.problem-card{background:#fff;border:1px solid #e8e8e8;border-radius:12px;padding:28px;transition:box-shadow .2s,transform .2s}.problem-card:hover{transform:translateY(-2px);box-shadow:0 8px 32px #00000014}.problem-icon{background:#fff0f7;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:16px;display:flex}.problem-icon svg{width:20px;height:20px;color:var(--pink)}.problem-card h3{color:var(--dark);margin-bottom:8px;font-size:16px;font-weight:700}.problem-card p{color:#666;font-size:14px;line-height:1.6}.products-section{background:#fff}.products-grid{grid-template-columns:1fr 1fr;gap:32px;margin-top:56px;display:grid}.product-card{border:1.5px solid #e8e8e8;border-radius:16px;padding:40px;transition:border-color .2s,box-shadow .2s;position:relative;overflow:hidden}.product-card:hover{border-color:var(--pink);box-shadow:0 0 0 4px #e91e8c0f}.product-badge{color:var(--pink);background:#fff0f7;border-radius:100px;align-items:center;gap:6px;margin-bottom:20px;padding:4px 12px;font-size:12px;font-weight:700;display:inline-flex}.product-card h3{letter-spacing:-.02em;color:var(--dark);margin-bottom:12px;font-size:24px;font-weight:800}.product-card p{color:#555;margin-bottom:24px;font-size:15px;line-height:1.7}.product-features{flex-direction:column;gap:10px;list-style:none;display:flex}.product-features li{color:#444;align-items:center;gap:10px;font-size:14px;display:flex}.product-features li:before{content:"";background:var(--pink);border-radius:50%;flex-shrink:0;width:6px;height:6px;display:block}.hiw-section{background:var(--dark);color:#fff}.hiw-section .section-eyebrow{color:var(--pink)}.hiw-section .section-title{color:#fff}.hiw-section .section-subtitle{color:#aaa}.hiw-steps{grid-template-columns:repeat(3,1fr);gap:48px;margin-top:64px;display:grid;position:relative}.hiw-step{flex-direction:column;align-items:flex-start;padding:0;display:flex}.hiw-number{width:56px;height:56px;color:var(--pink);z-index:1;background:#e91e8c0f;border:1.5px solid #e91e8c66;border-radius:50%;justify-content:center;align-items:center;margin-bottom:24px;font-size:20px;font-weight:800;display:flex;position:relative}.hiw-step h3{margin-bottom:10px;font-size:18px;font-weight:700}.hiw-step p{color:#999;font-size:14px;line-height:1.7}.usecases-section{background:#fafafa}.usecases-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:56px;display:grid}.usecase-card{background:#fff;border:1px solid #e8e8e8;border-radius:12px;padding:28px;transition:box-shadow .2s,transform .2s}.usecase-card:hover{transform:translateY(-2px);box-shadow:0 8px 32px #00000014}.usecase-number{letter-spacing:.1em;color:var(--pink);text-transform:uppercase;margin-bottom:12px;font-size:11px;font-weight:700}.usecase-card h3{color:var(--dark);margin-bottom:10px;font-size:17px;font-weight:700;line-height:1.3}.usecase-card p{color:#666;font-size:14px;line-height:1.65}.cta-section{text-align:center;background:#fafafa}.cta-inner{max-width:640px;margin:0 auto}.cta-inner .section-title{margin-bottom:16px}.cta-inner .section-subtitle{text-align:center;max-width:480px;margin:0 auto 36px}.cta-actions{justify-content:center;align-items:center;gap:12px;display:flex}.cta-actions .cta-button{padding:13px 28px;font-size:15px;line-height:1.5}footer{background:var(--dark);color:#fff;padding:56px 48px 40px}.footer-inner{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;max-width:1200px;margin:0 auto;display:grid}.footer-brand p{color:#888;max-width:280px;margin-top:16px;font-size:14px;line-height:1.7}.footer-logo{filter:invert();opacity:.9;height:22px}.footer-col h4{letter-spacing:.1em;text-transform:uppercase;color:#666;margin-bottom:16px;font-size:12px;font-weight:700}.footer-col ul{flex-direction:column;gap:10px;list-style:none;display:flex}.footer-col ul li a{color:#aaa;font-size:14px;text-decoration:none;transition:color .2s}.footer-col ul li a:hover{color:#fff}.footer-link-inactive{color:#444;cursor:default;font-size:14px}.footer-bottom{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:16px;max-width:1200px;margin-top:48px;margin-left:auto;margin-right:auto;padding-top:24px;display:flex}.footer-bottom .marketing-language-switcher{background:#ffffff0a;border-color:#ffffff1a;flex-shrink:0}.footer-bottom .marketing-language-switcher a{color:#aaa}.footer-bottom .marketing-language-switcher a:hover{color:#fff;background:#ffffff14}.footer-bottom .marketing-language-switcher a.active{color:var(--dark);background:#fff}.footer-bottom p{color:#555;font-size:13px}.divider{background:#e8e8e8;max-width:1200px;height:1px;margin:0 auto}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:.7s both fadeUp}.delay-1{animation-delay:.15s}.delay-2{animation-delay:.3s}.delay-3{animation-delay:.45s}.gradient-text{color:var(--pink)}.hero-connectors{z-index:1;pointer-events:none;width:100%;max-width:none;height:100%;position:absolute;inset:0;overflow:visible}.connector-line{fill:none;stroke-width:2px;stroke-linecap:round;opacity:.7}.connector-line-blue{stroke:#4a9aca}.connector-line-red{stroke:#e84060}.connector-dot{r:5;opacity:.9}.connector-dot-blue{fill:#4a9aca}.connector-dot-red{fill:#e84060}.connector-dot-glow{r:12;opacity:0;animation:2.5s ease-in-out infinite dotPulse}.connector-dot-glow-blue{fill:#4a9aca}.connector-dot-glow-red{fill:#e84060}@keyframes dotPulse{0%,to{opacity:0;r:5}50%{opacity:.3;r:14}}.connector-line{stroke-dasharray:8 6}.team-section{background:#fff}.team-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:56px;display:grid}.team-card{text-align:center;border:1px solid #e8e8e8;border-radius:14px;padding:28px 24px;transition:box-shadow .2s,transform .2s;position:relative;overflow:hidden}.team-card:hover{transform:translateY(-3px);box-shadow:0 8px 32px #00000014}.team-avatar{object-fit:cover;border-radius:50%;width:100px;height:100px;margin:0 auto 18px;display:block;box-shadow:0 2px 16px #0000001a}.team-role{letter-spacing:.1em;text-transform:uppercase;color:var(--pink);background:#fff0f7;border-radius:100px;margin-bottom:10px;padding:3px 10px;font-size:10.5px;font-weight:700;display:inline-block}.team-card h3{color:var(--dark);margin-bottom:6px;font-size:16px;font-weight:700}.team-card .team-bio{color:#666;margin-bottom:14px;font-size:13px;line-height:1.6}.team-tags{flex-wrap:wrap;justify-content:center;gap:6px;display:flex}.team-tag{color:#888;background:#f5f5f5;border-radius:100px;padding:3px 9px;font-size:11px;font-weight:500}.team-subgroup-label{letter-spacing:.12em;text-transform:uppercase;color:#aaa;margin-top:56px;margin-bottom:20px;font-size:11px;font-weight:700}.team-grid-4{grid-template-columns:repeat(4,1fr)}.advisory-grid{grid-template-columns:1fr 1fr;gap:24px;margin-top:56px;display:grid}.advisory-card{background:#fff;border:1px solid #e8e8e8;border-radius:14px;align-items:flex-start;gap:20px;padding:28px 24px;transition:box-shadow .2s,transform .2s;display:flex}.advisory-card:hover{transform:translateY(-2px);box-shadow:0 8px 32px #00000014}.advisory-avatar{color:#fff;background:linear-gradient(135deg, var(--pink-dark), var(--pink));letter-spacing:.04em;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:18px;font-weight:700;display:flex;box-shadow:0 2px 16px #0000001a}.advisory-avatar-img{object-fit:cover;background:0 0}.advisory-content{flex:1}.advisory-name{color:var(--dark);margin:6px 0 4px;font-size:16px;font-weight:700}.advisory-affil{color:var(--pink);margin-bottom:10px;font-size:12px;font-weight:600}.advisory-bio{color:#666;font-size:13.5px;line-height:1.65}.hamburger{cursor:pointer;z-index:1100;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;padding:0;transition:transform .3s;display:none}.hamburger span{background-color:var(--dark);transform-origin:0;border-radius:2px;width:100%;height:2px;transition:all .3s cubic-bezier(.4,0,.2,1)}.hamburger.active span:first-child{background-color:var(--pink);transform:rotate(45deg)translateY(-2px)}.hamburger.active span:nth-child(2){opacity:0;width:0%}.hamburger.active span:nth-child(3){background-color:var(--pink);transform:rotate(-45deg)translateY(2px)}.mobile-menu{-webkit-backdrop-filter:blur(20px);z-index:1050;background:#fffffffa;flex-direction:column;justify-content:center;width:100%;height:100vh;padding:40px;transition:right .5s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:-100%}.mobile-menu.active{right:0}.mobile-menu-links{flex-direction:column;align-items:center;gap:32px;display:flex}.mobile-menu-links a{color:var(--dark);font-size:24px;font-weight:700;text-decoration:none;transition:color .3s}.mobile-menu-links a:hover{color:var(--pink)}.mobile-menu-links .btn-primary{letter-spacing:normal;text-transform:none;font-size:16px;color:#fff!important}.mobile-menu-links .btn-primary:hover{color:#fff!important}.mobile-menu-links .marketing-language-switcher{margin-top:-6px}.mobile-menu-links .marketing-language-switcher a{color:#555;min-width:40px;font-size:13px;font-weight:700}.mobile-menu-links .marketing-language-switcher a.active{color:#fff}@media (width<=1024px){.navbar{grid-template-columns:max-content minmax(0,1fr) max-content;column-gap:clamp(24px,3vw,36px)}.navbar-actions{margin-left:0}.hero-inner{grid-template-columns:minmax(0,1fr) minmax(280px,.8fr);grid-template-areas:"text chat";align-items:start;column-gap:28px;padding-top:28px}.hero-text{grid-area:text;align-self:start;margin-top:7svh}.hero-protein,.hero-connectors{display:none}.chat-mockup{grid-area:chat;justify-self:center;max-width:320px;margin-top:38svh}.problem-grid,.usecases-grid,.hiw-steps,.team-grid,.team-grid-4,.advisory-grid{grid-template-columns:1fr 1fr}.hiw-steps:before{display:none}.footer-inner{grid-template-columns:1fr 1fr}}@media (width<=768px){.navbar{justify-content:space-between;padding:0 24px;display:flex}.nav-links,.desktop-only{display:none!important}.hamburger{display:flex}section{padding:64px 24px}.marketing-subpage-hero{padding:136px 24px 88px}.hero-inner{text-align:center;flex-direction:column;grid-template-columns:1fr;justify-content:center;gap:32px;min-height:auto;padding:0 24px 80px;display:flex}.hero-text{align-self:center;margin-top:5svh}.hero-text h1{font-size:2.2rem;line-height:1.1}.hero-text p{max-width:100%;margin-left:auto;margin-right:auto}.hero-ctas{flex-direction:column;justify-content:center;gap:16px;width:100%}.hero-ctas .btn-primary,.hero-ctas .btn-outline{justify-content:center;width:100%;padding:14px 28px;font-size:15px}.chat-mockup{width:100%;max-width:320px;margin:0 auto;font-size:12px}.hero-protein{display:none}.chat-body{min-height:180px}.hero-connectors{display:none}.products-grid,.problem-grid,.usecases-grid,.hiw-steps,.team-grid,.team-grid-4,.advisory-grid{grid-template-columns:1fr}.hiw-steps{text-align:center;gap:48px}.hiw-step{align-items:center;padding:0}.hiw-step:first-child,.hiw-step:last-child{padding:0}.section-title{text-align:center;font-size:2rem}.section-eyebrow,.section-subtitle{text-align:center;margin-left:auto;margin-right:auto}.section-subtitle{font-size:15px}.problem-card,.product-card,.usecase-card,.team-card{text-align:center}.problem-icon,.product-badge,.usecase-number,.team-avatar,.team-tags{margin-left:auto;margin-right:auto}.product-features{text-align:left;align-items:center;width:100%;display:inline-flex}.product-features li{width:fit-content;margin-left:auto;margin-right:auto}footer{text-align:center;padding:48px 24px 32px}.footer-inner{grid-template-columns:1fr 1fr;gap:32px}.footer-bottom{text-align:center;flex-direction:column;gap:12px}@media (width<=480px){.hero-text h1{font-size:1.8rem}.section-title{font-size:1.75rem}.hero-text p{font-size:15px}}body.no-scroll{overflow:hidden}}.blog-index-hero{padding-top:152px}.blog-post{padding:152px 48px 96px}.blog-index-list{padding-top:24px}.blog-post-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px;list-style:none;display:grid}.blog-post-card{background:#fff;border:1px solid #e8e8e8;border-radius:12px;height:100%;padding:28px;transition:box-shadow .2s,transform .2s}.blog-post-card:hover{transform:translateY(-2px);box-shadow:0 8px 32px #00000014}.blog-post-card-title{letter-spacing:-.02em;font-size:20px;font-weight:700;line-height:1.3}.blog-post-card-title a{color:var(--dark);text-decoration:none}.blog-post-card-title a:hover{color:var(--pink)}.post-meta{color:#666;flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px;font-size:13px;display:flex}.blog-post-card-description{color:#555;margin-top:12px;font-size:15px;line-height:1.6}.blog-post-card-link{color:var(--pink);margin-top:16px;font-size:14px;font-weight:600;text-decoration:none;display:inline-block}.blog-post-card-link:hover{color:var(--pink-dark)}.blog-post-inner{max-width:720px;margin:0 auto}.blog-post-title{letter-spacing:-.03em;color:var(--dark);margin-top:12px;font-size:clamp(2rem,4vw,2.75rem);font-weight:800;line-height:1.12}.blog-post-byline{color:var(--dark);margin-top:16px;font-size:14px;font-weight:600}.blog-post-reviewers{color:#666;margin-top:4px;font-size:13px}.share-button{color:var(--dark);cursor:pointer;background:#fff;border:1px solid #e8e8e8;border-radius:8px;margin-top:24px;padding:9px 16px;font-family:inherit;font-size:14px;font-weight:600;transition:border-color .2s,color .2s}.share-button:hover,.share-button.is-copied{border-color:var(--pink);color:var(--pink)}.blog-article{max-width:68ch;color:var(--dark);margin:40px auto 0;font-size:17px;line-height:1.8}.blog-article h2{letter-spacing:-.02em;color:var(--dark);margin-top:40px;margin-bottom:12px;font-size:clamp(1.4rem,2.4vw,1.75rem);font-weight:700;line-height:1.25}.blog-article p{margin-top:20px}.blog-article p:first-child{margin-top:0}.blog-article a{color:var(--pink);text-decoration:underline}.blog-article img{border-radius:12px;max-width:100%;margin:28px 0}.blog-post-footer{max-width:68ch;margin:48px auto 0}.blog-post-back{color:var(--pink);font-size:14px;font-weight:600;text-decoration:none}.blog-post-back:hover{color:var(--pink-dark)}@media (width<=768px){.blog-index-hero{padding-top:120px}.blog-post{padding:120px 24px 64px}}
