:root {
  --navy-950: #04101e;
  --navy-900: #071426;
  --navy-800: #0b2038;
  --blue-500: #119df2;
  --blue-400: #30b8ff;
  --blue-100: #dff4ff;
  --ink: #101a26;
  --muted: #5e6d7d;
  --line: #dce5ed;
  --surface: #f4f8fb;
  --white: #fff;
  --container: 1180px;
  --shadow: 0 24px 70px rgba(4, 16, 30, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Manrope", Arial, sans-serif; font-size: 16px; line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; left: 20px; top: -80px; background: var(--white); color: var(--ink); padding: 12px 16px; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.12); }
.nav-wrap { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 245px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 32px; }
.main-nav a { color: #d9e6f1; font-size: .9rem; font-weight: 600; text-decoration: none; transition: color .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--white); }
.main-nav .nav-cta { color: var(--white); border: 1px solid rgba(255,255,255,.28); padding: 10px 17px; border-radius: 7px; }
.main-nav .nav-cta:hover { border-color: var(--blue-400); background: rgba(17,157,242,.14); }
.menu-toggle { display: none; width: 46px; height: 42px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--white); }

.hero { position: relative; min-height: 790px; display: grid; align-items: center; overflow: hidden; color: var(--white); background: var(--navy-950); }
.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-overlay { background: linear-gradient(90deg, rgba(3,13,26,.98) 0%, rgba(4,16,30,.88) 35%, rgba(4,16,30,.2) 73%, rgba(4,16,30,.25) 100%), linear-gradient(0deg, rgba(4,16,30,.75), transparent 40%); }
.hero-content { position: relative; z-index: 2; padding-top: 116px; padding-bottom: 120px; }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 12px; color: #b9d6e9; font-size: .78rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 2px; background: var(--blue-400); }
.eyebrow.dark { color: #4c6579; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 780px; margin-bottom: 25px; font-size: clamp(2.7rem, 6vw, 5.25rem); line-height: 1.04; letter-spacing: -.05em; }
.hero-text { max-width: 650px; margin-bottom: 36px; color: #c1cfdb; font-size: clamp(1.05rem, 2vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 1px solid transparent; border-radius: 7px; font-weight: 700; text-decoration: none; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue-500); color: var(--white); box-shadow: 0 10px 30px rgba(17,157,242,.28); }
.button-primary:hover { background: var(--blue-400); }
.button-secondary { border-color: rgba(255,255,255,.35); color: var(--white); background: rgba(255,255,255,.04); }
.button-secondary:hover { background: rgba(255,255,255,.1); }
.hero-strip { position: absolute; z-index: 3; bottom: 0; width: 100%; border-top: 1px solid rgba(255,255,255,.14); background: rgba(4,16,30,.72); backdrop-filter: blur(12px); }
.strip-grid { min-height: 78px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; }
.strip-grid span { padding-left: 22px; color: #c7d8e5; font-size: .84rem; font-weight: 600; border-left: 2px solid var(--blue-500); }

.section { padding: 110px 0; }
.section-heading { margin-bottom: 54px; display: grid; grid-template-columns: 1.1fr .8fr; align-items: end; gap: 80px; }
.section-heading h2, .process h2, .about h2, .contact h2 { margin-bottom: 0; font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.12; letter-spacing: -.04em; }
.section-heading > p { margin-bottom: 4px; color: var(--muted); }
.services { background: var(--surface); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 300px; padding: 32px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--white); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-5px); border-color: #b2dcf4; box-shadow: var(--shadow); }
.service-card.featured { color: var(--white); border-color: var(--navy-900); background: linear-gradient(145deg,var(--navy-800),var(--navy-950)); }
.service-number { position: absolute; top: 22px; right: 24px; color: #91a1b0; font-size: .75rem; font-weight: 700; }
.service-icon { width: 52px; height: 52px; margin-bottom: 48px; display: grid; place-items: center; color: var(--blue-500); border: 1px solid #c8e4f5; border-radius: 10px; background: #eef8fe; font-size: 1.35rem; font-weight: 800; }
.featured .service-icon { color: var(--blue-400); border-color: rgba(48,184,255,.35); background: rgba(48,184,255,.09); }
.service-card h3 { margin-bottom: 10px; font-size: 1.25rem; line-height: 1.25; }
.service-card p { margin-bottom: 0; color: var(--muted); font-size: .94rem; }
.featured p { color: #aebfce; }

.process { color: var(--white); background: var(--navy-900); }
.process-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; }
.process-intro { position: sticky; top: 40px; align-self: start; }
.process-intro > p:not(.eyebrow) { margin: 28px 0; color: #9fb2c2; }
.text-link { color: var(--blue-400); font-weight: 700; text-decoration: none; }
.text-link span { margin-left: 8px; transition: margin .2s ease; }
.text-link:hover span { margin-left: 14px; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 60px 1fr; gap: 22px; padding: 30px 0; border-top: 1px solid rgba(255,255,255,.14); }
.process-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.process-list > li > span { color: var(--blue-400); font-size: .8rem; font-weight: 700; }
.process-list h3 { margin-bottom: 7px; font-size: 1.2rem; }
.process-list p { margin-bottom: 0; color: #9fb2c2; }

.about-layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 110px; }
.about-mark { min-height: 430px; display: grid; place-content: center; position: relative; overflow: hidden; color: var(--white); border-radius: 18px; background: linear-gradient(145deg,#102c49,#061322); box-shadow: var(--shadow); text-align: center; }
.about-mark::before, .about-mark::after { content: ""; position: absolute; border: 1px solid rgba(48,184,255,.18); border-radius: 50%; }
.about-mark::before { width: 370px; height: 370px; top: -90px; right: -120px; }
.about-mark::after { width: 230px; height: 230px; bottom: -80px; left: -40px; }
.about-mark strong { position: relative; font-size: 10rem; line-height: .85; letter-spacing: -.12em; color: transparent; -webkit-text-stroke: 2px #dfe7ef; }
.about-mark .mark-line { position: absolute; z-index: 2; width: 120px; height: 14px; left: 50%; top: 47%; background: var(--blue-500); transform: translate(-50%,-50%) rotate(-48deg); }
.about-mark small { margin-top: 34px; color: #a7c6da; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.about-copy p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.about-copy h2 { margin-bottom: 28px; }

.contact { padding: 105px 0; color: var(--white); background: linear-gradient(110deg,#0b3760,#087bc2); }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.contact-layout > div > p:last-child { max-width: 560px; margin: 24px 0 0; color: #d4ebf8; }
.contact-actions { display: grid; gap: 12px; }
.contact-card { padding: 22px 24px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2px 20px; color: var(--white); border: 1px solid rgba(255,255,255,.24); border-radius: 11px; background: rgba(4,16,30,.18); text-decoration: none; transition: background .2s ease, transform .2s ease; }
.contact-card:hover { transform: translateX(4px); background: rgba(4,16,30,.3); }
.contact-card span { color: #c4e7fb; font-size: .76rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-card strong { grid-column: 1; font-size: 1.05rem; overflow-wrap: anywhere; }
.contact-card small { grid-column: 2; grid-row: 1 / span 2; font-weight: 700; }

.site-footer { color: #91a6b8; background: var(--navy-950); }
.footer-layout { min-height: 120px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-layout img { width: 210px; }
.footer-layout p { margin: 0; font-size: .82rem; }
.whatsapp-float { position: fixed; z-index: 30; right: 22px; bottom: 22px; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: #25d366; box-shadow: 0 12px 35px rgba(0,0,0,.26); transition: transform .2s ease; }
.whatsapp-float:hover { transform: scale(1.06); }
.whatsapp-float svg { width: 31px; fill: #fff; }

@media (max-width: 900px) {
  .site-header { position: absolute; }
  .nav-wrap { min-height: 78px; }
  .brand img { width: 205px; }
  .menu-toggle { display: block; cursor: pointer; }
  .main-nav { position: absolute; top: 78px; left: 0; right: 0; padding: 24px 20px; display: none; align-items: stretch; flex-direction: column; gap: 18px; background: rgba(4,16,30,.98); border-top: 1px solid rgba(255,255,255,.12); }
  .main-nav.open { display: flex; }
  .main-nav .nav-cta { text-align: center; }
  .hero { min-height: 760px; }
  .hero-content { padding-top: 110px; }
  .hero-overlay { background: linear-gradient(90deg,rgba(3,13,26,.98),rgba(4,16,30,.72)), linear-gradient(0deg,rgba(4,16,30,.8),transparent); }
  .strip-grid { grid-template-columns: repeat(2,1fr); gap: 14px; padding-block: 17px; }
  .section { padding: 80px 0; }
  .section-heading, .process-layout, .about-layout, .contact-layout { grid-template-columns: 1fr; gap: 48px; }
  .section-heading { align-items: start; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .process-intro { position: static; }
  .about-mark { min-height: 350px; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .hero { min-height: 790px; align-items: start; }
  .hero-image { object-position: 65% center; }
  .hero-content { padding-top: 145px; }
  h1 { font-size: clamp(2.45rem, 12vw, 4rem); }
  .hero-text { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .strip-grid { grid-template-columns: 1fr 1fr; }
  .strip-grid span { min-height: 36px; padding-left: 12px; display: flex; align-items: center; font-size: .7rem; }
  .section-heading { gap: 22px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 260px; }
  .contact-card { grid-template-columns: 1fr; }
  .contact-card small { grid-column: 1; grid-row: auto; margin-top: 10px; }
  .footer-layout { padding-block: 28px; align-items: flex-start; flex-direction: column; }
  .whatsapp-float { width: 54px; height: 54px; right: 16px; bottom: 16px; }
}

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