:root {
  --ink: #17213d;
  --ink-soft: #5e6883;
  --purple: #6f55d9;
  --purple-dark: #5239bd;
  --purple-pale: #eeeaff;
  --blue: #a9d8f3;
  --orange: #ffbf78;
  --cream: #fff9f1;
  --white: #ffffff;
  --line: #e5e8f1;
  --dark: #11182d;
  --dark-2: #1a2340;
  --shadow: 0 22px 60px rgba(35, 30, 84, .15);
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --container: min(1160px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
svg { width: 1.2em; height: 1.2em; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 999; background: #fff; padding: 10px 14px; border-radius: 10px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(229,232,241,.75);
}
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand img { border-radius: 50%; box-shadow: 0 8px 24px rgba(83,57,189,.18); }
.brand span { display: grid; line-height: 1.05; }
.brand strong { font-size: 1.04rem; letter-spacing: -.02em; }
.brand small { margin-top: 5px; color: var(--purple); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; font-size: .66rem; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 27px; }
.main-nav a { color: #47506b; font-weight: 700; font-size: .93rem; transition: .2s; }
.main-nav a:hover { color: var(--purple); }
.header-phone { display: inline-flex; align-items: center; gap: 9px; padding: 12px 16px; border-radius: 999px; background: var(--ink); color: #fff; font-weight: 800; font-size: .92rem; white-space: nowrap; }
.header-phone svg { fill: currentColor; stroke: none; width: 17px; }
.menu-button { display: none; margin-left: auto; border: 0; background: transparent; width: 44px; height: 44px; padding: 10px; cursor: pointer; }
.menu-button span { display: block; height: 2px; margin: 5px 0; background: var(--ink); border-radius: 99px; transition: .2s; }

.hero { position: relative; overflow: hidden; padding: 82px 0 92px; background: linear-gradient(135deg, #fbfaff 0%, #fff9f1 55%, #f6fbff 100%); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(111,85,217,.15) 1px, transparent 1px); background-size: 24px 24px; mask-image: linear-gradient(to right, transparent, black 18%, black 85%, transparent); opacity: .35; pointer-events: none; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.03fr .97fr; gap: 64px; align-items: center; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--purple); font-weight: 900; letter-spacing: .13em; text-transform: uppercase; font-size: .76rem; }
.eyebrow span { width: 34px; height: 2px; background: var(--purple); }
.hero h1 { margin: 20px 0 22px; font-size: clamp(3rem, 6vw, 5.55rem); line-height: .97; letter-spacing: -.065em; max-width: 720px; }
.hero h1 em { color: var(--purple); font-style: normal; }
.hero-copy > p { margin: 0; color: var(--ink-soft); font-size: 1.16rem; max-width: 600px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin: 34px 0 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 22px; border-radius: 999px; font-weight: 900; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--purple); color: #fff; box-shadow: 0 15px 30px rgba(111,85,217,.25); }
.button-primary:hover { background: var(--purple-dark); box-shadow: 0 20px 36px rgba(111,85,217,.32); }
.button-primary svg { fill: currentColor; stroke: none; }
.button-secondary { background: #fff; color: var(--ink); border: 1px solid var(--line); box-shadow: 0 9px 25px rgba(36,41,71,.08); }
.hero-phone-block { display: flex; align-items: center; gap: 15px; }
.hero-phone-block span { color: var(--ink-soft); font-weight: 700; }
.hero-phone-block a { font-weight: 950; letter-spacing: -.02em; font-size: 1.2rem; }
.hero-visual { position: relative; min-height: 560px; }
.hero-card { position: absolute; overflow: hidden; background: #fff; box-shadow: var(--shadow); border: 8px solid #fff; }
.hero-card img { width: 100%; height: 100%; object-fit: cover; }
.hero-card-main { inset: 10px 25px 60px 70px; border-radius: 44px 44px 110px 44px; transform: rotate(2deg); }
.hero-card-main img { object-position: center; }
.hero-card-small { width: 210px; height: 245px; left: 0; bottom: 0; border-radius: 28px; transform: rotate(-5deg); }
.photo-label { position: absolute; left: 18px; bottom: 18px; padding: 10px 14px; border-radius: 999px; color: #fff; background: rgba(17,24,45,.78); backdrop-filter: blur(8px); font-weight: 800; font-size: .85rem; }
.rating-card { position: absolute; right: 0; bottom: 24px; display: flex; gap: 12px; align-items: center; padding: 14px 17px; border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.rating-icon { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; background: #e9fff1; color: #159553; font-weight: 950; }
.rating-card div:last-child { display: grid; }
.rating-card strong { font-size: .92rem; }
.rating-card span { color: var(--ink-soft); font-size: .76rem; }
.bubble { position: absolute; border-radius: 50%; filter: blur(.1px); opacity: .8; }
.bubble-one { width: 78px; height: 78px; right: 3px; top: 18px; background: var(--orange); }
.bubble-two { width: 42px; height: 42px; left: 28px; top: 110px; background: var(--blue); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .35; }
.hero-orb-one { width: 320px; height: 320px; background: #d9d0ff; right: -120px; top: 50px; }
.hero-orb-two { width: 250px; height: 250px; background: #ffe2bd; left: -130px; bottom: -80px; }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-grid div { min-height: 94px; display: flex; align-items: center; gap: 12px; padding: 20px 22px; border-right: 1px solid var(--line); }
.trust-grid div:first-child { border-left: 1px solid var(--line); }
.trust-grid span { color: var(--purple); font-size: .72rem; font-weight: 900; }
.trust-grid strong { font-size: .91rem; }

.section { padding: 105px 0; }
.section-heading { margin-bottom: 48px; }
.split-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: end; }
.section h2 { margin: 13px 0 0; font-size: clamp(2.25rem, 4vw, 4rem); line-height: 1.04; letter-spacing: -.05em; }
.section-heading p { margin: 0 0 8px; color: var(--ink-soft); font-size: 1.02rem; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.service-card { position: relative; min-height: 390px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); border-color: transparent; }
.service-card.featured { background: linear-gradient(145deg, var(--purple) 0%, #8870e5 100%); color: #fff; border-color: transparent; }
.service-card > span { position: absolute; top: 32px; right: 31px; font-weight: 900; color: #9da4b8; font-size: .8rem; }
.service-card.featured > span { color: rgba(255,255,255,.68); }
.service-icon { width: 70px; height: 70px; display: grid; place-items: center; border-radius: 20px; background: var(--purple-pale); color: var(--purple); }
.featured .service-icon { background: rgba(255,255,255,.16); color: #fff; }
.service-icon svg { width: 38px; height: 38px; }
.service-card h3 { margin: 32px 0 12px; font-size: 1.35rem; letter-spacing: -.02em; }
.service-card p { margin: 0 0 30px; color: var(--ink-soft); }
.service-card.featured p { color: rgba(255,255,255,.76); }
.service-card a { position: absolute; left: 34px; bottom: 31px; display: flex; align-items: center; gap: 10px; color: var(--purple); font-weight: 900; }
.service-card.featured a { color: #fff; }
.service-card a span { transition: transform .2s; }
.service-card a:hover span { transform: translateX(5px); }

.section-dark { background: var(--dark); color: #fff; }
.section-kicker.light { color: #b9a9ff; }
.gallery-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.instagram-link { display: inline-flex; align-items: center; gap: 10px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.4); padding-bottom: 7px; font-weight: 800; }
.gallery-grid { display: grid; grid-template-columns: repeat(4,1fr); grid-auto-rows: 230px; gap: 14px; }
.gallery-item { position: relative; overflow: hidden; margin: 0; border-radius: 20px; background: var(--dark-2); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.gallery-item:hover img { transform: scale(1.045); }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(9,13,26,.66), transparent 52%); }
.gallery-item figcaption { position: absolute; z-index: 2; left: 18px; bottom: 15px; color: #fff; font-weight: 800; font-size: .9rem; }
.gallery-wide { grid-column: span 2; }
.gallery-tall { grid-row: span 2; }
.gallery-note { margin: 20px 0 0; color: #9ca5bf; font-size: .84rem; }

.process-section { background: #faf9ff; }
.process-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 80px; align-items: center; }
.process-copy p { margin: 20px 0 31px; color: var(--ink-soft); font-size: 1.03rem; }
.process-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 16px; }
.process-list li { display: grid; grid-template-columns: 58px 1fr; gap: 20px; align-items: start; padding: 26px; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 10px 30px rgba(39,34,88,.05); }
.process-list > li > span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 17px; background: var(--purple-pale); color: var(--purple); font-size: 1.2rem; font-weight: 950; }
.process-list h3 { margin: 0 0 5px; font-size: 1.11rem; }
.process-list p { margin: 0; color: var(--ink-soft); font-size: .94rem; }

.area-section { padding-top: 0; }
.area-card { display: grid; grid-template-columns: auto 1fr auto; gap: 30px; align-items: center; padding: 42px; border-radius: var(--radius-lg); background: linear-gradient(130deg, var(--cream), #f3efff); border: 1px solid #efe8de; }
.area-icon { width: 80px; height: 80px; display: grid; place-items: center; border-radius: 24px; background: #fff; color: var(--purple); box-shadow: 0 12px 28px rgba(55,42,112,.1); }
.area-icon svg { width: 43px; height: 43px; }
.area-card h2 { font-size: clamp(2rem,3vw,3.2rem); }
.area-card p { margin: 13px 0 0; color: var(--ink-soft); max-width: 720px; }

.contact-section { padding: 0 0 80px; }
.contact-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 190px 1fr; gap: 40px; align-items: center; padding: 55px 65px; border-radius: 38px; color: #fff; background: linear-gradient(135deg, #5d43ce, #8569e6); box-shadow: var(--shadow); }
.contact-card::before, .contact-card::after { content: ""; position: absolute; border-radius: 50%; background: rgba(255,255,255,.1); }
.contact-card::before { width: 250px; height: 250px; right: -65px; top: -110px; }
.contact-card::after { width: 160px; height: 160px; left: -60px; bottom: -90px; }
.contact-logo-wrap { position: relative; z-index: 1; width: 160px; height: 160px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.14); }
.contact-logo-wrap img { border-radius: 50%; }
.contact-copy { position: relative; z-index: 1; }
.contact-copy h2 { max-width: 800px; font-size: clamp(2.4rem, 4vw, 4.1rem); }
.contact-copy p { color: rgba(255,255,255,.78); max-width: 700px; margin: 17px 0 14px; }
.big-phone { display: inline-block; margin-bottom: 26px; font-weight: 950; font-size: clamp(2rem,4vw,3.5rem); letter-spacing: -.04em; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button-white { background: #fff; color: var(--purple-dark); }
.button-outline-white { border: 1px solid rgba(255,255,255,.5); color: #fff; }

.site-footer { padding: 28px 0 35px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { border-radius: 50%; }
.footer-brand div { display: grid; }
.footer-brand span { color: var(--ink-soft); font-size: .82rem; }
.footer-links { display: flex; gap: 22px; font-weight: 800; font-size: .88rem; }
.site-footer p { grid-column: 1 / -1; margin: 8px 0 0; color: #8b92a7; font-size: .78rem; }
.mobile-cta { display: none; }

@media (max-width: 1020px) {
  .header-phone { display: none; }
  .hero-grid { gap: 35px; }
  .hero-visual { min-height: 480px; }
  .hero-card-main { inset: 10px 0 55px 50px; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:last-child { grid-column: 1 / -1; }
  .gallery-grid { grid-template-columns: repeat(3,1fr); }
  .process-grid { gap: 45px; }
  .area-card { grid-template-columns: auto 1fr; }
  .area-card .button { grid-column: 2; justify-self: start; }
}

@media (max-width: 780px) {
  body { padding-bottom: 72px; }
  .header-inner { min-height: 72px; }
  .brand img { width: 48px; height: 48px; }
  .menu-button { display: block; }
  .main-nav { display: none; position: absolute; top: 72px; left: 0; right: 0; margin: 0; padding: 18px 20px 23px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 20px 30px rgba(23,33,61,.08); flex-direction: column; align-items: stretch; gap: 0; }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 4px; }
  .hero { padding: 58px 0 65px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .eyebrow { justify-content: center; }
  .hero h1 { font-size: clamp(3rem, 13vw, 4.5rem); }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-phone-block { justify-content: center; }
  .hero-visual { min-height: 470px; max-width: 540px; width: 100%; margin: 15px auto 0; }
  .hero-card-main { inset: 10px 12px 65px 52px; }
  .hero-card-small { width: 170px; height: 205px; }
  .rating-card { right: 4px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid div:nth-child(odd) { border-left: 1px solid var(--line); }
  .section { padding: 78px 0; }
  .split-heading, .process-grid { grid-template-columns: 1fr; gap: 25px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card:last-child { grid-column: auto; }
  .gallery-heading { align-items: start; flex-direction: column; }
  .gallery-grid { grid-template-columns: repeat(2,1fr); grid-auto-rows: 210px; }
  .gallery-wide { grid-column: span 2; }
  .area-card { grid-template-columns: 1fr; text-align: center; }
  .area-icon { margin-inline: auto; }
  .area-card .button { grid-column: auto; justify-self: center; }
  .contact-card { grid-template-columns: 1fr; text-align: center; padding: 45px 28px; }
  .contact-logo-wrap { margin-inline: auto; }
  .contact-actions { justify-content: center; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .footer-links { flex-wrap: wrap; justify-content: center; }
  .mobile-cta { position: fixed; z-index: 80; left: 12px; right: 12px; bottom: 10px; display: grid; grid-template-columns: 1fr 1.3fr; gap: 8px; padding: 8px; border-radius: 18px; background: rgba(17,24,45,.92); backdrop-filter: blur(14px); box-shadow: 0 15px 35px rgba(17,24,45,.35); }
  .mobile-cta a { min-height: 48px; display: grid; place-items: center; border-radius: 13px; color: #fff; font-weight: 900; }
  .mobile-cta a:first-child { background: rgba(255,255,255,.12); }
  .mobile-cta a:last-child { background: #24b963; }
}

@media (max-width: 520px) {
  :root { --container: min(100% - 26px, 1160px); }
  .brand strong { font-size: .92rem; }
  .brand small { font-size: .6rem; }
  .hero h1 { letter-spacing: -.055em; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-phone-block { flex-direction: column; gap: 1px; }
  .hero-visual { min-height: 410px; }
  .hero-card-main { inset: 5px 0 62px 37px; border-radius: 32px 32px 75px 32px; }
  .hero-card-small { width: 142px; height: 178px; }
  .rating-card { bottom: 12px; padding: 11px; }
  .rating-card strong { font-size: .8rem; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid div { border-left: 1px solid var(--line); }
  .section h2 { font-size: 2.35rem; }
  .service-card { min-height: 370px; padding: 28px; }
  .service-card a { left: 28px; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 235px; }
  .gallery-wide { grid-column: auto; }
  .gallery-tall { grid-row: auto; }
  .process-list li { grid-template-columns: 48px 1fr; padding: 20px; gap: 14px; }
  .process-list > li > span { width: 46px; height: 46px; }
  .area-card { padding: 32px 23px; }
  .contact-card { border-radius: 28px; }
  .contact-logo-wrap { width: 130px; height: 130px; }
  .contact-logo-wrap img { width: 105px; height: 105px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
