Equipos y tecnología agrícola

Equipo nuevo agrícola

Equipos agrícolas usados

Equipo agrícola usado

Trabajamos con las mejores marcas

Marcas para maquinaría agricola

Herramientas para las tareas del campo

Implemento agrícola para el campo

Tecnología que cultiva éxito

Equipos de tecnología agrícola sobre logo de Agtrac

Equipo Especializado agrícola Göweil y TT

Empacadora y plantadora de caña

Drones DJI que juegan para ganar en tu campo

Promociones exclusivas en los modelos T70P y T100.

Vigencia del 10 de Junio al 31 de Agosto

Dos drones agrícolas para fumigación y monitoreo de cultivos sobre un terreno de césped flotante.

 /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } }

/* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } }/* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } }/* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } }

 
 
 
Promociones Junio · Tiempo Limitado

Grandes jugadas para
una agricultura más productiva

Drones DJI Agriculture diseñados para aspersión y distribución de insumos con mayor precisión, cobertura y eficiencia. Respaldados por Agtrac.

70 L Capacidad T70P
100 L Capacidad T100
Junio Vigencia promoción

Equipos disponibles

Elige tu modelo

Elige la opción que mejor se adapte a tu operación y equipa tu campo con soluciones que impulsan cada jornada.

DJI Agras T70P – promoción de drones agrícolas

DJI Agras T70P

Tu refuerzo estrella para cada hectárea

Adquiere tu kit T70P y recibe sin costo adicional uno de estos beneficios:

🎁 Elige un regalo con tu kit

Kit de boquillas Gratis
Sistema de granulado Gratis

Una oportunidad para complementar tu operación con más capacidad y versatilidad en cada aplicación.

Quiero más información → Ver precio del kit
DJI Agras T100 – $556,000 MXN precio de contado

/* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } }

/* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } }/* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } }/* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } }/* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } }

/* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } }/* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } }/* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } }/* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } }/* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } }/* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } }/* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } }/* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } }/* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } }/* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } }/* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } }/* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } }/* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } }/* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } }/* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } }/* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } }

/* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } }/* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } }/* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } }/* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } }/* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } }/* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } }/* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } }/* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } }/* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } }/* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } }/* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } }/* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } }/* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } }/* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } }/* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } }/* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } }/* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } }/* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } }/* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } } /* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } }/* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } }/* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } }/* ── Tokens ── */ :root { --ag-dark: #1A3A1F; --ag-darker: #0F2614; --ag-mid: #3B6D11; --ag-lime: #8BC34A; --ag-lime-bg: #EAF3DE; --ag-lime-txt:#173404; --ag-cream: #F5F1E8; --ag-text: #1C1C1C; --ag-muted: #5C6B52; } body { font-family: 'Inter', sans-serif; color: var(--ag-text); background: #fff; } /* ── Hero ── */ .hero { background: var(--ag-dark); padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden; } .hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; opacity: .25; } .hero::before { width: 320px; height: 320px; background: var(--ag-mid); top: -100px; right: -80px; } .hero::after { width: 200px; height: 200px; background: var(--ag-lime); bottom: -60px; left: -50px; } .hero-badge { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 999px; margin-bottom: 20px; position: relative; z-index: 1; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 6vw, 56px); color: #fff; line-height: 1.05; letter-spacing: .03em; margin-bottom: 16px; position: relative; z-index: 1; } .hero-title span { color: var(--ag-lime); } .hero-sub { font-size: 15px; color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; } .hero-stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 24px; min-width: 130px; } .hero-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--ag-lime); line-height: 1; display: block; } .hero-stat-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; } /* ── Section header ── */ .section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ag-mid); margin-bottom: 6px; } .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: var(--ag-text); letter-spacing: .02em; margin-bottom: 8px; } .section-lead { font-size: 15px; color: var(--ag-muted); max-width: 560px; } /* ── Product cards ── */ .product-card { border-radius: 16px; overflow: hidden; border: 1.5px solid #E2E8DF; transition: border-color .2s, box-shadow .2s; height: 100%; } .product-card:hover { border-color: var(--ag-lime); box-shadow: 0 4px 24px rgba(59,109,17,.12); } .product-card.featured { border: 2px solid var(--ag-lime); } .card-header-band { background: var(--ag-dark); padding: 28px 28px 22px; position: relative; } .card-header-band.t100 { background: var(--ag-darker); } .card-featured-badge { position: absolute; top: 14px; right: 14px; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; } .card-model { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; letter-spacing: .03em; margin: 0 0 4px; } .card-tagline { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; } .card-body-pad { padding: 24px 24px 28px; } /* ── Promo gift box ── */ .promo-box { background: var(--ag-cream); border-radius: 10px; padding: 16px 18px; margin-bottom: 18px; } .promo-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .promo-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ag-text); padding: 4px 0; } .promo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ag-lime); flex-shrink: 0; } .free-pill { margin-left: auto; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } /* ── Price ── */ .price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; } .price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--ag-text); letter-spacing: .02em; line-height: 1; } .price-currency { font-size: 14px; font-weight: 600; color: var(--ag-muted); } .price-note { font-size: 11px; color: var(--ag-muted); margin-bottom: 16px; } /* ── Options grid (T100) ── */ .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .option-box { background: var(--ag-cream); border-radius: 10px; padding: 14px 14px 16px; } .option-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ag-mid); margin-bottom: 10px; } .option-item { display: flex; align-items: flex-start; gap: 7px; font-size: 13px; color: var(--ag-text); padding: 3px 0; line-height: 1.35; } .option-item svg { flex-shrink: 0; margin-top: 2px; } .option-item.gift { color: var(--ag-mid); font-weight: 600; margin-top: 4px; } /* ── CTAs ── */ .btn-ag-primary { display: block; width: 100%; background: var(--ag-dark); color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 13px 16px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-primary:hover { background: var(--ag-mid); color: #fff; } .btn-ag-secondary { display: block; width: 100%; background: transparent; color: var(--ag-mid); font-size: 14px; font-weight: 600; text-align: center; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--ag-mid); cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s; margin-top: 8px; } .btn-ag-secondary:hover { background: var(--ag-lime-bg); color: var(--ag-lime-txt); border-color: var(--ag-lime); } /* ── Divider ── */ .ag-divider { height: 1px; background: #E2E8DF; margin: 18px 0; } /* ── Image wrapper ── */ .promo-img-wrap { border-radius: 12px; overflow: hidden; height: 100%; } .promo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* ── Footer CTA ── */ .footer-cta { background: var(--ag-dark); border-radius: 16px; padding: 56px 32px; text-align: center; } .footer-cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 40px); color: #fff; letter-spacing: .03em; margin-bottom: 10px; } .footer-cta-sub { font-size: 15px; color: rgba(255,255,255,.6); margin-bottom: 28px; } .footer-cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; } .btn-ag-lime { display: inline-block; background: var(--ag-lime); color: var(--ag-lime-txt); font-size: 15px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; letter-spacing: .02em; text-decoration: none; transition: background .2s; } .btn-ag-lime:hover { background: #97C459; color: var(--ag-lime-txt); } /* ── Responsive tweaks ── */ @media (max-width: 768px) { .hero { padding: 52px 20px 44px; } .options-grid { grid-template-columns: 1fr; } }

¿Requieres cotización?

Ingresa tus datos y en breve un ejecutivo se pondrá en contacto contigo para brindarte más información.

Este campo es necesario

Este campo es necesario

Este campo es necesario

Este campo es necesario

Este campo es necesario

Este campo es necesario

Este campo es necesario

Este campo es necesario

Este campo es necesario

Conoce más promociones