/* ==========================================================================
   AI GOLF — Site Stylesheet (single source of truth for the whole site)
   Theme colors live in the :root{} block below. Change them once here
   and every page updates. Linked by every page via /assets/css/styles.css
   ========================================================================== */

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
  :root{
    --green-deep:#0e2a1a;--green-mid:#1a4a2e;--green-bright:#2d7a4f;--green-light:#4caf78;
    --gold:#c8a84b;--gold-light:#e8c96e;--cream:#f5f0e8;--white:#ffffff;
    --gray-light:#f0ede6;--gray-mid:#c8c4ba;--text-dark:#0e1a14;--text-muted:#5a6b60;
    --font-display:"DM Serif Display",Georgia,serif;--font-body:"DM Sans",sans-serif;
  }
  html{scroll-behavior:smooth}
  body{font-family:var(--font-body);background:var(--white);color:var(--text-dark);line-height:1.6;overflow-x:hidden}
  nav{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(23,77,46,0.97);backdrop-filter:blur(12px);padding:0 5%;display:flex;align-items:center;justify-content:space-between;height:68px;border-bottom:1px solid rgba(200,168,75,0.2)}
  .nav-logo{font-family:var(--font-display);font-size:22px;color:var(--white);text-decoration:none;display:flex;align-items:center;gap:10px}
  .nav-logo span{color:var(--gold)}
  .nav-logo-icon{width:32px;height:32px;background:var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:var(--green-deep)}
  .nav-links{display:flex;gap:32px;list-style:none}
  .nav-links a{color:rgba(255,255,255,0.75);text-decoration:none;font-size:14px;font-weight:500;letter-spacing:0.04em;text-transform:uppercase;transition:color 0.2s}
  .nav-links a:hover{color:var(--gold)}
  .nav-cta{background:var(--gold)!important;color:var(--green-deep)!important;padding:8px 20px;border-radius:4px;font-weight:600!important}
  .hero{min-height:74vh;background:linear-gradient(165deg,#f4f1e9 0%,#e7eadf 100%);display:flex;flex-direction:column;position:relative;overflow:hidden;padding-top:68px}
  .hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 75% 35%,rgba(45,122,79,0.10) 0%,transparent 65%),radial-gradient(ellipse 50% 80% at 6% 88%,rgba(200,168,75,0.16) 0%,transparent 60%)}
  .hero-grid-bg{position:absolute;inset:0;opacity:0.06;background-image:linear-gradient(rgba(26,74,46,0.4) 1px,transparent 1px),linear-gradient(90deg,rgba(26,74,46,0.4) 1px,transparent 1px);background-size:60px 60px}
  .hero-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;padding:32px 5% 44px;text-align:center}
  .hero-eyebrow{font-size:12px;font-weight:600;letter-spacing:0.2em;text-transform:uppercase;color:#9a7d2e;margin-bottom:18px;display:flex;align-items:center;gap:12px}
  .hero-eyebrow::before,.hero-eyebrow::after{content:"";flex:0 0 40px;height:1px;background:#b59a44;opacity:0.7}
  .hero-title{font-family:var(--font-display);font-size:clamp(44px,7vw,88px);color:var(--green-deep);line-height:1.05;margin-bottom:18px;max-width:900px}
  .hero-title em{color:#9a7d2e;font-style:italic}
  .hero-subtitle{font-size:clamp(16px,2vw,20px);color:rgba(255,255,255,0.6);max-width:580px;margin:0 auto 48px;font-weight:300;line-height:1.7}
  .hero-quote{font-family:var(--font-display);font-style:italic;font-size:clamp(19px,2.6vw,27px);color:rgba(20,51,31,0.82);max-width:660px;margin:0 auto 30px;line-height:1.5}
  .hero-quote span{color:#9a7d2e}
  .hero-actions{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}
  .btn-primary{background:var(--gold);color:var(--green-deep);padding:16px 36px;border-radius:4px;font-weight:600;font-size:15px;text-decoration:none;letter-spacing:0.03em;transition:background 0.2s,transform 0.15s;display:inline-block}
  .btn-primary:hover{background:var(--gold-light);transform:translateY(-1px)}
  .btn-outline{border:1.5px solid rgba(20,51,31,0.28);color:var(--green-mid);padding:15px 36px;border-radius:4px;font-weight:500;font-size:15px;text-decoration:none;letter-spacing:0.03em;transition:border-color 0.2s,color 0.2s;display:inline-block}
  .btn-outline:hover{border-color:var(--gold);color:var(--gold)}
  .intro-strip{background:var(--green-deep);padding:60px 5%;text-align:center}
  .intro-strip p{font-family:var(--font-display);font-size:clamp(20px,3vw,32px);color:var(--white);max-width:800px;margin:0 auto;line-height:1.5;font-style:italic}
  .intro-strip p span{color:var(--gold)}
  section{padding:100px 5%}
  .section-inner{max-width:1200px;margin:0 auto}
  .section-label{font-size:11px;font-weight:600;letter-spacing:0.18em;text-transform:uppercase;color:var(--green-bright);margin-bottom:16px}
  .section-title{font-family:var(--font-display);font-size:clamp(32px,4vw,52px);color:var(--text-dark);line-height:1.1;margin-bottom:20px}
  .section-title em{color:var(--green-bright);font-style:italic}
  .section-body{font-size:17px;color:var(--text-muted);max-width:560px;line-height:1.75}
  .product-hero{background:var(--gray-light)}
  .product-hero-top{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-bottom:60px}
  .product-badge{display:inline-block;background:var(--green-deep);color:var(--gold);font-size:11px;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;padding:6px 14px;border-radius:2px;margin-bottom:20px}
  .product-hero-title{font-family:var(--font-display);font-size:clamp(40px,5vw,64px);color:var(--text-dark);line-height:1.05;margin-bottom:8px}
  .product-hero-sub{font-size:13px;letter-spacing:0.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:24px;font-weight:500}
  .product-tagline{font-size:18px;color:var(--text-muted);line-height:1.7;margin-bottom:36px;border-left:3px solid var(--gold);padding-left:20px}
  .product-img-wrap{border-radius:10px;overflow:hidden;box-shadow:0 16px 48px rgba(14,42,26,0.2)}
  .product-img-wrap img{width:100%;height:auto;display:block;object-fit:cover}
  .video-section{max-width:1200px;margin:0 auto}
  .video-label{font-size:11px;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;color:var(--green-bright);margin-bottom:12px}
  .video-caption{font-size:15px;color:var(--text-muted);margin-bottom:20px}
  .video-wrapper{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:10px;box-shadow:0 20px 60px rgba(14,42,26,0.25)}
  .video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0;border-radius:10px}
  .pillars{background:var(--white)}
  .pillars-grid{max-width:1200px;margin:60px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:var(--gray-mid);border-radius:8px;overflow:hidden}
  .pillar{background:var(--white);padding:48px 36px;transition:background 0.2s}
  .pillar:hover{background:var(--gray-light)}
  .pillar-num{font-family:var(--font-display);font-size:48px;color:var(--green-light);opacity:0.3;line-height:1;margin-bottom:16px}
  .pillar-title{font-size:20px;font-weight:600;color:var(--text-dark);margin-bottom:12px}
  .pillar-body{font-size:15px;color:var(--text-muted);line-height:1.7}
  .specs{background:linear-gradient(160deg,#1d5d39 0%,#123f27 100%)}
  .specs-layout{max-width:1200px;margin:60px auto 0;display:grid;grid-template-columns:1fr 1fr;gap:60px}
  .stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:48px}
  .stat-card{border:1px solid rgba(200,168,75,0.2);border-radius:6px;padding:24px 20px;text-align:center;background:rgba(255,255,255,0.03)}
  .stat-num{font-family:var(--font-display);font-size:36px;color:var(--gold);line-height:1;margin-bottom:6px}
  .stat-label{font-size:12px;color:rgba(255,255,255,0.5);letter-spacing:0.05em;line-height:1.4}
  .spec-table{width:100%;border-collapse:collapse}
  .spec-table tr{border-bottom:1px solid rgba(255,255,255,0.08)}
  .spec-table tr:last-child{border-bottom:none}
  .spec-table td{padding:14px 0;font-size:14px}
  .spec-table td:first-child{color:rgba(255,255,255,0.45);width:50%}
  .spec-table td:last-child{color:var(--white);font-weight:500}
  .terrain-list{list-style:none;display:flex;flex-direction:column;gap:10px}
  .terrain-list li{padding:12px 16px;background:rgba(255,255,255,0.04);border-left:2px solid var(--green-bright);border-radius:0 4px 4px 0;font-size:14px;color:rgba(255,255,255,0.8)}
  .kits{background:var(--cream)}
  .kits-grid{max-width:1200px;margin:60px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
  .kit-card{background:var(--white);border:1px solid rgba(14,42,26,0.1);border-radius:8px;padding:36px 28px;transition:box-shadow 0.2s,transform 0.2s}
  .kit-card:hover{box-shadow:0 8px 32px rgba(14,42,26,0.1);transform:translateY(-3px)}
  .kit-tag{display:inline-block;font-size:11px;font-weight:600;letter-spacing:0.12em;text-transform:uppercase;padding:4px 12px;border-radius:2px;margin-bottom:20px}
  .kit-tag.core{background:rgba(14,42,26,0.08);color:var(--green-mid)}
  .kit-tag.addon{background:rgba(200,168,75,0.15);color:#8a6d1e}
  .kit-title{font-size:22px;font-weight:600;margin-bottom:12px;color:var(--text-dark)}
  .kit-body{font-size:14px;color:var(--text-muted);line-height:1.7;margin-bottom:20px}
  .kit-features{list-style:none;display:flex;flex-direction:column;gap:8px}
  .kit-features li{font-size:13px;color:var(--text-muted);padding-left:16px;position:relative}
  .kit-features li::before{content:"→";position:absolute;left:0;color:var(--green-bright)}
  .global{background:var(--white)}
  .global-grid{max-width:1200px;margin:60px auto 0;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
  .gstat-num{font-family:var(--font-display);font-size:40px;color:var(--green-bright);line-height:1;min-width:80px}
  .gstat-label{font-size:14px;color:var(--text-muted);line-height:1.6;padding-top:6px}
  .market-bars{margin-top:32px;display:flex;flex-direction:column;gap:12px}
  .market-bar-row{display:flex;align-items:center;gap:12px;font-size:13px}
  .market-bar-label{color:var(--text-muted);width:140px;flex-shrink:0}
  .market-bar-track{flex:1;height:6px;background:var(--gray-light);border-radius:3px;overflow:hidden}
  .market-bar-fill{height:100%;border-radius:3px;background:var(--green-bright)}
  .market-bar-pct{color:var(--text-dark);font-weight:500;width:44px;text-align:right}
  .coming-soon{background:linear-gradient(160deg,#1d5d39 0%,#123f27 100%);padding:100px 5%}
  .coming-soon-inner{max-width:1200px;margin:0 auto}
  .products-teaser{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:60px}
  .teaser-card{border:1px solid rgba(255,255,255,0.1);border-radius:8px;padding:32px 24px;background:rgba(255,255,255,0.03);transition:border-color 0.2s,background 0.2s}
  .teaser-card:hover{border-color:rgba(200,168,75,0.4);background:rgba(200,168,75,0.05)}
  .teaser-soon{font-size:10px;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;color:var(--gold);opacity:0.7;margin-bottom:16px}
  .teaser-name{font-size:18px;font-weight:600;color:var(--white);margin-bottom:10px}
  .teaser-desc{font-size:13px;color:rgba(255,255,255,0.45);line-height:1.6}
  .teaser-icon{width:40px;height:40px;border-radius:50%;background:rgba(200,168,75,0.12);border:1px solid rgba(200,168,75,0.2);display:flex;align-items:center;justify-content:center;font-size:18px;margin-bottom:20px}
  .cta-section{background:var(--cream);text-align:center}
  .cta-inner{max-width:700px;margin:0 auto}
  .contact-card{display:inline-flex;flex-direction:column;gap:6px;background:var(--white);border:1px solid rgba(14,42,26,0.1);border-radius:8px;padding:28px 36px;margin-top:48px;text-align:left}
  .contact-name{font-weight:600;font-size:17px;color:var(--text-dark)}
  .contact-title{font-size:13px;color:var(--text-muted);margin-bottom:8px}
  .contact-detail{font-size:14px;color:var(--green-bright);text-decoration:none}
  footer{background:#14492c;padding:48px 5%;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px;border-top:1px solid rgba(200,168,75,0.15)}
  .footer-logo{font-family:var(--font-display);font-size:20px;color:var(--white)}
  .footer-logo span{color:var(--gold)}
  .footer-sub{font-size:12px;color:rgba(255,255,255,0.3);margin-top:4px}
  .footer-right{font-size:12px;color:rgba(255,255,255,0.3);text-align:right}
  .footer-right a{color:rgba(255,255,255,0.4);text-decoration:none}
  .nav-toggle{display:none;background:none;border:0;color:#fff;font-size:26px;line-height:1;cursor:pointer;padding:4px 6px}
  @media(max-width:900px){.product-hero-top,.specs-layout,.global-grid{grid-template-columns:1fr;gap:40px}.pillars-grid,.kits-grid{grid-template-columns:1fr}.products-teaser{grid-template-columns:repeat(2,1fr)}
    .nav-toggle{display:block}
    .nav-links{display:none;position:absolute;top:68px;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;background:rgba(23,77,46,0.99);padding:8px 5% 18px;border-bottom:1px solid rgba(200,168,75,0.25);box-shadow:0 16px 30px rgba(0,0,0,0.2)}
    .nav-links.open{display:flex}
    .nav-links li{width:100%}
    .nav-links a{display:block;padding:13px 0;width:100%;font-size:15px;border-bottom:1px solid rgba(255,255,255,0.08)}
    .nav-links .nav-cta{margin-top:12px;text-align:center;border-bottom:0}
  }
  @media(max-width:560px){.products-teaser{grid-template-columns:1fr}.stat-row{grid-template-columns:repeat(2,1fr)}.hero-actions{flex-direction:column;align-items:center}}
  .beyond{background:var(--cream)}
  .beyond-grid{max-width:1200px;margin:60px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
  .beyond-card{background:var(--white);border:1px solid rgba(14,42,26,0.1);border-radius:8px;padding:36px 28px;transition:box-shadow 0.2s,transform 0.2s}
  .beyond-card:hover{box-shadow:0 12px 32px rgba(14,42,26,0.08);transform:translateY(-3px)}
  .beyond-icon{width:48px;height:48px;border-radius:50%;background:rgba(200,168,75,0.14);border:1px solid rgba(200,168,75,0.3);display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:20px}
  .beyond-title{font-family:var(--font-display);font-size:24px;color:var(--text-dark);line-height:1.15;margin-bottom:6px}
  .beyond-sub{font-size:13px;color:var(--green-bright);font-weight:500;margin-bottom:18px}
  .beyond-features{list-style:none;display:flex;flex-direction:column;gap:10px}
  .beyond-features li{font-size:14px;color:var(--text-muted);padding-left:22px;position:relative;line-height:1.5}
  .beyond-features li::before{content:"";position:absolute;left:0;top:8px;width:7px;height:7px;border-radius:50%;background:var(--gold)}
  .beyond-foot{max-width:1200px;margin:48px auto 0;text-align:center;font-size:15px;color:var(--text-muted)}
  .beyond-foot a{color:var(--green-bright);font-weight:600;text-decoration:none;border-bottom:1px solid rgba(45,122,79,0.35)}
  .beyond-foot a:hover{color:var(--green-mid)}
  @media(max-width:900px){.beyond-grid{grid-template-columns:1fr}}

/* ==========================================================================
   Subpage helpers (added with the multi-page structure)
   Used by template + pages under /products, /segments, /resources, /demo
   ========================================================================== */
.page-hero{background:linear-gradient(165deg,#f4f1e9 0%,#e7eadf 100%);padding:130px 5% 64px;border-bottom:1px solid rgba(20,51,31,0.08)}
.page-hero .section-inner{max-width:1100px;margin:0 auto}
.page-section{padding:72px 5%}
.page-section .section-inner{max-width:1100px;margin:0 auto}
.page-lead{font-size:18px;color:var(--text-muted);max-width:700px;margin-top:14px;line-height:1.7}
.back-link{display:inline-block;margin-top:22px;color:var(--green-bright);font-weight:600;font-size:14px;text-decoration:none}
.back-link:hover{color:var(--green-mid)}
.stub-note{margin-top:26px;padding:16px 20px;border:1px dashed rgba(20,51,31,0.25);border-radius:8px;color:var(--text-muted);font-size:14px;background:rgba(255,255,255,0.55);max-width:700px;line-height:1.6}

/* 4-up card grid (e.g. RM21 attachments) */
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;max-width:1100px;margin:44px auto 0}
@media(max-width:900px){.grid-4{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.grid-4{grid-template-columns:1fr}}
.page-img{max-width:1100px;margin:-28px auto 0;padding:0 5%}
.page-img img{width:100%;border-radius:14px;box-shadow:0 24px 60px rgba(14,42,26,0.16);display:block}
.page-cta{background:linear-gradient(160deg,#1d5d39 0%,#123f27 100%);text-align:center;padding:72px 5%}
.page-cta h2{font-family:var(--font-display);font-size:clamp(26px,3.4vw,40px);color:#fff;margin-bottom:14px}
.page-cta p{color:rgba(255,255,255,0.7);max-width:520px;margin:0 auto 28px}
.page-cta .cta-back{display:inline-block;margin-top:24px;font-size:14px;font-weight:600;letter-spacing:.03em;color:rgba(255,255,255,.78);text-decoration:none;transition:color .15s}
.page-cta .cta-back:hover{color:var(--gold-light)}

/* Product image gallery */
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:1100px;margin:44px auto 0}
.gallery-grid figure{margin:0;border-radius:12px;overflow:hidden;border:1px solid rgba(20,51,31,0.1);background:#fff;box-shadow:0 10px 26px rgba(14,42,26,0.06)}
.gallery-grid img{width:100%;height:210px;object-fit:cover;display:block}
.gallery-grid figcaption{font-size:13px;color:var(--text-muted);padding:13px 15px;font-weight:500}
@media(max-width:900px){.gallery-grid{grid-template-columns:1fr}}

/* ==========================================================================
   Image-forward product layout (glnat-style): photo hero + feature rows
   ========================================================================== */
.photo-hero{position:relative;min-height:74vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:140px 5% 90px;color:#fff;overflow:hidden}
.photo-hero .ph-bg{position:absolute;inset:0;background-size:cover;background-position:center;z-index:0}
.photo-hero::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(14,42,26,0.5) 0%,rgba(14,42,26,0.4) 38%,rgba(14,42,26,0.74) 100%)}
.photo-hero .ph-inner{position:relative;z-index:2;max-width:780px;margin:0 auto}
.photo-hero .section-label{color:var(--gold-light)}
.photo-hero h1{font-family:var(--font-display);font-size:clamp(40px,6vw,72px);line-height:1.04;margin:14px 0 16px;text-shadow:0 2px 26px rgba(0,0,0,0.35)}
.photo-hero h1 em{color:var(--gold-light);font-style:italic}
.photo-hero .ph-lead{font-size:clamp(16px,2vw,20px);color:rgba(255,255,255,0.9);max-width:600px;margin:0 auto 30px;line-height:1.6}
.photo-hero .ph-actions{display:flex;gap:14px;flex-wrap:wrap;justify-content:center}
.photo-hero .btn-outline{border-color:rgba(255,255,255,0.5);color:#fff}
.photo-hero .btn-outline:hover{border-color:#fff;background:rgba(255,255,255,0.08)}

.feature-rows{padding:40px 5%}
.feature-row{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center;max-width:1140px;margin:0 auto;padding:44px 0}
.feature-row .fr-img{border-radius:14px;overflow:hidden;box-shadow:0 20px 50px rgba(14,42,26,0.14)}
.feature-row .fr-img img{width:100%;display:block}
.feature-row .fr-text h3{font-family:var(--font-display);font-size:clamp(24px,3vw,34px);color:var(--text-dark);line-height:1.12;margin-bottom:14px}
.feature-row .fr-text h3 em{color:var(--green-bright);font-style:italic}
.feature-row .fr-text p{font-size:16px;color:var(--text-muted);line-height:1.7}
.feature-row.reverse .fr-img{order:2}
@media(max-width:860px){.feature-row{grid-template-columns:1fr;gap:22px;padding:30px 0}.feature-row.reverse .fr-img{order:0}}

/* ==========================================================================
   Sales-flow helpers (homepage: problem / ROI cards on dark green bands)
   ========================================================================== */
.dark-grid{max-width:1100px;margin:48px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:22px;padding:0 5%}
.dark-card{background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.14);border-radius:12px;padding:28px 24px}
.dark-card .dc-ic{font-size:26px;margin-bottom:12px}
.dark-card h3{font-family:var(--font-display);font-size:21px;color:#fff;margin-bottom:8px;line-height:1.15}
.dark-card p{font-size:14.5px;color:rgba(255,255,255,0.72);line-height:1.6}
@media(max-width:860px){.dark-grid{grid-template-columns:1fr}}
.trust-band{padding:50px 5%;text-align:center;background:var(--white)}
.trust-band .tb-num{font-family:var(--font-display);font-size:clamp(34px,5vw,48px);color:var(--green-bright);line-height:1}
.trust-band .tb-text{font-size:16px;color:var(--text-muted);max-width:620px;margin:10px auto 0;line-height:1.6}
.section-cta{text-align:center;margin-top:38px}

/* ==========================================================================
   ROI / savings calculator (no product pricing — uses the course's own inputs)
   ========================================================================== */
.calc{max-width:1040px;margin:46px auto 0;display:grid;grid-template-columns:1.1fr 0.9fr;border:1px solid rgba(20,51,31,0.12);border-radius:16px;overflow:hidden;box-shadow:0 20px 50px rgba(14,42,26,0.09)}
.calc-inputs{padding:34px 32px;background:#fff}
.calc-field{margin-bottom:18px}
.calc-field label{display:block;font-size:13px;font-weight:600;color:var(--text-dark);margin-bottom:7px}
.calc-field label .hint{font-weight:400;color:var(--text-muted);font-size:12px}
.calc-field input,.calc-field select{width:100%;padding:12px 14px;border:1px solid rgba(20,51,31,0.18);border-radius:8px;font-size:16px;font-family:var(--font-body);color:var(--text-dark);background:#fff}
.calc-field select{appearance:none;-webkit-appearance:none;cursor:pointer;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%235a6b60' stroke-width='2.5'><path d='M6 9l6 6 6-6'/></svg>");background-repeat:no-repeat;background-position:right 14px center;padding-right:40px}
.calc-field input:focus,.calc-field select:focus{outline:none;border-color:var(--green-bright);box-shadow:0 0 0 3px rgba(45,122,79,0.12)}
.calc-result{padding:38px 32px;background:linear-gradient(160deg,#1d5d39 0%,#123f27 100%);color:#fff;display:flex;flex-direction:column;justify-content:center}
.calc-result .cr-label{font-size:12px;letter-spacing:0.12em;text-transform:uppercase;color:rgba(255,255,255,0.55);margin-bottom:8px}
.calc-result .cr-big{font-family:var(--font-display);font-size:clamp(42px,6vw,62px);color:var(--gold-light);line-height:1}
.calc-result .cr-sub{font-size:15px;color:rgba(255,255,255,0.8);margin-top:8px;line-height:1.5}
.calc-result .cr-rows{margin-top:24px;border-top:1px solid rgba(255,255,255,0.15);padding-top:18px}
.calc-result .cr-rows div{display:flex;justify-content:space-between;font-size:14px;padding:6px 0;color:rgba(255,255,255,0.82)}
.calc-result .cr-rows b{color:#fff;font-weight:600}
.calc-note{max-width:1040px;margin:16px auto 0;font-size:12.5px;color:var(--text-muted);text-align:center;line-height:1.6}
@media(max-width:780px){.calc{grid-template-columns:1fr}}

/* ==========================================================================
   3-step ROI wizard (state-based, pricing-free)
   ========================================================================== */
.wizard{max-width:1000px;margin:38px auto 0}
.wiz-steps{display:flex;align-items:center;justify-content:center;margin-bottom:30px}
.wiz-dot{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;font-weight:700;font-size:14px;background:#e6e9e2;color:var(--text-muted);transition:.2s}
.wiz-dot.active{background:var(--green-bright);color:#fff}
.wiz-dot.done{background:var(--green-deep);color:#fff}
.wiz-line{width:64px;height:2px;background:#e6e9e2}
.wiz-card{border:1px solid rgba(20,51,31,0.12);border-radius:16px;background:#fff;padding:34px 32px;box-shadow:0 16px 44px rgba(14,42,26,0.08)}
.wiz-step{display:none}
.wiz-step.active{display:block}
.wiz-h{font-family:var(--font-display);font-size:24px;color:var(--text-dark);margin-bottom:6px}
.wiz-sub{font-size:14px;color:var(--text-muted);margin-bottom:24px;line-height:1.5}
.wiz-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.wiz-nav{display:flex;justify-content:space-between;align-items:center;margin-top:30px}
.choice{display:flex;gap:12px;flex-wrap:wrap}
.choice label{flex:1;border:1.5px solid rgba(20,51,31,0.18);border-radius:10px;padding:14px 18px;cursor:pointer;font-weight:600;font-size:15px;color:var(--text-dark);display:flex;align-items:center;gap:10px;transition:.15s}
.choice input{accent-color:var(--green-bright)}
.choice label:has(input:checked){border-color:var(--green-bright);background:rgba(45,122,79,0.06)}
.wiz-result{background:linear-gradient(160deg,#1d5d39 0%,#123f27 100%);border-radius:14px;color:#fff;padding:34px 30px;margin-top:6px}
.wiz-result .wr-label{font-size:12px;letter-spacing:0.12em;text-transform:uppercase;color:rgba(255,255,255,0.55);margin-bottom:8px}
.wiz-result .wr-big{font-family:var(--font-display);font-size:clamp(40px,6vw,58px);color:var(--gold-light);line-height:1}
.wiz-result .wr-sub{font-size:15px;color:rgba(255,255,255,0.82);margin-top:8px;line-height:1.5}
.wiz-result .wr-rows{margin-top:22px;border-top:1px solid rgba(255,255,255,0.15);padding-top:18px}
.wiz-result .wr-rows div{display:flex;justify-content:space-between;font-size:14px;padding:6px 0;color:rgba(255,255,255,0.85)}
.wiz-result .wr-rows b{color:#fff}
.wr-contrast{margin-top:18px;background:rgba(200,168,75,0.14);border:1px solid rgba(200,168,75,0.3);border-radius:10px;padding:14px 16px;font-size:14px;color:#fff;line-height:1.55}
.wr-contrast b{color:var(--gold-light)}
@media(max-width:760px){.wiz-grid{grid-template-columns:1fr}.wiz-line{width:34px}}

/* Homepage "Meet the RM21" row — bigger video, text pushed right */
.feature-row.fr-wide{grid-template-columns:1.7fr 1fr;gap:60px}
.feature-row.fr-wide .fr-text{padding-left:14px}
@media(max-width:860px){.feature-row.fr-wide{grid-template-columns:1fr;gap:22px}.feature-row.fr-wide .fr-text{padding-left:0}}

/* "Meet the RM21" header — text left, photo right */
.meet-grid{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center;max-width:1140px;margin:0 auto}
.meet-grid .section-body{max-width:none}
.meet-grid img{width:100%;border-radius:14px;box-shadow:0 20px 50px rgba(14,42,26,0.16);display:block}
@media(max-width:860px){.meet-grid{grid-template-columns:1fr;gap:28px}}

/* ==========================================================================
   Demo "Book a demo" form
   ========================================================================== */
.demo-layout{display:grid;grid-template-columns:1.15fr 0.85fr;gap:50px;max-width:1040px;margin:0 auto;align-items:start}
.demo-form{max-width:560px}
.demo-form .calc-field{margin-bottom:16px}
.demo-form textarea{width:100%;padding:12px 14px;border:1px solid rgba(20,51,31,0.18);border-radius:8px;font-size:16px;font-family:var(--font-body);color:var(--text-dark);resize:vertical;background:#fff}
.demo-form input:focus,.demo-form textarea:focus{outline:none;border-color:var(--green-bright);box-shadow:0 0 0 3px rgba(45,122,79,0.12)}
.demo-form .req{color:#b3401f}
.demo-form button{border:0;cursor:pointer;margin-top:6px}
#formMsg{margin-top:16px;font-size:14.5px;font-weight:600;line-height:1.5;min-height:1px}
#formMsg.ok{color:var(--green-bright)}
#formMsg.err{color:#b3401f}
.demo-aside h4{font-family:var(--font-display);font-size:20px;color:var(--text-dark);margin:0 0 14px}
.demo-aside h4+ul{margin-bottom:28px}
.demo-aside ul{list-style:none;display:grid;gap:12px}
.demo-aside li{font-size:14.5px;color:var(--text-muted);padding-left:22px;position:relative;line-height:1.55}
.demo-aside li::before{content:"";position:absolute;left:0;top:8px;width:7px;height:7px;border-radius:50%;background:var(--gold)}
@media(max-width:780px){.demo-layout{grid-template-columns:1fr;gap:32px}}

/* ==========================================================================
   Homepage "The lineup" — product/attachment cards
   ========================================================================== */
.lineup-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;max-width:1140px;margin:46px auto 0}
.lineup-card{background:#fff;border:1px solid rgba(20,51,31,0.1);border-radius:14px;overflow:hidden;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column;text-decoration:none}
.lineup-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(14,42,26,0.1)}
.lineup-card .lc-img{padding:0;background:#dfe4dd;overflow:hidden}
.lineup-card .lc-img img{width:100%;max-width:none;height:200px;object-fit:cover;object-position:center;display:block}
.lineup-card .lc-body{padding:22px 24px 26px}
.lineup-card .lc-tag{font-size:10.5px;font-weight:700;letter-spacing:1.4px;text-transform:uppercase;color:var(--green-bright)}
.lineup-card .lc-tag.soon{color:#9a7d2e}
.lineup-card h3{font-family:var(--font-display);font-size:23px;color:var(--text-dark);margin:7px 0 8px;line-height:1.1}
.lineup-card p{font-size:14px;color:var(--text-muted);line-height:1.55;margin-bottom:14px}
.lineup-card .lc-link{font-size:14px;font-weight:600;color:var(--green-bright)}
.attach-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;max-width:1140px;margin:34px auto 0}
.attach-card{background:#fff;border:1px solid rgba(20,51,31,0.1);border-radius:14px;overflow:hidden;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}
.attach-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(14,42,26,0.1)}
.attach-card .ac-img{height:190px;overflow:hidden;background:#dfe4dd}
.attach-card .ac-img img{width:100%;max-width:none;height:190px;object-fit:cover;object-position:center;display:block}
.attach-card .ac-ph{height:190px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;background:linear-gradient(160deg,#1d5d39,#123f27);text-align:center;padding:0 20px}
.attach-card .ac-ph .ac-ph-name{font-family:var(--font-display);font-size:30px;color:#fff;line-height:1}
.attach-card .ac-ph .ac-ph-note{font-size:10.5px;font-weight:600;letter-spacing:1.4px;text-transform:uppercase;color:var(--gold-light)}
.attach-card .ac-body{padding:22px 24px 26px}
.attach-card .kit-tag{margin-bottom:14px}
.attach-card .kit-body{margin-bottom:0}
a.attach-card{text-decoration:none;color:inherit}
a.attach-card .kit-body{margin-bottom:14px}
.attach-card .ac-link{font-size:14px;font-weight:600;color:var(--green-bright)}
.photo-hero .back-link{position:absolute;top:84px;left:5%;z-index:3;font-size:13px;font-weight:600;letter-spacing:.03em;color:rgba(255,255,255,.9);text-decoration:none;transition:color .15s;text-shadow:0 1px 8px rgba(0,0,0,0.4)}
.photo-hero .back-link:hover{color:var(--gold-light)}
.page-hero .back-link{display:inline-block;margin-bottom:16px;font-size:13px;font-weight:600;letter-spacing:.03em;color:var(--green-bright);text-decoration:none;transition:color .15s}
.page-hero .back-link:hover{color:#8a6d1e}
/* Standout / differentiators band */
.standout{background:linear-gradient(160deg,#1d5d39,#123f27);padding:84px 0}
.standout-grid{list-style:none;max-width:1080px;margin:42px auto 0;padding:0 5%;display:grid;grid-template-columns:1fr 1fr;gap:28px 44px}
.standout-grid li{display:flex;gap:15px;align-items:flex-start}
.standout-grid .so-check{flex:none;width:26px;height:26px;border-radius:50%;background:var(--gold);color:var(--green-deep);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;margin-top:2px}
.standout-grid h4{font-family:var(--font-body);font-size:17px;font-weight:600;color:#fff;margin:0 0 5px;line-height:1.25}
.standout-grid p{font-size:14px;line-height:1.6;color:rgba(255,255,255,0.72);margin:0}
.standout-grid.compact h4{margin-bottom:0;display:inline}
.standout-grid.compact p{display:inline;color:rgba(255,255,255,0.66)}
.standout-grid.compact h4:after{content:":\00a0";color:var(--gold-light);font-weight:400}
.standout-cta{text-align:center;margin-top:44px;padding:0 5%}
.standout-cta p{color:rgba(255,255,255,0.85);font-size:16px;margin-bottom:18px}
@media(max-width:780px){.standout-grid{grid-template-columns:1fr;gap:22px}}
