@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  --navy: #062750;
  --navy-deep: #032044;
  --navy-soft: #173b63;
  --green: #35a923;
  --green-dark: #278d1a;
  --green-pale: #f1faee;
  --blue: #1598e9;
  --ink: #08254a;
  --muted: #627187;
  --line: #dfe5ec;
  --surface: #f4f6f8;
  --white: #fff;
  --radius: 9px;
  --container: 1180px;
  --shadow: 0 8px 24px rgba(5, 37, 75, 0.05);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Manrope", ui-sans-serif, system-ui, sans-serif; font-size: 16px; font-weight: 500; line-height: 1.55; }
img { display: block; max-width: 100%; object-fit: contain; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); line-height: 1.15; letter-spacing: -0.03em; }
h1 { font-weight: 800; }
h2 { font-weight: 750; }
h1 { font-size: clamp(2.75rem, 5vw, 4.9rem); }
h2 { margin-bottom: 18px; font-size: clamp(2rem, 3.1vw, 3rem); }
h3 { margin-bottom: 12px; font-size: 1.25rem; }
p { color: var(--muted); }
.container { width: min(var(--container), calc(100% - 96px)); margin-inline: auto; }
.section { padding: 72px 0; }
.section-heading { max-width: 720px; margin: 0 auto 34px; text-align: center; }
.section-heading p { margin-bottom: 0; font-size: 1.1rem; }
.eyebrow { display: inline-block; margin-bottom: 15px; color: var(--green-dark); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 9px; padding: 13px 25px; border: 2px solid var(--green); border-radius: 6px; color: #fff; background: var(--green-dark); font-weight: 700; line-height: 1.2; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { border-color: var(--green); background: var(--green); box-shadow: 0 10px 25px rgba(79,189,42,.22); transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, button:focus-visible { outline: 3px solid #72d9ff; outline-offset: 3px; }
.button-small { min-height: 48px; padding: 0 24px; }
.button-secondary { border-color: rgba(255,255,255,.55); background: transparent; }
.button-secondary:hover { border-color: #fff; background: rgba(255,255,255,.1); }

site-header { display: block; min-height: 82px; }
.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgba(5,31,67,.08); background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
.header-inner { display: flex; min-height: 82px; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand img { width: 224px; height: 48px; flex: 0 0 auto; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 36px; font-size: .98rem; font-weight: 700; }
.main-nav > a:not(.button):hover, .footer-nav a:hover { color: var(--green); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); }

.hero { position: relative; overflow: hidden; padding: 64px 0 58px; background: radial-gradient(circle at 72% 45%, #0a3b72 0, var(--navy) 42%, var(--navy-deep) 100%); }
.hero::after { position: absolute; right: -108px; bottom: -245px; width: 460px; height: 460px; border: 2px solid rgba(21,152,233,.14); border-radius: 50%; box-shadow: 0 0 0 48px rgba(21,152,233,.06), 0 0 0 96px rgba(21,152,233,.04), 0 0 0 144px rgba(21,152,233,.025); content: ""; }
.hero-grid { display: grid; align-items: center; grid-template-columns: minmax(0,.88fr) minmax(540px,1.12fr); gap: 36px; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { max-width: 570px; margin: 0 0 24px; color: #fff; font-size: clamp(50px,4vw,58px); line-height: 1.06; }
.hero h1 span { display: block; white-space: nowrap; }
.hero h1 strong { color: var(--green); font-weight: 800; }
.hero-copy > p { max-width: 520px; margin-bottom: 30px; color: #dbe8f6; font-size: 1.05rem; line-height: 1.62; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.network-visual { position: relative; width: min(100%,620px); min-height: 450px; justify-self: end; }
.somalia-map { position: absolute; z-index: 1; top: 0; left: 0; width: 80.6%; height: 100%; object-fit: contain; }
.network-lines { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.network-path { fill: none; stroke: #48b82c; stroke-width: 2.5; stroke-linecap: round; stroke-dasharray: 4 5; }
.network-dot { fill: #48b82c; }
.central-node { position: absolute; z-index: 3; top: calc(50% - 69px); left: 35.5%; display: grid; width: 138px; height: 138px; place-content: center; border: 3px solid #49b72f; border-radius: 50%; color: #fff; background: var(--navy); box-shadow: 0 0 0 5px rgba(73,183,47,.1), 0 10px 35px rgba(0,0,0,.24); text-align: center; }
.central-node strong { font-size: .96rem; line-height: 1.45; }
.network-logo { position: absolute; z-index: 3; right: 0; width: 190px; height: 82px; padding: 14px 20px; border: 1px solid rgba(255,255,255,.2); border-radius: 9px; background: #fff; box-shadow: 0 10px 26px rgba(0,15,40,.18); object-fit: contain; }
.network-logo:nth-of-type(2) { top: 7%; }
.network-logo:nth-of-type(3) { top: 37%; }
.network-logo:nth-of-type(4) { top: 67%; }

.benefits { border-bottom: 1px solid var(--line); background: #fff; }
.benefits-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.benefit { display: grid; min-height: 108px; align-items: center; grid-template-columns: 58px 1fr; gap: 18px; padding: 24px 28px; border-right: 1px solid var(--line); }
.benefit:first-child { border-left: 1px solid var(--line); }
.icon-line { display: grid; width: 56px; height: 56px; place-items: center; border-radius: 50%; color: var(--green-dark); background: var(--green-pale); font-size: 1.45rem; font-weight: 700; }
.icon-line svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.benefit .icon-line { background: transparent; }
.button-icon { display: inline-flex; }
.button-icon svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.benefit h3 { margin: 2px 0 6px; font-size: 1.06rem; }
.benefit p { margin: 0; font-size: .875rem; line-height: 1.5; }

.credibility { padding: 64px 0 58px; border-bottom: 1px solid #edf0f3; background: #fff; }
.credibility .section-heading { margin-bottom: 32px; }
.credibility .section-heading h2 { font-size: clamp(2.25rem,3.2vw,2.6rem); }
.logos-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.partner-logo { display: flex; height: 96px; align-items: center; justify-content: center; padding: 10px 16px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 6px 18px rgba(5,37,75,.035); }
.partner-logo img { width: 100%; height: 70px; object-fit: contain; }
.qualifier { margin: 16px 0 0; color: #7a8798; font-size: .8rem; text-align: center; }

.offer-section { padding: 66px 0 72px; }
.offer-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; }
.offer-card { min-height: 230px; padding: 28px 30px; border: 1px solid #d9e1e9; border-radius: 9px; background: #fff; box-shadow: 0 8px 22px rgba(5,37,75,.05); text-align: center; transition: transform .2s ease, box-shadow .2s ease; }
.offer-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.offer-card .icon-line { width: 76px; height: 76px; margin: 0 auto 19px; }
.offer-card .icon-line svg { width: 38px; height: 38px; }
.offer-card h3 { font-size: 1.4rem; }
.offer-card p { margin: 0 auto; max-width: 290px; font-size: .96rem; line-height: 1.55; }

.sectors { padding: 76px 0 72px; border-top: 1px solid #f0f2f4; }
.sectors-grid { display: grid; align-items: stretch; grid-template-columns: .98fr 1.02fr; gap: 44px; }
.sectors-copy > p { margin-bottom: 0; font-size: 1.02rem; }
.sector-list { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 32px; }
.sector { display: flex; min-height: 100px; align-items: center; gap: 14px; padding: 16px 14px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sector:nth-child(3n) { border-right: 0; }
.sector:nth-child(n+4) { border-bottom: 0; }
.sector:nth-child(even) { padding-left: 14px; }
.sector .icon-line { width: 46px; height: 46px; flex: 0 0 46px; background: transparent; }
.sector .icon-line svg { width: 38px; height: 38px; }
.sector span:last-child { font-size: .9rem; font-weight: 700; line-height: 1.35; }
.why-panel { position: relative; overflow: hidden; min-height: 270px; padding: 40px 42px; border-radius: 10px; background: var(--navy); box-shadow: 0 12px 30px rgba(3,32,68,.12); }
.why-panel::after { position: absolute; right: -70px; bottom: -80px; width: 220px; height: 220px; border: 18px solid rgba(18,143,219,.12); border-radius: 50%; box-shadow: 0 0 0 18px rgba(18,143,219,.08), 0 0 0 36px rgba(18,143,219,.05); content: ""; }
.why-panel h3 { margin-bottom: 25px; color: #fff; font-size: 1.68rem; }
.check-list { position: relative; z-index: 1; margin: 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 12px; margin: 17px 0; color: #eff7ff; font-size: 1rem; }
.check-list li::before { display: grid; width: 22px; height: 22px; flex: 0 0 22px; place-items: center; border-radius: 50%; color: var(--navy); background: var(--green); content: "✓"; font-size: .8rem; font-weight: 900; }

.pricing { padding: 72px 0 70px; background: #f3f5f7; }
.pricing .section-heading h2 { font-size: clamp(2.35rem,3.4vw,2.75rem); }
.pricing-table { overflow: hidden; border: 1px solid #dce3ea; border-radius: 9px; background: #fff; box-shadow: 0 10px 25px rgba(5,37,75,.04); }
.price-row { display: grid; min-height: 102px; align-items: center; grid-template-columns: 88px minmax(0,1fr) 220px; gap: 18px; padding: 22px 32px; border-bottom: 1px solid var(--line); }
.price-row:last-child { border-bottom: 0; }
.price-row > img { width: 80px; height: 56px; object-fit: contain; }
.price-copy h3 { margin: 0 0 4px; font-size: 1.08rem; }
.price-copy p { margin: 0; font-size: .91rem; }
.price-copy .session { margin-top: 4px; color: var(--green-dark); font-size: .92rem; font-weight: 750; }
.amount { color: var(--green-dark); font-size: 1.78rem; font-weight: 800; text-align: right; line-height: 1.1; }
.amount small { display: block; margin-top: 7px; color: var(--muted); font-size: .75rem; font-weight: 600; }
.price-row:first-child .amount { color: var(--ink); }
.pricing-note { max-width: 780px; margin: 20px auto 0; font-size: .8rem; text-align: center; }

.cta { padding: 62px 0; background: #f3f5f7; }
.cta-inner { display: flex; min-height: 122px; align-items: center; justify-content: space-between; gap: 30px; padding: 30px 38px; border: 1px solid #dbead6; border-radius: 9px; background: #f0faed; }
.cta h2 { margin-bottom: 8px; font-size: 1.65rem; }
.cta p { margin: 0; }
.cta .button { min-width: 190px; min-height: 54px; }

.site-footer { padding: 54px 0 28px; color: #dce8f5; background: var(--navy); }
.site-footer p, .site-footer small { color: #bac9d9; }
.brand-light strong { color: #fff; }
.brand-light img { width: 218px; height: 47px; object-fit: contain; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 60px; }
.footer-brand { max-width: 380px; }
.footer-brand p { margin: 18px 0 0; font-size: .92rem; }
.footer-nav { display: flex; align-items: flex-start; gap: 32px; padding-top: 11px; font-size: .92rem; font-weight: 700; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(21,152,233,.28); color: #aebfd1; font-size: .8rem; }
.footer-bottom span:last-child { display: flex; gap: 20px; }

.page-hero { padding: 78px 0; background: var(--navy); text-align: center; }
.page-hero h1 { margin-bottom: 18px; color: #fff; font-size: clamp(2.5rem,5vw,4rem); }
.page-hero p { max-width: 750px; margin: 0 auto; color: #cedceb; font-size: 1.08rem; }
.contact-section { padding: 86px 0 110px; }
.contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; }
.contact-details h2 { font-size: 1.7rem; }
.contact-list { margin: 30px 0; padding: 0; list-style: none; }
.contact-list li { padding: 15px 0; border-bottom: 1px solid var(--line); }
.contact-list strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: .82rem; text-transform: uppercase; }
.contact-list span, .contact-list a { color: var(--muted); }
.contact-form { padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field-full { grid-column: 1/-1; }
.field label, .fieldset legend { color: var(--ink); font-size: .9rem; font-weight: 750; }
.field input, .field textarea { width: 100%; padding: 13px 14px; border: 1px solid #cdd6df; border-radius: 7px; color: var(--ink); background: #fff; }
.field textarea { min-height: 145px; resize: vertical; }
.field input:hover, .field textarea:hover { border-color: #9aaabd; }
.fieldset { grid-column: 1/-1; padding: 0; border: 0; }
.fieldset legend { margin-bottom: 10px; }
.checkboxes { display: flex; flex-wrap: wrap; gap: 18px; }
.checkboxes label { display: flex; align-items: center; gap: 8px; }
.checkboxes input { width: 18px; height: 18px; accent-color: var(--green-dark); }
.form-note { margin: 15px 0 0; font-size: .78rem; }
.legal { padding: 82px 0 110px; }
.legal article { max-width: 790px; margin: auto; }
.legal h2 { margin-top: 42px; font-size: 1.5rem; }
.legal .placeholder-note { padding: 18px 20px; border-left: 4px solid var(--green); background: var(--green-pale); }

@media (max-width: 1024px) {
  .container { width: min(calc(100% - 48px),var(--container)); }
  .main-nav { gap: 22px; }
  .hero-grid { grid-template-columns: minmax(0,.9fr) minmax(450px,1.1fr); gap: 30px; }
  .network-visual { width: 520px; }
  .somalia-map { width: 80.6%; }
  .network-logo { width: 178px; height: 78px; }
  .benefit { grid-template-columns: 52px 1fr; padding: 22px 18px; }
  .benefit .icon-line { width: 52px; height: 52px; }
  .sectors-grid { gap: 32px; }
  .footer-nav { gap: 22px; }
}

@media (max-width: 900px) {
  .container { width: min(calc(100% - 36px),var(--container)); }
  .section { padding: 64px 0; }
  .nav-toggle { display: block; }
  .main-nav { position: absolute; top: 82px; right: 18px; left: 18px; display: none; align-items: stretch; gap: 0; padding: 16px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: var(--shadow); flex-direction: column; }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 11px 12px; }
  .main-nav .button { margin-top: 8px; }
  .hero { padding: 58px 0 50px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .network-visual { width: min(100%,570px); min-height: 420px; margin: 20px auto 0; justify-self: center; }
  .benefits-grid { grid-template-columns: repeat(2,1fr); }
  .benefit:nth-child(3) { border-left: 1px solid var(--line); }
  .benefit:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .logos-row { grid-template-columns: repeat(2,1fr); }
  .offer-grid { grid-template-columns: repeat(2,1fr); }
  .offer-card:last-child { grid-column: 1/-1; width: calc(50% - 15px); justify-self: center; }
  .offer-card { min-height: 0; }
  .sectors-grid { grid-template-columns: 1fr; }
  .price-row { grid-template-columns: 80px 1fr 180px; padding: 20px 22px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-nav { flex-wrap: wrap; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .contact-grid { grid-template-columns: 1fr; gap: 42px; }
}

@media (max-width: 640px) {
  body { font-size: 15px; }
  .container { width: calc(100% - 36px); }
  .brand img { width: 190px; height: 41px; }
  .hero { padding: 52px 0 44px; }
  .hero h1 { font-size: clamp(2.625rem,11.2vw,2.875rem); line-height: 1.08; }
  .hero h1 span { white-space: normal; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .network-visual { min-height: 340px; }
  .somalia-map { left: -4%; width: 260px; }
  .central-node { top: 36%; left: 28%; width: 108px; height: 108px; }
  .central-node strong { font-size: .78rem; }
  .network-logo { width: 128px; height: 66px; padding: 9px 11px; }
  .network-logo:nth-of-type(2) { top: 7%; }
  .network-logo:nth-of-type(3) { top: 39%; }
  .network-logo:nth-of-type(4) { top: 71%; }
  .connector { left: 43%; width: 25%; }
  .benefits-grid { grid-template-columns: 1fr; }
  .benefit, .benefit:nth-child(3) { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); }
  .benefit:last-child { border-bottom: 0; }
  .logos-row { grid-template-columns: 1fr 1fr; gap: 12px; }
  .partner-logo { min-height: 92px; padding: 9px; }
  .offer-grid { grid-template-columns: 1fr; }
  .offer-card:last-child { grid-column: auto; width: 100%; }
  .sector-list { grid-template-columns: repeat(2,1fr); }
  .sector { min-height: 112px; padding: 12px 10px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; }
  .sector:nth-child(2n) { border-right: 0; }
  .sector:nth-child(n+5) { border-bottom: 0; }
  .sector:nth-child(even) { padding-left: 14px; }
  .why-panel { padding: 34px 26px; }
  .price-row { grid-template-columns: 48px 1fr; gap: 14px; padding: 23px 18px; }
  .price-row > img { max-width: 46px; }
  .amount { grid-column: 2; text-align: left; }
  .cta-inner { align-items: stretch; padding: 30px 24px; flex-direction: column; text-align: center; }
  .footer-nav { display: grid; grid-template-columns: repeat(2,1fr); }
  .form-grid { grid-template-columns: 1fr; }
  .field-full, .fieldset { grid-column: auto; }
  .contact-form { padding: 25px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
