*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--ink:#0a0a0f;--ink-soft:#3a3a4a;--ink-muted:#7a7a8a;--canvas:#fafaf7;--paper:#f0efe9;--gold:#c8983a;--gold-light:#e8b85a;--gold-dim:#c8983a1f;--teal:#1a7a6a;--teal-light:#22a08a;--white:#fff;--ff-display:"Playfair Display",Georgia,serif;--ff-body:"DM Sans",system-ui,sans-serif;--radius-sm:6px;--radius-md:12px;--radius-lg:24px;--shadow-sm:0 2px 8px #0000000f;--shadow-md:0 8px 32px #0000001a;--shadow-lg:0 24px 64px #00000024;--transition:.3s cubic-bezier(.4,0,.2,1);--max-w:1180px;--gutter:clamp(1.25rem,5vw,3rem)}html{scroll-behavior:smooth}body{font-family:var(--ff-body);background:var(--canvas);color:var(--ink);-webkit-font-smoothing:antialiased;line-height:1.65;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul{list-style:none}h1,h2,h3,h4{font-family:var(--ff-display);line-height:1.15}h1{font-size:clamp(2.6rem,6vw,5rem);font-weight:900}h2{font-size:clamp(2rem,4vw,3.2rem);font-weight:700}h3{font-size:clamp(1.3rem,2.5vw,1.8rem);font-weight:700}p{color:var(--ink-soft);font-size:clamp(1rem,1.5vw,1.1rem)}.container{max-width:var(--max-w);padding:0 var(--gutter);margin:0 auto}.section{padding:clamp(4rem,10vw,8rem) 0}.section--alt{background:var(--paper)}.btn{border-radius:var(--radius-sm);font-family:var(--ff-body);letter-spacing:.02em;transition:var(--transition);white-space:nowrap;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:.95rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--gold);color:var(--white);box-shadow:0 4px 20px #c8983a59}.btn-primary:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 8px 28px #c8983a73}.btn-outline{border:2px solid var(--gold);color:var(--gold)}.btn-outline:hover{background:var(--gold-dim);transform:translateY(-2px)}.btn-dark{background:var(--ink);color:var(--white)}.btn-dark:hover{background:var(--ink-soft);transform:translateY(-2px)}.btn-white{background:var(--white);color:var(--ink)}.btn-white:hover{background:#ffffffd9;transform:translateY(-2px)}.nav{z-index:1000;transition:var(--transition);position:fixed;top:0;left:0;right:0}.nav--scrolled{-webkit-backdrop-filter:blur(16px);background:#fafaf7f5;box-shadow:0 1px #00000014}.nav__inner{justify-content:space-between;align-items:center;height:72px;display:flex}.nav__logo{flex-direction:column;line-height:1.1;display:flex}.nav__logo-name{font-family:var(--ff-display);color:var(--ink);font-size:1.1rem;font-weight:900}.nav__logo-title{letter-spacing:.12em;text-transform:uppercase;color:var(--gold);font-size:.68rem;font-weight:600}.nav__links{align-items:center;gap:2.5rem;display:flex}.nav__link{color:var(--ink-soft);transition:color var(--transition);font-size:.9rem;font-weight:500;position:relative}.nav__link:after{content:"";background:var(--gold);height:2px;transition:transform var(--transition);position:absolute;bottom:-4px;left:0;right:0;transform:scaleX(0)}.nav__link:hover{color:var(--ink)}.nav__link:hover:after{transform:scaleX(1)}.nav__cta{margin-left:1rem}.nav__burger{flex-direction:column;gap:5px;padding:8px;display:none}.nav__burger span{background:var(--ink);width:26px;height:2px;transition:var(--transition);border-radius:2px;display:block}.nav__mobile{background:var(--canvas);z-index:999;flex-direction:column;justify-content:center;align-items:center;gap:2rem;display:none;position:fixed;inset:0}.nav__mobile.open{display:flex}.nav__mobile .nav__link{font-size:1.5rem;font-family:var(--ff-display);color:var(--ink);font-weight:700}.nav__mobile-close{color:var(--ink);padding:8px;font-size:2rem;position:absolute;top:20px;right:24px}.hero{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;min-height:100vh;padding-top:72px;display:grid;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(#c8983a14 0%,#0000 70%);width:60vw;height:80vh;position:absolute;top:-20%;right:-10%}.hero__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--gold);align-items:center;gap:.6rem;margin-bottom:1.25rem;font-size:.78rem;font-weight:600;display:inline-flex}.hero__eyebrow:before{content:"";background:var(--gold);width:28px;height:2px}.hero__title{margin-bottom:1.5rem}.hero__title em{color:var(--gold);font-style:italic;display:block}.hero__desc{color:var(--ink-soft);max-width:480px;margin-bottom:2.5rem;font-size:clamp(1rem,1.8vw,1.15rem);line-height:1.7}.hero__actions{flex-wrap:wrap;gap:1rem;margin-bottom:3rem;display:flex}.hero__stats{border-top:1px solid #00000014;gap:2.5rem;padding-top:2rem;display:flex}.hero__stat-num{font-family:var(--ff-display);color:var(--ink);font-size:2rem;font-weight:900;line-height:1}.hero__stat-num span{color:var(--gold)}.hero__stat-label{color:var(--ink-muted);margin-top:.25rem;font-size:.82rem}.hero__visual{justify-content:center;align-items:center;min-height:460px;display:flex;position:relative}.hero__card-main{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);width:320px;padding:2rem;animation:6s ease-in-out infinite float}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-16px)}}.hero__card-badge{color:var(--teal);background:#e8f7f3;border-radius:100px;align-items:center;gap:.4rem;margin-bottom:1rem;padding:.35rem .8rem;font-size:.75rem;font-weight:600;display:inline-flex}.hero__card-badge:before{content:"";background:var(--teal-light);border-radius:50%;width:7px;height:7px;animation:2s infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.hero__card-rank-label{color:var(--ink-muted);margin-bottom:.5rem;font-size:.78rem}.hero__card-rank-title{font-family:var(--ff-display);margin-bottom:1.25rem;font-size:1.25rem;font-weight:700}.hero__rank-bars{flex-direction:column;gap:.6rem;display:flex}.hero__rank-bar-row{align-items:center;gap:.75rem;font-size:.82rem;display:flex}.hero__rank-bar-row span:first-child{width:70px;color:var(--ink-soft);flex-shrink:0}.hero__bar-track{background:var(--paper);border-radius:100px;flex:1;height:7px;overflow:hidden}.hero__bar-fill{background:linear-gradient(90deg,var(--teal),var(--teal-light));border-radius:100px;height:100%}.hero__rank-bar-row span:last-child{color:var(--ink);text-align:right;width:28px;font-weight:600}.hero__card-float{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-md);padding:.85rem 1.1rem;font-size:.82rem;font-weight:600;position:absolute}.hero__card-float--tl{animation:7s ease-in-out 1s infinite float;top:20px;left:0}.hero__card-float--br{animation:5s ease-in-out .5s infinite float;bottom:40px;right:0}.hero__card-float-icon{margin-bottom:.2rem;font-size:1.2rem}.section-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--gold);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:600;display:inline-flex}.section-eyebrow:before{content:"";background:var(--gold);width:24px;height:2px}.section-title{margin-bottom:1.25rem}.section-desc{color:var(--ink-soft);max-width:560px;font-size:clamp(1rem,1.5vw,1.1rem);line-height:1.7}.section-header{margin-bottom:clamp(2.5rem,5vw,4rem)}.services__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.service-card{background:var(--white);border-radius:var(--radius-md);transition:var(--transition);border:1px solid #0000000f;padding:2rem;position:relative;overflow:hidden}.service-card:before{content:"";background:var(--gold);width:4px;height:100%;transition:transform var(--transition);transform-origin:bottom;position:absolute;top:0;left:0;transform:scaleY(0)}.service-card:hover{box-shadow:var(--shadow-md);transform:translateY(-6px)}.service-card:hover:before{transform:scaleY(1)}.service-card__icon{background:var(--gold-dim);border-radius:var(--radius-sm);justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.25rem;font-size:1.5rem;display:flex}.service-card__title{font-family:var(--ff-display);color:var(--ink);margin-bottom:.75rem;font-size:1.15rem;font-weight:700}.service-card__desc{color:var(--ink-soft);margin-bottom:1.25rem;font-size:.92rem;line-height:1.6}.service-card__list{flex-direction:column;gap:.4rem;display:flex}.service-card__list li{color:var(--ink-muted);padding-left:1rem;font-size:.85rem;position:relative}.service-card__list li:before{content:"→";color:var(--gold);font-size:.75rem;position:absolute;left:0}.process__steps{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:0;display:grid;position:relative}.process__steps:before{content:"";background:linear-gradient(90deg,transparent,var(--gold),transparent);height:1px;position:absolute;top:40px;left:5%;right:5%}.process-step{text-align:center;padding:0 1.5rem;position:relative}.process-step__num{background:var(--white);border:2px solid var(--gold);width:80px;height:80px;font-family:var(--ff-display);color:var(--gold);z-index:1;transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:1.5rem;font-weight:900;display:flex;position:relative}.process-step:hover .process-step__num{background:var(--gold);color:var(--white);transform:scale(1.1)}.process-step__title{font-family:var(--ff-display);margin-bottom:.6rem;font-size:1.05rem;font-weight:700}.process-step__desc{color:var(--ink-soft);font-size:.88rem;line-height:1.6}.why__grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.why__features{flex-direction:column;gap:1.5rem;display:flex}.why-feature{align-items:flex-start;gap:1.25rem;display:flex}.why-feature__icon{background:var(--gold-dim);border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.2rem;display:flex}.why-feature__title{color:var(--ink);margin-bottom:.3rem;font-size:1rem;font-weight:600}.why-feature__desc{color:var(--ink-soft);font-size:.9rem;line-height:1.6}.why__visual{position:relative}.why__metric-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:2rem}.why__metric-title{letter-spacing:.1em;text-transform:uppercase;color:var(--ink-muted);margin-bottom:1.5rem;font-size:.78rem;font-weight:600}.why__metrics{flex-direction:column;gap:1.25rem;display:flex}.why__metric-row{flex-direction:column;gap:.5rem;display:flex}.why__metric-header{justify-content:space-between;align-items:center;font-size:.88rem;display:flex}.why__metric-name{color:var(--ink-soft);font-weight:500}.why__metric-val{color:var(--teal);font-weight:700}.why__metric-bar{background:var(--paper);border-radius:100px;height:8px;overflow:hidden}.why__metric-fill{background:linear-gradient(90deg,var(--teal),var(--teal-light));border-radius:100px;height:100%}.why__badge{background:var(--gold);color:var(--white);border-radius:var(--radius-md);text-align:center;box-shadow:var(--shadow-md);padding:1rem 1.25rem;position:absolute;bottom:-16px;right:-16px}.why__badge-num{font-family:var(--ff-display);font-size:2rem;font-weight:900;line-height:1}.why__badge-label{letter-spacing:.05em;opacity:.9;font-size:.72rem;font-weight:600}.testimonials__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.testimonial-card{background:var(--white);border-radius:var(--radius-md);transition:var(--transition);border:1px solid #0000000f;padding:2rem}.testimonial-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.testimonial-card__stars{color:var(--gold);letter-spacing:2px;margin-bottom:1rem;font-size:.9rem}.testimonial-card__quote{font-family:var(--ff-display);color:var(--ink);border-left:3px solid var(--gold);margin-bottom:1.5rem;padding-left:1.25rem;font-size:1rem;font-style:italic;line-height:1.65}.testimonial-card__author{border-top:1px solid #0000000f;align-items:center;gap:.75rem;padding-top:1rem;display:flex}.testimonial-card__avatar{background:var(--gold-dim);width:42px;height:42px;font-family:var(--ff-display);color:var(--gold);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex}.testimonial-card__name{color:var(--ink);font-size:.9rem;font-weight:600}.testimonial-card__company{color:var(--ink-muted);font-size:.78rem}.industries__grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;display:grid}.industry-chip{background:var(--white);border-radius:var(--radius-md);text-align:center;transition:var(--transition);border:1px solid #00000014;padding:1.25rem 1rem}.industry-chip:hover{border-color:var(--gold);background:var(--gold-dim);box-shadow:var(--shadow-sm);transform:translateY(-3px)}.industry-chip__icon{margin-bottom:.5rem;font-size:1.8rem}.industry-chip__name{color:var(--ink-soft);font-size:.82rem;font-weight:600}.faq__list{flex-direction:column;gap:1rem;max-width:780px;margin:0 auto;display:flex}.faq-item{background:var(--white);border-radius:var(--radius-md);border:1px solid #00000014;overflow:hidden}.faq-item__question{width:100%;color:var(--ink);text-align:left;transition:background var(--transition);justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;font-size:1rem;font-weight:600;display:flex}.faq-item__question:hover{background:var(--paper)}.faq-item__chevron{border:2px solid var(--gold);width:24px;height:24px;color:var(--gold);transition:transform var(--transition);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;display:flex}.faq-item.open .faq-item__chevron{transform:rotate(180deg)}.faq-item__answer{max-height:0;transition:max-height .4s;overflow:hidden}.faq-item.open .faq-item__answer{max-height:300px}.faq-item__answer-inner{color:var(--ink-soft);border-top:1px solid #0000000f;padding:1rem 1.5rem 1.25rem;font-size:.95rem;line-height:1.7}.cta-banner{background:var(--ink);position:relative;overflow:hidden}.cta-banner:before{content:"";background:radial-gradient(#c8983a2e 0%,#0000 60%);width:60%;height:200%;position:absolute;top:-50%;left:-10%}.cta-banner:after{content:"";background:radial-gradient(#1a7a6a1f 0%,#0000 60%);width:40%;height:150%;position:absolute;bottom:-30%;right:-5%}.cta-banner .container{z-index:1;position:relative}.cta-banner__inner{text-align:center;max-width:680px;margin:0 auto}.cta-banner h2{color:var(--white);margin-bottom:1rem}.cta-banner p{color:#ffffffb3;margin-bottom:2.5rem}.cta-banner__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.cta-banner__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--gold);align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:.75rem;font-weight:600;display:inline-flex}.contact__grid{grid-template-columns:1fr 1.4fr;align-items:start;gap:4rem;display:grid}.contact__info{flex-direction:column;gap:2rem;display:flex}.contact__detail{align-items:flex-start;gap:1rem;display:flex}.contact__detail-icon{background:var(--gold-dim);border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;display:flex}.contact__detail-label{letter-spacing:.08em;text-transform:uppercase;color:var(--ink-muted);margin-bottom:.2rem;font-size:.75rem;font-weight:600}.contact__detail-value{color:var(--ink);font-size:1rem;font-weight:600}.contact__form-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:2.5rem}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group{flex-direction:column;gap:.5rem;margin-bottom:1.25rem;display:flex}.form-group--full{grid-column:1/-1}.form-group label{color:var(--ink-soft);font-size:.85rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{border-radius:var(--radius-sm);font-family:var(--ff-body);color:var(--ink);background:var(--canvas);transition:border-color var(--transition);resize:vertical;border:1.5px solid #0000001f;outline:none;padding:.8rem 1rem;font-size:.95rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px var(--gold-dim)}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--ink-muted)}.footer{background:var(--ink);color:#ffffffb3;padding:4rem 0 2rem}.footer__grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.footer__brand-name{font-family:var(--ff-display);color:var(--white);margin-bottom:.25rem;font-size:1.3rem;font-weight:900}.footer__brand-title{letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem;font-size:.75rem;font-weight:600}.footer__brand-desc{color:#ffffff8c;max-width:280px;font-size:.88rem;line-height:1.65}.footer__col-title{letter-spacing:.1em;text-transform:uppercase;color:var(--white);margin-bottom:1.25rem;font-size:.78rem;font-weight:700}.footer__links{flex-direction:column;gap:.75rem;display:flex}.footer__links a{color:#ffffff8c;transition:color var(--transition);font-size:.88rem}.footer__links a:hover{color:var(--gold)}.footer__bottom{color:#fff6;border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;font-size:.82rem;display:flex}.footer__bottom a{color:#fff6;transition:color var(--transition)}.footer__bottom a:hover{color:var(--gold)}.fade-up{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(32px)}.fade-up.visible{opacity:1;transform:none}@media (max-width:1024px){.hero{text-align:center;grid-template-columns:1fr;padding-top:120px}.hero__desc{margin:0 auto 2.5rem}.hero__actions,.hero__stats{justify-content:center}.hero__visual{display:none}.why__grid{grid-template-columns:1fr}.why__visual{order:-1;max-width:400px;margin:0 auto}.contact__grid{grid-template-columns:1fr}.footer__grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width:768px){.nav__links,.nav__cta{display:none}.nav__burger{display:flex}.process__steps:before{display:none}.process__steps{gap:2rem}.form-row,.footer__grid{grid-template-columns:1fr}.footer__bottom{text-align:center;flex-direction:column}}@media (max-width:480px){h1{font-size:2.2rem}.hero__stats{flex-direction:column;align-items:center;gap:1rem}.industries__grid{grid-template-columns:repeat(2,1fr)}}
