:root {
  --ink: #102746;
  --ink-soft: #41536c;
  --blue: #243991;
  --cyan: #19aee8;
  --cyan-soft: #e8f8fd;
  --coral: #ee7884;
  --white: #ffffff;
  --line: #d9e6ec;
  --radius: 28px;
  --shadow: 0 24px 70px rgba(16, 39, 70, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 720px; margin-bottom: 24px; font-size: clamp(3rem, 6vw, 6.3rem); }
h1 em { color: var(--blue); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h2 { margin-bottom: 22px; font-size: clamp(2.25rem, 4.6vw, 4.3rem); }
h3 { margin-bottom: 12px; font-size: 1.35rem; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 120px 0; }
.eyebrow { margin-bottom: 18px; color: var(--blue); font-size: .76rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 16px; transform: translateY(-150%); background: var(--ink); color: white; border-radius: 8px; }
.skip-link:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

.site-header { position: sticky; z-index: 50; top: 0; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(217,230,236,.8); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 164px; height: auto; }
nav { display: flex; align-items: center; gap: 30px; }
nav a { font-size: .91rem; font-weight: 700; text-decoration: none; }
nav a:not(.nav-contact):hover { color: var(--cyan); }
.nav-contact { padding: 11px 18px; color: white; background: var(--blue); border-radius: 999px; }
.menu-button { display: none; width: 46px; height: 46px; padding: 12px; background: white; border: 1px solid var(--line); border-radius: 50%; }
.menu-button span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 4px 0; background: var(--ink); }

.hero { position: relative; overflow: hidden; padding: 110px 0 120px; background: linear-gradient(145deg, #f4fcff 0%, #fff 54%, #f7f6ff 100%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 70px; }
.hero-lead { max-width: 700px; margin-bottom: 34px; color: var(--ink-soft); font-size: 1.18rem; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.button { display: inline-flex; min-height: 54px; padding: 14px 24px; align-items: center; justify-content: center; font-weight: 800; text-decoration: none; border-radius: 999px; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(16,39,70,.18); }
.button-primary { color: white; background: var(--blue); }
.button-light { color: var(--ink); background: white; }
.text-link { color: var(--blue); font-weight: 800; text-underline-offset: 5px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 9px; margin: 36px 0 0; padding: 0; list-style: none; }
.hero-points li { padding: 7px 12px; color: var(--ink-soft); background: white; border: 1px solid var(--line); border-radius: 999px; font-size: .82rem; font-weight: 700; }
.hero-visual { position: relative; min-height: 580px; }
.hero-photo-frame { position: absolute; top: 10px; right: 0; width: 90%; overflow: hidden; border-radius: 180px 180px 30px 30px; box-shadow: var(--shadow); }
.hero-photo-frame img { width: 100%; aspect-ratio: .9; object-fit: cover; }
.hero-note { position: absolute; z-index: 2; bottom: 25px; left: 0; width: 260px; padding: 24px; background: white; border-radius: 22px; box-shadow: var(--shadow); }
.hero-note strong, .hero-note span { display: block; }
.hero-note strong { margin-bottom: 4px; color: var(--blue); }
.hero-note span { color: var(--ink-soft); font-size: .92rem; line-height: 1.45; }
.butterfly { position: absolute; z-index: 3; top: 26px; left: 8px; width: 80px; height: 54px; transform: rotate(-12deg); }
.butterfly span { position: absolute; top: 0; width: 42px; height: 52px; background: var(--cyan); }
.butterfly span:first-child { left: 0; border-radius: 90% 16% 70% 20%; transform: rotate(18deg); }
.butterfly span:last-child { right: 0; background: var(--blue); border-radius: 16% 90% 20% 70%; transform: rotate(-18deg); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .45; }
.hero-orb-one { right: -130px; bottom: -210px; width: 500px; height: 500px; background: #c9f3ff; }
.hero-orb-two { top: -130px; left: 36%; width: 260px; height: 260px; background: #e7e2ff; }

.section-heading { max-width: 760px; margin-bottom: 58px; }
.section-heading > p:last-child { color: var(--ink-soft); font-size: 1.08rem; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.service-card { min-height: 290px; padding: 38px; background: #f6fbfd; border: 1px solid var(--line); border-radius: var(--radius); }
.service-card p { max-width: 500px; margin-bottom: 0; color: var(--ink-soft); }
.service-number { display: block; margin-bottom: 42px; color: var(--cyan); font-weight: 900; }
.service-card-accent { color: white; background: var(--blue); border-color: var(--blue); }
.service-card-accent p { color: #d9e0ff; }
.service-card-accent .service-number { color: #72dfff; }

.advantages { color: white; background: var(--ink); }
.advantages .eyebrow { color: #72dfff; }
.advantages-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.advantages-copy { position: sticky; top: 140px; align-self: start; }
.advantages-copy > p:not(.eyebrow) { margin-bottom: 32px; color: #c8d3e0; }
.benefit { display: grid; grid-template-columns: 54px 1fr; gap: 24px; padding: 30px 0; border-top: 1px solid rgba(255,255,255,.15); }
.benefit:last-child { border-bottom: 1px solid rgba(255,255,255,.15); }
.benefit > span { display: grid; width: 46px; height: 46px; place-items: center; color: var(--ink); background: var(--cyan); border-radius: 50%; font-size: .82rem; font-weight: 900; }
.benefit p { margin: 0; color: #c8d3e0; }

.process { background: var(--cyan-soft); }
.process-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 0; padding: 0; list-style: none; counter-reset: item; }
.process-list li { padding: 36px; background: white; border-radius: var(--radius); }
.process-list li > span { display: grid; width: 52px; height: 52px; margin-bottom: 45px; place-items: center; color: white; background: var(--cyan); border-radius: 50%; font-weight: 900; }
.process-list p { margin-bottom: 0; color: var(--ink-soft); }

.about-grid { display: grid; grid-template-columns: 300px 1fr; align-items: center; gap: 90px; }
.about-photo { width: 300px; justify-self: center; }
.portrait-frame { overflow: hidden; background: var(--cyan-soft); border-radius: 150px 150px 28px 28px; box-shadow: 0 18px 48px rgba(16, 39, 70, .11); }
.portrait-frame img { width: 100%; aspect-ratio: .75; object-fit: cover; object-position: center top; filter: grayscale(1) contrast(1.08); }
.about-photo > p { display: flex; margin: 22px 0 0; flex-direction: column; align-items: center; }
.about-photo span { color: var(--ink-soft); font-size: .9rem; }
.about-copy > p:not(.eyebrow) { color: var(--ink-soft); }
blockquote { position: relative; margin: 36px 0 0; padding: 25px 0 0 30px; color: var(--blue); border-top: 1px solid var(--line); font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; line-height: 1.45; }
blockquote::before { content: "“"; position: absolute; top: 13px; left: 0; color: var(--cyan); font-size: 3rem; }

.event-strip { padding: 0 0 120px; }
.event-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; overflow: hidden; color: white; background: linear-gradient(135deg, var(--blue), #142663); border-radius: 38px; }
.event-grid > div { padding: 60px; }
.event-grid .eyebrow { color: #72dfff; }
.event-grid p:last-child { margin-bottom: 0; color: #d9e0ff; }
.event-grid img { width: 100%; height: 100%; min-height: 440px; object-fit: cover; }

.contact { padding-top: 20px; background: linear-gradient(180deg, white, var(--cyan-soft)); }
.contact-card { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; padding: 70px; background: white; border: 1px solid var(--line); border-radius: 38px; box-shadow: var(--shadow); }
.contact-intro p:last-child { max-width: 650px; color: var(--ink-soft); }
.contact-details { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 20px; }
.contact-name { margin-bottom: 0; color: var(--blue); font-weight: 900; }
.contact-details > a:not(.button) { display: flex; flex-direction: column; color: var(--ink); font-size: 1.1rem; font-weight: 800; text-decoration: none; }
.contact-details a span { color: var(--ink-soft); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

footer { padding: 42px 0; background: var(--cyan-soft); }
.footer-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; color: var(--ink-soft); font-size: .83rem; }
.footer-inner img { width: 115px; }
.footer-inner p { margin: 0; }
.footer-inner p:last-child { text-align: right; }

.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .js .reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 920px) {
  .section { padding: 90px 0; }
  .menu-button { display: block; }
  nav { position: absolute; top: 76px; right: 20px; left: 20px; display: none; padding: 20px; flex-direction: column; align-items: stretch; gap: 8px; background: white; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
  nav.open { display: flex; }
  nav a { padding: 10px 12px; }
  .nav-contact { text-align: center; }
  .hero { padding: 80px 0 90px; }
  .hero-grid, .advantages-grid, .about-grid, .contact-card { grid-template-columns: 1fr; }
  .hero-grid { gap: 50px; }
  .hero-visual { min-height: 520px; }
  .hero-photo-frame { width: 88%; }
  .advantages-grid { gap: 55px; }
  .advantages-copy { position: static; }
  .process-list { grid-template-columns: 1fr; }
  .about-grid { gap: 55px; }
  .about-photo { width: min(280px, 100%); margin-inline: auto; }
  .event-grid { grid-template-columns: 1fr; }
  .event-grid img { min-height: 360px; }
  .contact-card { gap: 35px; padding: 48px; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .container { width: min(100% - 28px, 1180px); }
  .nav-wrap { min-height: 76px; }
  .brand img { width: 135px; }
  h1 { font-size: clamp(2.6rem, 13vw, 4rem); }
  h2 { font-size: 2.35rem; }
  .section { padding: 72px 0; }
  .hero { padding-top: 62px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { min-height: 440px; }
  .hero-note { bottom: 0; width: 235px; padding: 20px; }
  .butterfly { width: 62px; transform: scale(.8) rotate(-12deg); transform-origin: left top; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; padding: 28px; }
  .service-number { margin-bottom: 28px; }
  .benefit { grid-template-columns: 44px 1fr; gap: 16px; }
  .benefit > span { width: 40px; height: 40px; }
  .process-list li { padding: 28px; }
  .event-grid > div { padding: 38px 28px; }
  .event-grid img { min-height: 300px; }
  .contact-card { padding: 34px 25px; border-radius: 25px; }
  .footer-inner { grid-template-columns: 1fr; text-align: center; }
  .footer-inner img { margin-inline: auto; }
  .footer-inner p:last-child { text-align: center; }
}
