:root {
  --blue: #1988db;
  --blue-dark: #0866ad;
  --blue-soft: #e9f5ff;
  --green: #7faa35;
  --green-dark: #5f8621;
  --green-soft: #f1f8e7;
  --ink: #122435;
  --muted: #5f6e79;
  --cream: #fbfcf7;
  --line: #dce5eb;
  --white: #fff;
  --shadow: 0 18px 55px rgba(20, 73, 108, .13);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Avenir Next", Avenir, "Trebuchet MS", Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button, .button { cursor: pointer; }
:focus-visible { outline: 3px solid rgba(25, 136, 219, .38); outline-offset: 3px; }
.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 999; background: #fff; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { left: 8px; }
.container { width: min(1140px, calc(100% - 40px)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(220,229,235,.8); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; text-decoration: none; flex-shrink: 0; gap: 5px; }
.brand::after { content: "COUPONCOUCH.COM"; font-size: 1.03rem; font-weight: 900; letter-spacing: -.04em; background: linear-gradient(90deg, var(--blue) 0 43%, var(--green) 43% 100%); color: transparent; -webkit-background-clip: text; background-clip: text; }
.brand img { width: 88px; height: 58px; object-fit: cover; object-position: center 39%; }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a { color: #344957; font-weight: 700; font-size: .93rem; text-decoration: none; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--blue-dark); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--ink); font-size: 1.7rem; padding: 8px; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 999px; padding: 13px 22px; background: var(--blue); color: #fff !important; font-weight: 800; text-decoration: none; box-shadow: 0 8px 22px rgba(25,136,219,.22); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { background: var(--blue-dark); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(25,136,219,.27); }
.button.green { background: var(--green); box-shadow: 0 8px 22px rgba(127,170,53,.25); }
.button.green:hover { background: var(--green-dark); }
.button.outline { color: var(--blue-dark) !important; background: transparent; border: 2px solid var(--blue); box-shadow: none; }
.button.small { padding: 9px 16px; font-size: .88rem; }

.hero { position: relative; overflow: hidden; padding: 78px 0 68px; background: linear-gradient(135deg, #f6fbff 0%, #fff 50%, #f2f8e9 100%); }
.hero::before, .hero::after { content: ""; position: absolute; border-radius: 999px; filter: blur(1px); opacity: .55; }
.hero::before { width: 320px; height: 320px; background: #d6efff; top: -150px; right: 10%; }
.hero::after { width: 210px; height: 210px; background: #e4f2ce; bottom: -110px; left: 5%; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 17px; color: var(--green-dark); font-size: .82rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 26px; height: 3px; border-radius: 4px; background: var(--green); }
h1, h2, h3 { line-height: 1.1; letter-spacing: -.03em; margin-top: 0; }
h1 { font-size: clamp(2.75rem, 6vw, 5.6rem); margin-bottom: 22px; }
h1 .blue { color: var(--blue); }
h1 .green { color: var(--green); }
.hero-copy { max-width: 650px; font-size: 1.18rem; color: var(--muted); margin: 0 0 29px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; color: #435664; font-weight: 700; font-size: .9rem; }
.trust-row span::before { content: "✓"; color: var(--green-dark); margin-right: 7px; font-weight: 900; }
.hero-card { background: #fff; padding: 18px; border: 1px solid rgba(220,229,235,.9); border-radius: 30px; box-shadow: var(--shadow); transform: rotate(1.5deg); }
.hero-card-inner { padding: 34px 30px; border-radius: 22px; background: linear-gradient(155deg, var(--blue) 0%, #0873c6 58%, #0863a8 100%); color: #fff; min-height: 390px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; position: relative; }
.hero-card-inner::after { content: "%"; position: absolute; right: -12px; bottom: -95px; color: rgba(255,255,255,.08); font-size: 19rem; font-weight: 900; line-height: 1; }
.launch-pill { align-self: flex-start; border-radius: 999px; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.35); padding: 8px 12px; font-size: .8rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hero-card h2 { font-size: 2.2rem; max-width: 320px; margin: 18px 0 12px; }
.hero-card p { color: rgba(255,255,255,.86); margin: 0; }
.mini-deal { position: relative; z-index: 2; display: grid; grid-template-columns: 58px 1fr auto; gap: 13px; align-items: center; background: #fff; color: var(--ink); padding: 13px; border-radius: 17px; box-shadow: 0 14px 35px rgba(1,50,87,.23); }
.deal-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 14px; background: var(--green-soft); font-size: 1.7rem; }
.mini-deal strong, .mini-deal span { display: block; }
.mini-deal span { font-size: .78rem; color: var(--muted); }
.discount { color: var(--green-dark); font-size: 1.2rem; font-weight: 900; }

.section { padding: 82px 0; }
.section.blue-soft { background: var(--blue-soft); }
.section.green-soft { background: var(--green-soft); }
.section-heading { max-width: 680px; margin-bottom: 38px; }
.section-heading.center { text-align: center; margin-inline: auto; }
.section-heading h2 { font-size: clamp(2rem, 4vw, 3.2rem); margin-bottom: 14px; }
.section-heading p { color: var(--muted); font-size: 1.05rem; margin: 0; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: 0 8px 30px rgba(23,62,86,.06); }
.card-icon { width: 52px; height: 52px; border-radius: 15px; background: var(--blue-soft); color: var(--blue-dark); display: grid; place-items: center; font-size: 1.45rem; margin-bottom: 22px; }
.card:nth-child(even) .card-icon { background: var(--green-soft); color: var(--green-dark); }
.card h3 { font-size: 1.25rem; margin-bottom: 10px; }
.card p { color: var(--muted); margin-bottom: 0; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.category { background: #fff; padding: 20px; border: 1px solid var(--line); border-radius: 16px; font-weight: 800; display: flex; gap: 11px; align-items: center; }
.category span { font-size: 1.35rem; }

.signup-band { background: var(--ink); color: #fff; border-radius: 32px; padding: 42px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 42px; align-items: center; box-shadow: var(--shadow); }
.signup-band h2 { font-size: clamp(2rem,4vw,3rem); margin-bottom: 12px; }
.signup-band p { color: #bac8d1; }
.signup-band a { color: #fff; }
.form-card { background: #fff; color: var(--ink); padding: 26px; border-radius: 22px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
label, legend { font-weight: 800; font-size: .88rem; }
input, select, textarea { width: 100%; border: 1px solid #cbd7de; border-radius: 11px; padding: 12px 13px; color: var(--ink); background: #fff; }
textarea { min-height: 120px; resize: vertical; }
fieldset { border: 0; padding: 0; margin: 0; }
.checks { display: flex; flex-wrap: wrap; gap: 11px 18px; margin-top: 8px; }
.check { display: flex; align-items: flex-start; gap: 9px; font-size: .87rem; color: #3f5260; font-weight: 600; }
.check input { width: auto; margin-top: 4px; flex: 0 0 auto; }
.consent { margin: 17px 0; font-size: .8rem; color: #5e6c76; }
.form-status { min-height: 25px; margin-top: 10px; font-size: .88rem; font-weight: 800; }
.form-status.success { color: #39680f; }
.form-status.error { color: #a52121; }
.hp { position: absolute !important; left: -10000px !important; opacity: 0 !important; height: 1px !important; width: 1px !important; }

.page-hero { padding: 64px 0 52px; background: linear-gradient(135deg, var(--blue-soft), #fff 55%, var(--green-soft)); border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(2.5rem, 5vw, 4.5rem); max-width: 840px; }
.page-hero p { max-width: 760px; color: var(--muted); font-size: 1.12rem; }
.content { width: min(850px, calc(100% - 40px)); margin: 58px auto 80px; }
.content h2 { margin-top: 42px; font-size: 1.6rem; }
.content h3 { margin-top: 25px; }
.content p, .content li { color: #425463; }
.content li { margin-bottom: 8px; }
.notice { border-left: 5px solid var(--green); background: var(--green-soft); padding: 18px 20px; border-radius: 0 14px 14px 0; }
.business-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 30px; align-items: start; }
.sticky-info { position: sticky; top: 105px; }
.feature-list { list-style: none; padding: 0; }
.feature-list li { display: flex; gap: 10px; margin: 13px 0; color: #405563; }
.feature-list li::before { content: "✓"; color: var(--green-dark); font-weight: 900; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 15px; margin: 12px 0; padding: 17px 19px; }
.faq summary { cursor: pointer; font-weight: 900; }
.faq details p { margin-bottom: 0; }

.social-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.social-link { display: inline-flex; gap: 9px; align-items: center; padding: 10px 15px; border-radius: 999px; text-decoration: none; font-weight: 800; background: #fff; border: 1px solid var(--line); }
.social-link:hover { border-color: var(--blue); color: var(--blue-dark); }
.site-footer { background: #0d1d29; color: #d8e2e8; padding: 54px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 30px; }
.footer-brand { width: 230px; height: 72px; object-fit: cover; object-position: center 41%; background: #fff; border-radius: 10px; padding: 5px; }
.site-footer h3 { color: #fff; font-size: 1rem; letter-spacing: 0; }
.site-footer p, .site-footer a { color: #aebdc7; font-size: .9rem; }
.site-footer a { display: block; margin: 8px 0; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.copyright { border-top: 1px solid #263a48; margin-top: 34px; padding-top: 19px; display: flex; justify-content: space-between; gap: 20px; font-size: .8rem; color: #8295a2; }
.floating-wa { position: fixed; right: 20px; bottom: 20px; z-index: 40; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: #25d366; color: #fff; font-weight: 900; text-decoration: none; box-shadow: 0 12px 30px rgba(20,100,52,.28); font-size: 1.4rem; }

.modal { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: 20px; background: rgba(7,24,36,.68); }
.modal.open { display: flex; }
.modal-card { width: min(560px, 100%); background: #fff; border-radius: 26px; padding: 30px; box-shadow: 0 25px 80px rgba(0,0,0,.3); position: relative; animation: pop .28s ease both; }
.modal-card h2 { font-size: 2rem; padding-right: 28px; margin-bottom: 10px; }
.modal-close { position: absolute; top: 15px; right: 15px; border: 0; width: 38px; height: 38px; border-radius: 50%; background: #eef4f7; font-size: 1.2rem; }
@keyframes pop { from { opacity: 0; transform: translateY(10px) scale(.98); } }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: 78px; left: 0; right: 0; background: #fff; padding: 18px 20px 25px; border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; box-shadow: 0 18px 30px rgba(17,46,67,.12); }
  .nav-links.open { display: flex; }
  .nav-links .button { width: 100%; }
  .hero-grid, .signup-band, .business-layout { grid-template-columns: 1fr; }
  .hero-card { max-width: 580px; }
  .card-grid { grid-template-columns: 1fr 1fr; }
  .category-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .sticky-info { position: static; }
}
@media (max-width: 620px) {
  .container, .content { width: min(100% - 26px, 1140px); }
  .brand img { width: 75px; height: 52px; }
  .brand::after { font-size: .9rem; }
  .hero { padding-top: 48px; }
  h1 { font-size: 2.75rem; }
  .hero-card-inner { padding: 25px 21px; min-height: 350px; }
  .hero-card h2 { font-size: 1.8rem; }
  .mini-deal { grid-template-columns: 48px 1fr; }
  .mini-deal .discount { grid-column: 2; }
  .deal-icon { width: 48px; height: 48px; }
  .section { padding: 60px 0; }
  .card-grid, .category-grid, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .signup-band { padding: 25px 18px; border-radius: 22px; }
  .form-card { padding: 20px 16px; }
  .copyright { flex-direction: column; }
  .hero-actions .button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; } }
