:root{
  --bg:#f3f0ea;
  --surface:#ffffff;
  --text:#16181c;
  --muted:#61656d;
  --dark:#0f1115;
  --dark-2:#171b22;
  --line:rgba(30,34,40,.12);
  --line-light:rgba(255,255,255,.14);
  --gold:#c8a76f;
  --gold-soft:#e3c995;
  --gold-deep:#9d7b43;
  --shadow:0 20px 60px rgba(9,11,15,.16);
  --radius:24px;
  --radius-sm:18px;
  --max:1420px;
  --sans:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif:Georgia, "Times New Roman", serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--sans);color:var(--text);background:var(--bg);line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{text-decoration:none;color:inherit}img{display:block;max-width:100%;height:auto}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;white-space:nowrap}
.skip-link{position:fixed;left:18px;top:-64px;background:#fff;color:#111;padding:12px 16px;border-radius:10px;z-index:9999;box-shadow:var(--shadow)}
.skip-link:focus{top:16px}
.shell{width:min(calc(100% - 44px),var(--max));margin:0 auto}
.section-light{background:linear-gradient(180deg,#f5f3ee 0%,#f0ede7 100%)}
.section-dark{background:
  radial-gradient(circle at top left, rgba(200,167,111,.16), transparent 22%),
  radial-gradient(circle at bottom right, rgba(48,72,112,.18), transparent 25%),
  linear-gradient(180deg,#111419 0%,#0d1014 100%);
  color:#fff;
}
.section{padding:84px 0}
.section-mini{font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-deep);margin:0 0 16px}
.section-mini.light{color:var(--gold-soft)}
.site-header{position:fixed;top:0;left:0;right:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:22px 30px;background:transparent;backdrop-filter:none;border-bottom:1px solid transparent}
.brand{display:flex;align-items:center;gap:12px;color:#fff;font-size:14px;letter-spacing:.08em;text-transform:uppercase}
.brand-mark{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(200,167,111,.46);color:var(--gold-soft);font-family:var(--serif);font-size:17px;background:rgba(255,255,255,.03)}
.brand-name{font-weight:700;font-size:13px;letter-spacing:.16em}
.nav{display:flex;align-items:center;gap:28px;color:rgba(255,255,255,.88);font-size:14px}
.nav a{position:relative}
.nav a:not(.nav-cta)::after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:2px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:.2s ease}
.nav a:hover::after{transform:scaleX(1)}
.nav-cta{padding:13px 20px;border:1px solid rgba(200,167,111,.5);border-radius:999px;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02));box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}
.menu-toggle{display:none;background:transparent;border:0;padding:10px;cursor:pointer}.menu-toggle span:not(.sr-only){display:block;width:24px;height:2px;background:#fff;margin:5px 0;border-radius:2px}

.hero{padding:110px 0 0;overflow:hidden;position:relative;min-height:760px}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.84fr) minmax(250px,.50fr);gap:34px;align-items:center}
.hero-copy{padding:42px 0 58px}
.eyebrow{font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-soft);margin:0 0 18px}
.hero h1{font-size:clamp(52px,6.2vw,90px);line-height:.95;margin:0 0 12px;font-weight:800;letter-spacing:-.04em}
.hero h2{font-size:clamp(28px,2.8vw,46px);line-height:1.08;margin:0 0 22px;color:var(--gold-soft);font-weight:600;max-width:700px}
.hero-text{max-width:620px;color:rgba(255,255,255,.82);font-size:20px;margin:0}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}
.hero-media{display:flex;align-items:end;justify-content:center;min-height:100%}
.hero-photo-frame{position:relative;align-self:end;border-radius:34px;overflow:hidden;background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.01));box-shadow:0 50px 90px rgba(0,0,0,.35);max-width:520px;width:100%}
.hero-photo-frame::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.03),transparent 35%),linear-gradient(90deg,rgba(3,5,8,.10),transparent 22%,transparent 78%,rgba(3,5,8,.12));z-index:1;pointer-events:none}
.hero-photo-frame img{width:100%;height:100%;max-height:820px;object-fit:cover;object-position:center 18%;filter:saturate(.96) contrast(1.02)}
.hero-sidecards{display:grid;gap:16px;align-self:center;padding-top:30px}
.info-card{display:grid;grid-template-columns:48px 1fr;gap:16px;padding:20px 18px;border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.10);box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}
.info-card h3{margin:0 0 4px;font-size:20px}.info-card p{margin:0;color:rgba(255,255,255,.72);font-size:14px;line-height:1.45}
.info-icon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:rgba(200,167,111,.12);color:var(--gold-soft);font-size:22px;border:1px solid rgba(200,167,111,.22)}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:52px;padding:0 24px;border-radius:999px;border:1px solid transparent;font-size:14px;font-weight:700;transition:transform .18s ease, box-shadow .18s ease, background .18s ease}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:linear-gradient(180deg,#e6c88d,#c7a367);color:#18130c;box-shadow:0 12px 28px rgba(200,167,111,.25)}
.btn-secondary{color:#fff;border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.03)}
.btn-dark{background:#111419;color:#fff}
.btn-outline{border-color:rgba(20,24,28,.16);background:#fff;color:#111419}
.btn.small{min-height:46px;padding:0 18px;font-size:13px}

.split-about{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:34px;align-items:center}
.about-copy{padding-right:24px}
.about-copy h2{font-size:clamp(40px,4.5vw,64px);line-height:1.04;letter-spacing:-.03em;margin:0 0 18px}
.about-copy p{font-size:18px;color:var(--muted);margin:0 0 14px;max-width:700px}
.about-photo-card{position:relative;border-radius:32px;overflow:hidden;box-shadow:var(--shadow);background:#fff}
.about-photo-card::after{content:"";position:absolute;inset:auto 0 0 0;height:36%;background:linear-gradient(180deg,transparent,rgba(0,0,0,.22));pointer-events:none}
.about-photo-card img{width:100%;height:640px;object-fit:cover;object-position:center 18%}

.timeline-block{border-top:1px solid var(--line-light);border-bottom:1px solid var(--line-light)}
.journey-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;margin-top:20px}
.journey-card{background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02));border:1px solid rgba(255,255,255,.10);border-radius:22px;overflow:hidden;min-width:0}
.journey-card img{width:100%;height:240px;object-fit:cover}
.journey-content{padding:16px 16px 20px}.journey-content span{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:50%;border:1px solid rgba(200,167,111,.42);color:var(--gold-soft);font-size:12px;font-weight:700;margin-bottom:12px}
.journey-content h3{font-size:21px;line-height:1.15;margin:0 0 8px}.journey-content p{margin:0;color:rgba(255,255,255,.72);font-size:14px}

.products-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;align-items:stretch}
.product-card{border-radius:24px;overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--shadow)}
.dark-card{background:linear-gradient(180deg,#162033 0%,#0f131b 100%);color:#fff;border:1px solid rgba(255,255,255,.08)}
.light-card{background:#fff;border:1px solid rgba(20,24,28,.08)}
.featured .cover{width:100%;height:320px;object-fit:cover;background:#0f1218}
.light-card img{width:100%;height:240px;object-fit:cover}
.product-copy{display:flex;flex-direction:column;gap:10px;padding:22px 22px 24px;flex:1}
.product-copy h3{font-size:31px;line-height:1.03;letter-spacing:-.02em;margin:0}.light-card .product-copy h3{font-size:28px}
.product-copy p{margin:0;color:rgba(255,255,255,.76);font-size:15px}.light-card .product-copy p{color:var(--muted)}
.badge{display:inline-flex;align-items:center;align-self:flex-start;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.10);color:var(--gold-soft);font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
.product-copy .btn{margin-top:auto;align-self:flex-start}

.mindset-grid{display:grid;grid-template-columns:minmax(320px,.88fr) minmax(0,1.12fr);gap:24px;align-items:stretch}
.mindset-image{border-radius:28px;overflow:hidden;border:1px solid rgba(255,255,255,.08)}
.mindset-image img{width:100%;height:100%;min-height:420px;object-fit:cover;object-position:center 32%}
.mindset-boxes{display:flex;flex-direction:column}
.mindset-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;flex:1}
.mindset-cards article{padding:24px 20px;border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03));border:1px solid rgba(255,255,255,.10)}
.mindset-cards h3{font-size:28px;line-height:1.02;letter-spacing:-.02em;margin:0 0 12px}.mindset-cards p{margin:0;color:rgba(255,255,255,.74);font-size:14px}

.interests .shell{position:relative}
.interest-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-top:18px}
.interest-card{background:#fff;border:1px solid rgba(20,24,28,.08);border-radius:22px;overflow:hidden;box-shadow:var(--shadow)}
.icon-card{display:grid;justify-items:center;align-content:center;gap:18px;min-height:210px;background:linear-gradient(180deg,#fff 0%,#f6f3ee 100%)}
.interest-icon{width:74px;height:74px;border-radius:22px;display:grid;place-items:center;background:linear-gradient(180deg,#f6ecdc,#e8d5b4);font-size:34px;color:#3d2e18;border:1px solid rgba(200,167,111,.28)}
.interest-card h3{margin:0;padding:0 18px 22px;font-size:25px;letter-spacing:-.02em;text-align:center}
.photo-card img{width:100%;height:180px;object-fit:cover}.photo-card h3{padding-top:16px}
.focus-center-top{object-position:center 16%!important}
.focus-center{object-position:center center!important}
.focus-right-center{object-position:68% center!important}
.focus-headroom{object-position:center 10%!important}


.quote-cta{padding:40px 0;border-top:1px solid var(--line-light)}
.quote-cta-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;align-items:center;background:linear-gradient(90deg,rgba(255,255,255,.06),rgba(255,255,255,.02));border:1px solid rgba(255,255,255,.10);border-radius:26px;padding:28px}
.quote-cta blockquote{margin:0;font-size:clamp(28px,3vw,46px);line-height:1.08;letter-spacing:-.03em;color:#fff;max-width:900px}
.cta-buttons{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px}

.footer{padding:28px 0 34px;border-top:1px solid rgba(255,255,255,.06)}
.footer-grid{display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center}
.footer-brand{display:flex;align-items:center;gap:14px}.footer-brand strong{font-size:19px;letter-spacing:.02em}.footer-brand p{margin:4px 0 0;color:rgba(255,255,255,.56);font-size:13px}
.copyright{margin:0;text-align:center;color:rgba(255,255,255,.54);font-size:13px}.footer-social{display:flex;gap:18px;color:rgba(255,255,255,.85);font-size:14px}

@media (max-width:1280px){
  .hero-grid{grid-template-columns:1.05fr .95fr;gap:26px}.hero-sidecards{grid-column:1/-1;grid-template-columns:repeat(4,1fr);padding-top:0}.journey-grid{grid-template-columns:repeat(3,1fr)}.products-grid{grid-template-columns:repeat(3,1fr)}.product-card.featured{grid-column:span 1}.mindset-cards{grid-template-columns:repeat(2,1fr)}.interest-grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:980px){
  .site-header{padding:16px 18px}.menu-toggle{display:block}.nav{display:none;position:absolute;top:76px;left:18px;right:18px;padding:16px;background:#11151b;border:1px solid rgba(255,255,255,.08);border-radius:18px;flex-direction:column;align-items:stretch;gap:0;box-shadow:var(--shadow)}.nav.open{display:flex}.nav a{padding:12px 10px}.nav a:not(.nav-cta)::after{display:none}.nav-cta{text-align:center;margin-top:8px}
  .shell{width:min(calc(100% - 32px),var(--max))}.hero-grid,.split-about,.mindset-grid,.quote-cta-grid{grid-template-columns:1fr}.hero{padding-top:96px;min-height:auto}.hero-copy{padding-top:24px}.hero-photo-frame{max-width:none}.hero-photo-frame img{max-height:680px}.hero-sidecards{grid-template-columns:repeat(2,1fr);padding-top:0}.about-photo-card img{height:540px}.journey-grid{grid-template-columns:repeat(2,1fr)}.products-grid{grid-template-columns:repeat(2,1fr)}.mindset-cards{grid-template-columns:repeat(2,1fr)}.cta-buttons{justify-content:flex-start}.footer-grid{grid-template-columns:1fr;justify-items:start}.copyright{text-align:left}
}
@media (max-width:640px){
  .section{padding:68px 0}.brand-name{display:none}.hero{padding-top:92px}.hero-grid{gap:20px}.hero h1{font-size:54px}.hero h2{font-size:31px}.hero-text{font-size:17px}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.hero-sidecards{grid-template-columns:1fr}.info-card{padding:18px}.about-copy h2{font-size:42px}.about-copy p{font-size:16px}.journey-grid,.products-grid,.mindset-cards,.interest-grid{grid-template-columns:1fr}.journey-card img{height:260px}.product-copy h3,.light-card .product-copy h3{font-size:26px}.featured .cover,.light-card img{height:auto}.interest-card h3{text-align:left;padding-left:20px}.icon-card{justify-items:start;padding:24px}.quote-cta-grid{padding:22px}.quote-cta blockquote{font-size:31px}.cta-buttons{flex-direction:column}.cta-buttons .btn{width:100%}
}

/* ===== Interações e animações premium ===== */
.scroll-progress{position:fixed;z-index:1000;left:0;right:0;top:0;height:3px;background:transparent;pointer-events:none}
.scroll-progress span{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--gold-deep),var(--gold-soft),#f1ddae);box-shadow:0 0 16px rgba(227,201,149,.5);transition:width .08s linear}
.site-header{transition:background .35s ease,border-color .35s ease,box-shadow .35s ease,transform .35s ease}
.site-header.is-scrolled{background:rgba(10,12,16,.84);backdrop-filter:blur(18px);border-bottom-color:rgba(200,167,111,.15);box-shadow:0 12px 32px rgba(0,0,0,.18)}
.nav a.is-active:not(.nav-cta){color:var(--gold-soft)}
.nav a.is-active:not(.nav-cta)::after{transform:scaleX(1)}

.hero::before,.hero::after{content:"";position:absolute;border-radius:50%;filter:blur(4px);pointer-events:none}
.hero{position:relative}
.hero::before{width:620px;height:620px;left:-250px;top:70px;background:radial-gradient(circle,rgba(200,167,111,.22),rgba(200,167,111,0) 70%);animation:ambientDrift 13s ease-in-out infinite alternate}
.hero::after{width:700px;height:700px;right:-320px;bottom:-320px;background:radial-gradient(circle,rgba(62,91,139,.24),rgba(62,91,139,0) 70%);animation:ambientDrift 16s ease-in-out infinite alternate-reverse}
.hero-grid{position:relative;z-index:1}
.hero-copy>*{opacity:0;transform:translateY(24px);animation:heroEnter .8s cubic-bezier(.2,.75,.2,1) forwards}
.hero-copy .eyebrow{animation-delay:.06s}.hero-copy h1{animation-delay:.14s}.hero-copy h2{animation-delay:.22s}.hero-copy .hero-text{animation-delay:.3s}.hero-copy .hero-actions{animation-delay:.38s}
.hero-photo-frame{opacity:0;transform:translateY(28px) scale(.985);animation:heroPhotoEnter 1s .18s cubic-bezier(.2,.75,.2,1) forwards}
.hero-photo-frame img{animation:heroFloat 9s ease-in-out 1.2s infinite}
.hero-sidecards .info-card{opacity:0;transform:translateX(22px);animation:sideCardEnter .65s cubic-bezier(.2,.75,.2,1) forwards}
.hero-sidecards .info-card:nth-child(1){animation-delay:.34s}.hero-sidecards .info-card:nth-child(2){animation-delay:.44s}.hero-sidecards .info-card:nth-child(3){animation-delay:.54s}.hero-sidecards .info-card:nth-child(4){animation-delay:.64s}

.btn{position:relative;overflow:hidden;isolation:isolate}
.btn::after{content:"";position:absolute;z-index:-1;top:-40%;bottom:-40%;left:-70%;width:38%;transform:rotate(18deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.32),transparent);transition:left .65s ease}
.btn:hover::after{left:140%}
.btn:active{transform:translateY(0) scale(.985)}

.info-card,.journey-card,.product-card,.mindset-cards article,.interest-card{transition:transform .35s cubic-bezier(.2,.75,.2,1),border-color .35s ease,box-shadow .35s ease,background .35s ease}
.info-card:hover{transform:translateY(-5px);border-color:rgba(200,167,111,.34);box-shadow:0 18px 42px rgba(0,0,0,.2)}
.journey-card:hover{transform:translateY(-8px);border-color:rgba(200,167,111,.35);box-shadow:0 22px 50px rgba(0,0,0,.25)}
.journey-card img,.product-card img,.interest-card img,.about-photo-card img,.mindset-image img{transition:transform .8s cubic-bezier(.2,.75,.2,1),filter .5s ease}
.journey-card:hover img,.product-card:hover img,.interest-card:hover img{transform:scale(1.035)}
.about-photo-card:hover img,.mindset-image:hover img{transform:scale(1.02)}
.product-card:hover{transform:translateY(-8px);box-shadow:0 30px 70px rgba(9,11,15,.2)}
.mindset-cards article:hover{transform:translateY(-7px);border-color:rgba(200,167,111,.35);background:linear-gradient(180deg,rgba(255,255,255,.11),rgba(255,255,255,.04))}
.interest-card:hover{transform:translateY(-7px);box-shadow:0 24px 55px rgba(9,11,15,.16)}
.info-icon,.interest-icon{transition:transform .35s ease,box-shadow .35s ease}
.info-card:hover .info-icon,.interest-card:hover .interest-icon{transform:translateY(-2px) rotate(-2deg);box-shadow:0 12px 28px rgba(200,167,111,.2)}

.reveal{opacity:0;transform:translateY(34px);transition:opacity .8s cubic-bezier(.2,.75,.2,1),transform .8s cubic-bezier(.2,.75,.2,1)}
.reveal.reveal-left{transform:translateX(-36px)}
.reveal.reveal-right{transform:translateX(36px)}
.reveal.reveal-scale{transform:scale(.96)}
.reveal.is-visible{opacity:1;transform:none}
.stagger-group>.reveal:nth-child(1){transition-delay:.02s}.stagger-group>.reveal:nth-child(2){transition-delay:.09s}.stagger-group>.reveal:nth-child(3){transition-delay:.16s}.stagger-group>.reveal:nth-child(4){transition-delay:.23s}.stagger-group>.reveal:nth-child(5){transition-delay:.30s}.stagger-group>.reveal:nth-child(6){transition-delay:.37s}

.section-dark{background-size:120% 120%;animation:gradientBreath 18s ease-in-out infinite alternate}
.quote-cta-grid{position:relative;overflow:hidden}
.quote-cta-grid::before{content:"";position:absolute;inset:-100% -20%;background:linear-gradient(115deg,transparent 38%,rgba(200,167,111,.09) 49%,transparent 60%);animation:slowSweep 9s ease-in-out infinite;pointer-events:none}
.quote-cta-grid>*{position:relative;z-index:1}

@keyframes heroEnter{to{opacity:1;transform:none}}
@keyframes heroPhotoEnter{to{opacity:1;transform:none}}
@keyframes sideCardEnter{to{opacity:1;transform:none}}
@keyframes heroFloat{0%,100%{transform:scale(1.01) translate3d(0,0,0)}50%{transform:scale(1.025) translate3d(0,-8px,0)}}
@keyframes ambientDrift{from{transform:translate3d(0,0,0) scale(1)}to{transform:translate3d(28px,-18px,0) scale(1.08)}}
@keyframes gradientBreath{0%{background-position:0% 0%}100%{background-position:100% 100%}}
@keyframes slowSweep{0%,25%{transform:translateX(-45%)}70%,100%{transform:translateX(45%)}}

@media (hover:none){.info-card:hover,.journey-card:hover,.product-card:hover,.mindset-cards article:hover,.interest-card:hover{transform:none}.btn:hover::after{left:-70%}.journey-card:hover img,.product-card:hover img,.interest-card:hover img,.about-photo-card:hover img,.mindset-image:hover img{transform:none}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero::before,.hero::after,.section-dark,.quote-cta-grid::before,.hero-photo-frame img{animation:none!important}.hero-copy>*,.hero-photo-frame,.hero-sidecards .info-card{opacity:1!important;transform:none!important;animation:none!important}.reveal{opacity:1!important;transform:none!important;transition:none!important}.btn,.info-card,.journey-card,.product-card,.mindset-cards article,.interest-card,img{transition:none!important}}

/* ===== Ecossistema de produtos 2026 ===== */
.products-section{position:relative;overflow:hidden;background:
  radial-gradient(circle at 92% 10%,rgba(200,167,111,.12),transparent 26%),
  radial-gradient(circle at 8% 50%,rgba(34,62,103,.08),transparent 30%),
  linear-gradient(180deg,#f6f3ed 0%,#efeae2 100%)}
.products-section::before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(20,24,28,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(20,24,28,.025) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(180deg,rgba(0,0,0,.55),transparent 86%)}
.products-section>.shell{position:relative;z-index:1}
.products-intro{max-width:900px;margin-bottom:56px}
.products-intro h2{font-size:clamp(42px,5vw,72px);line-height:1.02;letter-spacing:-.045em;margin:0 0 18px}
.products-intro>p:last-child{max-width:760px;margin:0;color:var(--muted);font-size:19px}
.product-category{padding:34px 0 54px;border-top:1px solid rgba(24,28,34,.11)}
.product-category:first-of-type{border-top:0;padding-top:0}
.product-category-head{display:grid;grid-template-columns:64px minmax(0,1fr);gap:22px;align-items:start;margin-bottom:25px;max-width:1000px}
.category-number{display:grid;place-items:center;width:54px;height:54px;border-radius:18px;border:1px solid rgba(157,123,67,.25);background:linear-gradient(180deg,rgba(255,255,255,.85),rgba(232,219,197,.7));box-shadow:0 10px 30px rgba(72,55,28,.09);font-size:12px;font-weight:800;letter-spacing:.15em;color:var(--gold-deep)}
.category-kicker{margin:0 0 4px;color:var(--gold-deep);font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.product-category-head h3{font-size:clamp(30px,3vw,46px);line-height:1.02;letter-spacing:-.035em;margin:0 0 9px}
.product-category-head p:last-child{margin:0;color:var(--muted);font-size:16px;max-width:780px}
.products-grid{display:grid;gap:22px;align-items:stretch}
.products-grid-main{grid-template-columns:repeat(2,minmax(0,1fr))}
.products-grid-ai{grid-template-columns:repeat(3,minmax(0,1fr))}
.products-grid-services{grid-template-columns:repeat(2,minmax(0,1fr))}
.product-card{min-width:0}
.product-card.digital-card{background:linear-gradient(180deg,#111721 0%,#0b1017 100%);color:#fff;border:1px solid rgba(255,255,255,.09);box-shadow:0 22px 62px rgba(10,14,20,.19)}
.product-card.digital-card .cover{width:100%;aspect-ratio:1/1;height:auto;object-fit:cover;background:#0b1017;border-bottom:1px solid rgba(255,255,255,.08)}
.products-grid-main .main-product{display:grid;grid-template-columns:minmax(245px,.9fr) minmax(0,1.1fr);min-height:410px}
.products-grid-main .main-product .cover{height:100%;aspect-ratio:auto;min-height:410px}
.products-grid-main .main-product .product-copy{padding:32px 30px}
.product-card .product-copy{padding:25px 24px 27px}
.product-card.digital-card .product-copy p{color:rgba(255,255,255,.72)}
.product-card.digital-card .product-copy h3{font-size:clamp(28px,2.4vw,39px)}
.ai-card{position:relative;overflow:hidden}
.ai-card::after{content:"";position:absolute;inset:auto -20% -45% 20%;height:62%;pointer-events:none;background:radial-gradient(circle,rgba(240,132,22,.18),transparent 68%)}
.ai-card>*{position:relative;z-index:1}
.badge-orange{color:#ffad43;border-color:rgba(255,142,20,.25);background:rgba(255,131,0,.09)}
.badge-light{color:#6e5128;background:#f5ecde;border-color:rgba(157,123,67,.18)}
.journey-label{display:inline-flex;align-self:flex-start;margin-top:3px;color:#ff9a25;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.btn-ai{background:linear-gradient(180deg,#ffad42,#ee7d00);color:#15100a;box-shadow:0 12px 30px rgba(239,125,0,.22)}
.service-card{display:grid;grid-template-columns:minmax(260px,.86fr) minmax(0,1.14fr);min-height:355px}
.service-card>img{width:100%;height:100%;min-height:355px;object-fit:cover}
.service-card .product-copy{padding:30px}
.service-card .product-copy h3{font-size:clamp(30px,3vw,44px)}
.services-category{scroll-margin-top:96px}

@media(max-width:1280px){
  .products-grid-main{grid-template-columns:1fr}
  .products-grid-ai{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:980px){
  .products-grid-ai{grid-template-columns:1fr 1fr}
  .products-grid-services{grid-template-columns:1fr}
  .products-grid-main .main-product{grid-template-columns:minmax(230px,.8fr) minmax(0,1.2fr)}
}
@media(max-width:700px){
  .products-intro{margin-bottom:42px}
  .products-intro h2{font-size:43px}
  .product-category{padding:30px 0 46px}
  .product-category-head{grid-template-columns:48px minmax(0,1fr);gap:14px}
  .category-number{width:44px;height:44px;border-radius:14px}
  .product-category-head h3{font-size:31px}
  .products-grid-ai,.products-grid-main,.products-grid-services{grid-template-columns:1fr}
  .products-grid-main .main-product,.service-card{display:flex;flex-direction:column;min-height:0}
  .products-grid-main .main-product .cover,.service-card>img{height:auto;min-height:0;aspect-ratio:1/1;object-fit:cover}
  .product-card .product-copy,.products-grid-main .main-product .product-copy,.service-card .product-copy{padding:23px 21px 25px}
  .product-card.digital-card .product-copy h3,.service-card .product-copy h3{font-size:29px}
}
