@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --green-950: #062b16;
  --green-900: #073b1c;
  --green-800: #0b5428;
  --green-700: #13703a;
  --green-500: #58a83f;
  --green-300: #b5e67c;
  --gold: #d9a937;
  --gold-light: #f6dc82;
  --ink: #172334;
  --muted: #617083;
  --white: #ffffff;
  --cream: #f7f7f2;
  --line: rgba(9, 69, 34, .12);
  --shadow: 0 30px 80px rgba(9, 45, 25, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #eef2e9;
  font-family: "Manrope", Arial, sans-serif;
  overflow-x: hidden;
}
.page-shell {
  position: relative;
  max-width: 1536px;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 12%, rgba(177, 224, 77, .52), transparent 25%),
    linear-gradient(125deg, #f7f7f2 0%, #f8f7ef 43%, #dceea8 100%);
  border: 4px solid var(--green-950);
  border-radius: 46px;
}
.glow { position: absolute; border-radius: 50%; pointer-events: none; filter: blur(20px); }
.glow-1 { width: 520px; height: 520px; right: -190px; top: 100px; background: rgba(189, 236, 89, .34); }
.glow-2 { width: 350px; height: 350px; left: -200px; bottom: 200px; background: rgba(12, 105, 42, .18); }
.hero { padding: 72px 8% 90px; position: relative; }
.brand { display: flex; align-items: center; gap: 18px; font-size: 25px; position: relative; z-index: 2; }
.brand strong { display: block; color: var(--green-900); font-size: 28px; letter-spacing: .2px; }
.brand-icon {
  width: 84px; height: 84px; display: grid; place-items: center;
  background: linear-gradient(145deg, var(--green-900), #031d0d);
  border-radius: 23px; font-size: 40px; box-shadow: 0 16px 30px rgba(3, 47, 20, .25);
}
.brand-icon.small { width: 42px; height: 42px; border-radius: 13px; font-size: 21px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 30px; margin-top: 40px; position: relative; z-index: 1; }
h1 { font-size: clamp(48px, 5.4vw, 82px); line-height: .98; letter-spacing: -3px; margin: 0 0 28px; font-weight: 800; }
h1 span, h2 span { color: var(--green-700); }
.subtitle { max-width: 690px; font-size: 25px; line-height: 1.45; margin: 0 0 35px; color: #2d3a4a; }
.advantages { max-width: 690px; }
.advantages article { display: flex; align-items: center; gap: 24px; padding: 18px 0; border-bottom: 1px solid rgba(32, 54, 41, .13); }
.advantages article:last-child { border-bottom: 0; }
.adv-icon { flex: 0 0 78px; width: 78px; height: 78px; display: grid; place-items: center; border-radius: 50%; color: white; font-size: 36px; background: linear-gradient(145deg, #095523, #023012); box-shadow: inset 0 0 0 1px rgba(255,255,255,.1); }
.advantages h3 { margin: 0 0 4px; font-size: 23px; }
.advantages p { margin: 0; font-size: 18px; color: #3c4654; }
.cta { display: inline-flex; align-items: center; gap: 25px; padding: 17px 22px 17px 30px; border-radius: 19px; background: linear-gradient(135deg, var(--green-900), #082c14); color: white; text-decoration: none; font-size: 18px; font-weight: 800; box-shadow: 0 18px 30px rgba(4, 63, 25, .2); transition: .25s ease; }
.cta b { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 12px; background: rgba(255,255,255,.13); font-size: 23px; }
.cta:hover { transform: translateY(-3px); }

.visual { min-height: 650px; position: relative; }
.phone { position: absolute; width: min(335px, 68vw); height: 625px; right: 14%; top: 0; border-radius: 47px; padding: 11px; background: linear-gradient(135deg, #031a0c, #3d8a47 45%, #0b3519); transform: rotate(-1.2deg); box-shadow: 20px 30px 45px rgba(1, 45, 17, .24); z-index: 3; }
.phone::after { content:""; position:absolute; inset: 7px; border-radius: 40px; border: 1px solid rgba(255,255,255,.25); pointer-events:none; }
.notch { width: 130px; height: 29px; border-radius: 0 0 18px 18px; background: #06180d; margin: 0 auto; position: relative; z-index: 2; }
.phone-content { height: calc(100% - 18px); margin-top: -12px; padding: 88px 25px 30px; text-align: center; background: linear-gradient(180deg, #f8f8f4, #edf0e9); border-radius: 36px; }
.small-title { font-size: 27px; font-weight: 700; color: #2c4233; }
.points-card { margin: 22px 0 28px; padding: 38px 12px; border-radius: 32px; color: white; background: linear-gradient(145deg, #298a3b, #033b1a); box-shadow: inset 0 2px 0 rgba(255,255,255,.15), 0 14px 25px rgba(0,65,27,.16); }
.points-card .star { display:block; font-size: 48px; color: #e7f3db; margin-bottom: 5px; }
.points-card strong { display:block; font-size: 58px; line-height: 1; }
.points-card small { font-size: 20px; margin-top: 10px; display:block; }
.phone-content p { font-size: 18px; line-height: 1.5; color: #2e4433; }

.gift { position: absolute; width: 290px; height: 260px; right: 5%; bottom: 15px; z-index: 5; filter: drop-shadow(0 22px 22px rgba(3,48,18,.25)); }
.gift-box { position: absolute; bottom: 0; width: 260px; height: 165px; left: 15px; border-radius: 12px 12px 25px 25px; background: linear-gradient(140deg, #39854a, #0b4b23 65%, #073617); }
.ribbon.vertical { position:absolute; z-index:2; width: 58px; height: 166px; bottom: 0; left: 116px; background: linear-gradient(100deg, #f5e1a5, #b77b18, #f7e7b8); }
.ribbon.horizontal { position:absolute; z-index:4; width: 260px; height: 47px; bottom: 111px; left: 15px; background: linear-gradient(100deg, #d69a30, #f9e8b4, #b97817); }
.bow { position:absolute; z-index:5; width: 100px; height: 72px; top: 27px; background: linear-gradient(135deg, #f9e8bb, #b77817); border-radius: 65% 45% 60% 40%; }
.bow.left { left: 54px; transform: rotate(-25deg); }
.bow.right { right: 38px; transform: scaleX(-1) rotate(-25deg); }
.floating-card { position:absolute; z-index:6; right: 0; bottom: -18px; padding: 26px 34px 17px; min-width: 410px; border-radius: 30px; background: linear-gradient(145deg, #0a5b29, #052b14); color: white; font-size: 23px; font-weight: 600; box-shadow: 0 22px 35px rgba(2,42,17,.27); }
.floating-card .hand { font-size: 39px; vertical-align: middle; margin-right: 14px; }
.floating-card small { display: block; margin: 15px auto -3px; padding: 12px 24px; text-align:center; border-radius: 999px; background: #0b6b30; color: #d2e9b5; font-size: 14px; }

.coin { position:absolute; z-index:2; width: 110px; height: 110px; display:grid; place-items:center; border-radius:50%; color:#a96e0d; font-size:56px; background: radial-gradient(circle at 32% 28%, #fff3bd, #edbf48 55%, #a56a0c); border: 7px solid #f6d16b; box-shadow: inset 0 0 0 2px rgba(117,71,0,.45), 10px 16px 24px rgba(76,57,14,.2); }
.coin-1 { right: 4%; top: 45px; transform: rotate(14deg); }
.coin-2 { left: 56%; top: 390px; width: 82px; height:82px; font-size:40px; }

.consult-section { padding: 100px 8%; position:relative; background: linear-gradient(180deg, rgba(255,255,255,.45), #f7f8f2); }
.section-header { text-align:center; max-width: 800px; margin: 0 auto 45px; }
.eyebrow { color: var(--green-700); font-weight: 800; font-size: 13px; letter-spacing: 2px; }
h2 { margin: 10px 0 12px; font-size: clamp(35px, 4vw, 58px); letter-spacing: -2px; line-height: 1.05; }
.section-header p { color: var(--muted); font-size: 18px; line-height:1.6; }
.consult-card { width:min(100%, 560px); margin:0 auto; padding: 42px; border: 1px solid rgba(7,59,28,.09); border-radius: 34px; background: rgba(255,255,255,.82); box-shadow: var(--shadow); text-align:center; backdrop-filter: blur(12px); }
.consult-icon { width:68px; height:68px; margin:0 auto 17px; display:grid; place-items:center; border-radius:20px; background:#e9f4d9; font-size:31px; }
.consult-card h3 { font-size:28px; margin:0 0 8px; }
.consult-card > p { margin:0 0 28px; color:var(--muted); }
form { text-align:left; }
label { display:block; font-size:14px; font-weight:800; margin-bottom:8px; }
.input-wrap { display:flex; align-items:center; gap:10px; border: 2px solid #dce4d8; border-radius:16px; padding: 0 15px; background:white; transition:.2s; }
.input-wrap:focus-within { border-color: var(--green-700); box-shadow:0 0 0 4px rgba(19,112,58,.1); }
.input-icon { font-size:19px; }
input { width:100%; padding:18px 4px; border:0; outline:0; font:inherit; font-size:20px; letter-spacing:1px; }
.field-help { display:block; margin:9px 2px 20px; color:#778393; font-size:12px; line-height:1.4; }
button { width:100%; border:0; cursor:pointer; padding:17px 20px; border-radius:16px; background: linear-gradient(135deg, var(--green-800), var(--green-950)); color:white; font:inherit; font-weight:800; font-size:17px; display:flex; align-items:center; justify-content:center; gap:15px; box-shadow: 0 12px 25px rgba(4,64,26,.18); transition:.2s; }
button:hover { transform:translateY(-2px); }
button:disabled { opacity:.75; cursor:wait; transform:none; }
.button-arrow { font-size:23px; }
.result { display:none; margin-top:22px; padding:17px; border-radius:16px; text-align:left; line-height:1.5; font-size:14px; }
.result.show { display:block; }
.result.error { background:#fff0f0; color:#9e2727; border:1px solid #ffd2d2; }
.result.not-found { background:#fff9e8; color:#725415; border:1px solid #f4dda2; }
.result.success { background:#ebf8ed; color:#17642c; border:1px solid #c8ebd0; }
.security { display:flex; gap:12px; align-items:center; margin-top:27px; padding-top:23px; border-top:1px solid #e5ebe2; text-align:left; }
.security span { width:42px; height:42px; display:grid; place-items:center; border-radius:50%; background:#e9f4d9; }
.security strong { font-size:13px; }
.security p { margin:2px 0 0; font-size:12px; color:#7a8592; }

.benefits-preview { padding:100px 8%; background:linear-gradient(135deg, #062b16, #0b5428 60%, #2b7639); color:white; display:grid; grid-template-columns:.9fr 1.1fr; gap:55px; align-items:center; }
.benefits-preview h2 { max-width:520px; }
.benefit-grid { display:grid; grid-template-columns:repeat(3, 1fr); gap:16px; }
.benefit-card { min-height:220px; padding:25px; border:1px solid rgba(255,255,255,.14); border-radius:24px; background:rgba(255,255,255,.08); }
.benefit-card.featured { background:linear-gradient(145deg, rgba(246,220,130,.24), rgba(255,255,255,.1)); transform:translateY(-12px); }
.benefit-emoji { font-size:38px; }
.benefit-card h3 { font-size:18px; margin:22px 0 8px; }
.benefit-card p { margin:0; color:rgba(255,255,255,.74); font-size:14px; line-height:1.5; }
footer { padding:28px 8%; display:flex; justify-content:space-between; align-items:center; gap:20px; background:#041c0d; color:rgba(255,255,255,.62); font-size:13px; }
.footer-brand { display:flex; align-items:center; gap:10px; color:white; }

@media (max-width: 1050px) {
  .hero-grid, .benefits-preview { grid-template-columns:1fr; }
  .hero-copy { max-width:760px; }
  .visual { max-width:680px; width:100%; margin:0 auto; }
  .benefits-preview { gap:30px; }
}
@media (max-width: 700px) {
  .page-shell { border-width:0; border-radius:0; }
  .hero, .consult-section, .benefits-preview { padding-left:24px; padding-right:24px; }
  .brand { font-size:17px; }
  .brand strong { font-size:19px; }
  .brand-icon { width:58px; height:58px; border-radius:18px; font-size:27px; }
  h1 { letter-spacing:-2px; }
  .subtitle { font-size:18px; }
  .adv-icon { flex-basis:56px; width:56px; height:56px; font-size:25px; }
  .advantages h3 { font-size:17px; }
  .advantages p { font-size:14px; }
  .visual { min-height:540px; transform:scale(.92); transform-origin:top center; margin-bottom:-35px; }
  .phone { right:8%; }
  .gift { right:-2%; transform:scale(.8); transform-origin:bottom right; }
  .floating-card { right:0; min-width:300px; max-width:85%; font-size:16px; padding:19px; border-radius:24px; }
  .coin-1 { width:70px; height:70px; font-size:35px; right:-10px; }
  .coin-2 { display:none; }
  .consult-card { padding:28px 20px; border-radius:26px; }
  .benefit-grid { grid-template-columns:1fr; }
  .benefit-card.featured { transform:none; }
  footer { flex-direction:column; text-align:center; }
}
