/* ══════════════════════════════════════════════════════════════
   SinkWise — shared landing design system (shiny black, monochrome)
   Used by how-it-works / features / premium / pricing pages.
   ══════════════════════════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --ink:      #18181b;
  --ink-soft: #3f3f46;
  --mid:      #71717a;
  --border:   #e4e4e7;
  --surface:  #fafafa;
  --white:    #ffffff;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body:    'Inter', system-ui, sans-serif;
}

html { scroll-behavior: smooth; }
body { font-family: var(--font-body); background: var(--white); color: var(--ink); line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; }

/* ── Metallic "shiny black" shimmer for accent words ── */
.grad-text { font-style: italic; background: linear-gradient(100deg, #18181b 0%, #3f3f46 38%, #d4d4d8 50%, #3f3f46 62%, #18181b 100%); background-size: 220% auto; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; animation: gradShift 6s ease-in-out infinite; }
@keyframes gradShift { 0%,100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }

/* ── NAV ── */
nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,0.92); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
  padding: 0 40px; height: 64px;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-logo { font-family: var(--font-display); font-size: 1.5rem; font-weight: 600; color: var(--ink); text-decoration: none; letter-spacing: -0.3px; }
/* Pig mascot beside the wordmark, wherever the logo appears */
.nav-logo::before, .footer-logo::before {
  content: ""; display: inline-block; vertical-align: -0.18em;
  width: 1.05em; height: 1.05em; margin-right: 0.36em;
  background: url("sinkwise-pig.png?v=2") center/contain no-repeat;
}
.nav-links { display: flex; align-items: center; gap: 32px; list-style: none; }
.nav-links a { font-size: 0.875rem; font-weight: 500; color: var(--mid); text-decoration: none; transition: color 0.15s; position: relative; }
.nav-links a:hover { color: var(--ink); }
.nav-links a.active { color: var(--ink); }
.nav-links a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -3px; height: 1.5px; width: 100%; background: var(--ink); transform: scaleX(0); transform-origin: right; transition: transform 0.3s cubic-bezier(0.16,1,0.3,1); }
.nav-links a:not(.nav-cta):hover::after, .nav-links a.active:not(.nav-cta)::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { background: var(--ink) !important; color: var(--white) !important; padding: 9px 20px; border-radius: 99px; font-size: 0.875rem !important; transition: background 0.15s !important; }
.nav-cta::after { display: none; }
.nav-cta:hover { background: #000 !important; }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.nav-hamburger span { display: block; width: 22px; height: 2px; background: var(--ink); border-radius: 2px; }
.mobile-menu { display: none; position: fixed; inset: 64px 0 0 0; background: #fff; z-index: 99; padding: 28px 24px; flex-direction: column; gap: 4px; border-top: 1px solid var(--border); }
.mobile-menu.open { display: flex; }
.mobile-menu a { font-size: 1.05rem; font-weight: 500; color: var(--mid); text-decoration: none; padding: 12px 0; border-bottom: 1px solid var(--border); }
.mobile-menu a:last-child { border-bottom: none; }
.mobile-cta { margin-top: 12px; text-align: center; background: var(--ink); color: #fff !important; padding: 14px; border-radius: 14px; }

/* ── BUTTONS (simple lift on hover, like the "Claim your spot" button) ── */
.btn-primary, .btn-ghost, .btn-primary-inv { display: inline-block; text-decoration: none; border-radius: 99px; font-size: 0.9375rem; font-weight: 600; transition: background 0.15s, transform 0.18s cubic-bezier(0.16,1,0.3,1), box-shadow 0.18s, border-color 0.15s, color 0.15s, opacity 0.15s; }
.btn-primary { background: var(--ink); color: var(--white); padding: 14px 30px; }
.btn-primary:hover { background: #000; transform: translateY(-2px); box-shadow: 0 14px 32px -14px rgba(0,0,0,0.4); }
.btn-ghost { background: transparent; color: var(--ink-soft); padding: 14px 30px; border: 1.5px solid var(--border); font-weight: 500; }
.btn-ghost:hover { border-color: var(--ink); color: var(--ink); transform: translateY(-2px); }
.btn-primary-inv { background: #fff; color: var(--ink); padding: 15px 36px; }
.btn-primary-inv:hover { opacity: 0.92; transform: translateY(-2px); box-shadow: 0 14px 32px -14px rgba(0,0,0,0.35); }

/* ── LIQUID GLASS ── */
.liquid-glass { background: rgba(255,255,255,0.02); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border: none; box-shadow: inset 0 1px 1px rgba(255,255,255,0.1); position: relative; overflow: hidden; }
.liquid-glass::before { content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1.4px; background: linear-gradient(180deg, rgba(255,255,255,0.45) 0%, rgba(255,255,255,0.15) 20%, rgba(255,255,255,0) 40%, rgba(255,255,255,0) 60%, rgba(255,255,255,0.15) 80%, rgba(255,255,255,0.45) 100%); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; }

/* ── SECTIONS / HEADINGS ── */
.section { padding: 96px 40px; max-width: 1100px; margin: 0 auto; }
.section.tight { padding-top: 0; }
.section-eyebrow { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mid); margin-bottom: 14px; }
.section-heading { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3rem); font-weight: 600; line-height: 1.08; letter-spacing: -0.02em; margin-bottom: 24px; max-width: 640px; }
.section-heading.centered { text-align: center; max-width: 760px; margin-left: auto; margin-right: auto; }
.section-lead { font-size: 1.0625rem; color: var(--mid); line-height: 1.7; max-width: 600px; margin-bottom: 8px; }
.section-lead.centered { text-align: center; margin-left: auto; margin-right: auto; }

/* ── PAGE HERO (shared header for inner pages) ── */
.page-hero { position: relative; isolation: isolate; padding: 110px 40px 60px; max-width: 880px; margin: 0 auto; text-align: center; overflow: hidden; }
.page-hero h1 { font-family: var(--font-display); font-size: clamp(2.6rem, 6vw, 4.4rem); font-weight: 600; line-height: 1.04; letter-spacing: -0.025em; margin-bottom: 22px; }
.page-hero h1 em { font-style: italic; }
.page-hero p { font-size: 1.0625rem; color: var(--mid); line-height: 1.7; max-width: 560px; margin: 0 auto 36px; }
.page-aurora { position: absolute; inset: -20% 0 auto; height: 80%; z-index: -1; pointer-events: none; overflow: hidden; filter: blur(60px); opacity: 0.45; }
.page-aurora::before, .page-aurora::after { content: ""; position: absolute; border-radius: 50%; }
.page-aurora::before { width: 45%; height: 90%; left: 5%; top: -10%; background: radial-gradient(circle at 50% 50%, rgba(63,63,70,0.22), transparent 70%); }
.page-aurora::after { width: 50%; height: 95%; right: 3%; top: -6%; background: radial-gradient(circle at 50% 50%, rgba(113,113,122,0.18), transparent 70%); }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; }
.pill { display: inline-flex; align-items: center; gap: 8px; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mid); border: 1px solid var(--border); border-radius: 99px; padding: 6px 14px; margin-bottom: 26px; }

/* ── GENERIC CARD GRIDS ── */
.grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.grid-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 20px; }
.card { padding: 32px; border: 1px solid var(--border); border-radius: 24px; background: var(--white); transition: box-shadow 0.2s, transform 0.2s; }
.card:hover { box-shadow: 0 16px 40px -12px rgba(0,0,0,0.1); transform: translateY(-3px); }
.card h3 { font-size: 1.1rem; font-weight: 600; margin-bottom: 8px; }
.card p { font-size: 0.9rem; color: var(--mid); line-height: 1.65; }
.card .step-num { font-family: var(--font-display); font-size: 2.5rem; font-weight: 500; color: var(--border); line-height: 1; margin-bottom: 16px; }
.card-icon { width: 44px; height: 44px; border-radius: 12px; background: var(--ink); color: #fff; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.card-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

/* Dark "shiny black" card variant */
.card.dark { background: linear-gradient(160deg, #141414 0%, #0a0a0a 60%, #111 100%); border: 1px solid rgba(255,255,255,0.09); color: #fff; position: relative; overflow: hidden; }
.card.dark h3 { color: #fff; } .card.dark p { color: #a1a1aa; }
.card.dark .card-icon { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.1); }
.card.dark::before { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,0.05) 50%, transparent 70%); background-size: 220% 220%; animation: shineSweep 7s ease-in-out infinite; pointer-events: none; }
@keyframes shineSweep { 0%,100% { background-position: 130% 0; } 50% { background-position: -30% 0; } }
.tag { display: inline-flex; align-items: center; gap: 4px; font-size: 0.6rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; background: rgba(255,255,255,0.08); color: #a1a1aa; border: 1px solid rgba(255,255,255,0.1); padding: 3px 9px; border-radius: 99px; margin-bottom: 14px; }

/* ── DARK SHOWCASE BAND (shiny black) ── */
.dark-band { background: #0a0a0a; padding: 100px 40px; position: relative; overflow: hidden; isolation: isolate; }
.dark-band-inner { max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }
.dark-band .section-eyebrow { color: #52525b; }
.dark-band .section-heading { color: #fff; }
.dark-band .section-lead { color: #71717a; }
.dark-aurora { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; filter: blur(72px); opacity: 0.5; }
.dark-aurora::before, .dark-aurora::after { content: ""; position: absolute; border-radius: 50%; }
.dark-aurora::before { width: 46%; height: 62%; left: 6%; top: 4%; background: radial-gradient(circle at 50% 50%, rgba(255,255,255,0.18), transparent 70%); animation: floatA 18s ease-in-out infinite alternate; }
.dark-aurora::after { width: 52%; height: 66%; right: 4%; bottom: -4%; background: radial-gradient(circle at 50% 50%, rgba(180,180,190,0.14), transparent 70%); animation: floatB 21s ease-in-out infinite alternate; }
@keyframes floatA { from { transform: translate(0,0) scale(1); } to { transform: translate(8%,6%) scale(1.15); } }
@keyframes floatB { from { transform: translate(0,0) scale(1.05); } to { transform: translate(-7%,4%) scale(0.92); } }

/* ── PRICING ── */
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; max-width: 820px; margin: 0 auto; }
.pricing-card { border: 1.5px solid var(--border); border-radius: 28px; padding: 40px 36px; background: var(--white); }
.pricing-card.featured { background: #0a0a0a; color: #fff; border: 1px solid rgba(255,255,255,0.12); position: relative; overflow: hidden; }
.pricing-card.featured::before { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,0.05) 50%, transparent 70%); background-size: 220% 220%; animation: shineSweep 7s ease-in-out infinite; pointer-events: none; }
.pricing-tier { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mid); margin-bottom: 14px; position: relative; }
.pricing-card.featured .pricing-tier { color: #a1a1aa; }
.pricing-price { display: flex; align-items: baseline; gap: 4px; margin-bottom: 24px; position: relative; }
.pricing-price .num { font-family: var(--font-display); font-size: 3.4rem; font-weight: 600; letter-spacing: -0.02em; line-height: 1; }
.pricing-price .period { font-size: 0.9rem; color: var(--mid); }
.pricing-card.featured .pricing-price .period { color: #52525b; }
.pricing-features { list-style: none; display: flex; flex-direction: column; gap: 11px; margin-bottom: 32px; position: relative; }
.pricing-features li { display: flex; align-items: flex-start; gap: 10px; font-size: 0.875rem; color: var(--ink-soft); }
.pricing-card.featured .pricing-features li { color: #a1a1aa; }
.pricing-features li::before { content: '✓'; color: var(--ink); font-weight: 700; flex-shrink: 0; }
.pricing-card.featured .pricing-features li::before { color: #71717a; }
.btn-pricing { display: block; text-align: center; padding: 14px; border-radius: 14px; font-size: 0.9375rem; font-weight: 600; text-decoration: none; transition: background 0.15s, opacity 0.15s; position: relative; }
.btn-pricing-free { border: 1.5px solid var(--border); color: var(--ink); }
.btn-pricing-free:hover { background: var(--surface); }
.btn-pricing-premium { background: #fff; color: #0a0a0a; }
.btn-pricing-premium:hover { opacity: 0.92; }
.best-value { display: inline-block; font-size: 0.6rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; background: rgba(255,255,255,0.08); color: #a1a1aa; border: 1px solid rgba(255,255,255,0.1); padding: 3px 9px; border-radius: 99px; margin-bottom: 16px; position: relative; }

/* ── FAQ ── */
.faq-list { display: flex; flex-direction: column; max-width: 720px; margin: 0 auto; border: 1px solid var(--border); border-radius: 20px; overflow: hidden; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item:last-child { border-bottom: none; }
.faq-q { display: flex; align-items: center; justify-content: space-between; padding: 22px 28px; cursor: pointer; font-weight: 600; font-size: 0.9375rem; gap: 12px; user-select: none; }
.faq-q::after { content: '+'; font-size: 1.2rem; color: var(--mid); flex-shrink: 0; transition: transform 0.2s; }
.faq-item.open .faq-q::after { transform: rotate(45deg); }
.faq-a { display: none; padding: 0 28px 22px; font-size: 0.9rem; color: var(--mid); line-height: 1.7; }
.faq-item.open .faq-a { display: block; }

/* ── CTA BAND ── */
.cta-band { background: var(--ink); padding: 100px 40px; text-align: center; position: relative; overflow: hidden; }
.cta-band h2 { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 600; color: #fff; margin-bottom: 16px; letter-spacing: -0.02em; }
.cta-band p { color: #a1a1aa; font-size: 1.05rem; margin-bottom: 36px; }

/* ── FOOTER ── */
footer { border-top: 1px solid var(--border); padding: 48px 40px 40px; display: flex; flex-direction: column; align-items: center; gap: 24px; }
.footer-logo { font-family: var(--font-display); font-size: 1.3rem; font-weight: 600; color: var(--ink); text-decoration: none; }
.footer-links { display: flex; gap: 28px; flex-wrap: wrap; justify-content: center; list-style: none; }
.footer-links a { font-size: 0.8rem; color: var(--mid); text-decoration: none; transition: color 0.15s; }
.footer-links a:hover { color: var(--ink); }
.footer-copy { font-size: 0.72rem; color: #a1a1aa; text-align: center; line-height: 1.7; }

/* ── RESPONSIVE ── */
@media (max-width: 640px) {
  nav { padding: 0 20px; }
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  .section { padding: 64px 24px; }
  .dark-band { padding: 64px 24px; }
  .page-hero { padding: 84px 24px 48px; }
  .cta-band { padding: 64px 24px; }
  footer { padding: 40px 24px 32px; }
}

@media (prefers-reduced-motion: reduce) {
  .grad-text, .card.dark::before, .pricing-card.featured::before, .dark-aurora::before, .dark-aurora::after { animation: none !important; }
  .btn-primary::after, .btn-primary-inv::after, .nav-links a::after { transition: none !important; }
}

/* ── Billing-cycle toggle (monthly / yearly) ─────────────────────────── */
.billing-toggle-row{display:flex;justify-content:center;margin-bottom:30px}
.billing-toggle{display:inline-flex;background:var(--surface,#fafafa);border:1px solid var(--border,#e4e4e7);border-radius:99px;padding:4px;gap:4px}
.billing-opt{padding:9px 20px;border-radius:99px;border:none;background:transparent;font-size:0.8125rem;font-weight:600;color:var(--mid,#71717a);cursor:pointer;font-family:var(--font-body,'Inter',sans-serif);display:flex;align-items:center;gap:8px;transition:all 0.15s}
.billing-opt.active{background:var(--ink,#18181b);color:#fff;box-shadow:0 2px 8px rgba(0,0,0,0.18)}
.save-pill{position:relative;overflow:hidden;background:linear-gradient(135deg,#a855f7,#7c3aed);color:#fff;font-size:0.65rem;font-weight:700;padding:2px 8px;border-radius:99px;letter-spacing:0.02em;box-shadow:0 1px 4px rgba(124,58,237,0.35)}
.save-pill::before{content:'';position:absolute;inset:0;background:linear-gradient(115deg,transparent 35%,rgba(255,255,255,0.55) 50%,transparent 65%);background-size:220% 220%;background-position:120% 0;animation:shineSweep 3s ease-in-out infinite;pointer-events:none}
.billing-opt.active .save-pill{background:linear-gradient(135deg,#c084fc,#9333ea);box-shadow:0 1px 6px rgba(147,51,234,0.5)}

/* ── NAV "Features" DROPDOWN ─────────────────────────────────────────── */
.nav-item-dropdown { position: relative; }
.nav-dropdown-trigger { display: inline-flex; align-items: center; gap: 5px; cursor: pointer; background: none; border: none; font: inherit; color: var(--mid); padding: 0; text-decoration: none; }
.nav-dropdown-trigger:hover, .nav-item-dropdown.open .nav-dropdown-trigger { color: var(--ink); }
.nav-caret { width: 9px; height: 9px; transition: transform 0.25s cubic-bezier(0.16,1,0.3,1); flex-shrink: 0; }
.nav-item-dropdown:hover .nav-caret, .nav-item-dropdown.open .nav-caret { transform: rotate(180deg); }
/* Outer panel starts flush at top:100% (NO gap) so the hoverable hit-box is
   continuous from the trigger down into the menu — a gap here is the classic
   CSS-hover bug where moving the mouse diagonally toward the menu crosses dead
   space and closes it before you can click anything. The visual "floating"
   offset is faked with padding-top on the outer box; the white card itself is
   the inner element, which is where the border/shadow/rounding live. */
.nav-dropdown-panel {
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
  width: 480px; max-width: 88vw; padding-top: 18px;
  opacity: 0; visibility: hidden; pointer-events: none; z-index: 300;
  transition: opacity 0.2s ease, visibility 0.2s;
}
.nav-item-dropdown:hover .nav-dropdown-panel, .nav-item-dropdown.open .nav-dropdown-panel { opacity: 1; visibility: visible; pointer-events: auto; }
.nav-dropdown-panel-inner {
  background: #fff; border: 1px solid var(--border); border-radius: 18px;
  box-shadow: 0 30px 60px -20px rgba(0,0,0,0.22); padding: 10px;
  transform: translateY(6px); transition: transform 0.2s ease;
}
.nav-item-dropdown:hover .nav-dropdown-panel-inner, .nav-item-dropdown.open .nav-dropdown-panel-inner { transform: translateY(0); }
.nav-dropdown-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.nav-dropdown-item { display: flex; flex-direction: column; gap: 3px; padding: 13px 14px; border-radius: 12px; text-decoration: none; transition: background 0.15s; }
.nav-dropdown-item:hover { background: var(--surface); }
.nav-dropdown-item .nav-dd-title { font-size: 0.85rem; color: var(--ink); font-weight: 600; display: flex; align-items: center; gap: 6px; }
.nav-dropdown-item .nav-dd-sub { font-size: 0.72rem; color: var(--mid); line-height: 1.4; }
.nav-dd-premium { font-size: 0.55rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; background: #eef2ff; color: #4338ca; padding: 1px 6px; border-radius: 99px; }
.nav-dropdown-all { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; padding: 11px 14px; margin-top: 4px; border-top: 1px solid var(--border); font-size: 0.78rem; font-weight: 600; color: var(--ink); text-decoration: none; }
.nav-dropdown-all:hover { color: #000; }
.mobile-submenu-item { padding-left: 22px !important; font-size: 0.92rem !important; color: var(--mid) !important; display: flex !important; align-items: center; gap: 8px; }

/* ── LAPTOP MOCKUP (feature detail pages) ────────────────────────────── */
.fp-laptop-wrap { background: #0a0a0a; padding: 88px 40px 100px; display: flex; flex-direction: column; align-items: center; }
.laptop { width: min(880px, 92vw); }
.laptop-screen {
  aspect-ratio: 16/10; background: #000; border: 13px solid #202024; border-radius: 20px 20px 6px 6px;
  box-shadow: 0 60px 100px -34px rgba(0,0,0,0.85), inset 0 0 0 1px rgba(255,255,255,0.05);
  overflow: hidden; position: relative;
}
.laptop-screen img { width: 100%; height: 100%; object-fit: cover; object-position: top left; display: block; }
.laptop-screen::after { content: ''; position: absolute; inset: 0; box-shadow: inset 0 0 70px rgba(0,0,0,0.35); pointer-events: none; }
.laptop-base {
  position: relative; width: 118%; margin-left: -9%; height: 24px;
  background: linear-gradient(180deg, #3b3e43 0%, #2a2c30 52%, #141518 100%);
  border-radius: 0 0 12px 12px / 0 0 100% 100%;
  box-shadow: 0 24px 34px -14px rgba(0,0,0,0.65);
}
.laptop-base::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 15%; height: 8px; background: #26282c; border-radius: 0 0 10px 10px; }


/* ── FEATURE DETAIL PAGE LAYOUT ───────────────────────────────────────── */
.fp-hero-badges { display: flex; gap: 10px; justify-content: center; margin-bottom: 26px; flex-wrap: wrap; }
.fp-badge-premium { display: inline-flex; align-items: center; gap: 6px; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; background: #eef2ff; color: #4338ca; border: 1px solid #e0e7ff; padding: 6px 14px; border-radius: 99px; }
.fp-badge-free { display: inline-flex; align-items: center; gap: 6px; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; background: #ecfdf5; color: #047857; border: 1px solid #d1fae5; padding: 6px 14px; border-radius: 99px; }
.fp-back-link { display: inline-flex; align-items: center; gap: 6px; font-size: 0.85rem; color: var(--mid); text-decoration: none; margin-bottom: 20px; transition: color 0.15s; }
.fp-back-link:hover { color: var(--ink); }
.fp-features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; max-width: 980px; margin: 0 auto; }
.fp-feature-item { padding: 26px 28px; border-radius: 20px; background: var(--surface); border: 1px solid var(--border); display: flex; gap: 14px; align-items: flex-start; }
.fp-feature-check { flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; background: var(--ink); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 0.8rem; margin-top: 1px; }
.fp-feature-item p { font-size: 0.9375rem; color: var(--ink-soft); line-height: 1.5; }
.fp-premium-note { max-width: 700px; margin: 0 auto; text-align: center; background: #0a0a0a; border-radius: 24px; padding: 44px 40px; }
.fp-premium-note .fp-badge-premium { margin-bottom: 16px; }
.fp-premium-note h3 { font-family: var(--font-display); font-size: 1.5rem; font-weight: 600; color: #fff; margin-bottom: 12px; }
.fp-premium-note p { color: #a1a1aa; font-size: 0.9375rem; line-height: 1.7; margin-bottom: 26px; }
.fp-explore-row { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; max-width: 900px; margin: 0 auto; }
.fp-explore-pill { display: inline-flex; align-items: center; gap: 8px; padding: 12px 20px; border-radius: 99px; border: 1px solid var(--border); text-decoration: none; color: var(--ink); font-size: 0.85rem; font-weight: 500; transition: border-color 0.15s, background 0.15s; }
.fp-explore-pill:hover { border-color: var(--ink); background: var(--surface); }

@media (max-width: 640px) {
  .fp-laptop-wrap { padding: 60px 20px 72px; }
  .nav-dropdown-panel { width: 92vw; left: 4vw; transform: translateX(0); }
}
.billed-note{font-size:0.72rem;color:var(--mid,#9ca3af);margin:-4px 0 14px}

/* ── CONTACT FORM ─────────────────────────────────────────────────────── */
.contact-card { max-width: 620px; margin: 0 auto; padding: 40px; border: 1px solid var(--border); border-radius: 24px; background: var(--white); }
.contact-field { margin-bottom: 20px; }
.contact-field label { display: block; font-size: 0.8rem; font-weight: 600; color: var(--ink-soft); margin-bottom: 8px; }
.contact-field input, .contact-field select, .contact-field textarea {
  width: 100%; padding: 13px 16px; border: 1.5px solid var(--border); border-radius: 14px;
  font-size: 0.9375rem; font-family: var(--font-body); color: var(--ink); background: var(--white);
  outline: none; transition: border-color 0.15s; resize: vertical;
}
.contact-field input:focus, .contact-field select:focus, .contact-field textarea:focus { border-color: var(--ink); }
.contact-field textarea { min-height: 140px; line-height: 1.6; }
.contact-hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.contact-submit-btn { width: 100%; padding: 15px; background: var(--ink); color: #fff; border: none; border-radius: 99px; font-size: 0.9375rem; font-weight: 600; font-family: var(--font-body); cursor: pointer; transition: background 0.15s, transform 0.18s cubic-bezier(0.16,1,0.3,1), opacity 0.15s; }
.contact-submit-btn:hover:not(:disabled) { background: #000; transform: translateY(-2px); }
.contact-submit-btn:disabled { opacity: 0.6; cursor: not-allowed; }
.contact-status { margin-top: 18px; padding: 14px 18px; border-radius: 14px; font-size: 0.875rem; line-height: 1.5; display: none; }
.contact-status.ok { display: block; background: #ecfdf5; color: #047857; border: 1px solid #d1fae5; }
.contact-status.err { display: block; background: #fef2f2; color: #b91c1c; border: 1px solid #fee2e2; }
.contact-char-count { font-size: 0.72rem; color: var(--mid); text-align: right; margin-top: 6px; }
