:root {
  --navy: #062b52;
  --navy-2: #0a3d70;
  --blue: #0f68bd;
  --cyan: #25b9d8;
  --gold: #efb44d;
  --ink: #10253a;
  --muted: #637487;
  --line: #dce5ed;
  --soft: #f4f8fb;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(7, 37, 69, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 100px 0; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { background: rgba(255,255,255,.96); box-shadow: 0 8px 30px rgba(7,37,69,.08); backdrop-filter: blur(14px); }
.nav-wrap { height: 86px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: white; }
.site-header.scrolled .brand { color: var(--navy); }
.brand-mark {
  display: grid; place-items: center; width: 45px; height: 45px; border-radius: 14px;
  padding: 7px; overflow: hidden; background: white;
  box-shadow: 0 10px 24px rgba(15,104,189,.28);
}
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; letter-spacing: .11em; }
.brand-copy strong { font-size: 15px; }
.brand-copy small { margin-top: 6px; font-size: 9px; letter-spacing: .42em; }
.main-nav { display: flex; align-items: center; gap: 30px; color: rgba(255,255,255,.86); font-size: 14px; font-weight: 700; }
.site-header.scrolled .main-nav { color: var(--ink); }
.main-nav a:not(.nav-cta):hover { color: var(--cyan); }
.nav-cta { padding: 12px 18px; border-radius: 11px; background: white; color: var(--navy); }
.site-header.scrolled .nav-cta { background: var(--navy); color: white; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px 0; background: white; transition: .25s; }
.site-header.scrolled .menu-toggle span { background: var(--navy); }

.hero {
  min-height: 820px; position: relative; overflow: hidden; color: white;
  background: radial-gradient(circle at 75% 18%, rgba(37,185,216,.22), transparent 27%),
              linear-gradient(135deg, #031e39 0%, #073763 58%, #075d91 100%);
  display: flex; align-items: center; padding: 150px 0 80px;
}
.hero::after { content: ""; position: absolute; inset: auto -5% -230px; height: 330px; background: white; transform: rotate(-4deg); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; }
.eyebrow { display: inline-block; text-transform: uppercase; letter-spacing: .17em; font-size: 11px; font-weight: 800; color: #8ce2f0; }
.eyebrow.dark { color: var(--blue); }
.hero h1 { margin: 18px 0 24px; max-width: 760px; font-size: clamp(48px, 6vw, 76px); line-height: 1.05; letter-spacing: -.05em; }
.hero-content > p { max-width: 680px; color: rgba(255,255,255,.76); font-size: 18px; }
.hero-actions { display: flex; gap: 14px; margin-top: 36px; flex-wrap: wrap; }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 24px; border-radius: 13px; border: 1px solid transparent; font-weight: 800; font-size: 14px; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--cyan), var(--blue)); color: white; box-shadow: 0 14px 28px rgba(6,61,112,.25); }
.btn-secondary { color: white; border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.06); }
.btn-light { background: white; color: var(--navy); }
.hero-stats { display: flex; gap: 46px; margin-top: 52px; }
.hero-stats div { display: flex; flex-direction: column; }
.hero-stats strong { font-size: 28px; line-height: 1; }
.hero-stats span { margin-top: 8px; color: rgba(255,255,255,.58); font-size: 12px; }
.hero-visual { min-height: 480px; position: relative; }
.visual-card { position: absolute; border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(16px); box-shadow: 0 28px 80px rgba(0,0,0,.2); }
.visual-main { inset: 55px 50px 70px 50px; padding: 56px 42px; border-radius: 30px; background: linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.06)); }
.visual-main::before { content: "D"; position: absolute; right: 25px; bottom: -35px; font-size: 250px; font-weight: 800; line-height: 1; color: rgba(255,255,255,.05); }
.hero-group-brand { position: relative; z-index: 1; display: flex; align-items: center; gap: 12px; }
.hero-group-brand img { width: 58px; height: 58px; padding: 9px; object-fit: contain; border-radius: 16px; background: white; box-shadow: 0 14px 30px rgba(0,0,0,.16); }
.mini-label { font-size: 10px; letter-spacing: .2em; color: #8ce2f0; font-weight: 800; }
.visual-main h2 { margin: 52px 0 15px; max-width: 340px; font-size: 37px; line-height: 1.1; letter-spacing: -.03em; }
.visual-main p { max-width: 350px; color: rgba(255,255,255,.66); }
.floating-tag { position: absolute; display: flex; align-items: center; gap: 9px; padding: 13px 18px; border-radius: 14px; background: white; color: var(--navy); box-shadow: var(--shadow); font-size: 12px; font-weight: 800; animation: float 5s ease-in-out infinite; }
.floating-tag span { color: var(--blue); font-size: 18px; }
.tag-one { top: 12px; right: 30px; }
.tag-two { top: 135px; left: 0; animation-delay: -1s; }
.tag-three { right: 0; bottom: 86px; animation-delay: -2s; }
.tag-four { left: 48px; bottom: 17px; animation-delay: -3s; }
@keyframes float { 50% { transform: translateY(-9px); } }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .4; }
.hero-orb-one { width: 230px; height: 230px; background: #1db4d7; right: 7%; top: 8%; filter: blur(110px); }
.hero-orb-two { width: 290px; height: 290px; background: #0d78c7; left: 22%; bottom: 5%; filter: blur(130px); }

.section-heading h2 { margin: 12px 0 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.12; letter-spacing: -.04em; }
.section-heading.centered { max-width: 750px; margin: 0 auto 52px; text-align: center; }
.section-heading.centered p { color: var(--muted); }
.about { padding-top: 125px; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }
.about-copy { font-size: 17px; color: var(--muted); }
.about-copy p:first-child { margin-top: 0; }
.about-values { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.about-values span { padding: 9px 14px; border-radius: 999px; background: var(--soft); color: var(--navy); font-size: 12px; font-weight: 800; }

.companies { background: var(--soft); }
.company-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.company-card { position: relative; min-height: 330px; padding: 34px; border: 1px solid #e1e9f0; border-radius: 22px; background: white; transition: transform .25s, box-shadow .25s, border-color .25s; overflow: hidden; }
.company-card::after { content: ""; position: absolute; inset: auto -40px -80px auto; width: 150px; height: 150px; border-radius: 50%; background: rgba(37,185,216,.08); }
.company-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); border-color: transparent; }
.company-logo { display: flex; align-items: center; justify-content: flex-start; width: 132px; height: 62px; padding: 7px 10px; border-radius: 16px; background: linear-gradient(145deg, #f8fbfd, #edf4f9); }
.company-logo img { width: auto; height: auto; max-width: 112px; max-height: 48px; object-fit: contain; }
.company-number { position: absolute; top: 32px; right: 32px; color: #b9c6d2; font-size: 12px; font-weight: 800; }
.company-card h3 { margin: 24px 0 13px; font-size: 21px; line-height: 1.25; }
.company-card p { color: var(--muted); font-size: 14px; }
.company-link { position: absolute; z-index: 2; left: 34px; bottom: 28px; padding: 0; border: 0; background: transparent; color: var(--blue); font-size: 13px; font-weight: 800; }
.company-link span { margin-left: 5px; transition: margin .2s; }
.company-card:hover .company-link span { margin-left: 10px; }
.company-website { position: absolute; z-index: 2; right: 34px; bottom: 28px; color: var(--blue); font-size: 13px; font-weight: 800; }
.company-website span { margin-left: 4px; }
.company-website:hover { color: var(--navy); }

.why-us { background: var(--navy); color: white; }
.why-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: center; }
.why-panel h2 { margin: 15px 0 22px; font-size: clamp(38px, 4vw, 56px); line-height: 1.08; letter-spacing: -.04em; }
.why-panel p { max-width: 530px; color: rgba(255,255,255,.65); }
.text-link { display: inline-flex; margin-top: 24px; color: #8ce2f0; font-weight: 800; }
.benefits-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.benefit { min-height: 210px; padding: 28px; border: 1px solid rgba(255,255,255,.11); border-radius: 20px; background: rgba(255,255,255,.045); }
.benefit strong { color: var(--cyan); font-size: 12px; }
.benefit h3 { margin: 28px 0 10px; }
.benefit p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; }

.cta-section { padding: 60px 0; background: var(--soft); }
.cta-box { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 50px 55px; border-radius: 26px; color: white; background: linear-gradient(120deg, var(--blue), var(--cyan)); box-shadow: 0 24px 60px rgba(15,104,189,.2); }
.cta-box h2 { margin: 10px 0 0; font-size: clamp(30px, 4vw, 46px); line-height: 1.12; }
.cta-box .eyebrow { color: #d5f8ff; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.contact-copy h2 { margin: 14px 0 18px; font-size: clamp(38px, 4vw, 54px); line-height: 1.1; }
.contact-copy > p { color: var(--muted); }
.contact-details { display: grid; gap: 14px; margin-top: 35px; }
.contact-details > * { display: flex; align-items: center; gap: 14px; }
.contact-details > * > span { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; background: var(--soft); color: var(--blue); }
.contact-details small, .contact-details strong { display: block; }
.contact-details small { color: var(--muted); font-size: 11px; }
.contact-details strong { color: var(--ink); font-size: 14px; }
.contact-form { padding: 35px; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.contact-form label { display: block; margin-bottom: 18px; color: var(--ink); font-size: 12px; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 8px; padding: 14px 15px; border: 1px solid var(--line); border-radius: 11px; outline: none; color: var(--ink); background: white; font-size: 14px; transition: border .2s, box-shadow .2s; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(15,104,189,.08); }
.contact-form textarea { resize: vertical; }
.form-submit { width: 100%; border: 0; }
.form-note { min-height: 22px; margin: 14px 0 0; text-align: center; color: var(--blue); font-size: 13px; }
.form-note.sending { color: var(--blue); }
.form-note.success { color: #167348; }
.form-note.error { color: #b42318; }
.form-submit:disabled { cursor: wait; opacity: .72; transform: none; }

.site-footer { padding: 70px 0 25px; color: rgba(255,255,255,.67); background: #031d35; }
.footer-grid { display: grid; grid-template-columns: 1.8fr .7fr .7fr; gap: 60px; }
.footer-brand { color: white; }
.footer-grid > div:first-child p { max-width: 440px; margin-top: 22px; font-size: 13px; }
.footer-links { display: flex; flex-direction: column; gap: 9px; font-size: 13px; }
.footer-links h3 { margin: 0 0 10px; color: white; font-size: 14px; }
.footer-links a:hover { color: var(--cyan); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); font-size: 11px; }

.company-modal { position: fixed; inset: 0; z-index: 500; display: none; align-items: center; justify-content: center; padding: 20px; }
.company-modal.active { display: flex; }
.modal-overlay { position: absolute; inset: 0; background: rgba(3,29,53,.78); backdrop-filter: blur(8px); }
.modal-card { position: relative; z-index: 2; width: min(600px, 100%); max-height: 90vh; overflow-y: auto; padding: 42px; border-radius: 26px; background: white; box-shadow: 0 30px 100px rgba(0,0,0,.3); animation: modalIn .25s ease; }
@keyframes modalIn { from { opacity: 0; transform: translateY(20px) scale(.98); } }
.modal-close { position: absolute; top: 17px; right: 18px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: var(--soft); color: var(--ink); font-size: 24px; }
.modal-icon { display: grid; place-items: center; width: 156px; height: 74px; margin-bottom: 25px; padding: 8px 12px; border-radius: 17px; background: var(--soft); }
.modal-icon img { width: auto; height: auto; max-width: 132px; max-height: 58px; object-fit: contain; }
.modal-card h2 { margin: 10px 0 12px; font-size: 34px; line-height: 1.15; }
.modal-card > p { color: var(--muted); }
.modal-services { display: flex; flex-wrap: wrap; gap: 9px; margin: 24px 0 30px; }
.modal-services span { padding: 8px 12px; border-radius: 999px; background: var(--soft); color: var(--navy); font-size: 11px; font-weight: 800; }
.modal-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn-outline { border-color: var(--line); color: var(--blue); background: white; }
.btn-outline:hover { border-color: var(--blue); }
.modal-website[hidden] { display: none; }
.modal-website span { margin-left: 7px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .hero { min-height: auto; }
  .hero-grid, .about-grid, .why-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 430px; max-width: 650px; width: 100%; margin: 0 auto; }
  .company-grid { grid-template-columns: 1fr 1fr; }
  .why-grid, .contact-grid { gap: 55px; }
  .footer-grid { grid-template-columns: 1.5fr .75fr .75fr; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 76px 0; }
  .nav-wrap { height: 74px; }
  .menu-toggle { display: block; position: relative; z-index: 3; }
  .main-nav { position: fixed; inset: 0 0 auto 0; z-index: 2; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 100px 25px 30px; background: white; color: var(--ink); box-shadow: 0 20px 50px rgba(6,43,82,.18); transform: translateY(-115%); transition: transform .3s ease; }
  .main-nav.open { transform: translateY(0); }
  .main-nav a { padding: 15px 5px; border-bottom: 1px solid var(--line); }
  .main-nav .nav-cta { margin-top: 15px; text-align: center; border: 0; background: var(--navy); color: white; }
  .menu-toggle.active span { background: var(--navy); }
  .menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: 125px; }
  .hero-grid { gap: 40px; }
  .hero h1 { font-size: 48px; }
  .hero-content > p { font-size: 16px; }
  .hero-stats { gap: 22px; justify-content: space-between; }
  .hero-stats strong { font-size: 24px; }
  .hero-visual { min-height: 390px; }
  .visual-main { inset: 45px 20px 55px; padding: 35px 28px; }
  .visual-main h2 { margin-top: 48px; font-size: 31px; }
  .floating-tag { padding: 10px 13px; font-size: 10px; }
  .tag-two { left: -4px; }
  .tag-three { right: -4px; }
  .about { padding-top: 95px; }
  .about-grid { gap: 30px; }
  .company-grid, .benefits-grid { grid-template-columns: 1fr; }
  .company-card { min-height: 310px; }
  .cta-box { flex-direction: column; align-items: flex-start; padding: 38px 28px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 480px) {
  .brand-mark { width: 41px; height: 41px; }
  .hero h1 { font-size: 40px; }
  .hero-actions .btn { width: 100%; }
  .hero-stats { gap: 12px; }
  .hero-stats span { font-size: 10px; }
  .hero-visual { min-height: 345px; }
  .visual-main { inset: 35px 8px 50px; }
  .visual-main h2 { margin-top: 42px; font-size: 27px; }
  .tag-one { right: 5px; }
  .tag-two { top: 115px; }
  .tag-four { left: 12px; }
  .section-heading h2 { font-size: 36px; }
  .contact-form { padding: 24px 20px; }
  .modal-card { padding: 34px 22px 28px; }
  .modal-card h2 { font-size: 28px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}
