﻿:root {
  --blue:#176579;
  --blue-dark:#0d4d5d;
  --ink:#172d32;
  --yellow:#ffd10a;
  --orange:#ff5a35;
  --cream:#f4f1e9;
  --white:#fff;
  --muted:#64757a
}

* {
  box-sizing:border-box
}

html {
  scroll-behavior:smooth
}

body {
  margin:0;
  font-family:"DM Sans",sans-serif;
  color:var(--ink);
  background:var(--cream);
  line-height:1.6
}

h1,h2,h3,p {
  margin-top:0
}

h1,h2,h3 {
  font-family:"Manrope",sans-serif;
  line-height:1.06
}

a {
  text-decoration:none;
  color:inherit
}

.container {
  width:min(1180px,calc(100% - 40px));
  margin:auto
}

.site-header {
  position:fixed;
  z-index:20;
  top:0;
  left:0;
  right:0;
  border-bottom:1px solid rgba(255,255,255,.14);
  transition:.3s
}

.site-header.scrolled {
  background:rgba(13,77,93,.96);
  backdrop-filter:blur(12px);
  box-shadow:0 8px 25px #092e3830
}

.nav-wrap {
  height:88px;
  display:flex;
  align-items:center;
  justify-content:space-between
}

.brand {
  display:flex;
  align-items:center;
  color:white
}

.brand img {
  width:54px;
  height:54px;
  object-fit:cover;
  object-position:top;
  border-radius:10px;
  margin-right:12px
}

.brand strong {
  font:800 19px/1 "Manrope";
  letter-spacing:2px
}

.brand small {
  display:block;
  font-size:9px;
  letter-spacing:1.3px;
  color:#ffcb29;
  margin-top:6px;
  text-transform:uppercase
}

.main-nav {
  display:flex;
  align-items:center;
  gap:32px;
  color:#e7f0f2;
  font-size:14px;
  font-weight:600
}

.main-nav a:not(.nav-cta):hover {
  color:var(--yellow)
}

.nav-cta {
  border:1px solid #ffffff60;
  padding:12px 20px;
  border-radius:4px
}

.nav-cta:hover {
  background:white;
  color:var(--blue)
}

.menu-toggle {
  display:none;
  background:none;
  border:0
}

.hero {
  min-height:810px;
  background:var(--blue);
  color:white;
  position:relative;
  overflow:hidden;
  padding-top:88px
}

.hero:after {
  content:"";
  position:absolute;
  width:42%;
  height:100%;
  top:0;
  right:0;
  background:linear-gradient(145deg,transparent 30%,rgba(0,0,0,.1));
  clip-path:polygon(35% 0,100% 0,100% 100%,0 100%)
}

.hero-glow {
  position:absolute;
  width:480px;
  height:480px;
  border-radius:50%;
  background:#ffce0920;
  filter:blur(80px);
  right:10%;
  top:20%
}

.hero-grid {
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.08fr .92fr;
  align-items:center;
  min-height:680px
}

.eyebrow {
  text-transform:uppercase;
  font-size:12px;
  font-weight:700;
  letter-spacing:2.5px;
  color:#dcebed;
  margin-bottom:24px
}

.eyebrow span {
  display:inline-block;
  width:35px;
  height:2px;
  background:var(--yellow);
  vertical-align:middle;
  margin-right:12px
}

.eyebrow.dark {
  color:var(--blue)
}

.hero h1 {
  font-size:clamp(54px,6vw,83px);
  letter-spacing:-4px;
  margin-bottom:28px
}

.hero h1 em,h2 em {
  font-style:normal;
  color:var(--yellow)
}

.hero-lead {
  font-size:18px;
  max-width:630px;
  color:#d7e6e8;
  margin-bottom:36px
}

.hero-actions {
  display:flex;
  align-items:center;
  gap:30px
}

.btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  border:0;
  border-radius:4px;
  padding:17px 24px;
  font:700 14px "DM Sans";
  cursor:pointer
}

.btn-primary {
  background:var(--yellow);
  color:var(--ink);
  box-shadow:0 8px 25px #071d2230
}

.btn-primary:hover {
  background:#ffe052;
  transform:translateY(-2px)
}

.text-link {
  font-size:14px;
  font-weight:700;
  border-bottom:1px solid #ffffff70;
  padding:8px 0
}

.text-link span {
  color:var(--yellow);
  margin-left:8px
}

.hero-trust {
  display:flex;
  gap:46px;
  margin-top:72px
}

.hero-trust div {
  display:flex;
  flex-direction:column
}

.hero-trust strong {
  font:800 25px "Manrope";
  color:var(--yellow)
}

.hero-trust span {
  font-size:11px;
  color:#c0d5d9;
  text-transform:uppercase;
  letter-spacing:1px
}

.hero-visual {
  position:relative;
  height:520px;
  display:flex;
  align-items:center;
  justify-content:center
}

.visual-card {
  z-index:3;
  width:270px;
  height:310px;
  padding:38px 30px;
  background:linear-gradient(150deg,#fff,#e8f0ee);
  color:var(--ink);
  border-radius:110px 110px 12px 12px;
  text-align:center;
  box-shadow:0 35px 70px #07364290
}

.shield-mark {
  color:var(--orange);
  width:90px;
  margin:0 auto 20px
}

.visual-card p {
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:1.5px;
  color:var(--muted);
  margin:0 0 9px
}

.visual-card strong {
  font:700 20px/1.2 "Manrope"
}

.orbit {
  position:absolute;
  border:1px solid #ffffff22;
  border-radius:50%
}

.orbit-one {
  width:430px;
  height:430px
}

.orbit-two {
  width:530px;
  height:530px
}

.mini-card {
  position:absolute;
  z-index:4;
  background:#fff;
  color:var(--ink);
  padding:12px 18px;
  border-radius:5px;
  font-size:12px;
  font-weight:700;
  box-shadow:0 10px 25px #07364270
}

.mini-card span {
  color:var(--orange);
  margin-right:8px
}

.mini-one {
  top:75px;
  left:8px
}

.mini-two {
  right:0;
  top:220px
}

.mini-three {
  left:35px;
  bottom:62px
}

.scroll-note {
  position:absolute;
  bottom:25px;
  left:50%;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:1.8px;
  color:#b9d1d6;
  z-index:4
}

.scroll-note span {
  color:var(--yellow);
  margin-left:8px
}

.service-section,.about-section,.contact-section {
  padding:120px 0
}

.section-head {
  display:grid;
  grid-template-columns:1fr .65fr;
  align-items:end;
  margin-bottom:62px
}

.section-head h2,.about-copy h2,.benefit-title h2,.contact-copy h2 {
  font-size:clamp(38px,4vw,55px);
  letter-spacing:-2.5px;
  margin:0
}

.section-head h2 em,.about-copy h2 em,.contact-copy h2 em {
  color:var(--blue)
}

.section-head>p {
  color:var(--muted);
  font-size:16px
}

.service-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:15px
}

.service-card {
  position:relative;
  background:#fff;
  padding:36px 28px;
  min-height:340px;
  border-bottom:4px solid transparent;
  transition:.25s
}

.service-card:hover {
  transform:translateY(-7px);
  border-color:var(--yellow);
  box-shadow:0 18px 40px #173b4015
}

.service-card.featured {
  background:var(--blue);
  color:white
}

.card-number {
  position:absolute;
  right:20px;
  top:18px;
  color:#9fb0b350;
  font:800 44px "Manrope"
}

.service-icon {
  font-size:32px;
  margin:35px 0 28px
}

.service-card h3 {
  font-size:21px
}

.service-card p {
  font-size:14px;
  color:var(--muted)
}

.service-card.featured p {
  color:#d0e1e4
}

.service-card a {
  position:absolute;
  bottom:28px;
  font-size:13px;
  font-weight:700
}

.service-card a span {
  color:var(--orange);
  margin-left:8px
}

.about-section {
  background:#fff
}

.about-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:100px;
  align-items:center
}

.about-visual {
  height:520px;
  background:var(--blue);
  position:relative;
  overflow:hidden
}

.about-shape {
  position:absolute;
  width:380px;
  height:380px;
  border:50px solid var(--yellow);
  border-radius:50%;
  right:-80px;
  top:70px
}

.about-shape:after {
  content:"";
  position:absolute;
  width:140px;
  height:220px;
  background:var(--orange);
  transform:rotate(35deg);
  left:50px;
  top:20px;
  border-radius:70px 15px
}

.experience {
  position:absolute;
  background:white;
  padding:30px;
  left:30px;
  bottom:40px;
  display:flex;
  align-items:center;
  gap:14px
}

.experience strong {
  font:800 55px "Manrope";
  color:var(--blue)
}

.experience span {
  font-size:11px;
  text-transform:uppercase;
  line-height:1.4;
  letter-spacing:1px
}

.about-label {
  position:absolute;
  color:white;
  top:35px;
  left:35px;
  text-transform:uppercase;
  letter-spacing:2px;
  font-size:11px
}

.about-copy>p:not(.eyebrow) {
  color:var(--muted);
  font-size:16px
}

.about-copy h2 {
  margin-bottom:32px
}

.signature {
  font:800 22px "Manrope";
  color:var(--blue);
  margin-top:30px
}

.signature span {
  font:400 13px "DM Sans";
  display:block;
  color:var(--muted)
}

.benefits {
  background:var(--blue-dark);
  color:white;
  padding:115px 0
}

.benefit-title {
  text-align:center;
  margin-bottom:65px
}

.benefit-title h2 em {
  color:var(--yellow)
}

.benefit-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-top:1px solid #ffffff25
}

.benefit-item {
  padding:45px 28px;
  border-right:1px solid #ffffff25
}

.benefit-item:last-child {
  border:0
}

.benefit-item>span {
  color:var(--yellow);
  font-size:12px
}

.benefit-item h3 {
  font-size:19px;
  margin-top:40px
}

.benefit-item p {
  font-size:13px;
  color:#bad0d4
}

.partners {
  background:white;
  padding:42px 0;
  text-align:center
}

.partners p {
  text-transform:uppercase;
  letter-spacing:2px;
  font-size:10px;
  color:#89979a
}

.partner-row {
  display:flex;
  justify-content:space-between;
  color:#9ba6a8;
  font:700 14px "Manrope";
  letter-spacing:1px
}

.contact-grid {
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:100px
}

.contact-copy>p:not(.eyebrow) {
  color:var(--muted);
  max-width:420px
}

.contact-copy h2 {
  margin-bottom:27px
}

.contact-lines {
  margin-top:40px
}

.contact-lines a,.contact-lines div {
  display:block;
  padding:13px 0;
  border-bottom:1px solid #ced4d2;
  font-weight:700
}

.contact-lines span {
  display:inline-block;
  width:110px;
  color:var(--muted);
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:1px
}

.contact-form {
  background:white;
  padding:40px;
  box-shadow:0 18px 45px #203f4512
}

.form-row {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px
}

.contact-form label {
  display:block;
  font-size:11px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.8px;
  margin-bottom:20px
}

.contact-form input,.contact-form select,.contact-form textarea {
  display:block;
  width:100%;
  border:0;
  border-bottom:1px solid #cbd2d0;
  background:transparent;
  padding:12px 2px;
  font:400 14px "DM Sans";
  outline:none;
  text-transform:none
}

.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus {
  border-color:var(--blue)
}

.contact-form .btn {
  width:100%;
  margin-top:10px
}

.form-status {
  font-size:13px;
  color:var(--blue);
  margin:12px 0 0;
  text-align:center
}

footer {
  background:#092f39;
  color:white;
  padding:40px 0
}

.footer-grid {
  display:flex;
  align-items:center;
  justify-content:space-between
}

.footer-brand img {
  width:44px;
  height:44px
}

.footer-grid>p {
  font-size:11px;
  color:#9fb9bf;
  margin:0
}

.reveal {
  opacity:0;
  transform:translateY(25px);
  transition:opacity .7s,transform .7s
}

.reveal.visible {
  opacity:1;
  transform:none
}

@media(max-width:900px) {
  .main-nav {
    position:absolute;
    display:none;
    top:88px;
    left:0;
    right:0;
    background:var(--blue-dark);
    padding:30px;
    flex-direction:column
  }

  .main-nav.open {
    display:flex
  }

  .menu-toggle {
    display:block
  }

  .menu-toggle span {
    display:block;
    width:27px;
    height:2px;
    background:white;
    margin:7px
  }

  .hero-grid {
    grid-template-columns:1fr
  }

  .hero-copy {
    padding:70px 0
  }

  .hero-visual {
    display:none
  }

  .hero {
    min-height:auto;
    padding-bottom:60px
  }

  .service-grid {
    grid-template-columns:1fr 1fr
  }

  .about-grid,.contact-grid {
    grid-template-columns:1fr;
    gap:55px
  }

  .benefit-grid {
    grid-template-columns:1fr 1fr
  }

  .partner-row {
    flex-wrap:wrap;
    gap:25px
  }

  .section-head {
    grid-template-columns:1fr;
    gap:30px
  }

  .scroll-note {
    display:none
  }

}

@media(max-width:580px) {
  .container {
    width:min(100% - 28px,1180px)
  }

  .nav-wrap {
    height:74px
  }

  .main-nav {
    top:74px
  }

  .brand img {
    width:44px;
    height:44px
  }

  .hero {
    padding-top:74px
  }

  .hero h1 {
    font-size:47px;
    letter-spacing:-2.5px
  }

  .hero-trust {
    gap:22px;
    margin-top:50px
  }

  .hero-actions {
    align-items:flex-start;
    flex-direction:column
  }

  .service-section,.about-section,.contact-section {
    padding:80px 0
  }

  .service-grid,.benefit-grid {
    grid-template-columns:1fr
  }

  .about-visual {
    height:400px
  }

  .benefit-item {
    border-right:0;
    border-bottom:1px solid #ffffff25
  }

  .form-row {
    grid-template-columns:1fr
  }

  .contact-form {
    padding:26px 20px
  }

  .footer-grid {
    flex-direction:column;
    gap:25px;
    text-align:center
  }

  .partner-row {
    justify-content:center
  }

  .section-head h2,.about-copy h2,.benefit-title h2,.contact-copy h2 {
    font-size:38px
  }

}

