:root {
  color-scheme: light;
  --ink: #071820;
  --cyan: #14c7ea;
  --cyan-dark: #087b91;
  --paper: #f5f7f8;
  --muted: #5f727b;
  --border: #dfe7ea;
  --max: 1120px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--paper); color: var(--ink); }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
.skip-link { position: fixed; left: 1rem; top: -6rem; z-index: 100; padding: .85rem 1rem; border-radius: .65rem; background: white; color: black; }
.skip-link:focus { top: 1rem; }

.button { min-height: 52px; padding: 0 1.4rem; border: 0; border-radius: .9rem; display: inline-flex; align-items: center; justify-content: center; gap: .65rem; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: #001820; background: var(--cyan); box-shadow: 0 12px 26px rgba(20,199,234,.2); }
.button-dark { color: white; background: var(--ink); }
.button-glass { color: white; border: 1px solid rgba(255,255,255,.35); background: rgba(5,21,29,.4); backdrop-filter: blur(10px); }
.button-large { min-height: 58px; padding-inline: 1.7rem; }
.mobile-actions { display: none; }

.site-header { position: fixed; z-index: 50; top: .8rem; left: 50%; width: min(calc(100% - 1.5rem), var(--max)); min-height: 68px; padding: .4rem .5rem .4rem .8rem; display: flex; align-items: center; gap: 1rem; transform: translateX(-50%); border: 1px solid rgba(255,255,255,.5); border-radius: 1rem; background: rgba(255,255,255,.92); color: var(--ink); backdrop-filter: blur(16px); box-shadow: 0 12px 38px rgba(3,23,32,.12); transition: top .2s ease, box-shadow .2s ease; }
.site-header.is-scrolled { top: .4rem; box-shadow: 0 10px 28px rgba(3,23,32,.17); }
.brand { flex: 0 0 auto; display: flex; align-items: center; }
.brand img { width: 124px; height: 50px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 1.55rem; margin-left: auto; color: #354b55; font-size: .94rem; font-weight: 700; }
.desktop-nav a:hover { color: var(--cyan-dark); }
.header-phone { color: var(--cyan-dark); font-size: .9rem; font-weight: 850; }
.header-cta { min-height: 48px; padding: 0 1.2rem; display: inline-flex; align-items: center; border-radius: .75rem; background: var(--ink); color: white; font-weight: 800; }
.menu-button { display: none; padding: .4rem; border: 0; background: transparent; color: var(--ink); align-items: center; gap: .4rem; }
.menu-button i { display: block; width: 22px; height: 2px; background: currentColor; transition: transform .2s ease; }
.mobile-menu { position: fixed; z-index: 45; inset: 0; padding: 6.8rem 1.2rem 6.5rem; background: rgba(246,249,250,.99); color: var(--ink); }
.mobile-menu[hidden] { display: none; }
.mobile-menu a { padding: 1.05rem .2rem; display: block; border-bottom: 1px solid var(--border); font-size: clamp(1.7rem, 8vw, 2.25rem); font-weight: 820; letter-spacing: -.035em; }
.mobile-menu p { max-width: 30rem; margin-top: 1.8rem; color: var(--muted); font-size: 1rem; line-height: 1.6; }

.hero { position: relative; min-height: 760px; padding: 9rem max(1.5rem, calc((100vw - var(--max))/2)) 5rem; display: flex; align-items: end; overflow: hidden; background: #06151c; color: white; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 61% center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,12,18,.94) 0%, rgba(2,12,18,.76) 45%, rgba(2,12,18,.2) 78%), linear-gradient(to top, rgba(2,12,18,.75), transparent 45%); }
.hero-content { position: relative; z-index: 1; max-width: 720px; }
.eyebrow, .kicker { margin: 0; color: var(--cyan-dark); text-transform: uppercase; letter-spacing: .13em; font-size: .82rem; font-weight: 900; }
.hero .eyebrow { color: #6be9ff; }
.hero h1 { margin: 1rem 0 1.25rem; font-size: clamp(3.5rem, 7.5vw, 6.6rem); line-height: .94; letter-spacing: -.06em; }
.hero h1 span { color: #6be9ff; }
.hero-copy { max-width: 650px; margin: 0; color: #d7e1e5; font-size: clamp(1.05rem, 1.4vw, 1.2rem); line-height: 1.65; }
.hero-actions { margin-top: 1.8rem; display: flex; gap: .75rem; }
.service-area { margin: 1.5rem 0 0; color: #b8c9d0; font-size: .93rem; font-weight: 650; }

.intro-strip { padding: 1.25rem max(1.5rem, calc((100vw - var(--max))/2)); display: flex; align-items: center; justify-content: space-between; gap: 2rem; background: var(--cyan); color: #04212a; }
.intro-strip strong { font-size: 1.2rem; }
.intro-strip p { margin: 0; text-align: right; font-weight: 650; }

.section { padding: 6rem max(1.5rem, calc((100vw - var(--max))/2)); }
.services { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 4rem; align-items: end; margin-bottom: 2.5rem; }
.section-heading h2, .package-heading h2, .why-copy h2, .quote-copy h2, .faq-heading h2 { margin: .65rem 0 0; font-size: clamp(2.6rem, 5vw, 4.7rem); line-height: 1; letter-spacing: -.055em; }
.section-heading > p, .package-heading > p:last-child { margin: 0; color: var(--muted); font-size: 1.05rem; line-height: 1.65; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.service-card { overflow: hidden; border: 1px solid var(--border); border-radius: 1.35rem; background: white; box-shadow: 0 16px 42px rgba(14,45,57,.07); }
.service-card > img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.service-card:first-child > img { object-position: 62% center; }
.service-body { padding: 1.35rem; }
.service-body > p, .package-number { margin: 0 0 .5rem; color: var(--cyan-dark); text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; font-weight: 900; }
.service-body h3 { margin: 0; font-size: 1.55rem; letter-spacing: -.035em; }
.service-body > span { display: block; min-height: 3.1rem; margin: .55rem 0 1.1rem; color: var(--muted); line-height: 1.5; }
.service-body a { display: inline-flex; align-items: center; gap: .55rem; color: #096f83; font-weight: 800; }

.packages { color: var(--ink); background: white; }
.package-heading { max-width: 760px; margin-bottom: 2rem; }
.package-heading > p:last-child { margin-top: 1rem; }
.package-tabs { max-width: 680px; margin-bottom: 1rem; padding: .35rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: .35rem; border: 1px solid var(--border); border-radius: 1rem; background: var(--paper); }
.package-tabs button { min-height: 52px; padding: .65rem .8rem; border: 0; border-radius: .72rem; background: transparent; color: #4a5e67; font-weight: 800; }
.package-tabs button[aria-selected="true"] { color: #001820; background: var(--cyan); }
.package-card { overflow: hidden; display: grid; grid-template-columns: .82fr 1.18fr; border: 1px solid var(--border); border-radius: 1.4rem; background: white; box-shadow: 0 20px 50px rgba(14,45,57,.08); }
.package-image { position: relative; min-height: 520px; background: #dfe8eb; }
.package-image img { width: 100%; height: 100%; object-fit: cover; }
.package-image > span { position: absolute; top: 1rem; left: 1rem; padding: .55rem .75rem; border-radius: .65rem; background: var(--cyan); color: #00202a; font-size: .78rem; font-weight: 900; }
.package-details { padding: 2rem; display: flex; flex-direction: column; }
.package-details h3 { margin: 0; font-size: clamp(2.1rem, 3.5vw, 3.6rem); letter-spacing: -.05em; }
.package-description { margin: .7rem 0 0; color: var(--muted); font-size: 1.02rem; line-height: 1.55; }
.package-columns { padding: 1.35rem 0; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 2rem; }
.package-group h4 { margin: 0 0 .75rem; font-size: 1.05rem; }
.package-group ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .68rem; }
.package-group li { display: grid; grid-template-columns: auto 1fr; gap: .55rem; color: #36505b; font-size: .94rem; line-height: 1.4; }
.package-group li::before { content: "✓"; width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; background: #20b867; color: white; font-size: .7rem; font-weight: 950; }
.package-note { margin: auto 0 1rem; padding: .9rem; border-radius: .8rem; background: #edf7f9; color: #49616b; font-size: .9rem; line-height: 1.45; }
.package-select { width: 100%; }

.why-section { padding: 6rem max(1.5rem, calc((100vw - var(--max))/2)); display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; background: var(--ink); color: white; }
.rig-photo { position: relative; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 1.4rem; background: #0d2732; }
.rig-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center bottom; }
.rig-photo figcaption { position: absolute; left: 1rem; bottom: 1rem; padding: .55rem .75rem; border-radius: .65rem; background: rgba(4,19,26,.82); color: white; font-size: .82rem; font-weight: 800; backdrop-filter: blur(8px); }
.why-copy .kicker { color: #62e5fb; }
.why-copy h2 { color: white; }
.why-copy > p:not(.kicker) { margin: 1rem 0 0; color: #b9c9d0; font-size: 1.05rem; line-height: 1.65; }
.why-list { list-style: none; padding: 0; margin: 1.5rem 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; }
.why-list li { padding: 1rem; border: 1px solid rgba(255,255,255,.12); border-radius: .9rem; background: rgba(255,255,255,.05); }
.why-list strong, .why-list span { display: block; }
.why-list strong { font-size: .96rem; }
.why-list span { margin-top: .3rem; color: #9fb2ba; font-size: .88rem; line-height: 1.4; }
.steps { grid-column: 1 / -1; padding-top: 2rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; border-top: 1px solid rgba(255,255,255,.12); }
.steps article { padding: 1.1rem; display: grid; grid-template-columns: auto 1fr; gap: .8rem; border-radius: .9rem; background: rgba(255,255,255,.045); }
.steps article > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--cyan); color: var(--ink); font-weight: 900; }
.steps strong { font-size: 1rem; }
.steps p { margin: .35rem 0 0; color: #9fb2ba; font-size: .9rem; line-height: 1.45; }

.quote-section { padding: 6rem max(1.5rem, calc((100vw - var(--max))/2)); display: grid; grid-template-columns: .72fr 1.28fr; gap: 4rem; align-items: start; background: #eaf8fb; }
.quote-copy > p:not(.kicker) { margin: 1rem 0 0; color: var(--muted); font-size: 1.05rem; line-height: 1.65; }
.quote-phone { display: inline-block; margin-top: 1.25rem; padding-bottom: .2rem; border-bottom: 2px solid var(--cyan); color: #075f71; font-size: 1.05rem; font-weight: 850; }
.quote-form { padding: 1.35rem; display: grid; gap: 1rem; border: 1px solid #cfe3e8; border-radius: 1.25rem; background: white; box-shadow: 0 18px 50px rgba(14,70,88,.08); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.quote-form label { display: grid; gap: .5rem; color: #213b46; font-size: .9rem; font-weight: 750; }
.quote-form label > span { justify-self: end; margin-top: -1.5rem; color: #80929a; text-transform: uppercase; letter-spacing: .08em; font-size: .68rem; }
.quote-form input:not([type="checkbox"]), .quote-form select, .quote-form textarea { width: 100%; border: 1px solid #cedde1; border-radius: .75rem; outline: none; background: #fbfcfc; color: var(--ink); font-size: 1rem; }
.quote-form input:not([type="checkbox"]), .quote-form select { min-height: 54px; padding: 0 .85rem; }
.quote-form textarea { padding: .85rem; resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: #23b9d7; box-shadow: 0 0 0 3px rgba(20,199,234,.14); }
.quote-form .consent { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: .7rem; color: #60747d; font-weight: 500; line-height: 1.45; }
.quote-form .consent input { width: 18px; height: 18px; margin: .1rem 0 0; accent-color: var(--cyan-dark); }
.quote-form .consent span { justify-self: stretch; margin: 0; color: inherit; text-transform: none; letter-spacing: 0; font-size: .88rem; }
.form-helper { margin: -.15rem 0 0; text-align: center; color: #778b94; font-size: .82rem; }
.quote-result { position: relative; padding: 1.6rem; align-self: center; border-radius: 1.25rem; background: white; box-shadow: 0 18px 50px rgba(14,70,88,.1); }
.quote-result[hidden] { display: none; }
.quote-result h3 { margin: .5rem 0 1rem; font-size: 2rem; letter-spacing: -.04em; }
.quote-result pre { max-height: 280px; overflow: auto; margin: 0 0 1rem; padding: 1rem; white-space: pre-wrap; border-radius: .8rem; background: #eef5f7; color: #2c4752; font-family: inherit; line-height: 1.5; }
.quote-close { position: absolute; top: .8rem; right: .8rem; width: 36px; height: 36px; border: 0; border-radius: 50%; background: #eef3f4; color: var(--ink); font-size: 1.3rem; }
.result-actions { display: flex; gap: .65rem; }
.result-actions > * { flex: 1; }
.quote-result > small { display: block; margin-top: .8rem; color: #70858e; line-height: 1.4; }

.faq { display: grid; grid-template-columns: .65fr 1.35fr; gap: 4rem; background: var(--paper); }
.faq-list { border-top: 1px solid var(--border); }
.faq-list details { border-bottom: 1px solid var(--border); }
.faq-list summary { min-height: 76px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 1rem; cursor: pointer; list-style: none; font-size: 1.04rem; font-weight: 780; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: #e3eef0; color: var(--cyan-dark); font-size: 1.2rem; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 680px; margin: -.05rem 0 1.35rem; color: var(--muted); line-height: 1.65; }

.site-footer { padding: 3.5rem max(1.5rem, calc((100vw - var(--max))/2)) 6rem; display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 2.5rem; background: #041017; color: #9db0b8; }
.footer-brand img { width: 180px; height: 100px; object-fit: contain; }
.footer-brand p { max-width: 310px; margin: .35rem 0 0; line-height: 1.5; }
.site-footer > div:not(.footer-brand) { display: flex; flex-direction: column; gap: .65rem; }
.site-footer strong { color: white; }
.phone-status { color: #66dff4; }
.copyright { grid-column: 1 / -1; margin: 1.5rem 0 0; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.1); font-size: .86rem; }

@media (max-width: 940px) {
  .desktop-nav, .header-phone, .header-cta { display: none; }
  .menu-button { margin-left: auto; display: grid; grid-template-columns: auto 24px; }
  .menu-button span { grid-row: 1 / span 2; align-self: center; margin-right: .2rem; font-size: .9rem; }
  .menu-button[aria-expanded="true"] i:nth-of-type(1) { transform: translateY(3px) rotate(45deg); }
  .menu-button[aria-expanded="true"] i:nth-of-type(2) { transform: translateY(-3px) rotate(-45deg); }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:last-child { grid-column: 1 / -1; }
  .package-card, .why-section, .quote-section { grid-template-columns: 1fr; }
  .package-image { min-height: 360px; }
  .why-section, .quote-section { gap: 2.5rem; }
  .steps { grid-column: auto; grid-template-columns: 1fr; }
  .faq { grid-template-columns: 1fr; gap: 2rem; }
}

@media (max-width: 720px) {
  html { scroll-padding-top: 78px; }
  body { padding-bottom: 76px; }
  .mobile-actions { position: fixed; z-index: 60; left: .55rem; right: .55rem; bottom: .5rem; padding: .38rem; display: grid; grid-template-columns: 1.05fr .95fr; gap: .4rem; border: 1px solid rgba(255,255,255,.14); border-radius: 1rem; background: rgba(5,20,27,.92); backdrop-filter: blur(16px); box-shadow: 0 12px 32px rgba(0,0,0,.28); }
  .mobile-actions .button { min-width: 0; min-height: 48px; padding-inline: .6rem; border-radius: .7rem; font-size: .82rem; white-space: nowrap; }
  .site-header { top: .45rem; width: calc(100% - .9rem); min-height: 60px; padding: .3rem .45rem .3rem .65rem; border-radius: .85rem; }
  .brand img { width: 105px; height: 44px; }
  .hero { min-height: 690px; padding: 7.2rem 1rem 3.2rem; align-items: end; }
  .hero-image { object-position: 64% center; }
  .hero-overlay { background: linear-gradient(to top, rgba(2,12,18,.98) 0%, rgba(2,12,18,.84) 50%, rgba(2,12,18,.3) 100%); }
  .hero h1 { font-size: clamp(3rem, 13vw, 4.15rem); }
  .hero-copy { font-size: 1.05rem; line-height: 1.58; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .service-area { font-size: .88rem; line-height: 1.45; }
  .intro-strip { padding: 1rem; display: block; }
  .intro-strip strong { font-size: 1.1rem; }
  .intro-strip p { margin-top: .25rem; text-align: left; font-size: .88rem; line-height: 1.45; }
  .section, .why-section, .quote-section { padding: 4.2rem 1rem; }
  .section-heading { grid-template-columns: 1fr; gap: 1rem; margin-bottom: 1.6rem; }
  .section-heading h2, .package-heading h2, .why-copy h2, .quote-copy h2, .faq-heading h2 { font-size: clamp(2.45rem, 11vw, 3.5rem); }
  .service-grid { grid-template-columns: 1fr; gap: .8rem; }
  .service-card:last-child { grid-column: auto; }
  .service-card > img { aspect-ratio: 16 / 9; }
  .service-body { padding: 1.15rem; }
  .service-body > span { min-height: 0; }
  .package-tabs { width: 100%; }
  .package-tabs button { min-width: 0; padding-inline: .35rem; font-size: .84rem; }
  .package-card { border-radius: 1rem; }
  .package-image { min-height: 240px; }
  .package-details { padding: 1.2rem; }
  .package-columns { grid-template-columns: 1fr; }
  .why-list { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .quote-form { padding: 1rem; }
  .result-actions { flex-direction: column; }
  .faq-list summary { min-height: 68px; font-size: 1rem; }
  .site-footer { padding: 3rem 1rem 2rem; grid-template-columns: 1fr; gap: 1.6rem; }
  .copyright { grid-column: auto; }
}

@media (max-width: 420px) {
  .hero { min-height: 650px; }
  .hero h1 { font-size: 3rem; }
  .mobile-actions .button { font-size: .76rem; }
}

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