:root {
  --navy-975: #051321;
  --navy-900: #0b2544;
  --blue: #176fa8;
  --green: #3b8f72;
  --orange: #c87931;
  --yellow: #f2c313;
  --paper: #f5f3ef;
  --ink: #182430;
  --slate: #53616e;
  --line: #d9dee2;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-family: Inter, Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { max-width: 100%; }
.skip { position: fixed; z-index: 100; left: 14px; top: -80px; padding: 10px 14px; background: white; color: var(--navy-900); }
.skip:focus { top: 14px; }
.wrap { width: min(100% - 48px, 1180px); margin-inline: auto; }
.top { background: var(--navy-975); color: rgba(255,255,255,.86); font-size: 11px; }
.top .wrap { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.top a { color: white; text-decoration: none; font-weight: 800; }
.site-head { border-bottom: 1px solid #e5e8ea; background: rgba(255,255,255,.98); }
.head-row { min-height: 102px; display: flex; align-items: center; gap: 28px; }
.brand img { display: block; width: 132px; height: 88px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 23px; margin-left: auto; }
.main-nav a { color: #344250; font-size: 12px; font-weight: 800; text-decoration: none; white-space: nowrap; }
.client { border: 1px solid rgba(89,166,214,.5); border-radius: 16px 34px 16px 16px; padding: 13px 18px; background: linear-gradient(135deg,#071d31,#176fa8); color: #fff !important; box-shadow: 0 12px 26px rgba(5,19,33,.17); }
.hero-page { position: relative; overflow: hidden; background: var(--navy-975); color: #fff; }
.hero-page::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(5,19,33,.96) 0%,rgba(5,19,33,.82) 50%,rgba(5,19,33,.22) 100%); }
.hero-page img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .83; }
.hero-page .wrap { position: relative; z-index: 2; min-height: 520px; display: grid; align-content: center; padding-block: 82px; }
.hero-copy { max-width: 690px; }
.eyebrow { margin: 0 0 20px; color: var(--accent, #8cc9ef); font-size: 11px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.04em; }
h1 { margin: 0; font-size: clamp(45px, 6vw, 76px); line-height: .98; }
.hero-copy > p:not(.eyebrow) { max-width: 670px; margin: 25px 0 0; color: rgba(255,255,255,.77); font-size: 17px; line-height: 1.65; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; border-radius: 12px 28px 12px 12px; padding: 0 20px; text-decoration: none; font-size: 11px; font-weight: 900; letter-spacing: .035em; }
.button-primary { background: var(--accent, var(--blue)); color: white; box-shadow: 0 12px 25px color-mix(in srgb, var(--accent, var(--blue)) 28%, transparent); }
.button-light { border: 1px solid rgba(255,255,255,.3); color: white; }
.breadcrumb { margin: 0; padding: 16px 0; border-bottom: 1px solid var(--line); color: #697580; font-size: 10px; }
.breadcrumb a { color: var(--blue); }
.section { padding: 78px 0; }
.section-soft { background: var(--paper); }
.section-dark { background: var(--navy-900); color: white; }
.section-head { display: grid; grid-template-columns: .36fr 1fr; gap: 55px; align-items: start; margin-bottom: 42px; }
.section-index { margin: 7px 0 0; color: var(--accent, var(--blue)); font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
h2 { max-width: 860px; margin: 0; color: inherit; font-size: clamp(37px, 4.8vw, 62px); line-height: 1.02; }
.lead { max-width: 770px; margin: 21px 0 0; color: var(--slate); font-size: 16px; line-height: 1.72; }
.section-dark .lead { color: rgba(255,255,255,.7); }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-grid article { min-height: 185px; padding: 29px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.service-grid span { display: block; margin-bottom: 16px; color: var(--accent, var(--blue)); font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.service-grid h3 { margin: 0 0 12px; color: var(--navy-900); font-size: 18px; }
.service-grid p { margin: 0; color: var(--slate); font-size: 13px; line-height: 1.63; }
.proof-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.proof-grid article { padding: 26px; border: 1px solid rgba(255,255,255,.14); border-radius: 15px 38px 15px 15px; background: rgba(255,255,255,.06); }
.proof-grid strong { display: block; margin-bottom: 10px; color: var(--accent, #8cc9ef); font-size: 13px; }
.proof-grid p { margin: 0; color: rgba(255,255,255,.7); font-size: 12px; line-height: 1.62; }
.areas { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.areas article { padding: 24px; border: 1px solid var(--line); border-radius: 14px 35px 14px 14px; background: white; }
.areas h3 { margin: 0 0 12px; color: var(--navy-900); font-size: 14px; }
.areas p { margin: 0; color: var(--slate); font-size: 12px; line-height: 1.65; }
.faq { display: grid; gap: 10px; max-width: 940px; }
.faq details { border: 1px solid var(--line); border-radius: 12px 28px 12px 12px; padding: 0 22px; background: white; }
.faq summary { padding: 20px 0; cursor: pointer; color: var(--navy-900); font-size: 14px; font-weight: 850; }
.faq p { margin: 0; padding: 0 0 20px; color: var(--slate); font-size: 13px; line-height: 1.7; }
.cross-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 36px; }
.cross-links a { padding: 18px; border: 1px solid var(--line); border-radius: 12px 26px 12px 12px; background: white; color: var(--navy-900); text-decoration: none; font-size: 12px; font-weight: 850; }
.legal-page { background: var(--paper); }
.legal-hero { padding: 75px 0; background: var(--navy-900); color: white; }
.legal-hero h1 { max-width: 860px; }
.legal-hero p { max-width: 760px; color: rgba(255,255,255,.72); line-height: 1.7; }
.legal-content { max-width: 900px; padding-top: 65px; padding-bottom: 85px; }
.legal-content h2 { margin-top: 44px; color: var(--navy-900); font-family: Inter,Arial,sans-serif; font-size: 21px; font-weight: 850; letter-spacing: -.02em; }
.legal-content h3 { margin-top: 28px; color: var(--navy-900); font-size: 15px; }
.legal-content p, .legal-content li { color: #4d5a66; font-size: 14px; line-height: 1.78; }
.legal-content li + li { margin-top: 8px; }
.legal-note { margin-top: 32px; border-left: 4px solid var(--yellow); padding: 18px 20px; background: white; }
.site-foot { background: var(--navy-975); color: rgba(255,255,255,.8); }
.foot-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 50px; padding-block: 52px; }
.foot-logo { width: 188px; height: 150px; object-fit: contain; border-radius: 20px 45px 20px 20px; background: white; }
.site-foot h2 { margin: 0 0 14px; font-family: Inter,Arial,sans-serif; font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.site-foot p, .site-foot a { margin: 0 0 8px; color: rgba(255,255,255,.8); font-size: 11px; line-height: 1.55; }
.foot-bottom { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 20px 0 26px; border-top: 1px solid rgba(255,255,255,.14); }
.legal-links { display: flex; flex-wrap: wrap; gap: 16px; }
.takeweb { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; }
.takeweb img { width: 90px; height: auto; }
@media (max-width: 880px) {
  .main-nav { display: none; }
  .head-row { min-height: 88px; gap: 12px; }
  .brand img { width: 105px; height: 76px; }
  .client { margin-left: auto; font-size: 10px; }
  .section-head { grid-template-columns: 1fr; gap: 12px; }
  .proof-grid, .areas, .cross-links { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .top .wrap { min-height: 41px; font-size: 9px; }
  .top .wrap > span { display: none; }
  .client { padding: 11px 13px; }
  .hero-page .wrap { min-height: 580px; padding-block: 62px; }
  .hero-page::after { background: linear-gradient(90deg,rgba(5,19,33,.97),rgba(5,19,33,.69)); }
  .hero-page img { object-position: 62% center; }
  .service-grid { grid-template-columns: 1fr; }
  .section { padding: 58px 0; }
  .foot-grid { grid-template-columns: 1fr; gap: 28px; }
  .foot-bottom { align-items: flex-start; flex-direction: column; }
}
