:root{--teal:#0f766e;--teal-light:#14b8a6;--terracotta:#e07a5f;--sand:#f4a261;--charcoal:#1e2937;--paper:#f8f1e9;--offwhite:#fcf9f4;--border:#ded7ca;--muted:#5f6b7a;--muted-light:#8a8f98;--font-display:"Space Grotesk", system-ui, sans-serif;--font-body:"Inter", system-ui, sans-serif;--font-mono:"JetBrains Mono", ui-monospace, monospace;font-family:var(--font-body);color:var(--charcoal);background:radial-gradient(circle at top left, #0f766e14, transparent 30%), radial-gradient(circle at top right, #e07a5f17, transparent 28%), linear-gradient(180deg, var(--offwhite) 0%, var(--paper) 48%, #f6eee4 100%);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;font-weight:400;line-height:1.55}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;min-height:100vh;margin:0}body,button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}img{max-width:100%}button,input,select,textarea{color:inherit}button{cursor:pointer}p{margin:0}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-.04em;color:var(--charcoal);margin:0;font-weight:600}ul{margin:0;padding:0}#root{min-height:100vh}.wrap{width:min(1180px,100vw - 2rem);margin-inline:auto}.hidden{display:none!important}.site-shell{position:relative;overflow:clip}.site-header{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fcf9f4d6;border-bottom:1px solid #0000;transition:border-color .18s,background .18s;position:sticky;top:0}.site-header.scrolled{border-bottom-color:var(--border);background:#fcf9f4f5}.nav{justify-content:space-between;align-items:center;gap:1rem;min-height:5rem;display:flex}.brand img,.footer-brand img{width:auto;display:block}.brand img{height:1.65rem}.nav-links,.nav-actions{align-items:center;gap:1.1rem;display:flex}.nav-links{font-size:.93rem;font-weight:500}.nav-links a{color:var(--charcoal);padding:.25rem 0;position:relative}.nav-links a:after{content:"";transform-origin:0;background:0 0;width:100%;height:1.5px;transition:transform .18s,background .18s;position:absolute;bottom:-.15rem;left:0;transform:scaleX(0)}.nav-links a:hover:after,.nav-links a.active:after{background:var(--terracotta);transform:scaleX(1)}.nav-links a.active{color:var(--teal)}.nav-toggle{background:0 0;border:0;flex-direction:column;justify-content:center;gap:.33rem;width:2.75rem;height:2.75rem;padding:0;display:none}.nav-toggle span{background:var(--charcoal);width:1.35rem;height:2px;margin-inline:auto;transition:transform .18s,opacity .18s;display:block}.nav-cta-desktop{display:inline-flex}.hero,.page-hero,.about-hero{padding-block:5.25rem 6rem}.page-hero{padding-bottom:2.25rem;position:relative}.page-hero:before{content:"";background:var(--terracotta);width:4.5rem;height:2px;position:absolute;top:1.1rem;left:0}.page-hero p{max-width:35rem;margin-top:1rem;font-size:.98rem}.hero{display:block}.hero-copy h1,.page-hero h1,.about-hero h1{letter-spacing:-.045em;margin:.25rem 0 1rem;font-size:clamp(2.4rem,5.5vw,3.75rem);line-height:1.04}.hero-copy h1 span{color:var(--teal)}.lead{max-width:32rem;color:var(--muted);font-size:1.05rem;line-height:1.65}.hero-actions{flex-wrap:wrap;gap:.85rem;margin-top:1.65rem;display:flex}.hero-status{border:1px solid var(--border);background:var(--offwhite);font-family:var(--font-mono);color:var(--muted);border-radius:999px;align-items:center;gap:.55rem;margin-top:1rem;padding:.55rem .8rem;font-size:.77rem;display:inline-flex}.hero-status i{color:var(--teal)}.surface{border:1px solid var(--border);background:linear-gradient(#fefcf8f5,#ffffffeb);border-radius:16px}.solve-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;display:grid}.solve-card{border:1px solid var(--border);background:linear-gradient(#fefcf8f5,#ffffffeb);border-radius:18px;align-items:flex-start;gap:.85rem;padding:1.15rem 1.25rem;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;box-shadow:0 12px 28px -30px #1e29372e}.solve-card:hover{border-color:#0f766e59;transform:translateY(-3px);box-shadow:0 16px 32px -24px #1e293733}.solve-icon{width:2.4rem;height:2.4rem;color:var(--teal);background:#0f766e14;border-radius:.65rem;flex:none;place-items:center;font-size:1.15rem;display:grid}.solve-content{min-width:0}.solve-problem{color:var(--muted);margin-bottom:.25rem;font-size:.86rem;font-weight:500;line-height:1.45}.solve-solution{color:var(--teal);font-size:.9rem;font-weight:500;line-height:1.5}.how-steps{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.how-step{border:1px solid var(--border);background:linear-gradient(#fefcf8f5,#ffffffeb);border-radius:20px;flex-direction:column;align-items:flex-start;gap:.85rem;padding:1.5rem 1.35rem;display:flex;position:relative;box-shadow:0 18px 34px -38px #1e293733}.how-step-number{width:2rem;height:2rem;color:var(--teal);font-family:var(--font-mono);background:#0f766e14;border-radius:50%;place-items:center;font-size:.8rem;font-weight:600;display:grid;position:absolute;top:.75rem;right:.85rem}.how-step i{width:2.6rem;height:2.6rem;color:var(--teal);background:#0f766e14;border-radius:.75rem;flex:none;place-items:center;font-size:1.2rem;display:grid}.how-step h3{margin:0 0 .35rem;font-size:1rem}.how-step p{color:var(--muted);margin:0;font-size:.88rem;line-height:1.55}.solve-grid{margin-bottom:2.5rem}.how-steps{margin-bottom:2rem}.how-cta{justify-content:center;margin-top:1.5rem;margin-bottom:2.5rem;display:flex}.service-card,.case-card{border:1px solid var(--border);background:linear-gradient(#fefcf8fa,#fffffff0);border-radius:22px;overflow:hidden;box-shadow:0 18px 36px -34px #1e29373d}.case-card{flex-direction:column;height:100%;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex}.case-card:hover{border-color:#0f766e47;transform:translateY(-4px);box-shadow:0 22px 44px -30px #1e29373d}.service-visual,.case-visual,.problem-visual{color:var(--paper);place-items:center;display:grid}.service-visual--teal,.case-visual--teal,.problem-visual--teal{background:linear-gradient(160deg, var(--teal), var(--teal-light))}.service-visual--sand,.case-visual--sand,.problem-visual--sand{background:linear-gradient(160deg, var(--terracotta), var(--sand))}.service-visual--violet,.case-visual--violet,.problem-visual--violet{background:linear-gradient(160deg,#4a0e4e,#7c3aed)}.service-visual--slate,.case-visual--slate,.problem-visual--slate{background:linear-gradient(160deg, var(--charcoal), #344156)}.service-visual--amber,.case-visual--amber{background:linear-gradient(160deg,#b45309,#f59e0b)}.service-visual--forest{background:linear-gradient(160deg, var(--teal), var(--charcoal))}.service-body,.case-body{padding:1.2rem 1.25rem 1.3rem}.case-visual{height:11.25rem;font-size:2.9rem}.case-body{flex-direction:column;flex:1;display:flex}.service-body h3,.case-body h3,.card h3,.benchmark-card h3,.value-card h3,.contact-card h3{margin:.55rem 0 .45rem;font-size:1.1rem}.service-body p,.case-body p,.card p,.benchmark-card p,.value-card p,.contact-card p,.about-prose p{color:var(--muted);font-size:.92rem;line-height:1.62}.case-label strong{color:var(--charcoal)}.text-link{color:var(--teal);align-items:center;gap:.35rem;font-size:.88rem;font-weight:500;display:inline-flex}.eyebrow{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--teal);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.78rem;display:inline-flex}.eyebrow:before{content:"";background:var(--terracotta);border-radius:.2rem;width:.45rem;height:.45rem}.section-heading{grid-template-columns:minmax(0,1fr) 320px;align-items:end;gap:1.75rem;margin-bottom:2.5rem;display:grid}.section-heading h2,.cta-banner h2{letter-spacing:-.04em;margin:0;font-size:clamp(1.65rem,3.2vw,2.4rem);line-height:1.08}.section-description{max-width:320px;color:var(--muted);justify-self:end;margin:0;font-size:.9rem;line-height:1.6}.grid{gap:1.25rem;display:grid}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.card,.capability,.benchmark-card,.value-card{border:1px solid var(--border);background:linear-gradient(#fefcf8f5,#ffffffeb);border-radius:20px;padding:1.35rem;transition:transform .18s,box-shadow .18s,border-color .18s;box-shadow:0 18px 34px -38px #1e293733}.card:hover,.capability:hover,.benchmark-card:hover,.value-card:hover{border-color:#0f766e59;transform:translateY(-4px);box-shadow:0 20px 36px -26px #1e293738}.card i,.capability-icon i,.benchmark-card i,.value-card i,.contact-card i,.service-visual i,.case-visual i,.problem-visual i{font-size:1.25rem}.card .icon{width:2.6rem;height:2.6rem;color:var(--teal);background:#0f766e14;border-radius:.75rem;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.capability{gap:.85rem;display:grid}.capability-icon{width:2.9rem;height:2.9rem;color:var(--teal);background:#0f766e14;border-radius:.8rem;place-items:center;display:grid}.problems .problem-card{border-radius:22px;grid-template-rows:11rem 1fr;display:grid;overflow:hidden}.problems .problem-card:hover .problem-body{border-color:#0f766e59}.problem-body{padding:1.2rem 1.25rem 1.3rem}.problem-body .solution-line{color:var(--teal);margin-top:.85rem;font-size:.84rem;font-weight:500}.tag{font-family:var(--font-mono);letter-spacing:.03em;border-radius:.375rem;align-items:center;gap:.35rem;padding:.3rem .6rem;font-size:.72rem;font-weight:500;display:inline-flex}.tag-live,.tag-problem{color:#085041;background:#e1f5ee}.tag-concept{color:#854f0b;background:#faeeda}.section-heading+.grid,.section-heading+.service-stack,.section-heading+.pricing-grid,.section-heading+.benchmark-grid,.section-heading+.solve-grid,.section-heading+.how-steps,.section-heading+.faq-list,.section-heading+.work-stack,.section-heading+.contact-layout,.section-heading+.about-prose{margin-top:.25rem}.service-stack,.work-stack{gap:1.35rem;display:grid}.quick-builds-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;display:grid}.quick-builds-grid .service-card{grid-template-columns:1fr;height:100%}.quick-builds-grid .service-visual{min-height:8.5rem;font-size:2.4rem}.quick-builds-grid .service-body{flex-direction:column;display:flex}.quick-builds-grid .service-body .btn{margin-top:auto}.quick-build-price{font-family:var(--font-mono);color:var(--teal);align-items:baseline;gap:.5rem;margin-top:.4rem;font-size:1rem;font-weight:500;display:flex}.quick-build-price small{color:var(--muted-light);font-size:.74rem}.quick-build-date{font-family:var(--font-mono);color:var(--muted-light);margin-top:.9rem;font-size:.74rem;display:block}.service-card{grid-template-columns:minmax(250px,.9fr) minmax(0,1.6fr);display:grid}.service-visual{min-height:100%;font-size:2.8rem}.service-desc{margin-bottom:1rem}.service-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1rem;display:grid}.service-detail-grid h4{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--muted-light);margin:0 0 .8rem;font-size:.75rem}.service-detail-grid ul,.pricing-card ul,.case-body ul{gap:.6rem;margin:0;padding:0;list-style:none;display:grid}.service-detail-grid li,.pricing-card li,.case-body li{color:var(--muted);align-items:flex-start;gap:.5rem;font-size:.9rem;line-height:1.55;display:flex}.service-detail-grid li i,.pricing-card li i,.case-body li i{color:var(--teal);flex:none;margin-top:.1rem;font-size:.95rem}.pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;display:grid}.pricing-card{border:1px solid var(--border);background:linear-gradient(#fefcf8fa,#fffffff2);border-radius:26px;padding:1.35rem;position:relative;box-shadow:0 20px 40px -34px #1e29373d}.pricing-card.featured{border-color:#0f766e57;transform:translateY(-4px);box-shadow:0 26px 52px -36px #0f766e47}.pricing-badge{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.06em;color:var(--teal);background:#0f766e14;border-radius:999px;align-items:center;gap:.35rem;margin-bottom:1rem;padding:.4rem .65rem;font-size:.72rem;display:inline-flex}.pricing-card h3{margin-bottom:.5rem;font-size:1.15rem}.pricing-price{color:var(--charcoal);border-bottom:1px solid var(--border);margin:.7rem 0 .75rem;padding-bottom:.8rem;font-size:clamp(1.7rem,3vw,2.2rem);line-height:1}.pricing-price small{font-family:var(--font-mono);color:var(--muted-light);margin-top:.5rem;font-size:.74rem;display:block}.pricing-card p{font-size:.92rem;line-height:1.6}.pricing-card ul{margin-top:1rem;margin-bottom:1.2rem}.btn{min-height:2.75rem;font-family:var(--font-body);white-space:nowrap;border:1.5px solid #0000;border-radius:.5rem;justify-content:center;align-items:center;gap:.45rem;padding:.72rem 1.15rem;font-size:.94rem;font-weight:500;transition:transform .18s,box-shadow .18s,background-color .18s,color .18s,border-color .18s;display:inline-flex}.btn:hover{transform:translateY(-1px);box-shadow:0 10px 24px -18px #1e293759}.btn-primary{background:var(--teal);color:#fff}.btn-primary:hover{background:#0c5f58}.btn-outline{border-color:var(--charcoal);color:var(--charcoal);background:0 0}.btn-outline:hover{background:var(--charcoal);color:#fff}.btn-outline-light{color:var(--offwhite);background:0 0;border-color:#f8f1e980}.btn-outline-light:hover{background:#f8f1e91f}.btn-ghost{border-color:var(--border);color:var(--charcoal);background:0 0}.btn-ghost:hover{background:var(--offwhite)}.btn-sm{min-height:2.4rem;padding-inline:1rem;font-size:.85rem}.btn-block{width:100%}.note-block{justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;display:flex}.note-block p{max-width:55rem;font-size:.9rem}.benchmark-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:.9rem;display:grid}.benchmark-card{flex-direction:column;align-items:flex-start;display:flex}.benchmark-card i{width:2.9rem;height:2.9rem;color:var(--teal);background:#0f766e14;border-radius:.75rem;place-items:center;margin-bottom:1rem;display:grid}.benchmark-card h3{margin-bottom:.45rem;font-size:.98rem}.faq-list{gap:0;display:grid}.faq-item{border-bottom:1px solid var(--border)}.faq-question{width:100%;font:inherit;font-family:var(--font-display);text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 0;font-size:.99rem;font-weight:500;display:flex}.faq-question i{color:var(--teal);flex:none;transition:transform .18s}.faq-item.open .faq-question i{transform:rotate(45deg)}.faq-answer{max-height:0;transition:max-height .22s;overflow:hidden}.faq-item.open .faq-answer{max-height:16rem}.faq-answer p{max-width:40rem;color:var(--muted);padding:0 0 1rem;font-size:.9rem}.cta-wrap{margin-top:3rem}.cta-banner{background:linear-gradient(135deg, var(--charcoal) 0%, #273242 100%);border-radius:28px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.75rem;padding:3rem 2.75rem;display:flex;position:relative;overflow:hidden;box-shadow:0 28px 64px -34px #1e293773}.cta-banner:after{content:"";pointer-events:none;background:radial-gradient(circle,#e07a5f2e,#0000 70%);border-radius:50%;width:13rem;height:13rem;position:absolute;top:-3.5rem;right:-4rem}.cta-banner h2{color:var(--offwhite);max-width:28rem}.cta-banner p{color:#a9b2c2;max-width:28rem;margin-top:.6rem}.about-hero{grid-template-columns:auto 1fr;align-items:center;gap:3.5rem;display:grid}.about-mark{background:#0f766e0f;border-radius:1.75rem;justify-content:center;align-items:center;width:7.5rem;height:7.5rem;padding:.7rem;display:flex}.about-mark img{object-fit:contain;width:100%;height:100%}.about-hero h1{max-width:14ch}.about-hero .lead{max-width:34rem}.about-prose{box-shadow:none;background:0 0;border:0;padding:0}.about-prose .lead+p{margin-top:1rem}.values-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.value-card{align-items:flex-start;gap:.85rem;display:flex}.value-card i{width:2.8rem;height:2.8rem;color:var(--teal);background:#0f766e14;border-radius:.8rem;flex:none;place-items:center;display:grid}.contact-layout{grid-template-columns:.82fr 1.18fr;align-items:start;gap:3.25rem;display:grid}.contact-info{gap:0;display:grid}.package-banner{box-shadow:none;background:0 0;border:0;margin-bottom:.75rem;padding:0}.contact-card{border:0;border-bottom:1px solid var(--border);box-shadow:none;background:0 0;border-radius:0;align-items:flex-start;gap:.85rem;padding:1rem 0;display:flex}.contact-card:last-child{border-bottom:0}.contact-card i{width:2.1rem;height:2.1rem;color:var(--teal);background:#0f766e14;border-radius:.65rem;flex:none;place-items:center;display:grid}.contact-card a{color:var(--teal);font-weight:500}.form-card{border:1px solid var(--border);background:linear-gradient(#fefcf8f7,#fffffff0);border-radius:24px;padding:2.25rem;box-shadow:0 22px 44px -34px #1e29373d}.contact-form{gap:0;display:grid}.field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.field{margin-bottom:1rem}.field span{color:var(--charcoal);margin-bottom:.45rem;font-size:.81rem;font-weight:500;display:block}.field input,.field select,.field textarea{border:1.5px solid var(--border);width:100%;color:var(--ink);font:inherit;background:#f8f1e98c;border-radius:.75rem;padding:.8rem .9rem;font-size:.92rem;transition:border-color .18s,background .18s}.field input::placeholder,.field textarea::placeholder{color:var(--muted-light)}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--teal);background:#f8f1e9b8;outline:none}.field textarea{resize:vertical;min-height:7.5rem}.field--error input,.field--error textarea{border-color:#c0392b}.field__error{color:#c0392b;margin-top:.3rem;font-size:.78rem;display:block}.field--checkbox{cursor:pointer;align-items:center;gap:.55rem;margin-bottom:1rem;display:flex}.field--checkbox input[type=checkbox]{width:1.1rem;height:1.1rem;accent-color:var(--teal);flex-shrink:0}.field--checkbox span{color:var(--ink);margin-bottom:0;font-size:.88rem;font-weight:400}.form-status,.form-hint{margin:.8rem 0 0;font-size:.88rem;line-height:1.55}.form-status--success{color:var(--teal)}.form-status--error{color:#9f513d}.form-status--loading{color:#8b5a2b}.form-success{text-align:center;flex-direction:column;align-items:center;padding:2.5rem 1.5rem;animation:.5s both formSuccessIn;display:flex}.form-success-icon{color:var(--teal);font-size:3.5rem;line-height:1;animation:.4s cubic-bezier(.34,1.56,.64,1) .15s both formSuccessPop}.form-success-title{font-family:var(--font-display);letter-spacing:-.03em;color:var(--charcoal);margin:1rem 0 .5rem;font-size:1.3rem;font-weight:600}.form-success-message{color:var(--muted);max-width:32rem;margin-bottom:1.8rem;font-size:.95rem;line-height:1.6}.form-success .btn-outline{align-items:center;gap:.4rem;display:inline-flex}@keyframes formSuccessIn{0%{opacity:0;transform:translateY(.5rem)}to{opacity:1;transform:translateY(0)}}@keyframes formSuccessPop{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.site-footer{color:#a9b2c2;background:linear-gradient(#1e2937fa 0%,#1e2937 100%);margin-top:3.5rem;padding:4.5rem 0 1.5rem}.footer-grid{border-bottom:1px solid #3b4658;grid-template-columns:1.4fr 1fr 1fr;gap:2.5rem;padding-bottom:2.5rem;display:grid}.footer-grid>div{min-width:0}.footer-brand img{height:1.5rem;margin-bottom:.9rem}.site-footer p,.site-footer a,.site-footer span,.site-footer h3{color:#a9b2c2}.site-footer h3{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.06em;color:#6b7585;margin-bottom:1rem;font-size:.76rem}.footer-links{flex-direction:column;gap:.7rem;font-size:.92rem;display:flex}.footer-links a:hover{color:var(--teal-light)}.footer-bottom{color:#6b7585;flex-wrap:wrap;justify-content:space-between;gap:1rem;padding-top:1.15rem;font-size:.8rem;display:flex}.footer-legal-links{gap:1rem;display:flex}.footer-legal-links a{color:inherit;text-underline-offset:3px;text-decoration:underline}.footer-legal-links a:hover{color:var(--sand-100)}[data-reveal]{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(1rem)}[data-reveal].is-visible{opacity:1;transform:translateY(0)}@media (width<=1000px){.section-heading{grid-template-columns:1fr;gap:.5rem}.section-description{justify-self:start;max-width:34rem}.benchmark-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid{grid-template-columns:1fr}}@media (width<=860px){.nav{min-height:4.75rem}.nav-toggle{display:flex}.nav-links{background:var(--offwhite);border-bottom:1px solid var(--border);opacity:0;flex-direction:column;align-items:flex-start;gap:0;padding:.5rem 1.25rem 1.25rem;transition:transform .22s,opacity .22s;position:fixed;top:4.05rem;left:0;right:0;transform:translateY(-110%)}.nav-links[data-open=true]{opacity:1;transform:translateY(0)}.nav-links a{border-bottom:1px solid var(--border);width:100%;padding:.75rem 0}.nav-links a:last-child{border-bottom:0}.nav-cta-desktop{display:none}.grid-3,.grid-4,.pricing-grid,.quick-builds-grid,.values-grid,.field-grid,.grid-2,.service-card{grid-template-columns:1fr}.service-visual{min-height:10rem}.contact-layout,.about-hero{grid-template-columns:1fr;gap:1.5rem}.cta-banner,.note-block{flex-direction:column;align-items:flex-start}.cta-banner{padding:2rem 1.5rem}.solve-grid{grid-template-columns:1fr}.how-steps{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.wrap{padding-inline:1rem}.hero,.page-hero,.about-hero{padding-block:3.25rem 4rem}.hero-copy h1,.page-hero h1,.about-hero h1{font-size:clamp(2.15rem,11vw,3rem)}.hero-actions{flex-direction:column}.hero-actions .btn,.cta-banner .btn,.note-block .btn{width:100%}.card,.capability,.benchmark-card,.value-card,.pricing-card,.contact-card,.form-card,.solve-card,.how-step,.service-body,.case-body,.problem-body{padding:1rem}.benchmark-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start}.how-steps{grid-template-columns:1fr}.how-step{flex-direction:row;align-items:center}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}[data-reveal]{opacity:1;transform:none}}.case-error{text-align:center;padding:8rem 0 4rem}.case-error h1{margin-bottom:.75rem;font-size:2rem}.case-error p{color:var(--sand-500);margin-bottom:2rem}.case-hero{text-align:center;background:var(--teal-900);color:var(--white);padding:6rem 0 0}.case-hero__tag{letter-spacing:.08em;text-transform:uppercase;color:var(--teal-200);background:#ffffff1f;border-radius:100px;margin-bottom:1rem;padding:.3rem .8rem;font-size:.75rem;font-weight:600;display:inline-block}.case-hero__title{margin-bottom:.5rem;font-size:clamp(2rem,5vw,3.5rem);line-height:1.1}.case-hero__industry{color:var(--teal-300);margin-bottom:1.5rem;font-size:1rem}.case-hero__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.case-hero__actions .btn--outline{color:var(--white);border-color:#ffffff4d}.case-hero__actions .btn--outline:hover{border-color:var(--white);background:#ffffff14}.case-hero__backdrop{background:var(--teal-950);margin-top:3rem;padding:1.5rem 0}.case-hero__meta{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.case-hero__meta-item{text-align:center}.case-hero__meta-label{text-transform:uppercase;letter-spacing:.08em;color:var(--teal-400);margin-bottom:.25rem;font-size:.75rem;display:block}.case-hero__meta-value{font-family:var(--font-mono);color:var(--teal-100);font-size:.85rem}.case-stats{padding:3rem 0}.case-stats__grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;display:grid}.case-stats__card{background:var(--surface);text-align:center;border:1px solid var(--border);border-radius:12px;padding:1.5rem}.case-stats__number{font-family:var(--font-mono);color:var(--teal-600);margin-bottom:.25rem;font-size:1.75rem;font-weight:700;display:block}.case-stats__desc{color:var(--sand-500);font-size:.85rem}.case-image{padding:0 0 3rem}.case-image__main{border:1px solid var(--border);border-radius:12px;width:100%;box-shadow:0 8px 32px #00000014}.case-challenge{background:var(--teal-50);padding:4rem 0}.case-challenge__content{max-width:700px;margin:0 auto}.case-challenge__headline{color:var(--teal-800);margin-bottom:1.5rem;font-size:1.5rem}.case-challenge__list{flex-direction:column;gap:.75rem;padding:0;list-style:none;display:flex}.case-challenge__list li{color:var(--sand-600);padding-left:1.5rem;line-height:1.6;position:relative}.case-challenge__list li:before{content:"";background:var(--terracotta-500);border-radius:50%;width:6px;height:6px;position:absolute;top:.6em;left:0}.case-phases{padding:4rem 0}.case-phases__timeline{max-width:700px;margin:0 auto;padding-left:2rem;position:relative}.case-phases__timeline:before{content:"";background:var(--border);width:2px;position:absolute;top:0;bottom:0;left:7px}.case-phases__item{padding-bottom:2rem;position:relative}.case-phases__item:last-child{padding-bottom:0}.case-phases__week{background:var(--teal-100);color:var(--teal-700);font-family:var(--font-mono);border-radius:4px;margin-bottom:.5rem;padding:.25rem .6rem;font-size:.75rem;font-weight:600;display:inline-block}.case-phases__body h4{margin-bottom:.3rem;font-size:1.1rem}.case-phases__body p{color:var(--sand-500);font-size:.9rem;line-height:1.6}.case-phases__item:before{content:"";background:var(--teal-500);border:2px solid var(--white);width:12px;height:12px;box-shadow:0 0 0 2px var(--teal-500);border-radius:50%;position:absolute;top:.35rem;left:-1.55rem}.case-gallery{background:var(--sand-50);padding:4rem 0}.case-gallery__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.case-gallery__item{border:1px solid var(--border);border-radius:8px;overflow:hidden}.case-gallery__item img{width:100%;display:block}.case-gallery__item{cursor:pointer}.lightbox{z-index:9999;background:#000c;justify-content:center;align-items:center;padding:2rem;animation:.2s both lightboxIn;display:flex;position:fixed;inset:0}.lightbox__img{object-fit:contain;border-radius:8px;max-width:100%;max-height:90vh;box-shadow:0 8px 40px #0006}.lightbox__close{color:#fff;cursor:pointer;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.4rem;transition:background .15s;display:flex;position:absolute;top:1rem;right:1rem}.lightbox__close:hover{background:#000000bf}@keyframes lightboxIn{0%{opacity:0}to{opacity:1}}.case-results{padding:4rem 0}.case-results__inner{grid-template-columns:1fr auto 1fr;align-items:start;gap:1.5rem;margin-bottom:3rem;display:grid}.case-results__heading{text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem;font-size:1rem}.case-results__before .case-results__heading{color:var(--terracotta-600)}.case-results__after .case-results__heading{color:var(--teal-600)}.case-results__inner ul{flex-direction:column;gap:.6rem;padding:0;list-style:none;display:flex}.case-results__inner ul li{color:var(--sand-600);padding-left:1.3rem;font-size:.9rem;line-height:1.5;position:relative}.case-results__before ul li:before{content:"✖";color:var(--terracotta-500);font-size:.75rem;position:absolute;left:0}.case-results__after ul li:before{content:"✓";color:var(--teal-500);font-size:.75rem;position:absolute;left:0}.case-results__arrow{color:var(--sand-400);align-items:center;padding-top:2rem;display:flex}.case-results__metrics{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.case-results__card{background:var(--surface);border:1px solid var(--border);color:var(--sand-600);border-radius:8px;padding:1.25rem 1.5rem;font-size:.9rem;line-height:1.5}.case-testimonial{background:var(--teal-900);color:var(--white);padding:4rem 0}.case-testimonial__block{text-align:center;max-width:650px;margin:0 auto}.case-testimonial__block p{color:var(--teal-100);quotes:"“" "”";margin-bottom:1.5rem;font-size:1.15rem;line-height:1.7}.case-testimonial__block p:before{content:open-quote;vertical-align:-.4em;color:var(--teal-400);margin-right:.15em;font-size:2.5rem;line-height:0}.case-testimonial__block p:after{content:close-quote;vertical-align:-.4em;color:var(--teal-400);margin-left:.15em;font-size:2.5rem;line-height:0}.case-testimonial__block footer{justify-content:center;align-items:center;gap:.75rem;display:flex}.case-testimonial__block footer img{border-radius:50%}.case-testimonial__block footer div{text-align:left}.case-testimonial__block footer cite{font-size:.9rem;font-style:normal;font-weight:600;display:block}.case-testimonial__block footer span{color:var(--teal-300);font-size:.8rem}.case-testimonial__block footer img:not([src]),.case-testimonial__block footer img[src=""],.case-testimonial__block footer img[src$=\.svg]{background:var(--teal-700);border-radius:50%}.case-cta{text-align:center;padding:4rem 0}.case-cta h2{margin-bottom:.5rem;font-size:1.75rem}.case-cta p{color:var(--sand-500);margin-bottom:1.5rem}.case-links{flex-wrap:wrap;gap:.75rem;margin-top:1rem;display:flex}.btn-sm{padding:.4rem 1rem;font-size:.85rem}.legal{padding:5rem 0}.legal__container{max-width:720px;margin:0 auto;padding:0 1.5rem}.legal h1{font-family:var(--font-display);letter-spacing:-.03em;color:var(--charcoal);margin-bottom:.75rem;font-size:2rem;font-weight:700}.legal__date{color:#6b7585;margin-bottom:2rem}.legal h2{font-family:var(--font-display);letter-spacing:-.02em;color:var(--charcoal);margin:2rem 0 .6rem;font-size:1.25rem;font-weight:600}.legal p{color:#3c4149;margin-bottom:.6rem;font-size:.95rem;line-height:1.7}.legal a{color:var(--teal);text-underline-offset:2px;text-decoration:underline}.legal a:hover{color:var(--teal-dark)}.whatsapp-float{z-index:101;color:#fff;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.6rem;transition:transform .2s,box-shadow .2s;animation:2s ease-in-out infinite whatsapp-pulse;display:flex;position:fixed;bottom:1.5rem;left:1.5rem;box-shadow:0 4px 14px #25d36659}.whatsapp-float:hover{color:#fff;transform:scale(1.1);box-shadow:0 6px 20px #25d36673}@keyframes whatsapp-pulse{0%,to{box-shadow:0 4px 14px #25d36659}50%{box-shadow:0 4px 24px #25d3668c}}@media (width<=640px){.whatsapp-float{width:44px;height:44px;font-size:1.3rem;bottom:1rem;left:1rem}}
