:root {
  --ink: #f7f9ff;
  --muted: #a9b4ca;
  --night: #080b20;
  --panel: #151638;
  --panel-2: #292776;
  --blue: #343399;
  --cyan: #ff651b;
  --gold: #ff651b;
  --line: rgba(167, 191, 231, .17);
  --shadow: 0 24px 70px rgba(0, 0, 0, .34);
  --radius: 2px;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 85% 0%, rgba(19, 119, 255, .18), transparent 30rem),
    radial-gradient(circle at 15% 38%, rgba(82, 200, 255, .08), transparent 24rem),
    var(--night);
  color: var(--ink);
  font-family: Inter, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

a { color: inherit; }
img { max-width: 100%; display: block; }
button, select, input, textarea { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: white; color: #071022; padding: .75rem 1rem; border-radius: 10px; }
.skip-link:focus { top: 1rem; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(5, 9, 20, .82);
  border-bottom: 1px solid var(--line);
}
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 1.4rem; }
.brand { display: inline-flex; align-items: center; gap: .78rem; text-decoration: none; font-family: "Barlow Condensed", sans-serif; font-size: 1.35rem; font-weight: 800; letter-spacing: .04em; }
.brand img { width: 50px; height: 40px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 1.25rem; }
.nav-links a { color: var(--muted); text-decoration: none; font-weight: 600; font-size: .92rem; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: white; }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; color: white; background: var(--panel); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; gap: .5rem; padding: .76rem 1.15rem; border: 1px solid transparent; border-radius: 13px; background: linear-gradient(135deg, var(--blue), #0756c4); color: white; text-decoration: none; font-weight: 800; box-shadow: 0 12px 28px rgba(19, 119, 255, .22); cursor: pointer; }
.button:hover { transform: translateY(-1px); filter: brightness(1.08); }
.button.secondary { background: rgba(255,255,255,.035); border-color: var(--line); box-shadow: none; }
.button.small { min-height: 42px; padding: .58rem .9rem; }

.hero { min-height: 690px; display: grid; place-items: center; position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,9,20,.98) 0%, rgba(5,9,20,.88) 45%, rgba(5,9,20,.34) 75%, rgba(5,9,20,.5) 100%), url('/assets/anchor-original-metal.jpg') center right / cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 180px; background: linear-gradient(transparent, var(--night)); }
.hero-content { position: relative; z-index: 1; width: min(1180px, calc(100% - 40px)); padding: 6rem 0 7rem; }
.eyebrow { color: var(--cyan); font-size: .82rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: "Barlow Condensed", sans-serif; line-height: .96; text-transform: uppercase; }
h1 { max-width: 790px; font-size: clamp(4rem, 9vw, 7.7rem); letter-spacing: -.035em; }
h1 span { color: var(--cyan); }
.hero-copy { max-width: 620px; margin: 1.5rem 0 2rem; color: #d4dded; font-size: clamp(1.05rem, 2vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.trust-row { display: flex; flex-wrap: wrap; gap: 1rem 2rem; margin-top: 3rem; color: var(--muted); font-size: .9rem; font-weight: 600; }
.trust-row span::before { content: "✓"; color: var(--cyan); margin-right: .45rem; }

.section { padding: 88px 0; }
.section.compact { padding: 64px 0; }
.section.alt { background: linear-gradient(180deg, rgba(11,18,35,.7), rgba(11,18,35,.24)); border-block: 1px solid var(--line); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 1.5rem; margin-bottom: 2rem; }
.section-head h2, .page-hero h1 { font-size: clamp(2.8rem, 6vw, 5rem); letter-spacing: -.025em; }
.section-head p { max-width: 540px; color: var(--muted); margin: 0; }
.grid { display: grid; gap: 1rem; }
.grid.three { grid-template-columns: repeat(3, 1fr); }
.grid.four { grid-template-columns: repeat(4, 1fr); }
.card { position: relative; padding: 1.45rem; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(17,27,50,.96), rgba(7,13,27,.96)); box-shadow: var(--shadow); overflow: hidden; }
.card::before { content: ""; position: absolute; top: 0; left: 1.45rem; width: 54px; height: 3px; background: var(--blue); }
.card h3 { margin-top: .45rem; font-size: 1.65rem; }
.card p { color: var(--muted); margin: .85rem 0 0; }
.icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; background: rgba(19,119,255,.13); color: var(--cyan); font-size: 1.35rem; margin-bottom: 1rem; }
.device-card { text-decoration: none; min-height: 205px; transition: transform .18s ease, border-color .18s ease; }
.device-card:hover { transform: translateY(-4px); border-color: rgba(82,200,255,.5); }
.device-card .arrow { position: absolute; right: 1.4rem; bottom: 1.2rem; color: var(--cyan); font-weight: 800; }

.steps { counter-reset: step; }
.step { min-height: 205px; }
.step::after { counter-increment: step; content: "0" counter(step); position: absolute; right: 1.15rem; top: .75rem; color: rgba(82,200,255,.14); font: 800 4.5rem/1 "Barlow Condensed"; }

.cta-band { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; padding: 2.25rem; border-radius: 28px; background: linear-gradient(110deg, #0c50c4, #0b79d6 58%, #10a7cc); box-shadow: 0 24px 70px rgba(0,82,190,.3); }
.cta-band h2 { font-size: clamp(2.2rem, 5vw, 4.2rem); }
.cta-band p { margin: .65rem 0 0; color: #e7f5ff; }
.cta-band .button { background: white; color: #07162d; box-shadow: none; }

.page-hero { padding: 96px 0 62px; border-bottom: 1px solid var(--line); background: linear-gradient(145deg, rgba(19,119,255,.12), transparent 54%); }
.page-hero p { max-width: 670px; color: var(--muted); font-size: 1.08rem; margin: 1.25rem 0 0; }
.breadcrumbs { color: var(--cyan); font-size: .86rem; font-weight: 700; margin-bottom: 1rem; }
.breadcrumbs a { text-decoration: none; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.price-card { display: flex; flex-direction: column; min-height: 430px; }
.price-card.featured { border-color: rgba(82,200,255,.65); transform: translateY(-8px); }
.badge { display: inline-flex; align-self: flex-start; color: #041224; background: var(--cyan); padding: .3rem .65rem; border-radius: 999px; font-size: .75rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.price-card h3 { margin-top: 1.1rem; font-size: 2.3rem; }
.price-from { margin: .8rem 0 .3rem; font-size: 2.4rem; font-weight: 800; }
.price-from span { color: var(--muted); font-size: .9rem; font-weight: 600; }
.price-card label { display: block; color: var(--muted); font-size: .83rem; font-weight: 700; margin: 1.2rem 0 .45rem; }
.price-card select { width: 100%; color: white; background: #071022; border: 1px solid var(--line); border-radius: 12px; padding: .8rem; }
.paypal-form { margin-top: auto; padding-top: 1.3rem; }
.paypal-form .button { width: 100%; border: 0; }
.payment-links { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.5rem; }
.fine-print { color: var(--muted); font-size: .83rem; }

.guide-layout { display: grid; grid-template-columns: 270px minmax(0, 1fr); gap: 2rem; align-items: start; }
.guide-nav { position: sticky; top: 100px; padding: 1rem; border: 1px solid var(--line); border-radius: 18px; background: var(--panel); }
.guide-nav a { display: block; padding: .7rem .8rem; color: var(--muted); text-decoration: none; border-radius: 10px; font-weight: 600; }
.guide-nav a:hover, .guide-nav a.current { background: rgba(19,119,255,.13); color: white; }
.guide-content { max-width: 800px; }
.guide-step { margin-bottom: 1rem; padding: 1.5rem; border: 1px solid var(--line); border-radius: 18px; background: rgba(11,18,35,.72); }
.guide-step h2 { font-size: 1.7rem; line-height: 1.05; }
.guide-step ul, .guide-step ol { color: #d8e0ed; padding-left: 1.35rem; }
.guide-step li + li { margin-top: .45rem; }
.code-pill { display: inline-flex; align-items: center; padding: .45rem .7rem; background: #071022; border: 1px solid var(--line); border-radius: 9px; color: var(--cyan); font-weight: 800; letter-spacing: .04em; }
.note { border-left: 3px solid var(--gold); padding: .9rem 1rem; background: rgba(216,179,106,.08); color: #e7ddc9; }

.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 1rem; }
.contact-card a:not(.button) { color: var(--cyan); }
.faq details { border-top: 1px solid var(--line); padding: 1rem 0; }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-weight: 800; }
.faq p { color: var(--muted); }

.footer { border-top: 1px solid var(--line); padding: 44px 0; }
.footer-row { display: flex; align-items: center; justify-content: space-between; gap: 1.4rem; }
.footer p { color: var(--muted); margin: 0; font-size: .88rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1rem; }
.footer-links a { color: var(--muted); text-decoration: none; font-size: .88rem; }

@media (max-width: 920px) {
  .grid.four, .grid.three, .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .guide-layout, .contact-grid { grid-template-columns: 1fr; }
  .guide-nav { position: static; display: flex; overflow-x: auto; }
  .guide-nav a { white-space: nowrap; }
  .price-card.featured { transform: none; }
  .nav-links { display: none; position: absolute; inset: 78px 0 auto; padding: 1rem 20px 1.3rem; background: #070d1b; border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; }
  .nav-links.open { display: flex; }
  .menu-button { display: inline-grid; place-items: center; }
}

@media (max-width: 640px) {
  .shell, .hero-content { width: min(100% - 28px, 1180px); }
  .hero { min-height: 650px; }
  .hero::before { background: linear-gradient(180deg, rgba(5,9,20,.6), rgba(5,9,20,.98) 62%), url('/assets/anchor-original-metal.jpg') 61% center / cover no-repeat; }
  .hero-content { padding-top: 15rem; }
  h1 { font-size: clamp(3.5rem, 18vw, 5.2rem); }
  .grid.four, .grid.three, .pricing-grid { grid-template-columns: 1fr; }
  .section { padding: 64px 0; }
  .section-head, .cta-band, .footer-row { align-items: flex-start; flex-direction: column; display: flex; }
  .trust-row { gap: .65rem 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* Westlake reference: white masthead, orange accents, deep blue panels. */
body { background: var(--night); }
.site-header { background: #fff; border-bottom: 4px solid #ff651b; backdrop-filter: none; }
.nav { min-height: 88px; }
.site-header .brand { color: #343399; }
.brand { text-transform: uppercase; line-height: 1.05; }
.site-header .brand img { width: 64px; height: 56px; }
.nav-links a { color: #343399; font-family: "Barlow Condensed",sans-serif; font-size: 1.05rem; letter-spacing: .12em; text-transform: uppercase; }
.nav-links a:hover,.nav-links a[aria-current="page"] { color: #c3440b; }
.nav-links a[aria-current="page"] { text-decoration: underline; text-underline-offset: 12px; }
.button { background: #c4440c; border-radius: 0; box-shadow: none; font-family: "Barlow Condensed",sans-serif; font-size: 1.05rem; letter-spacing: .10em; text-transform: uppercase; padding: .95rem 1.5rem; }
.nav-links a.button { color: white; }
.button.secondary { border: 2px solid #fff; background: transparent; }
.hero { min-height: 730px; border-bottom: 4px solid #ff651b; }
.hero::before { background: linear-gradient(90deg,rgba(8,15,30,.94),rgba(8,15,30,.72) 48%,rgba(8,15,30,.40)),url('/assets/anchor-original-metal.jpg') center right / cover no-repeat; }
.hero-content { padding: 7rem 0; }
h1 { font-size: clamp(3.6rem,8.8vw,7.4rem); letter-spacing: -.025em; }
h1 span { color: #ff651b; }
.eyebrow { color: #ff823e; letter-spacing: .2em; font-family: "Barlow Condensed",sans-serif; font-size: 1rem; }
.hero-copy { max-width: 590px; }
.trust-row { color: #f3f3ff; }
.section.alt { background: #151638; }
.card { background: #2b2a7a; border: 1px solid #7776b4; border-radius: 0; box-shadow: none; }
.card::before { background: #ff651b; }
.card p { color: #e0e0f0; }
.icon { border-radius: 0; background: #171747; color: #ff823e; }
.step::after { color: rgba(255,255,255,.16); }
.cta-band { border-radius: 0; background: #343399; box-shadow: none; border-top: 4px solid #ff651b; }
.cta-band .button { color: #343399; }
.price-card.featured { border: 2px solid #ff651b; }
.badge { border-radius: 0; background: #ff823e; }
.guide-nav,.guide-step,.price-card select,.code-pill { border-radius: 0; }
.note { border-color: #ff823e; background: rgba(255,101,27,.08); }
.footer { border-top: 3px solid #ff651b; }
a:focus-visible,button:focus-visible,select:focus-visible,summary:focus-visible { outline: 3px solid #ff823e; outline-offset: 5px; }
@media(max-width:920px) { .nav-links { inset:88px 0 auto; background:white; border-bottom:3px solid #ff651b; } .menu-button { background:#343399; border-radius:0; flex-shrink:0; } }
@media(max-width:640px) { .hero { min-height:610px; } .hero-content { padding:5rem 0; } .hero::before { background:linear-gradient(90deg,rgba(8,15,30,.94),rgba(8,15,30,.68)),url('/assets/anchor-original-metal.jpg') 61% center/cover no-repeat; } h1 { font-size:clamp(3rem,12vw,4.8rem); overflow-wrap:normal; } .brand { font-size:1.2rem; } .site-header .brand img { width:44px; height:44px; } .hero-actions .button { width:100%; } }

/* Display the supplied transparent artwork without altering its pixels. */
.brand-mark { position:relative; display:block; width:76px; height:84px; overflow:hidden; flex-shrink:0; background:#fff; }
.brand .brand-mark img,.site-header .brand .brand-mark img { position:absolute; width:184px; height:auto; max-width:none; left:-54px; top:-13px; object-fit:contain; }
.nav { min-height:104px; }
.footer .brand-mark { border:4px solid white; width:84px; height:92px; }
@media(max-width:920px) { .nav-links { inset:104px 0 auto; } }
@media(max-width:640px) { .brand { font-size:1.05rem; max-width:235px; } .brand-mark { width:60px; height:70px; } .brand .brand-mark img,.site-header .brand .brand-mark img { width:150px; left:-44px; top:-10px; } .footer .brand-mark { width:68px; height:78px; } }
