:root {
  --navy: #0c2233;
  --navy-2: #132f43;
  --gold: #e59a13;
  --gold-light: #ffc65b;
  --cream: #fffaf0;
  --teal: #4f8885;
  --ink: #172735;
  --muted: #64727d;
  --line: #e8e2d8;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(12,34,51,.12);
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: #fff; line-height: 1.55; }
a { color: inherit; }
img { max-width: 100%; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.95); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(12,34,51,.08); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 1.12rem; font-weight: 700; color: var(--navy); }
.brand img { width: 54px; height: 54px; object-fit: cover; object-position: center; border-radius: 50%; }
.brand strong { color: var(--gold); }
.desktop-nav { display: flex; align-items: center; gap: 28px; }
.desktop-nav a { text-decoration: none; font-weight: 700; font-size: .95rem; }
.desktop-nav a:hover { color: var(--gold); }
.nav-cta { background: var(--navy); color: #fff !important; padding: 11px 18px; border-radius: 999px; }
.menu-button { display: none; border: 0; background: transparent; font-size: 1.8rem; color: var(--navy); }
.mobile-nav { display: none; }

.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 82% 22%, #fff3ce 0, rgba(255,243,206,.55) 20%, transparent 44%), linear-gradient(145deg, #fff 0%, var(--cream) 70%); }
.hero-grid { position: relative; z-index: 2; min-height: 690px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 65px; align-items: center; padding: 82px 0 72px; }
.eyebrow { margin: 0 0 13px; color: var(--teal); font-weight: 900; font-size: .78rem; letter-spacing: .18em; }
.eyebrow.light { color: var(--gold-light); }
.hero h1 { margin: 0; max-width: 780px; color: var(--navy); font-size: clamp(3rem, 6vw, 5.6rem); line-height: .98; letter-spacing: -.055em; }
.hero h1 span { display: block; color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-weight: 500; font-style: italic; letter-spacing: -.03em; }
.hero-lead { max-width: 710px; margin: 28px 0; font-size: 1.18rem; color: #4c5c68; }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 0 23px; border-radius: 999px; font-weight: 850; text-decoration: none; transition: .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(12,34,51,.13); }
.button.primary { background: var(--navy); color: #fff; }
.button.secondary { background: #fff; color: var(--navy); border: 1px solid #d8dddE; }
.button.gold { background: var(--gold); color: #fff; }
.button.full { width: 100%; }
.trust-row { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 24px; color: var(--muted); font-size: .9rem; font-weight: 700; }
.hero-visual { display: flex; justify-content: center; }
.spotlight-card { width: min(460px, 100%); background: rgba(255,255,255,.9); border: 1px solid rgba(229,154,19,.25); border-radius: 40px; box-shadow: var(--shadow); padding: 25px 35px 34px; text-align: center; transform: rotate(1.5deg); }
.spotlight-card img { width: 330px; display: block; margin: 0 auto; mix-blend-mode: multiply; }
.spotlight-card p { margin: 3px 0 0; color: var(--navy); font-family: Georgia, serif; font-style: italic; font-size: 1.2rem; }
.mini-town { display: none; }
.beam { position: absolute; width: 600px; height: 900px; background: linear-gradient(180deg, rgba(255,193,71,.27), rgba(255,193,71,0)); clip-path: polygon(47% 0,53% 0,100% 100%,0 100%); transform-origin: top; pointer-events: none; }
.beam-one { top: -110px; right: -230px; transform: rotate(7deg); }
.beam-two { display: none; }

.quick-strip { background: var(--navy); color: #fff; }
.quick-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: rgba(255,255,255,.15); }
.quick-grid > div { background: var(--navy); padding: 28px 22px; display: grid; grid-template-columns: 38px 1fr; column-gap: 12px; align-items: center; }
.quick-grid strong, .quick-grid small { grid-column: 2; }
.quick-grid small { color: #b9c4cc; }
.quick-icon { grid-row: 1 / 3; width: 38px; height: 38px; display: inline-grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--navy); font-size: 1rem; }

.section { padding: 94px 0; }
.section-heading { text-align: center; max-width: 760px; margin: 0 auto 42px; }
.section-heading h2, .pricing-copy h2, .sample-grid h2, .contact-card h2 { margin: 0; color: var(--navy); font-size: clamp(2.3rem, 4vw, 3.7rem); line-height: 1.05; letter-spacing: -.04em; }
.section-heading p:last-child { color: var(--muted); font-size: 1.08rem; }
.services-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.service-card { padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; min-height: 225px; transition: .2s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #f0d59e; }
.service-card.featured { background: linear-gradient(145deg, var(--navy), var(--navy-2)); color: #fff; border: 0; }
.service-card.featured h3 { color: #fff; }
.service-number { color: var(--gold); font-weight: 900; font-size: .82rem; letter-spacing: .16em; }
.service-card h3 { margin: 28px 0 9px; color: var(--navy); font-size: 1.18rem; }
.service-card p { margin: 0; color: #677580; font-size: .95rem; }
.service-card.featured p { color: #c6d0d6; }

.sample-section { position: relative; overflow: hidden; color: #fff; background: linear-gradient(135deg, var(--navy), #163c54); }
.sample-section:after { content: ""; position: absolute; right: -150px; top: -250px; width: 700px; height: 850px; background: linear-gradient(rgba(255,192,69,.33), transparent); clip-path: polygon(48% 0,52% 0,100% 100%,0 100%); transform: rotate(12deg); }
.sample-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: center; }
.sample-grid h2 { color: #fff; max-width: 650px; }
.sample-grid > div:first-child > p:not(.eyebrow) { color: #d0d9df; max-width: 650px; font-size: 1.08rem; }
.check-list { list-style: none; padding: 0; margin: 27px 0 30px; display: grid; gap: 11px; }
.check-list li:before { content: "✓"; display: inline-grid; place-items: center; width: 25px; height: 25px; margin-right: 10px; background: rgba(229,154,19,.16); border: 1px solid rgba(255,198,91,.45); border-radius: 50%; color: var(--gold-light); font-weight: 900; }
.sample-phone { width: min(345px, 100%); justify-self: center; border: 9px solid #061824; background: #fff; color: var(--ink); border-radius: 38px; box-shadow: 0 25px 80px rgba(0,0,0,.25); overflow: hidden; transform: rotate(2deg); }
.phone-top { height: 30px; display: flex; gap: 5px; justify-content: center; align-items: center; }
.phone-top span { width: 5px; height: 5px; background: #b8bec3; border-radius: 50%; }
.phone-profile { padding: 12px 16px; display: flex; gap: 10px; align-items: center; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
.phone-profile .avatar { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: var(--gold); font-weight: 900; }
.phone-profile div { display: grid; }
.phone-profile small { color: #8a9298; }
.phone-image { position: relative; min-height: 310px; overflow: hidden; background: linear-gradient(155deg,#f8f2e7 0 58%,#e9dfcf 58%); }
.phone-lamp { position: absolute; top: -8px; left: 50%; width: 48px; height: 43px; transform: translateX(-50%); background: var(--navy); border-radius: 0 0 24px 24px; }
.phone-beam { position: absolute; top: 35px; left: 50%; width: 250px; height: 290px; transform: translateX(-50%); background: linear-gradient(rgba(255,192,69,.78),rgba(255,192,69,.04)); clip-path: polygon(45% 0,55% 0,100% 100%,0 100%); }
.phone-business { position: absolute; bottom: 45px; width: 100%; text-align: center; color: var(--navy); font-size: 1.7rem; line-height: .9; letter-spacing: .06em; }
.phone-business strong { font-size: 2.6rem; }
.phone-spark { position: absolute; color: white; font-size: 1.5rem; }
.phone-spark.s1 { left: 90px; top: 130px; } .phone-spark.s2 { right: 75px; top: 95px; }
.phone-caption { padding: 17px; font-size: .85rem; color: #596771; }
.phone-caption strong { color: var(--navy); }

.process-section { background: #fbfaf7; }
.process-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.process-step { padding: 31px; background: white; border-radius: var(--radius); border: 1px solid var(--line); }
.process-step > span { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: var(--gold); color: #fff; font-size: 1.25rem; font-weight: 900; }
.process-step h3 { color: var(--navy); margin: 23px 0 8px; }
.process-step p { margin: 0; color: var(--muted); }

.pricing-section { background: linear-gradient(180deg,#fff,#fffaf2); }
.pricing-grid { display: grid; grid-template-columns: 1fr .82fr; gap: 80px; align-items: center; }
.pricing-copy p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; max-width: 620px; }
.founder-note { margin-top: 28px; padding: 20px 23px; border-left: 4px solid var(--gold); background: #fff; border-radius: 0 14px 14px 0; box-shadow: 0 10px 30px rgba(12,34,51,.06); color: var(--navy); font-weight: 700; }
.price-card { position: relative; background: #fff; border: 1px solid #efd9a9; box-shadow: var(--shadow); border-radius: 28px; padding: 38px; }
.price-badge { position: absolute; top: -14px; right: 28px; background: var(--gold); color: white; border-radius: 999px; padding: 7px 13px; font-size: .72rem; font-weight: 900; letter-spacing: .1em; }
.price-label { margin: 0; color: var(--muted); font-weight: 800; text-transform: uppercase; letter-spacing: .1em; font-size: .75rem; }
.price { color: var(--navy); font-size: 4.5rem; line-height: 1; font-weight: 900; letter-spacing: -.06em; margin-top: 8px; }
.price-after { margin: 6px 0 22px; color: var(--gold); font-weight: 850; }
.price-card ul { list-style: none; padding: 0; margin: 0 0 26px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 15px; color: #51616d; font-size: .9rem; }
.price-card li:before { content: "✓"; color: var(--teal); margin-right: 7px; font-weight: 900; }
.price-card > small { display: block; margin-top: 12px; text-align: center; color: var(--muted); }

.contact-section { padding-top: 0; }
.contact-card { padding: 48px; border-radius: 30px; color: #fff; background: linear-gradient(135deg,var(--navy),#173f58); display: grid; grid-template-columns: 1.1fr .9fr; gap: 55px; align-items: center; overflow: hidden; position: relative; }
.contact-card:after { content: ""; position: absolute; width: 370px; height: 500px; right: -130px; top: -180px; background: linear-gradient(rgba(255,194,70,.28),transparent); clip-path: polygon(47% 0,53% 0,100% 100%,0 100%); transform: rotate(15deg); }
.contact-card h2 { color: #fff; }
.contact-card p:not(.eyebrow) { color: #c8d3db; }
.contact-actions { position: relative; z-index: 2; display: grid; gap: 12px; }
.contact-link { display: flex; align-items: center; gap: 14px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); color: #fff; text-decoration: none; padding: 15px 17px; border-radius: 16px; }
.contact-link > span { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; color: var(--navy); background: var(--gold); }
.contact-link div { display: grid; }
.contact-link small { color: #a9bbc7; }

footer { background: #071722; color: #b8c4cc; padding: 28px 0; }
.footer-grid { display: flex; justify-content: space-between; align-items: center; gap: 25px; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 52px; height: 52px; object-fit: cover; border-radius: 50%; background: white; }
.footer-brand div { display: grid; }
.footer-brand strong { color: white; }
.footer-brand span { font-size: .83rem; }
.footer-copy { font-size: .82rem; text-align: right; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .menu-button { display: block; cursor: pointer; }
  .mobile-nav.open { display: grid; padding: 0 20px 18px; gap: 3px; }
  .mobile-nav a { padding: 11px 14px; text-decoration: none; font-weight: 800; border-radius: 10px; }
  .mobile-nav a:hover { background: #f7f5f0; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; padding: 65px 0; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-visual { display: none; }
  .quick-grid { grid-template-columns: 1fr 1fr; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .sample-grid, .pricing-grid, .contact-card { grid-template-columns: 1fr; }
  .sample-grid { gap: 50px; }
  .process-grid { grid-template-columns: 1fr; }
  .pricing-grid { gap: 40px; }
}
@media (max-width: 650px) {
  .container { width: min(100% - 26px, 1160px); }
  .brand span { display: none; }
  .hero-grid { padding: 55px 0 50px; }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.2rem); }
  .hero-lead { font-size: 1.03rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .trust-row { display: grid; gap: 8px; }
  .quick-grid { grid-template-columns: 1fr; }
  .quick-grid > div { padding: 19px 21px; }
  .section { padding: 70px 0; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .price-card { padding: 30px 22px; }
  .price-card ul { grid-template-columns: 1fr; }
  .contact-card { padding: 32px 22px; }
  .contact-link strong { font-size: .87rem; word-break: break-word; }
  .footer-grid { flex-direction: column; text-align: center; }
  .footer-copy { text-align: center; }
}
