:root {
  --navy: #061d2f;
  --navy-2: #0b2e45;
  --blue: #0a8dcc;
  --aqua: #36e5d0;
  --mint: #b9fff4;
  --ink: #132431;
  --muted: #5c6d78;
  --paper: #f5fafc;
  --white: #ffffff;
  --line: #d9e5ea;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(6, 29, 47, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Arial Rounded MT", "Arial Rounded MT Bold", ui-rounded, "Avenir Next", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; background: var(--aqua); color: var(--navy); border-radius: 10px; font-weight: 800; }
.skip-link:focus { top: 16px; }

.utility { background: var(--navy); color: #c9d9e1; font-size: 13px; letter-spacing: .02em; }
.utility__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility p { margin: 0; }
.utility__inner div { display: flex; gap: 11px; }
.utility a:hover { color: var(--aqua); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(217,229,234,.85); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand img { width: 54px; height: 54px; object-fit: contain; }
.brand span { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-family: Arial, sans-serif; font-size: 27px; font-weight: 800; letter-spacing: -.055em; color: #111; }
.brand small { margin-top: 4px; font-size: 10px; letter-spacing: .07em; text-transform: uppercase; color: var(--muted); }
nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 700; }
nav > a:not(.nav-cta) { padding-block: 12px; border-bottom: 2px solid transparent; }
nav > a:not(.nav-cta):hover { color: var(--blue); border-color: var(--aqua); }
.nav-cta { padding: 12px 18px; color: var(--white); background: var(--navy); border-radius: 999px; }
.nav-cta:hover { background: var(--blue); }
.menu-button { display: none; padding: 10px 14px; color: var(--navy); background: var(--paper); border: 1px solid var(--line); border-radius: 999px; font-weight: 800; }

.hero { overflow: hidden; padding: 82px 0 76px; background: linear-gradient(135deg, #f8fcfd 0%, #eef9fb 52%, #ddf9f6 100%); }
.hero__grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 72px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--blue); font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 3px; background: var(--aqua); border-radius: 10px; }
.eyebrow--light { color: var(--mint); }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; }
h1 { max-width: 730px; margin-bottom: 26px; color: var(--navy); font-size: clamp(3rem, 6vw, 5.6rem); letter-spacing: -.065em; }
h1 em { color: var(--blue); font-style: normal; }
.hero__lead { max-width: 640px; margin: 0 0 34px; color: #425764; font-size: 19px; line-height: 1.65; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 14px 21px; border: 1px solid transparent; border-radius: 13px; font-weight: 900; cursor: pointer; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 2; }
.button--primary { color: var(--navy); background: var(--aqua); box-shadow: 0 12px 30px rgba(54,229,208,.24); }
.button--primary:hover { background: #69efde; box-shadow: 0 16px 36px rgba(54,229,208,.35); }
.button--ghost { color: var(--navy); background: rgba(255,255,255,.7); border-color: #bdd2db; }
.hero__proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 45px 0 0; padding: 28px 0 0; list-style: none; border-top: 1px solid #bed4dd; }
.hero__proof li { display: flex; flex-direction: column; }
.hero__proof strong { color: var(--navy); font-size: 17px; }
.hero__proof span { margin-top: 4px; color: var(--muted); font-size: 12px; }
.hero__visual { position: relative; padding: 0 24px 34px 0; }
.hero-photo { position: relative; margin: 0; overflow: hidden; aspect-ratio: 4 / 5; background: var(--navy); border-radius: 160px 26px 26px 26px; box-shadow: var(--shadow); }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(6,29,47,.45)); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 55% center; }
.hero-card { position: absolute; left: -46px; bottom: 0; z-index: 2; min-width: 310px; display: flex; align-items: center; gap: 13px; padding: 18px; color: var(--white); background: var(--navy); border: 1px solid rgba(255,255,255,.13); border-radius: 15px; box-shadow: var(--shadow); }
.hero-card div { display: flex; flex-direction: column; }
.hero-card small { color: #aac1cc; font-size: 12px; }
.status-dot { width: 13px; height: 13px; flex: 0 0 auto; background: var(--aqua); border-radius: 50%; box-shadow: 0 0 0 7px rgba(54,229,208,.12); }
.hero-stamp { position: absolute; right: -24px; top: 45px; z-index: 2; width: 118px; height: 118px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--navy); background: var(--aqua); border: 7px solid rgba(255,255,255,.82); border-radius: 50%; text-align: center; text-transform: uppercase; transform: rotate(8deg); box-shadow: 0 12px 34px rgba(6,29,47,.18); }
.hero-stamp span { font-size: 9px; letter-spacing: .06em; }
.hero-stamp strong { font-size: 18px; }

.trust-bar { color: var(--white); background: var(--navy); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { min-height: 105px; display: flex; align-items: center; gap: 14px; padding: 20px 24px; border-right: 1px solid rgba(255,255,255,.12); }
.trust-grid div:last-child { border-right: 0; }
.trust-grid span { color: var(--aqua); font-size: 12px; font-weight: 900; }
.trust-grid p { margin: 0; font-size: 14px; font-weight: 700; }

.section { padding: 110px 0; }
.section-head { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 80px; margin-bottom: 54px; }
.section-head h2, .operation__copy h2, .quote__intro h2 { margin-bottom: 0; color: var(--navy); font-size: clamp(2.3rem, 4.2vw, 4.15rem); letter-spacing: -.052em; }
.section-head > p { margin: 0; color: var(--muted); font-size: 17px; }
.section-head--compact { grid-template-columns: 1fr; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { min-height: 290px; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-5px); border-color: #87dcd3; box-shadow: 0 18px 40px rgba(6,29,47,.09); }
.service-card--featured { grid-column: span 2; flex-direction: row; gap: 44px; color: var(--white); background: var(--navy); border-color: var(--navy); }
.service-card--featured > div { max-width: 590px; }
.card-index { margin: 0; color: var(--blue); font-size: 12px; font-weight: 900; }
.service-card--featured .card-index { color: var(--aqua); }
.service-card h3 { margin-bottom: 14px; color: var(--navy); font-size: 24px; letter-spacing: -.025em; }
.service-card--featured h3 { color: var(--white); font-size: 32px; }
.service-card p { margin-bottom: 0; color: var(--muted); }
.service-card--featured p { color: #c4d5dc; }
.service-card ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 0; padding: 0; list-style: none; }
.service-card li { padding: 8px 11px; color: var(--navy); background: var(--aqua); border-radius: 999px; font-size: 12px; font-weight: 800; }

.compliance { color: var(--white); background: var(--navy); }
.compliance__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; }
.compliance__copy { position: sticky; top: 125px; align-self: start; }
.compliance__copy h2 { margin-bottom: 25px; font-size: clamp(2.4rem, 4.2vw, 4.25rem); letter-spacing: -.055em; }
.compliance__copy > p:not(.eyebrow) { color: #b5cad3; font-size: 17px; }
.text-link { display: inline-flex; gap: 12px; margin-top: 24px; padding-bottom: 5px; color: var(--aqua); border-bottom: 1px solid var(--aqua); font-weight: 800; }
.compliance__list article { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 27px 0; border-top: 1px solid rgba(255,255,255,.16); }
.compliance__list article:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.check { width: 38px; height: 38px; display: grid; place-items: center; color: var(--navy); background: var(--aqua); border-radius: 50%; font-weight: 900; }
.compliance__list h3 { margin-bottom: 8px; font-size: 21px; }
.compliance__list p { margin: 0; color: #b5cad3; font-size: 15px; }

.operation__grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 95px; }
.operation__media { position: relative; }
.operation__media > img { width: 100%; max-height: 680px; object-fit: cover; object-position: center; border-radius: 26px 150px 26px 26px; box-shadow: var(--shadow); }
.media-label { position: absolute; right: -34px; bottom: 38px; display: flex; flex-direction: column; padding: 17px 20px; color: var(--white); background: var(--blue); border-radius: 14px; box-shadow: var(--shadow); }
.media-label span { font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.feature-list { margin-top: 45px; }
.feature-list article { display: grid; grid-template-columns: 52px 1fr; gap: 16px; padding: 22px 0; border-top: 1px solid var(--line); }
.feature-list article:last-child { border-bottom: 1px solid var(--line); }
.feature-list > article > span { width: 38px; height: 38px; display: grid; place-items: center; color: var(--blue); background: #e8f7fa; border-radius: 50%; font-size: 12px; font-weight: 900; }
.feature-list h3 { margin-bottom: 7px; color: var(--navy); font-size: 19px; }
.feature-list p { margin: 0; color: var(--muted); font-size: 15px; }

.process { background: var(--paper); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; counter-reset: item; }
.process-grid li { position: relative; min-height: 220px; padding: 28px 26px; background: var(--white); border-top: 4px solid var(--aqua); border-right: 1px solid var(--line); }
.process-grid li:first-child { border-radius: 16px 0 0 16px; }
.process-grid li:last-child { border-right: 0; border-radius: 0 16px 16px 0; }
.process-grid span { display: block; margin-bottom: 40px; color: var(--blue); font-size: 13px; font-weight: 900; }
.process-grid h3 { margin-bottom: 10px; color: var(--navy); font-size: 20px; }
.process-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.photo-break { padding: 0 0 110px; background: var(--paper); }
.photo-break__grid { overflow: hidden; display: grid; grid-template-columns: .75fr 1.25fr; min-height: 480px; color: var(--white); background: var(--blue); border-radius: 26px; }
.photo-break__copy { display: flex; flex-direction: column; justify-content: center; padding: 58px; }
.photo-break__copy > p:first-child { margin: 0 0 14px; color: var(--mint); font-size: 12px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.photo-break__copy h2 { margin-bottom: 22px; font-size: clamp(2.25rem, 4vw, 3.8rem); letter-spacing: -.05em; }
.photo-break__copy > p:last-child { margin: 0; color: #dcfbf7; }
.photo-break img { width: 100%; height: 100%; object-fit: cover; }

.quote { background: var(--white); }
.quote__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.quote__intro > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.contact-lines { margin-top: 42px; border-top: 1px solid var(--line); }
.contact-lines a, .contact-lines p { display: flex; flex-direction: column; margin: 0; padding: 17px 0; border-bottom: 1px solid var(--line); }
.contact-lines span { margin-bottom: 4px; color: var(--muted); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.contact-lines strong { color: var(--navy); font-size: 16px; }
.contact-lines a:hover strong { color: var(--blue); }
.quote-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 34px; background: var(--paper); border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 16px 60px rgba(6,29,47,.07); }
.field { display: flex; flex-direction: column; gap: 7px; }
.field--full { grid-column: 1 / -1; }
.field label { color: var(--navy); font-size: 13px; font-weight: 900; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: 13px 14px; color: var(--ink); background: var(--white); border: 1px solid #c6d7de; border-radius: 10px; outline: none; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(10,141,204,.1); }
.privacy-check { display: flex; flex-direction: row; align-items: flex-start; gap: 10px; color: var(--muted); font-size: 13px; }
.privacy-check input { width: 17px; height: 17px; margin-top: 2px; accent-color: var(--blue); }
.quote-form .button { width: 100%; border: 0; }
.form-note { margin: -4px 0 0; color: var(--muted); font-size: 12px; text-align: center; }

footer { padding: 72px 0 28px; color: #b9ccd5; background: #031622; }
.footer__grid { display: grid; grid-template-columns: 1.5fr .75fr .75fr; gap: 60px; }
.brand--footer strong { color: var(--white); }
.brand--footer small { color: #8ca9b5; }
.footer__grid > div:first-child > p { max-width: 330px; margin-top: 20px; font-size: 13px; }
.footer__grid h2 { margin-bottom: 18px; color: var(--white); font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.footer__grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; font-size: 14px; }
.footer__grid a:hover { color: var(--aqua); }
.footer__bottom { display: grid; grid-template-columns: auto auto 1fr; gap: 28px; margin-top: 56px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: 11px; }
.footer__bottom p { margin: 0; }
.footer__bottom p:last-child { text-align: right; }

.floating-wa { position: fixed; right: 22px; bottom: 22px; z-index: 40; width: 58px; height: 58px; display: grid; place-items: center; color: var(--navy); background: var(--aqua); border: 4px solid var(--white); border-radius: 50%; box-shadow: 0 12px 36px rgba(6,29,47,.25); transition: transform .18s ease; }
.floating-wa:hover { transform: translateY(-3px) scale(1.03); }
.floating-wa svg { width: 28px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

@media (max-width: 980px) {
  .hero__grid, .compliance__grid, .operation__grid, .quote__grid { grid-template-columns: 1fr; }
  .hero__grid { gap: 60px; }
  .hero__copy { max-width: 760px; }
  .hero__visual { max-width: 690px; margin-inline: auto; }
  .hero-photo { aspect-ratio: 5 / 4; border-radius: 120px 24px 24px; }
  .hero-card { left: -18px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid div:nth-child(2) { border-right: 0; }
  .trust-grid div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .section-head { grid-template-columns: 1fr; gap: 20px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card--featured { grid-column: 1 / -1; }
  .compliance__grid { gap: 55px; }
  .compliance__copy { position: static; }
  .operation__grid { gap: 60px; }
  .operation__media { max-width: 610px; margin-inline: auto; }
  .process-grid { grid-template-columns: repeat(2, 1fr); gap: 1px; }
  .process-grid li { border-radius: 0 !important; }
  .photo-break__grid { grid-template-columns: 1fr; }
  .photo-break img { max-height: 520px; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 28px, 1160px); }
  .utility { display: none; }
  .nav-wrap { min-height: 72px; }
  .brand img { width: 46px; height: 46px; }
  .brand strong { font-size: 24px; }
  .menu-button { display: block; }
  nav { position: absolute; top: 72px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 18px 20px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 16px 30px rgba(6,29,47,.1); }
  nav.is-open { display: flex; }
  nav a { padding: 14px 10px !important; border-bottom: 1px solid var(--line) !important; border-radius: 0; }
  .nav-cta { margin-top: 8px; text-align: center; border-radius: 10px !important; }
  .hero { padding: 62px 0 58px; }
  h1 { font-size: clamp(2.8rem, 14vw, 4.6rem); }
  .hero__lead { font-size: 17px; }
  .actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero__proof { grid-template-columns: 1fr 1fr; }
  .hero__proof li:last-child { grid-column: 1 / -1; }
  .hero__visual { padding: 0 0 48px; }
  .hero-photo { aspect-ratio: 4 / 5; border-radius: 90px 20px 20px; }
  .hero-stamp { right: -6px; top: 24px; width: 100px; height: 100px; }
  .hero-card { left: 12px; right: 12px; min-width: 0; bottom: 18px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid div { min-height: 74px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .section { padding: 82px 0; }
  .section-head { margin-bottom: 35px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card--featured { grid-column: auto; flex-direction: column; gap: 20px; }
  .service-card { min-height: 250px; }
  .compliance__grid { gap: 32px; }
  .compliance__list article { grid-template-columns: 36px 1fr; }
  .check { width: 34px; height: 34px; }
  .operation__media > img { max-height: 540px; border-radius: 22px 90px 22px 22px; }
  .media-label { right: -6px; bottom: 22px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { min-height: 0; }
  .photo-break { padding-bottom: 82px; }
  .photo-break__copy { padding: 38px 28px; }
  .photo-break img { min-height: 300px; }
  .quote__grid { gap: 45px; }
  .quote-form { grid-template-columns: 1fr; padding: 24px 18px; }
  .field--full { grid-column: auto; }
  .footer__grid { grid-template-columns: 1fr; gap: 38px; }
  .footer__bottom { grid-template-columns: 1fr; gap: 10px; }
  .footer__bottom p:last-child { text-align: left; }
  .floating-wa { right: 15px; bottom: 15px; }
}

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