:root {
  --navy: #071b33;
  --navy-2: #0b294a;
  --blue: #087bc1;
  --green: #52aa43;
  --green-dark: #2f8734;
  --ink: #10243b;
  --muted: #637386;
  --line: #dce5eb;
  --soft: #f4f8fa;
  --white: #fff;
  --radius: 18px;
  --shadow: 0 24px 60px rgba(7, 27, 51, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: Arial, Helvetica, sans-serif; line-height: 1.6; background: var(--white); }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 1000; padding: 10px 14px; background: white; }
.skip-link:focus { top: 20px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; background: rgba(255,255,255,.9); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); transition: .25s ease; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(7,27,51,.06); }
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: block; width: 235px; }
.brand img { width: 100%; }
.main-nav { display: flex; align-items: center; gap: 32px; font-size: .93rem; font-weight: 600; }
.main-nav > a:not(.btn):hover { color: var(--green-dark); }
.menu-toggle { display: none; border: 0; background: transparent; width: 42px; height: 42px; padding: 10px; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--navy); }

.btn { display: inline-flex; justify-content: center; align-items: center; gap: 18px; padding: 14px 22px; border: 1px solid var(--green); border-radius: 8px; background: var(--green); color: white; font-weight: 700; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(82,170,67,.23); background: var(--green-dark); }
.btn-small { padding: 10px 17px; gap: 8px; }
.btn-outline { color: var(--navy); background: white; border-color: var(--line); }
.btn-outline:hover { color: white; border-color: var(--green-dark); }
.btn-light { background: white; color: var(--navy); border-color: white; }
.btn-light:hover { color: white; }
.text-link { font-weight: 700; color: var(--navy); }
.text-link span { margin-left: 6px; color: var(--green); }

.hero { position: relative; overflow: hidden; padding: 158px 0 82px; background: linear-gradient(150deg, #f6fafc 10%, #fff 50%, #edf6ed 100%); }
.hero::before { content: ""; position: absolute; width: 620px; height: 620px; right: -300px; top: 0; border: 1px solid rgba(82,170,67,.18); border-radius: 50%; box-shadow: 0 0 0 80px rgba(82,170,67,.04), 0 0 0 170px rgba(8,123,193,.025); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--green-dark); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.eyebrow span { width: 22px; height: 2px; background: var(--green); }
.eyebrow.light { color: #9dda8e; }
h1, h2, h3 { margin-top: 0; font-family: Arial, Helvetica, sans-serif; line-height: 1.16; letter-spacing: -.035em; }
h1 { max-width: 720px; margin: 20px 0 22px; font-size: clamp(2.8rem, 5vw, 5.1rem); color: var(--navy); }
h1 em { color: var(--green-dark); font-style: normal; }
.hero-lead { max-width: 620px; margin: 0 0 30px; color: var(--muted); font-size: 1.16rem; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 19px; margin-top: 30px; color: #526479; font-size: .82rem; font-weight: 600; }
.trust-row span::before { content: "✓"; margin-right: 6px; color: var(--green-dark); }

.hero-visual { position: relative; min-width: 0; }
.search-card { position: relative; z-index: 2; padding: 20px; border: 1px solid rgba(255,255,255,.2); border-radius: 24px; background: var(--navy); color: white; box-shadow: 0 35px 80px rgba(7,27,51,.25); transform: rotate(1.2deg); }
.search-card-top { display: flex; align-items: center; gap: 8px; color: #aebdca; font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.search-card-top strong { margin-left: auto; padding: 4px 9px; border: 1px solid rgba(255,255,255,.14); border-radius: 99px; color: white; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #76d363; box-shadow: 0 0 0 5px rgba(118,211,99,.1); }
.search-query { margin: 20px 0 14px; padding: 15px; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; background: rgba(255,255,255,.06); color: #e9f3f8; font-size: .9rem; }
.search-icon::before { content: "⌕"; margin-right: 8px; color: #81d66f; font-size: 1.2rem; }
.supplier-list { display: grid; gap: 8px; }
.supplier-list article { display: grid; grid-template-columns: 40px 1fr 22px; gap: 11px; align-items: center; padding: 13px; border-radius: 10px; background: white; color: var(--ink); }
.supplier-mark { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 8px; background: #edf5f7; color: var(--blue); font-weight: 800; font-size: .77rem; }
.supplier-list b, .supplier-list small { display: block; }
.supplier-list b { font-size: .85rem; }
.supplier-list small { color: var(--muted); font-size: .7rem; }
.check { display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; background: #edf8eb; color: var(--green-dark); font-size: .72rem; font-weight: 800; }
.card-result { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 14px; }
.card-result div { padding: 11px; border-radius: 9px; background: rgba(255,255,255,.06); }
.card-result strong, .card-result span { display: block; }
.card-result strong { color: #8bd87a; font-size: 1.22rem; }
.card-result span { color: #aebdca; font-size: .65rem; }
.float-note { position: absolute; z-index: 3; padding: 9px 13px; border-radius: 8px; background: white; box-shadow: var(--shadow); color: var(--navy); font-size: .72rem; font-weight: 800; }
.note-one { right: -25px; top: 23%; }
.note-two { left: -35px; bottom: 16%; }

.proof-strip { padding: 25px 0; border-block: 1px solid var(--line); background: white; }
.proof-grid { display: flex; justify-content: space-between; gap: 22px; color: #82909d; font-size: .8rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.proof-grid p { margin: 0; color: var(--navy); }

.section { padding: 105px 0; }
.section-heading { max-width: 680px; margin: 0 auto 54px; text-align: center; }
.section-heading h2, .process-intro h2, .contact-copy h2 { margin: 16px 0; color: var(--navy); font-size: clamp(2.2rem, 4vw, 3.5rem); }
.section-heading p, .process-intro p, .contact-copy p { margin: 0; color: var(--muted); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { position: relative; overflow: hidden; min-height: 310px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.service-card.featured { background: var(--soft); }
.service-number { position: absolute; top: 23px; right: 26px; color: #cad4dc; font: 800 2.6rem/1 Arial, Helvetica, sans-serif; }
.icon-box { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 48px; border-radius: 12px; background: var(--navy); color: white; font-size: 1.35rem; }
.service-card.featured .icon-box { background: var(--green); }
.service-card h3 { margin-bottom: 10px; font-size: 1.28rem; }
.service-card p { margin: 0; color: var(--muted); font-size: .92rem; }

.process-section { background: var(--navy); color: white; }
.process-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; }
.process-intro h2 { color: white; }
.process-intro p { margin-bottom: 30px; color: #b4c3cf; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 52px 1fr; gap: 22px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.steps li > span { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: #8ed77e; font-weight: 800; font-size: .8rem; }
.steps h3 { margin: 0 0 4px; font-size: 1.14rem; }
.steps p { margin: 0; color: #aebdca; font-size: .87rem; }

.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 31px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.price-card.discovery { border-style: dashed; background: linear-gradient(180deg, #f5fbf3 0%, #fff 46%); }
.price-card.popular { border: 2px solid var(--green); box-shadow: var(--shadow); transform: translateY(-8px); }
.popular-label { position: absolute; top: -14px; right: 22px; padding: 5px 12px; border-radius: 99px; background: var(--green); color: white; font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.plan-name { color: var(--green-dark); font-weight: 800; text-transform: uppercase; letter-spacing: .1em; font-size: .75rem; }
.price { margin: 13px 0 2px; line-height: 1; }
.price strong, .price span { display: block; }
.price strong { font: 800 2.7rem/1 Arial, Helvetica, sans-serif; color: var(--navy); }
.price span { margin-top: 9px; color: var(--muted); font-size: .72rem; }
.delivery { margin: 22px 0; padding: 10px 12px; border-radius: 8px; background: var(--soft); color: var(--navy); font-size: .78rem; font-weight: 700; text-align: center; }
.price-card ul { flex: 1; margin: 0 0 26px; padding: 0; list-style: none; color: var(--muted); font-size: .88rem; }
.price-card li { margin: 10px 0; }
.price-card li::before { content: "✓"; margin-right: 8px; color: var(--green-dark); font-weight: 800; }
.monthly-note { margin: 34px 0 0; text-align: center; color: var(--muted); }
.monthly-note strong { color: var(--navy); }

.faq-section { background: var(--soft); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.faq-grid .section-heading { margin: 0; text-align: left; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 21px 40px 21px 0; cursor: pointer; color: var(--navy); font-weight: 700; list-style: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 5px; color: var(--green-dark); font-size: 1.35rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: -5px 40px 20px 0; color: var(--muted); font-size: .9rem; }

.contact-section { padding: 105px 0; background: linear-gradient(135deg, #071b33, #0b3155); color: white; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.contact-copy { position: sticky; top: 120px; }
.contact-copy h2 { color: white; }
.contact-copy p { color: #b4c3cf; }
.contact-copy > a { display: inline-block; margin-top: 24px; color: #91db82; font-weight: 700; }
.contact-points { display: grid; gap: 10px; margin-top: 28px; color: #d4e0e7; font-size: .87rem; }
.contact-points span::before { content: "✓"; margin-right: 9px; color: #91db82; }
.notion-form-card { overflow: hidden; padding: 18px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: white; color: var(--navy); box-shadow: 0 30px 70px rgba(0,0,0,.18); }
.notion-cta-card { position: relative; display: flex; flex-direction: column; justify-content: center; min-height: 510px; padding: 56px; }
.notion-cta-card h3 { max-width: 500px; margin: 18px 0 13px; font-size: clamp(1.8rem, 3vw, 2.65rem); line-height: 1.08; }
.notion-cta-card > p { max-width: 530px; margin: 0 0 25px; color: var(--muted); }
.notion-cta-icon { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 14px; background: var(--navy); color: white; font-size: 1.7rem; }
.notion-cta-list { display: grid; gap: 12px; margin: 0 0 31px; padding: 0; list-style: none; color: var(--muted); font-size: .88rem; }
.notion-cta-list li::before { content: "✓"; margin-right: 9px; color: var(--green-dark); font-weight: 800; }
.notion-cta-button { align-self: flex-start; }
.notion-cta-card small { margin-top: 15px; color: var(--muted); font-size: .7rem; }

footer { padding: 65px 0 20px; background: #041425; color: #aebdca; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 50px; }
.footer-brand { width: 250px; padding: 8px; border-radius: 8px; background: white; }
.footer-grid p { max-width: 300px; font-size: .85rem; }
.footer-grid > div:not(:first-child) { display: grid; align-content: start; gap: 8px; font-size: .8rem; }
.footer-grid strong { margin-bottom: 4px; color: white; }
.footer-grid a:hover { color: #91db82; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 45px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); font-size: .72rem; }

.legal-page { min-height: 100vh; background: var(--soft); }
.legal-page main { padding: 130px 0 80px; }
.legal-content { max-width: 820px; padding: 50px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.legal-content h1 { font-size: 2.7rem; }
.legal-content h2 { margin-top: 32px; font-size: 1.35rem; }
.legal-content p, .legal-content li { color: var(--muted); font-size: .92rem; }
.legal-alert { padding: 14px; border-left: 3px solid #e1a036; background: #fff9e9; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 78px; left: 20px; right: 20px; display: none; padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: white; box-shadow: var(--shadow); }
  .main-nav.open { display: grid; }
  .hero-grid, .process-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .hero { padding-top: 135px; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-visual { max-width: 600px; margin-inline: auto; }
  .services-grid, .pricing-grid { grid-template-columns: 1fr; max-width: 610px; margin-inline: auto; }
  .price-card.popular { transform: none; }
  .proof-grid { flex-wrap: wrap; justify-content: center; }
  .proof-grid p { width: 100%; text-align: center; }
  .process-intro, .faq-grid .section-heading { text-align: center; }
  .contact-copy { position: static; text-align: center; }
  .contact-points { justify-items: center; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1160px); }
  .brand { width: 190px; }
  .nav-wrap { height: 70px; }
  h1 { font-size: 2.55rem; }
  .hero-actions { display: grid; }
  .trust-row { display: grid; gap: 7px; text-align: left; }
  .note-one, .note-two { display: none; }
  .search-card { padding: 13px; }
  .supplier-list article { grid-template-columns: 34px 1fr 20px; padding: 10px; }
  .supplier-mark { width: 32px; height: 32px; }
  .card-result div { padding: 8px; }
  .section, .contact-section { padding: 76px 0; }
  .section-heading { margin-bottom: 38px; }
  .service-card, .price-card { padding: 25px; }
  .notion-form-card { padding: 10px; }
  .notion-cta-card { min-height: auto; padding: 32px 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { display: grid; gap: 5px; }
  .legal-content { padding: 28px 21px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
