:root {
  --blue: #2468c4;
  --turq: #20b5ae;
  --coral: #f15b4e;
  --ink: #16243a;
  --muted: #66758a;
  --line: #dce3ec;
  --soft: #f3f6fa;
  --white: #fff;
  --page: min(100% - 48px, 1240px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Manrope", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

.site-header { width: var(--page); height: 88px; margin: auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 14px; color: var(--blue); font-weight: 800; letter-spacing: .02em; }
.brand img { width: 46px; height: 46px; }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 600; }
.main-nav a:not(.nav-cta):hover { color: var(--blue); }
.nav-cta { padding: 13px 20px; border-radius: 999px; color: var(--white); background: var(--blue); }
.menu-toggle { display: none; border: 0; background: none; color: var(--ink); font-weight: 700; }

.section-pad { padding: 112px max(24px, calc((100vw - 1240px) / 2)); }
.eyebrow { margin: 0 0 24px; color: var(--turq); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow.light { color: rgba(255,255,255,.7); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 32px; font-size: clamp(48px, 6.1vw, 92px); line-height: .98; letter-spacing: -.055em; }
h2 { margin-bottom: 28px; font-size: clamp(36px, 4.5vw, 66px); line-height: 1.04; letter-spacing: -.045em; }
h3 { font-size: 23px; line-height: 1.2; letter-spacing: -.02em; }
p { line-height: 1.7; }

.hero { min-height: calc(100vh - 88px); display: grid; grid-template-columns: 1.05fr .95fr; grid-template-rows: 1fr auto; gap: 50px 40px; align-items: center; overflow: hidden; }
.hero-copy { max-width: 720px; position: relative; z-index: 2; }
.hero-lead { max-width: 650px; margin-bottom: 38px; color: var(--muted); font-size: 19px; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button { min-height: 54px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; font-size: 14px; font-weight: 800; }
.button-primary { color: var(--white); background: var(--blue); box-shadow: 0 14px 35px rgba(36,104,196,.2); }
.text-link { color: var(--ink); font-weight: 700; }
.text-link span { color: var(--coral); }
.hero-visual { height: 500px; position: relative; transform: scale(.86); transform-origin: center center; }
.orbit { position: absolute; border-style: solid; border-right-color: transparent !important; border-radius: 50%; transform: rotate(-30deg); }
.orbit-coral { width: 520px; height: 520px; top: 0; left: 30px; border-width: 14px; border-color: var(--coral); }
.orbit-turq { width: 430px; height: 430px; top: 45px; left: 75px; border-width: 14px; border-color: var(--turq); }
.orbit-blue { width: 340px; height: 340px; top: 90px; left: 120px; border-width: 28px; border-color: var(--blue); }
.hero-note { position: absolute; left: 230px; top: 210px; }
.hero-note p { margin: 12px 0; font-size: 18px; line-height: 1.45; }
.note-number { color: var(--coral); font-size: 12px; font-weight: 800; }
.hero-foot { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.hero-foot i { width: 5px; height: 5px; background: var(--coral); border-radius: 50%; }

.statement { background: var(--soft); }
.statement-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; }
.statement-grid h2 { max-width: 690px; font-size: clamp(30px, 3.5vw, 52px); }
.statement-copy { max-width: 540px; margin-top: 24px; color: var(--muted); font-size: 17px; }

.section-blue { color: var(--white); background: var(--blue); }
.section-head { max-width: 830px; margin-bottom: 60px; }
.section-head > p:last-child { max-width: 650px; color: var(--muted); font-size: 17px; }
.section-blue .section-head > p:last-child { color: rgba(255,255,255,.72); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.25); border-left: 1px solid rgba(255,255,255,.25); }
.service-card { min-height: 310px; padding: 38px; border-right: 1px solid rgba(255,255,255,.25); border-bottom: 1px solid rgba(255,255,255,.25); display: flex; flex-direction: column; }
.service-card > span { color: var(--turq); font-size: 12px; font-weight: 800; }
.service-card h3 { margin: 45px 0 15px; font-size: 30px; }
.service-card p { max-width: 500px; color: rgba(255,255,255,.72); }
.service-card em { margin-top: auto; color: var(--white); font-size: 12px; font-style: normal; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

.process-list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.process-list li { padding: 35px 0; display: grid; grid-template-columns: 80px 250px 1fr; gap: 30px; align-items: baseline; border-bottom: 1px solid var(--line); }
.process-list span { color: var(--coral); font-size: 12px; font-weight: 800; }
.process-list h3, .process-list p { margin: 0; }
.process-list p { max-width: 620px; color: var(--muted); }

.formats { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; background: var(--soft); }
.formats-intro { position: sticky; top: 130px; align-self: start; }
.format-list { border-top: 1px solid var(--line); }
.format-item { min-height: 100px; padding: 0 6px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: clamp(20px, 2.2vw, 30px); font-weight: 700; }
.format-item b { color: var(--coral); font-size: 11px; }

.section-coral { color: var(--white); background: var(--coral); }
.turkey { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: end; }
.turkey-copy p:last-child { max-width: 640px; color: rgba(255,255,255,.78); font-size: 17px; }
.turkey-facts { border-top: 1px solid rgba(255,255,255,.4); }
.turkey-facts div { padding: 23px 0; display: flex; justify-content: space-between; gap: 24px; border-bottom: 1px solid rgba(255,255,255,.4); }
.turkey-facts span { color: rgba(255,255,255,.7); }

.case { display: grid; grid-template-columns: 250px 1fr; gap: 80px; }
.case-label { display: flex; flex-direction: column; gap: 10px; color: var(--muted); }
.case-label b { color: var(--blue); font-size: 20px; }
.case-main { max-width: 900px; }
.case-main > p:not(.eyebrow) { max-width: 720px; color: var(--muted); font-size: 17px; }
blockquote { margin: 50px 0 0; padding: 30px 0 0; border-top: 4px solid var(--turq); color: var(--blue); font-size: clamp(22px, 3vw, 38px); font-weight: 700; line-height: 1.3; letter-spacing: -.025em; }

.contact { display: grid; grid-template-columns: 1fr 370px; gap: 100px; align-items: end; }
.contact-main { max-width: 780px; }
.contact-main p:last-child { max-width: 640px; color: rgba(255,255,255,.72); font-size: 17px; }
.contact-card { padding: 30px; border: 1px solid rgba(255,255,255,.35); border-radius: 16px; display: flex; flex-direction: column; gap: 14px; }
.contact-card > span { color: var(--turq); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.contact-card strong { margin-top: 20px; font-size: 25px; }
.contact-card > a:not(.button) { margin-bottom: 20px; color: rgba(255,255,255,.8); }
.contact-actions { display: grid; gap: 14px; }
.contact-phone { color: var(--white); text-align: center; font-size: 13px; font-weight: 700; }
.button-light { color: var(--blue); background: var(--white); }
.button-whatsapp { color: var(--white); border: 1px solid rgba(255,255,255,.55); }
.button-max { color: var(--white); border: 1px solid rgba(255,255,255,.55); }
.site-footer { width: var(--page); min-height: 150px; margin: auto; display: grid; grid-template-columns: 1fr 1fr auto auto; gap: 30px; align-items: center; color: var(--muted); font-size: 12px; }
.footer-telegram { color: var(--blue); font-weight: 800; }
.footer-brand { font-size: 13px; }
.footer-brand img { width: 36px; height: 36px; }

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

@media (max-width: 900px) {
  :root { --page: min(100% - 32px, 1240px); }
  .section-pad { padding: 82px 24px; }
  .menu-toggle { display: block; }
  .main-nav { display: none; position: absolute; top: 78px; left: 0; right: 0; padding: 25px; align-items: stretch; flex-direction: column; background: var(--white); border: 1px solid var(--line); box-shadow: 0 20px 45px rgba(22,36,58,.12); }
  .main-nav.open { display: flex; }
  .hero { grid-template-columns: 1fr; }
  .hero-visual { height: 380px; transform: scale(.7); transform-origin: center top; }
  .hero-foot { flex-wrap: wrap; gap: 18px; justify-content: flex-start; }
  .statement-grid, .formats, .turkey, .case, .contact { grid-template-columns: 1fr; gap: 45px; }
  .statement-grid { gap: 20px; }
  .statement-copy { margin-top: 14px; }
  .formats-intro { position: static; }
  .process-list li { grid-template-columns: 50px 1fr; }
  .process-list p { grid-column: 2; }
  .contact { align-items: start; }
  .site-footer { grid-template-columns: 1fr; padding: 35px 0; }
}

@media (max-width: 600px) {
  .site-header { height: 74px; }
  .brand { gap: 9px; font-size: 12px; }
  .brand img { width: 38px; height: 38px; }
  h1 { font-size: 48px; }
  h2 { font-size: 38px; }
  .hero { min-height: auto; padding-top: 70px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { height: 280px; transform: scale(.5); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 270px; }
  .process-list li { grid-template-columns: 38px 1fr; }
  .turkey-facts div { flex-direction: column; gap: 4px; }
}
