.gm-landing{--bg:#FFFFFF;--bg-soft:#F9F9FA;--bg-warm:#FBF2EA;--bg-pink:#FAEBEB;--bg-dark:#0C2231;--ink:#0C2231;--ink-muted:#6C7377;--ink-soft:#9CA2A6;--border:#E3E4E5;--border-soft:#EFF2F3;--blue:#205AED;--blue-hover:#1A48C2;--yellow:#FFE953;--coral:#F47A7A;--green-light:#DBF0DD;background:var(--bg);color:var(--ink);font-family:Inter,system-ui,sans-serif;font-size:16px;line-height:1.6}.gm-landing *{box-sizing:border-box;margin:0;padding:0}.gm-landing .container{max-width:1280px;margin:0 auto;padding:0 clamp(20px,5vw,64px)}.gm-landing h1,.gm-landing h2,.gm-landing h3,.gm-landing h4{font-family:Montserrat,system-ui,sans-serif;color:var(--ink)}.gm-landing .blue-text,.gm-landing .highlight{color:var(--blue)}.gm-landing .outcome-finale .highlight,.gm-landing section.dark .highlight{color:var(--yellow)}.gm-landing h1.hero-title{font-weight:800;font-size:clamp(34px,4.8vw,64px);line-height:1.08;letter-spacing:-.025em}.gm-landing h2.section-title{font-weight:800;font-size:clamp(32px,4.5vw,56px);line-height:1.06;letter-spacing:-.02em;margin-bottom:.5em}.gm-landing h3{font-weight:700;font-size:clamp(20px,2vw,26px);line-height:1.2;letter-spacing:-.015em}.gm-landing h4{font-size:16px;letter-spacing:.08em}.gm-landing .eyebrow,.gm-landing h4{font-weight:700;text-transform:uppercase}.gm-landing .eyebrow{display:inline-block;font-family:Montserrat,sans-serif;font-size:12px;letter-spacing:.12em;color:var(--blue);padding:6px 12px;background:rgba(32,90,237,.08);border-radius:99px}.gm-landing .eyebrow.yellow{color:var(--ink);background:var(--yellow)}.gm-landing .lead{font-size:clamp(17px,1.4vw,20px);line-height:1.55;color:var(--ink-muted);max-width:64ch}.gm-landing header.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.gm-landing .site-header .container{display:flex;align-items:center;justify-content:space-between;padding-top:18px;padding-bottom:18px}.gm-landing .brand-logo{height:28px;width:auto;display:block}.gm-landing .header-actions{display:flex;gap:12px;align-items:center}.gm-landing .btn{display:inline-flex;align-items:center;gap:10px;padding:14px 24px;font-family:Inter,sans-serif;font-size:15px;font-weight:600;text-decoration:none;border:none;border-radius:10px;cursor:pointer;transition:transform .15s,background .2s,box-shadow .2s;letter-spacing:-.005em;line-height:1}.gm-landing .btn-primary{background:var(--ink);color:#FFFFFF}.gm-landing .btn-primary:hover{background:var(--blue);transform:translateY(-1px);box-shadow:0 8px 24px rgba(32,90,237,.25)}.gm-landing .btn-primary .arrow{transition:transform .2s}.gm-landing .btn-primary:hover .arrow{transform:translateX(4px)}.gm-landing .btn-yellow{background:var(--yellow);color:var(--ink)}.gm-landing .btn-yellow:hover{background:#FFD800;transform:translateY(-1px);box-shadow:0 8px 24px rgba(255,233,83,.4)}.gm-landing .btn-yellow .arrow{transition:transform .2s}.gm-landing .btn-yellow:hover .arrow{transform:translateX(4px)}.gm-landing .btn-lg{padding:20px 32px;font-size:16px;border-radius:12px}.gm-landing .btn-sm{padding:10px 18px;font-size:14px;border-radius:8px}.gm-landing .hero{padding:clamp(40px,5vh,70px) 0 clamp(48px,7vh,90px);position:relative;overflow:hidden}.gm-landing .hero-bg-decor{position:absolute;top:-150px;right:-150px;width:600px;height:600px;background:radial-gradient(circle,rgba(255,233,83,.25) 0,transparent 70%);pointer-events:none;z-index:0}.gm-landing .hero-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:64px;align-items:center;position:relative;z-index:1}.gm-landing .hero-content{display:flex;flex-direction:column;gap:20px}.gm-landing .hero-meta{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.gm-landing .hero-subtitle{max-width:56ch;font-size:clamp(15px,1.15vw,17px);line-height:1.55;color:var(--ink-muted)}.gm-landing .hero-disclaimer{padding:14px 18px;background:var(--bg-warm);border-radius:12px;border-left:4px solid var(--coral);max-width:56ch;font-size:clamp(14px,1vw,15px);color:var(--ink);line-height:1.5}.gm-landing .hero-cta-row{display:flex;gap:16px;align-items:center;flex-wrap:wrap;margin-top:4px}.gm-landing .btn-note{font-size:12px;color:var(--ink-soft);line-height:1.45;max-width:220px}.gm-landing .hero-mascot{position:relative;width:100%;max-width:340px;aspect-ratio:1;margin:0 auto;display:flex;align-items:center;justify-content:center}.gm-landing .hero-mascot-circle{position:absolute;inset:0;background:var(--yellow);border-radius:50%;z-index:0;opacity:.55}.gm-landing .hero-mascot img{display:block;position:relative;z-index:1;width:72%;height:72%;-o-object-fit:contain;object-fit:contain;animation:gm-float 6s ease-in-out infinite}@keyframes gm-float{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}.gm-landing section{padding:clamp(80px,12vh,130px) 0;position:relative}.gm-landing section.bg-soft{background:var(--bg-soft)}.gm-landing section.bg-warm{background:var(--bg-warm)}.gm-landing section.dark{background:var(--bg-dark);color:#E8ECEF}.gm-landing section.dark h2.section-title,.gm-landing section.dark h3,.gm-landing section.dark h4{color:#FFFFFF}.gm-landing section.dark .lead{color:#A6B0BC}.gm-landing section.dark .eyebrow{color:var(--yellow);background:rgba(255,233,83,.12)}.gm-landing .section-header{margin-bottom:clamp(48px,7vh,72px);max-width:820px}.gm-landing .section-header .eyebrow{margin-bottom:20px}.gm-landing .audit-teaser{display:grid;grid-template-columns:1.3fr 1fr;gap:64px;align-items:center}.gm-landing .audit-teaser-cta{background:#FFFFFF;border:1px solid var(--border);padding:36px;border-radius:16px;box-shadow:0 4px 24px rgba(12,34,49,.04)}.gm-landing .audit-teaser-cta .eyebrow{display:inline-block;margin-bottom:16px}.gm-landing .audit-teaser-cta h3{margin-bottom:20px}.gm-landing .audit-teaser-cta .audit-bullets{list-style:none;margin:24px 0 28px}.gm-landing .audit-teaser-cta .audit-bullets li{padding:12px 0 12px 28px;border-bottom:1px dashed var(--border);font-size:15px;color:var(--ink-muted);position:relative}.gm-landing .audit-teaser-cta .audit-bullets li:before{content:"✓";position:absolute;left:0;top:12px;color:var(--blue);font-weight:700}.gm-landing .audit-teaser-cta .audit-bullets li:last-child{border-bottom:none}.gm-landing .audit-teaser-cta .btn{width:100%;justify-content:center}.gm-landing .deliverables{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.gm-landing .deliverable{background:#FFFFFF;border:1px solid var(--border);padding:28px;border-radius:14px;transition:transform .2s,box-shadow .2s,border-color .2s}.gm-landing .deliverable:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgba(12,34,49,.06);border-color:var(--blue)}.gm-landing .deliverable-num{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--yellow);border-radius:50%;font-family:Montserrat,sans-serif;font-weight:700;font-size:14px;color:var(--ink);margin-bottom:16px}.gm-landing .deliverable h3{margin-bottom:10px;font-size:19px;font-weight:700;line-height:1.25}.gm-landing .deliverable p{color:var(--ink-muted);font-size:15px;line-height:1.55}.gm-landing .triggers-question{font-family:Montserrat,sans-serif;font-weight:700;font-size:clamp(28px,3.5vw,44px);line-height:1.15;letter-spacing:-.02em;max-width:24ch;color:#FFFFFF;margin-bottom:56px}.gm-landing .triggers-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.gm-landing .trigger{padding:22px 24px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:12px;display:grid;grid-template-columns:28px 1fr;gap:14px;font-size:16px;line-height:1.5;color:#D8DDE2;transition:background .2s,border-color .2s}.gm-landing .trigger:hover{background:rgba(255,233,83,.06);border-color:rgba(255,233,83,.3)}.gm-landing .trigger-marker{color:var(--yellow);font-weight:700;font-size:18px;line-height:1;padding-top:4px}.gm-landing .trigger strong{color:#FFFFFF;font-weight:600}.gm-landing .triggers-cta{margin-top:56px;text-align:center;font-family:Montserrat,sans-serif;font-weight:600;font-size:clamp(20px,2vw,26px);color:var(--yellow)}.gm-landing .core-jobs{display:flex;flex-direction:column;gap:48px}.gm-landing .core-job{background:#FFFFFF;border:1px solid var(--border);border-radius:20px;padding:clamp(32px,5vw,56px);display:grid;grid-template-columns:1fr 2fr;gap:48px;align-items:start}.gm-landing .core-job-num{font-family:Montserrat,sans-serif;font-weight:900;font-size:clamp(96px,12vw,160px);line-height:.9;color:var(--blue);letter-spacing:-.04em}.gm-landing .core-job-body h3{font-size:clamp(22px,2.4vw,32px);margin-bottom:24px;line-height:1.2;font-weight:800}.gm-landing .core-job-list{list-style:none}.gm-landing .core-job-list li{padding:16px 0;border-top:1px solid var(--border);display:grid;grid-template-columns:28px 1fr;gap:14px;font-size:16px;line-height:1.55;color:var(--ink-muted)}.gm-landing .core-job-list li:first-child{border-top:2px solid var(--ink);padding-top:18px}.gm-landing .core-job-list li strong{color:var(--ink);font-weight:600}.gm-landing .core-job-list .bullet-mark{color:var(--blue);font-weight:700;font-size:18px;line-height:1;padding-top:4px}.gm-landing .outcomes-disclaimer{background:var(--bg-pink);border-radius:16px;padding:28px 32px;margin-bottom:56px;font-size:clamp(16px,1.4vw,19px);line-height:1.5;max-width:72ch;color:var(--ink);border-left:4px solid var(--coral)}.gm-landing .outcomes-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:48px}.gm-landing .outcome-block{background:#FFFFFF;border:1px solid var(--border);padding:36px;border-radius:16px}.gm-landing .outcome-block h4{color:var(--blue);margin-bottom:24px;font-size:13px}.gm-landing .outcome-block.warm h4{color:var(--coral)}.gm-landing .outcome-list{list-style:none}.gm-landing .outcome-list li{padding:14px 0 14px 28px;border-top:1px solid var(--border);font-size:16px;line-height:1.55;color:var(--ink);position:relative}.gm-landing .outcome-list li:before{content:"→";position:absolute;left:0;top:14px;color:var(--blue);font-weight:700}.gm-landing .outcome-block.warm .outcome-list li:before{color:var(--coral)}.gm-landing .outcome-list li:first-child{border-top:2px solid var(--ink);padding-top:16px}.gm-landing .outcome-list li strong{font-weight:600}.gm-landing .outcome-finale{background:var(--ink);color:#FFFFFF;padding:32px 40px;border-radius:16px;font-family:Montserrat,sans-serif;font-weight:700;font-size:clamp(22px,2.5vw,32px);line-height:1.25;text-align:center}.gm-landing .pricing-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.gm-landing .pricing-card{background:#FFFFFF;border:1px solid var(--border);padding:40px;border-radius:20px;display:flex;flex-direction:column;position:relative;transition:transform .25s,box-shadow .25s}.gm-landing .pricing-card:hover{transform:translateY(-5px);box-shadow:0 24px 48px rgba(12,34,49,.08)}.gm-landing .pricing-card.featured{background:var(--ink);color:#E8ECEF;border:2px solid var(--ink)}.gm-landing .featured-badge{position:absolute;top:-14px;left:32px;background:var(--yellow);color:var(--ink);padding:8px 16px;font-family:Montserrat,sans-serif;font-weight:700;font-size:11px;letter-spacing:.12em;text-transform:uppercase;border-radius:99px}.gm-landing .pricing-eyebrow{font-family:Inter,sans-serif;font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--blue);margin-bottom:12px}.gm-landing .pricing-card.featured .pricing-eyebrow{color:var(--yellow)}.gm-landing .pricing-name{font-family:Montserrat,sans-serif;font-weight:800;font-size:clamp(24px,2.4vw,32px);letter-spacing:-.02em;margin-bottom:12px;line-height:1.1;color:var(--ink)}.gm-landing .pricing-card.featured .pricing-name{color:#FFFFFF}.gm-landing .pricing-price{font-family:Montserrat,sans-serif;font-weight:900;font-size:clamp(42px,5vw,60px);letter-spacing:-.03em;color:var(--ink);margin-bottom:28px;line-height:1}.gm-landing .pricing-card.featured .pricing-price{color:var(--yellow)}.gm-landing .pricing-price small{font-size:20px;color:var(--ink-soft);font-weight:600;margin-left:4px}.gm-landing .pricing-card.featured .pricing-price small{color:rgba(255,233,83,.7)}.gm-landing .pricing-features{list-style:none;margin-bottom:36px;flex-grow:1}.gm-landing .pricing-features li{padding:14px 0 14px 28px;border-top:1px solid var(--border);font-size:15px;line-height:1.5;position:relative}.gm-landing .pricing-features li:before{content:"✓";position:absolute;left:0;top:14px;color:var(--blue);font-weight:700}.gm-landing .pricing-card.featured .pricing-features li{border-top-color:rgba(255,255,255,.12)}.gm-landing .pricing-card.featured .pricing-features li:before{color:var(--yellow)}.gm-landing .pricing-features li:first-child{border-top:2px solid var(--ink)}.gm-landing .pricing-card.featured .pricing-features li:first-child{border-top-color:rgba(255,255,255,.4)}.gm-landing .pricing-features li strong{font-weight:600}.gm-landing .pricing-card .btn{width:100%;justify-content:center}.gm-landing .doubts-list{display:flex;flex-direction:column;gap:12px}.gm-landing .doubt{background:#FFFFFF;border:1px solid var(--border);border-radius:14px;transition:border-color .2s,box-shadow .2s}.gm-landing .doubt[open]{border-color:var(--blue);box-shadow:0 4px 16px rgba(32,90,237,.08)}.gm-landing .doubt summary{padding:24px 28px;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:24px;font-family:Montserrat,sans-serif;font-weight:700;font-size:clamp(17px,1.6vw,20px);line-height:1.35;letter-spacing:-.01em;color:var(--ink);transition:color .2s}.gm-landing .doubt summary::-webkit-details-marker{display:none}.gm-landing .doubt summary:hover{color:var(--blue)}.gm-landing .doubt summary:after{content:"";flex-shrink:0;width:32px;height:32px;background:var(--bg-soft);border-radius:50%;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'><path d='M7 1V13M1 7H13' stroke='%230C2231' stroke-width='2' stroke-linecap='round'/></svg>");background-repeat:no-repeat;background-position:50%;transition:transform .3s,background-color .2s}.gm-landing .doubt[open] summary:after{background-color:var(--yellow);background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'><path d='M1 7H13' stroke='%230C2231' stroke-width='2' stroke-linecap='round'/></svg>");transform:rotate(180deg)}.gm-landing .doubt-body{padding:0 28px 28px;color:var(--ink-muted);font-size:16px;line-height:1.65;max-width:72ch}.gm-landing .doubt-body ol{margin-top:16px;padding-left:0;list-style:none;counter-reset:doubt-counter}.gm-landing .doubt-body ol li{counter-increment:doubt-counter;padding:10px 0 10px 36px;position:relative}.gm-landing .doubt-body ol li:before{content:counter(doubt-counter);position:absolute;left:0;top:10px;width:24px;height:24px;background:var(--yellow);color:var(--ink);border-radius:50%;font-family:Montserrat,sans-serif;font-weight:700;font-size:12px;display:flex;align-items:center;justify-content:center}.gm-landing .doubt-body strong{color:var(--ink);font-weight:600}.gm-landing .alts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.gm-landing .alt{background:#FFFFFF;border:1px solid var(--border);padding:32px;border-radius:16px;transition:transform .2s,border-color .2s}.gm-landing .alt:hover{border-color:var(--ink);transform:translateY(-3px)}.gm-landing .alt-tag{display:inline-block;font-family:Inter,sans-serif;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--coral);background:rgba(244,122,122,.1);padding:4px 10px;border-radius:99px;margin-bottom:14px}.gm-landing .alt h3{font-size:22px;margin-bottom:14px;font-weight:800;line-height:1.2}.gm-landing .alt p{font-size:15px;color:var(--ink-muted);line-height:1.6}.gm-landing .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.gm-landing .step{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:32px 28px;transition:background .2s,transform .2s}.gm-landing .step:hover{background:rgba(255,233,83,.06);transform:translateY(-3px)}.gm-landing .step-num{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background:var(--yellow);border-radius:50%;font-family:Montserrat,sans-serif;font-weight:800;font-size:18px;color:var(--ink);margin-bottom:20px}.gm-landing .step h3{color:#FFFFFF;font-size:20px;margin-bottom:10px;font-weight:700}.gm-landing .step p{color:#A6B0BC;font-size:15px;line-height:1.55}.gm-landing .final-cta{text-align:center;padding:clamp(100px,16vh,160px) 0;background:var(--bg-pink);position:relative;overflow:hidden}.gm-landing .final-cta:before{content:"";position:absolute;top:-120px;left:-120px;width:480px;height:480px;background:radial-gradient(circle,rgba(255,233,83,.18) 0,transparent 70%);pointer-events:none}.gm-landing .final-cta:after{content:"";position:absolute;bottom:-150px;right:-150px;width:520px;height:520px;background:radial-gradient(circle,rgba(244,122,122,.18) 0,transparent 70%);pointer-events:none}.gm-landing .final-cta .container{position:relative;z-index:1}.gm-landing .final-cta h2{font-family:Montserrat,sans-serif;font-weight:900;font-size:clamp(36px,5.5vw,72px);line-height:1.05;letter-spacing:-.025em;margin-bottom:24px;max-width:18ch;margin-left:auto;margin-right:auto;color:var(--ink)}.gm-landing .final-cta .lead{margin:0 auto 40px;max-width:52ch;color:var(--ink-muted);font-weight:400}.gm-landing .final-cta-mascot{width:96px;height:96px;margin:0 auto 36px;display:flex;align-items:center;justify-content:center}.gm-landing .final-cta-mascot img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;animation:gm-float 5s ease-in-out infinite}.gm-landing .final-cta-note{margin-top:24px;font-size:14px;color:var(--ink-muted)}.gm-landing footer.gm-footer{background:var(--ink);color:#A6B0BC;padding:48px 0;font-size:14px}.gm-landing footer.gm-footer .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.gm-landing .footer-logo{height:24px;filter:brightness(0) invert(1)}.gm-landing .reveal{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease}.gm-landing .reveal.in-view{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.gm-landing .reveal{opacity:1;transform:none;transition:none}.gm-landing .final-cta-mascot img,.gm-landing .hero-mascot img{animation:none}}@media (max-width:900px){.gm-landing .alts-grid,.gm-landing .audit-teaser,.gm-landing .deliverables,.gm-landing .hero-grid,.gm-landing .outcomes-grid,.gm-landing .pricing-grid,.gm-landing .steps,.gm-landing .triggers-grid{grid-template-columns:1fr!important}.gm-landing .core-job{grid-template-columns:1fr;gap:28px;padding:32px}.gm-landing .audit-teaser{gap:32px}.gm-landing .hero-cta-row{gap:16px;flex-direction:column;align-items:stretch}.gm-landing .hero-cta-row .btn{width:100%;justify-content:center}.gm-landing .btn-note{max-width:none}.gm-landing .outcomes-grid{gap:16px}.gm-landing .pricing-card{padding:28px}.gm-landing section{padding:64px 0}.gm-landing .hero{padding:40px 0 60px}.gm-landing .hero-mascot{max-width:240px;order:-1}.gm-landing .hero-bg-decor{width:400px;height:400px}}