:root {
  --blue-950: #061a3a;
  --blue-900: #082650;
  --blue-800: #0a3b75;
  --blue-700: #0755b5;
  --blue-600: #0968ee;
  --blue-500: #2f82f6;
  --blue-100: #eaf3ff;
  --blue-050: #f5f9ff;
  --ink: #14213d;
  --muted: #53637a;
  --line: #d9e4f1;
  --paper: #ffffff;
  --warm: #f9f4ef;
  --success: #1d7a63;
  --warning-bg: #fff8e6;
  --warning-line: #edd79b;
  --radius: 22px;
  --shadow: 0 14px 40px rgba(7, 38, 80, .10);
  --shadow-lg: 0 26px 70px rgba(7, 38, 80, .18);
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--blue-700); text-decoration: none; }
a:hover { text-decoration: underline; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 999; background: #fff; padding: 10px 14px; border-radius: 10px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(6, 26, 58, .94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.header-inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; color: #fff; font-weight: 760; letter-spacing: -.01em; }
.brand:hover { text-decoration: none; }
.brand img { width: 42px; height: 42px; object-fit: contain; }
.brand small { display: block; font-size: .71rem; font-weight: 550; color: #c5d8f2; letter-spacing: .02em; }
.site-nav { display: flex; align-items: center; gap: 22px; }
.site-nav a { color: #e6f0ff; font-size: .93rem; font-weight: 620; }
.site-nav a:hover { color: #fff; text-decoration: none; }
.menu-button { display: none; background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.25); border-radius: 10px; padding: 8px 11px; font: inherit; }

.hero {
  color: #fff;
  background:
    radial-gradient(700px 430px at 78% 25%, rgba(47,130,246,.30), transparent 68%),
    radial-gradient(650px 380px at 10% 100%, rgba(9,104,238,.20), transparent 70%),
    linear-gradient(135deg, var(--blue-950), var(--blue-900));
  padding: 78px 0 86px;
  overflow: hidden;
}
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #cfe1fb; font-size: .82rem; text-transform: uppercase; letter-spacing: .09em; font-weight: 720; }
.eyebrow::before { content: ""; width: 24px; height: 2px; background: var(--blue-500); border-radius: 99px; }
.hero h1 { margin: 18px 0 20px; font-size: clamp(2.35rem, 5vw, 4.8rem); line-height: 1.04; letter-spacing: -.045em; }
.hero h1 span { color: #7cb4ff; }
.hero-lead { max-width: 680px; color: #d6e3f5; font-size: clamp(1.04rem, 1.5vw, 1.22rem); margin: 0 0 28px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 12px 20px; border-radius: 999px; border: 1px solid transparent; font-weight: 720; transition: .18s ease; }
.btn:hover { transform: translateY(-2px); text-decoration: none; }
.btn-primary { background: var(--blue-500); color: #fff; box-shadow: 0 12px 30px rgba(47,130,246,.28); }
.btn-primary:hover { background: #4c94f7; }
.btn-light { background: #fff; color: var(--blue-900); }
.btn-outline { border-color: rgba(255,255,255,.38); color: #fff; background: rgba(255,255,255,.06); }
.btn-dark { background: var(--blue-900); color: #fff; }
.btn-soft { background: var(--blue-100); color: var(--blue-800); }
.btn.is-disabled { opacity: .48; cursor: not-allowed; pointer-events: none; transform: none; box-shadow: none; }
.hero-note { margin-top: 20px; color: #aebfda; font-size: .86rem; }

.portrait-shell { position: relative; max-width: 485px; margin-left: auto; }
.portrait-shell::before { content: ""; position: absolute; inset: -24px 28px 38px -32px; border: 1px solid rgba(124,180,255,.30); border-radius: 34px; transform: rotate(-4deg); }
.portrait-card { position: relative; background: #fff; border: 7px solid rgba(255,255,255,.14); border-radius: 34px; overflow: hidden; box-shadow: var(--shadow-lg); }
.portrait-card img { width: 100%; aspect-ratio: .88; object-fit: cover; object-position: center 23%; }
.logo-badge { position: absolute; left: -26px; bottom: -28px; width: 142px; padding: 14px; border-radius: 24px; background: var(--blue-950); border: 1px solid rgba(255,255,255,.18); box-shadow: var(--shadow-lg); }
.logo-badge img { width: 100%; }

.trustbar { background: #fff; border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 25px 22px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; color: var(--blue-900); font-size: .95rem; }
.trust-item span { color: var(--muted); font-size: .84rem; }

section { padding: 86px 0; }
.section-alt { background: var(--blue-050); border-block: 1px solid var(--line); }
.section-warm { background: var(--warm); }
.section-heading { max-width: 760px; margin: 0 auto 42px; text-align: center; }
.section-heading.left { margin-inline: 0; text-align: left; }
.kicker { color: var(--blue-700); font-weight: 760; text-transform: uppercase; letter-spacing: .085em; font-size: .79rem; }
h2 { margin: 10px 0 14px; font-size: clamp(1.8rem, 3.2vw, 3rem); line-height: 1.15; letter-spacing: -.03em; }
h3 { line-height: 1.25; }
.section-heading p { color: var(--muted); font-size: 1.05rem; margin: 0; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.card-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; background: var(--blue-100); color: var(--blue-700); font-size: 1.35rem; font-weight: 800; }
.card h3 { margin: 18px 0 10px; font-size: 1.16rem; }
.card p { margin: 0; color: var(--muted); }
.card .mini { display: block; margin-top: 16px; color: var(--blue-700); font-weight: 700; font-size: .88rem; }

.about-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 64px; align-items: center; }
.about-photo { border-radius: 28px; overflow: hidden; box-shadow: var(--shadow-lg); background: #d9e4f1; }
.about-photo img { width: 100%; aspect-ratio: .79; object-fit: cover; object-position: center 30%; }
.about-copy p { color: var(--muted); font-size: 1.03rem; }
.credentials { display: grid; gap: 12px; margin-top: 24px; }
.credential { display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: start; }
.credential-mark { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--blue-100); color: var(--blue-700); font-weight: 850; }
.credential strong { display: block; }
.credential span { color: var(--muted); font-size: .9rem; }

.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; counter-reset: step; }
.step { position: relative; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.step::before { counter-increment: step; content: "0" counter(step); display: block; color: var(--blue-600); font-weight: 850; font-size: .85rem; letter-spacing: .06em; margin-bottom: 20px; }
.step h3 { margin: 0 0 8px; font-size: 1.05rem; }
.step p { margin: 0; color: var(--muted); font-size: .92rem; }

.assessment-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 38px; align-items: stretch; }
.assessment-panel { border-radius: 28px; padding: 38px; background: linear-gradient(145deg, var(--blue-900), var(--blue-700)); color: #fff; box-shadow: var(--shadow-lg); }
.assessment-panel p { color: #dceaff; }
.assessment-list { list-style: none; padding: 0; margin: 22px 0 28px; display: grid; gap: 11px; }
.assessment-list li { display: flex; gap: 10px; }
.assessment-list li::before { content: "✓"; color: #7dd3bd; font-weight: 900; }
.assessment-note { border: 1px solid var(--line); background: #fff; border-radius: 28px; padding: 36px; }
.assessment-note h3 { margin-top: 0; }
.assessment-note p { color: var(--muted); }

.akbal-card { display: grid; grid-template-columns: 240px 1fr; gap: 42px; align-items: center; background: var(--blue-950); color: #fff; padding: 42px; border-radius: 30px; box-shadow: var(--shadow-lg); }
.akbal-logo-wrap { padding: 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; background: rgba(255,255,255,.04); }
.akbal-card p { color: #cbdaf0; }
.social-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }

.video-card { display: grid; grid-template-columns: 1fr 1fr; min-height: 420px; border: 1px solid var(--line); border-radius: 28px; overflow: hidden; background: #fff; box-shadow: var(--shadow); }
.video-visual { position: relative; background: var(--blue-950); }
.video-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; opacity: .72; }
.play { position: absolute; inset: 0; display: grid; place-items: center; }
.play span { width: 78px; height: 78px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.94); color: var(--blue-800); font-size: 1.8rem; box-shadow: var(--shadow-lg); }
.video-copy { padding: 48px; align-self: center; }
.video-copy p { color: var(--muted); }

.faq { max-width: 850px; margin: 0 auto; display: grid; gap: 12px; }
details { border: 1px solid var(--line); border-radius: 16px; background: #fff; padding: 0 20px; }
summary { cursor: pointer; list-style: none; padding: 19px 0; font-weight: 720; }
summary::-webkit-details-marker { display: none; }
details p { margin: -4px 0 20px; color: var(--muted); }

.cta { padding: 70px 0; background: linear-gradient(130deg, var(--blue-900), var(--blue-700)); color: #fff; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.cta h2 { margin-top: 0; }
.cta p { color: #d7e6fa; margin-bottom: 0; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 10px; flex: none; }

.notice { max-width: 940px; margin: 0 auto; padding: 16px 18px; border: 1px solid var(--warning-line); background: var(--warning-bg); border-radius: 14px; color: #755a18; font-size: .9rem; }

footer { background: #04142d; color: #9fb4d0; padding: 48px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 44px; }
.footer-logo { width: 110px; margin-bottom: 16px; }
footer h3 { color: #fff; margin: 0 0 12px; font-size: 1rem; }
footer a { color: #dbe9fb; }
footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 7px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.10); margin-top: 36px; padding-top: 22px; font-size: .82rem; display: flex; justify-content: space-between; gap: 20px; }

.legal-page { background: var(--blue-050); min-height: 100vh; }
.legal-hero { background: var(--blue-950); color: #fff; padding: 70px 0 52px; }
.legal-content { max-width: 860px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 38px; box-shadow: var(--shadow); transform: translateY(-28px); }
.legal-content h2 { font-size: 1.45rem; margin-top: 34px; }
.legal-content p, .legal-content li { color: var(--muted); }
.placeholder { background: #fff4d6; border: 1px dashed #d2a83e; border-radius: 8px; padding: 2px 6px; color: #6e5210; font-weight: 700; }

@media (max-width: 980px) {
  .hero-grid, .about-grid, .assessment-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 52px; }
  .portrait-shell { margin: 0 auto; }
  .cards { grid-template-columns: 1fr 1fr; }
  .process { grid-template-columns: 1fr 1fr; }
  .video-card { grid-template-columns: 1fr; }
  .video-visual { min-height: 360px; }
  .akbal-card { grid-template-columns: 190px 1fr; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 26px, var(--max)); }
  .menu-button { display: block; }
  .site-nav { display: none; position: absolute; top: 73px; left: 0; right: 0; background: var(--blue-950); padding: 18px 22px 24px; flex-direction: column; align-items: flex-start; border-bottom: 1px solid rgba(255,255,255,.12); }
  .site-nav.is-open { display: flex; }
  .hero { padding: 58px 0 72px; }
  .hero h1 { font-size: clamp(2.2rem, 13vw, 3.5rem); }
  .logo-badge { left: 12px; width: 112px; }
  section { padding: 64px 0; }
  .cards, .process, .footer-grid { grid-template-columns: 1fr; }
  .akbal-card { grid-template-columns: 1fr; padding: 30px; }
  .akbal-logo-wrap { max-width: 190px; }
  .video-copy { padding: 30px; }
  .cta-inner { flex-direction: column; align-items: flex-start; }
  .cta-actions { width: 100%; }
  .cta-actions .btn { width: 100%; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 520px) {
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .hero-actions .btn { width: 100%; }
  .card, .assessment-panel, .assessment-note, .legal-content { padding: 26px; }
}
