:root {
  --ink: #14172b;
  --muted: #687087;
  --paper: #ffffff;
  --soft: #f7f7fb;
  --line: #e9eaf1;
  --brand: #ee607a;
  --brand-2: #ff9a66;
  --purple: #6254d7;
  --deep: #16152d;
  --shadow: 0 20px 60px rgba(31, 31, 70, 0.10);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 104px 0; }
.section-sm { padding: 72px 0; }
.eyebrow {
  margin: 0 0 10px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.section-title {
  margin: 0;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.section-copy { color: var(--muted); max-width: 720px; margin: 18px 0 0; }
.center { text-align: center; }
.center .section-copy { margin-left: auto; margin-right: auto; }

.topbar { background: var(--deep); color: #fff; font-size: 13px; }
.topbar-inner { min-height: 40px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.topbar a { color: #fff; opacity: .92; }
.topbar .hint { opacity: .72; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(16px);
  transition: box-shadow .2s ease;
}
.site-header.scrolled { box-shadow: 0 10px 30px rgba(31,31,70,.08); }
.navbar { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { display: inline-flex; align-items: center; gap: 11px; font-size: 20px; font-weight: 800; letter-spacing: -.03em; }
.logo-mark { width: 38px; height: 38px; border-radius: 12px; background: linear-gradient(135deg, var(--brand), var(--brand-2)); display: grid; place-items: center; color: white; box-shadow: 0 12px 28px rgba(238,96,122,.30); }
.logo-mark svg { width: 23px; height: 23px; }
.nav-links { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 700; }
.nav-links a { transition: color .2s ease; }
.nav-links a:hover, .nav-links a.active { color: var(--brand); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: #fff; border-radius: 12px; align-items: center; justify-content: center; }
.mobile-menu { display: none; border-top: 1px solid var(--line); padding: 12px 20px 18px; background: #fff; }
.mobile-menu.is-open { display: grid; gap: 8px; }
.mobile-menu a { padding: 10px 4px; font-weight: 700; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 22px; border: 0; border-radius: 999px; font-weight: 800; font-size: 14px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--brand), var(--brand-2)); box-shadow: 0 12px 28px rgba(238,96,122,.25); }
.btn-dark { color: #fff; background: var(--deep); }
.btn-ghost { border: 1px solid var(--line); background: #fff; }
.btn-sm { min-height: 42px; padding: 0 18px; }

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 18%, rgba(238,96,122,.16), transparent 26%),
    radial-gradient(circle at 10% 90%, rgba(98,84,215,.12), transparent 26%),
    linear-gradient(180deg,#fff 0%,#fbfbff 100%);
}
.hero::before { content: ""; position: absolute; width: 420px; height: 420px; right: -170px; top: -180px; border: 1px solid rgba(238,96,122,.18); border-radius: 50%; }
.hero-grid { min-height: 680px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.hero h1 { margin: 10px 0 22px; font-size: clamp(48px, 6.2vw, 78px); line-height: .99; letter-spacing: -.055em; max-width: 750px; }
.hero h1 span { background: linear-gradient(135deg,var(--brand),var(--brand-2)); -webkit-background-clip: text; color: transparent; }
.hero p { color: var(--muted); max-width: 650px; font-size: 17px; margin: 0; }
.hero-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { margin-top: 26px; display: flex; align-items: center; gap: 12px; font-size: 13px; color: var(--muted); }
.hero-note strong { color: var(--ink); }
.hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.hero-art { width: min(100%, 570px); filter: drop-shadow(0 28px 45px rgba(43,31,85,.18)); }
.floating-chip { position: absolute; background: rgba(255,255,255,.92); border: 1px solid rgba(255,255,255,.8); box-shadow: var(--shadow); border-radius: 18px; padding: 14px 16px; font-size: 12px; font-weight: 800; backdrop-filter: blur(14px); }
.chip-a { left: 2%; top: 18%; }
.chip-b { right: 1%; bottom: 16%; }

.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-item { padding: 26px 22px; text-align: center; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; font-size: 22px; letter-spacing: -.03em; }
.trust-item span { color: var(--muted); font-size: 12px; }

.cards { margin-top: 48px; display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.service-card { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; box-shadow: 0 12px 40px rgba(31,31,70,.055); transition: transform .22s ease, box-shadow .22s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-art { aspect-ratio: 16/10; background: #f5f4ff; overflow: hidden; }
.service-body { padding: 26px; }
.service-body h3 { margin: 0 0 10px; font-size: 21px; letter-spacing: -.025em; }
.service-body p { color: var(--muted); margin: 0; font-size: 14px; }
.service-meta { margin-top: 22px; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.price { font-size: 14px; color: var(--muted); }
.price strong { color: var(--brand); font-size: 18px; }
.text-link { color: var(--ink); font-size: 13px; font-weight: 800; }
.text-link:hover { color: var(--brand); }

.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.image-frame { position: relative; border-radius: 32px; padding: 18px; background: linear-gradient(135deg,#f4efff,#fff0f3); }
.image-frame::after { content: ""; position: absolute; inset: auto -18px -18px auto; width: 110px; height: 110px; border-radius: 28px; background: linear-gradient(135deg,var(--brand),var(--brand-2)); z-index: -1; }
.about-art { border-radius: 22px; overflow: hidden; background: #fff; box-shadow: var(--shadow); }
.check-list { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 12px; }
.check-list li { display: flex; gap: 11px; align-items: flex-start; }
.check-list .tick { flex: 0 0 24px; width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--brand); font-size: 12px; margin-top: 2px; }

.why { background: var(--soft); }
.feature-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.feature { padding: 28px; border-radius: 22px; background: #fff; border: 1px solid var(--line); }
.feature-icon { width: 48px; height: 48px; border-radius: 15px; display: grid; place-items: center; background: #fff0f3; color: var(--brand); margin-bottom: 18px; font-weight: 900; }
.feature h3 { margin: 0 0 8px; font-size: 17px; }
.feature p { color: var(--muted); margin: 0; font-size: 13px; }

.contact-section { background: linear-gradient(135deg,#17162f 0%,#27214b 100%); color: #fff; position: relative; overflow: hidden; }
.contact-section::after { content:""; position:absolute; width:420px; height:420px; right:-160px; bottom:-230px; border-radius:50%; background:rgba(238,96,122,.18); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; position: relative; z-index: 2; }
.contact-section .section-copy { color: rgba(255,255,255,.68); }
.contact-points { margin-top: 30px; display: grid; gap: 14px; }
.contact-point { display: flex; gap: 12px; align-items: center; color: rgba(255,255,255,.86); }
.dot { width: 9px; height: 9px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 6px rgba(238,96,122,.12); }
.contact-card { background: #fff; color: var(--ink); border-radius: 28px; padding: 30px; box-shadow: 0 28px 80px rgba(0,0,0,.2); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 12px; font-weight: 800; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid var(--line); border-radius: 13px; padding: 13px 14px; color: var(--ink); background: #fbfbfd; outline: none; transition: border .2s ease, box-shadow .2s ease; }
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: rgba(238,96,122,.65); box-shadow: 0 0 0 4px rgba(238,96,122,.10); }
.hp { position:absolute !important; left:-9999px !important; opacity:0 !important; pointer-events:none !important; }
.form-status { margin-top: 14px; min-height: 22px; font-size: 13px; }
.form-status.success { color: #15803d; }
.form-status.error { color: #b42318; }
.form-status a { text-decoration: underline; }

.page-hero { padding: 92px 0 76px; background: radial-gradient(circle at 82% 20%,rgba(238,96,122,.13),transparent 28%), var(--soft); border-bottom: 1px solid var(--line); }
.page-hero h1 { margin: 8px 0 14px; font-size: clamp(44px,6vw,70px); line-height: 1; letter-spacing: -.05em; }
.page-hero p { color: var(--muted); max-width: 720px; }
.breadcrumb { color: var(--muted); font-size: 12px; }
.breadcrumb a { color: var(--brand); font-weight: 800; }

.service-list { display: grid; gap: 24px; margin-top: 44px; }
.service-row { display: grid; grid-template-columns: 280px 1fr auto; gap: 28px; align-items: center; padding: 22px; border: 1px solid var(--line); border-radius: 24px; }
.service-row img, .service-row svg { border-radius: 17px; background: var(--soft); }
.service-row h2 { margin: 0 0 8px; font-size: 22px; }
.service-row p { margin: 0; color: var(--muted); font-size: 14px; }
.service-row .row-price { min-width: 100px; text-align: right; color: var(--muted); font-size: 12px; }
.service-row .row-price strong { display: block; color: var(--brand); font-size: 22px; }

.contact-page-grid { display:grid; grid-template-columns: 1.05fr .95fr; gap: 46px; align-items:start; }
.info-stack { display:grid; gap:16px; }
.info-card { border:1px solid var(--line); border-radius:22px; padding:24px; background:#fff; }
.info-card .label { color:var(--muted); font-size:11px; text-transform:uppercase; letter-spacing:.12em; font-weight:800; }
.info-card strong, .info-card a { display:block; margin-top:7px; font-size:17px; }
.owner-card { border-radius:28px; padding:30px; background:linear-gradient(135deg,var(--deep),#3d315e); color:#fff; overflow:hidden; position:relative; }
.owner-card::after { content:"</>"; position:absolute; right:-12px; bottom:-22px; font-size:110px; font-weight:800; color:rgba(255,255,255,.06); }
.owner-role { color:rgba(255,255,255,.58); font-size:12px; text-transform:uppercase; letter-spacing:.12em; }
.owner-name { margin:8px 0 18px; font-size:28px; font-weight:800; letter-spacing:-.03em; }
.owner-card a { color:#fff; }

.legal { max-width: 860px; }
.legal h2 { margin-top: 36px; font-size: 24px; }
.legal p, .legal li { color: var(--muted); }
.legal a { color: var(--brand); text-decoration: underline; }

.site-footer { background: #111126; color: #fff; }
.footer-grid { padding: 68px 0 46px; display: grid; grid-template-columns: 1.4fr .7fr .7fr 1fr; gap: 50px; }
.footer-logo { margin-bottom: 16px; }
.footer-copy { color: rgba(255,255,255,.58); max-width: 390px; font-size: 13px; }
.footer-title { margin: 0 0 16px; font-size: 14px; }
.footer-links { display: grid; gap: 10px; color: rgba(255,255,255,.62); font-size: 13px; }
.footer-links a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.09); padding: 20px 0; display: flex; justify-content: space-between; gap: 18px; color: rgba(255,255,255,.45); font-size: 11px; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.reveal.revealed { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .nav-links, .nav-actions .btn { display:none; }
  .menu-button { display:flex; }
  .hero-grid, .split, .contact-grid, .contact-page-grid { grid-template-columns: 1fr; }
  .hero-grid { padding: 60px 0 80px; min-height: auto; }
  .hero-visual { min-height: 430px; }
  .cards, .feature-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .service-row { grid-template-columns: 220px 1fr; }
  .service-row .row-price { grid-column: 2; text-align:left; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px,1160px); }
  .section { padding: 74px 0; }
  .topbar .hint { display:none; }
  .topbar-inner { justify-content:center; }
  .navbar { min-height:70px; }
  .hero h1 { font-size: 48px; }
  .hero-visual { min-height: 330px; }
  .floating-chip { display:none; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-item:nth-child(2) { border-right:0; }
  .trust-item:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .cards, .feature-grid, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .field.full { grid-column:auto; }
  .service-row { grid-template-columns:1fr; }
  .service-row .row-price { grid-column:auto; text-align:left; }
  .contact-card { padding:22px; }
  .footer-bottom { flex-direction:column; }
}
