:root {
  --ink: #10182d;
  --slate: #59667c;
  --line: #dce3f0;
  --paper: #f7f9ff;
  --white: #fff;
  --blue: #2463ed;
  --violet: #6248f4;
  --deep: #3020b7;
  --cyan: #22afd0;
  --green: #07875a;
  --sky: #e9f3ff;
  --lilac: #eeeaff;
  --mint: #e4f8ef;
  --lemon: #fff5c9;
  --peach: #fff0e8;
  --shadow: 0 28px 72px rgba(27, 39, 89, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Segoe UI Variable", "Segoe UI", Inter, system-ui, -apple-system, sans-serif; line-height: 1.55; }
button, input, select, textarea { font: inherit; }
button, a { cursor: pointer; }
a { color: inherit; text-decoration: none; }
.wrap { width: min(1180px, calc(100% - 40px)); margin: auto; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--violet); font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 3px; background: linear-gradient(135deg, var(--cyan), var(--violet)); }
.eyebrow.light { color: #c8d1f4; }
.btn { border: 0; border-radius: 11px; padding: 13px 19px; font-weight: 760; display: inline-flex; align-items: center; justify-content: center; gap: 9px; transition: .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(115deg, var(--blue), var(--violet)); box-shadow: 0 13px 28px rgba(65, 65, 226, .2); }
.btn-light { background: #fff; border: 1px solid var(--line); }
.btn-white { background: #fff; color: var(--deep); box-shadow: 0 14px 34px rgba(10, 16, 57, .2); }
.text-link { display: inline-block; color: var(--violet); font-weight: 800; margin-top: 20px; }

.notice { background: linear-gradient(90deg, #11182d, #273264 50%, #4325c9); color: #dfe5ff; font-size: 12px; text-align: center; padding: 8px; }
.notice b { color: #fff; }
header { height: 78px; position: sticky; top: 0; z-index: 30; background: rgba(247, 249, 255, .9); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(209, 217, 232, .85); }
.nav { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; line-height: 0; }
.brand-logo { display: inline-block; width: auto; max-width: none; object-fit: contain; }
.brand-logo--header { height: 34px; }
.brand-logo--footer { height: 36px; }
.brand-logo--inline { height: 1.08em; margin: 0 .07em; vertical-align: -.18em; }
.brand-logo--display { height: 42px; }
.links { display: flex; align-items: center; gap: 25px; color: #3f4960; font-size: 14px; font-weight: 650; }
.links > a, .nav-trigger { white-space: nowrap; }
.links > a:hover, .links > a.active, .nav-trigger:hover, .nav-dropdown.active .nav-trigger { color: var(--violet); }
.nav-actions { display: flex; gap: 10px; flex: 0 0 auto; }
.nav-dropdown { position: relative; height: 78px; display: flex; align-items: center; }
.nav-trigger { border: 0; background: transparent; color: #3f4960; font-size: 14px; font-weight: 650; padding: 10px 0; }
.nav-trigger span { color: var(--violet); }
.mega-menu { position: absolute; top: 66px; left: -18px; width: 350px; padding: 15px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 24px 55px rgba(36, 48, 87, .16); opacity: 0; visibility: hidden; transform: translateY(7px); transition: .18s; }
.nav-dropdown:hover .mega-menu, .nav-dropdown:focus-within .mega-menu { opacity: 1; visibility: visible; transform: none; }
.mega-label { display: block; margin: 2px 9px 8px; color: var(--violet); font-size: 10px; font-weight: 850; letter-spacing: .13em; }
.mega-item { display: flex; gap: 11px; padding: 10px 9px; border-radius: 11px; color: var(--ink); }
.mega-item:hover, .mega-item.active { background: var(--sky); }
.mega-icon { width: 29px; height: 29px; flex: 0 0 29px; border-radius: 9px; display: grid; place-items: center; background: var(--lilac); color: var(--violet); font-weight: 900; }
.mega-item b, .mega-item small { display: block; }
.mega-item b { font-size: 13px; }
.mega-item small { margin-top: 2px; color: var(--slate); font-size: 11px; line-height: 1.35; }
.mega-overview { display: block; margin: 8px 9px 2px; padding-top: 11px; border-top: 1px solid var(--line); color: var(--violet); font-size: 11px; font-weight: 850; }

.breadcrumb { display: flex; align-items: center; gap: 8px; margin-bottom: 44px; color: #758198; font-size: 12px; }
.breadcrumb a:hover { color: var(--violet); }
.breadcrumb strong { color: var(--ink); }
.inner-hero, .overview-hero, .statement-hero, .process-hero, .contact-intro { position: relative; overflow: hidden; padding: 38px 0 92px; background-color: var(--paper); background-image: linear-gradient(rgba(75, 91, 132, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(75, 91, 132, .055) 1px, transparent 1px), radial-gradient(circle at 8% 12%, rgba(34, 175, 208, .14), transparent 28%), radial-gradient(circle at 88% 12%, rgba(98, 72, 244, .16), transparent 34%), linear-gradient(145deg, #fbfdff, #f8f6ff 64%, #edf1ff); background-size: 42px 42px, 42px 42px, auto, auto, auto; }
.inner-hero::after, .overview-hero::after { content: ""; position: absolute; right: -170px; top: 90px; width: 430px; height: 430px; border: 1px solid rgba(98, 72, 244, .15); border-radius: 50%; box-shadow: 0 0 0 55px rgba(98, 72, 244, .025), 0 0 0 110px rgba(36, 99, 237, .018); pointer-events: none; }
.inner-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; gap: 62px; align-items: center; }
.inner-hero-copy h1, .overview-heading h1, .statement-grid h1, .process-heading h1, .contact-intro h1 { max-width: 760px; margin: 17px 0 23px; font-size: clamp(48px, 5.4vw, 76px); line-height: .98; letter-spacing: -.06em; }
.inner-hero-copy > p { max-width: 650px; margin: 0; color: var(--slate); font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 29px; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.hero-tags span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255, 255, 255, .75); color: #455169; font-size: 11px; font-weight: 720; }

.service-visual { position: relative; overflow: hidden; border: 1px solid #cbd4e7; border-radius: 23px; background: #fff; box-shadow: 0 32px 80px rgba(25, 34, 82, .2); }
.service-visual-media { aspect-ratio: 2 / 1; overflow: hidden; border-bottom: 1px solid var(--line); background: var(--sky); }
.service-visual-media img { width: 100%; height: 100%; display: block; object-fit: cover; transform: scale(1.1); }
.service-visual-head { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 20px 22px; background: linear-gradient(115deg, #14224c, #3424b2); color: #fff; }
.service-visual-head small, .service-visual-head b { display: block; }
.service-visual-head small { color: #bfc9e9; }
.service-visual-head span { padding: 6px 9px; border: 1px solid rgba(118, 225, 182, .28); border-radius: 999px; background: rgba(23, 178, 116, .2); color: #d9ffed; font-size: 10px; font-weight: 800; }
.service-visual-domain { padding: 24px 22px; border-bottom: 1px solid var(--line); background: linear-gradient(110deg, var(--sky), #fff); }
.service-visual-domain small, .service-visual-domain strong, .service-visual-domain em { display: block; }
.service-visual-domain strong { margin: 3px 0; font-size: 23px; letter-spacing: -.035em; }
.service-visual-domain em { color: var(--violet); font-size: 11px; font-style: normal; font-weight: 800; }
.service-visual-list { padding: 8px 20px; }
.service-visual-list > div { display: flex; justify-content: space-between; gap: 20px; padding: 15px 3px; border-bottom: 1px solid var(--line); }
.service-visual-list > div:last-child { border: 0; }
.service-visual-list small, .service-visual-list b { display: block; }
.service-visual-list small { color: var(--slate); }
.service-visual-list > div > strong { align-self: center; color: var(--green); font-size: 10px; text-transform: uppercase; }
.service-visual-foot { display: flex; justify-content: space-between; gap: 12px; padding: 14px 22px; background: linear-gradient(90deg, var(--sky), var(--lilac)); color: #536078; font-size: 11px; font-weight: 750; }

.content-section, .services-catalog, .principles-section, .process-timeline { padding: 100px 0; background: #fff; }
.section-title { display: grid; grid-template-columns: 1.13fr .87fr; gap: 60px; align-items: end; margin-bottom: 45px; }
.section-title.compact { margin-bottom: 35px; }
.section-title h2, .included-grid h2, .integration-grid h2, .management-grid h2, .expectation-grid h2 { margin: 12px 0 0; font-size: clamp(40px, 4.5vw, 62px); line-height: 1; letter-spacing: -.055em; }
.section-title > p, .included-grid > div > p, .integration-grid > div > p, .management-grid > div > p { margin: 0; color: var(--slate); font-size: 16px; }
.highlight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.highlight-grid.count-4 { grid-template-columns: repeat(4, 1fr); }
.highlight-card { min-height: 260px; padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); display: flex; flex-direction: column; }
.highlight-card:nth-child(2) { background: var(--mint); }
.highlight-card:nth-child(3) { background: var(--lilac); }
.highlight-card > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: #fff; color: var(--violet); font-size: 11px; font-weight: 900; }
.highlight-card h3 { margin: auto 0 9px; font-size: 23px; line-height: 1.15; }
.highlight-card p { margin: 0; color: var(--slate); font-size: 14px; }
.highlight-card-media { aspect-ratio: 2 / 1; margin: -25px -25px 22px; overflow: hidden; border-bottom: 1px solid var(--line); border-radius: 18px 18px 0 0; background: var(--sky); }
.highlight-card-media img { width: 100%; height: 100%; display: block; object-fit: cover; }
.highlight-card.has-image h3 { margin: 20px 0 9px; }
.service-feature-section { padding: 100px 0; background: linear-gradient(180deg, #f7f9ff, #fff); }
.service-feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.service-feature-card { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 24px 60px rgba(25, 34, 82, .1); }
.service-feature-card > img { width: 100%; aspect-ratio: 2 / 1; display: block; object-fit: cover; border-bottom: 1px solid var(--line); }
.service-feature-card > div { padding: 26px; }
.service-feature-card h3 { margin: 10px 0 9px; font-size: 27px; line-height: 1.08; letter-spacing: -.035em; }
.service-feature-card p { margin: 0; color: var(--slate); font-size: 14px; }

.included-section { padding: 100px 0; background: linear-gradient(135deg, #f1efff, #eaf5ff 57%, #e8f9f1); }
.included-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: center; }
.included-list { overflow: hidden; border: 1px solid #ccd5e7; border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
.included-list > div { display: grid; grid-template-columns: 48px 1fr; align-items: center; gap: 15px; padding: 18px 22px; border-bottom: 1px solid var(--line); }
.included-list > div:last-child { border: 0; }
.included-list span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; background: var(--lilac); color: var(--violet); font-size: 10px; font-weight: 900; }
.included-list b { font-size: 14px; }

.steps-section { padding: 100px 0; background: #fff; }
.steps-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); }
.steps-grid::before { content: ""; position: absolute; top: 26px; left: 12%; right: 12%; height: 1px; background: #cbd4e7; }
.steps-grid article { position: relative; padding: 0 20px; text-align: center; }
.steps-grid article > span { position: relative; z-index: 1; width: 52px; height: 52px; margin: 0 auto 24px; display: grid; place-items: center; border: 1px solid #cbd4e7; border-radius: 50%; background: #fff; color: var(--violet); font-size: 11px; font-weight: 900; box-shadow: 0 8px 24px rgba(31, 41, 89, .08); }
.steps-grid h3 { margin: 0 0 8px; }
.steps-grid p { margin: 0; color: var(--slate); font-size: 13px; }

.domain-check { padding: 80px 0; background: linear-gradient(115deg, #111c42, #263878 52%, #4a2fd8); color: #fff; }
.domain-check-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 65px; align-items: center; }
.domain-check h2 { margin: 12px 0 15px; font-size: clamp(38px, 4vw, 55px); line-height: 1; letter-spacing: -.05em; }
.domain-check-grid > div > p { color: #c4cdec; }
.domain-search-panel { padding: 24px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 19px; background: rgba(255, 255, 255, .08); backdrop-filter: blur(14px); }
.domain-search-form label { display: block; margin-bottom: 8px; color: #dbe2f7; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.domain-search-form > div { display: grid; grid-template-columns: 1fr auto auto; overflow: hidden; border-radius: 12px; background: #fff; }
.domain-search-form input { min-width: 0; height: 60px; padding: 0 15px; border: 0; outline: 0; color: var(--ink); }
.domain-search-form span { display: flex; align-items: center; padding: 0 13px; border-left: 1px solid var(--line); color: var(--violet); font-weight: 850; }
.domain-search-form button { border: 0; background: linear-gradient(115deg, var(--blue), var(--violet)); color: #fff; padding: 0 18px; font-weight: 800; }
.domain-search-form button:disabled { opacity: .65; cursor: wait; }
.domain-result { display: none; margin-top: 13px; padding: 13px; border-radius: 10px; background: rgba(11, 24, 59, .38); }
.domain-result.open { display: block; }
.domain-result b, .domain-result small { display: block; }
.domain-result small { color: #d1d9f3; }
.domain-result.available { border: 1px solid rgba(105, 229, 172, .3); }
.domain-result.registered, .domain-result.error { border: 1px solid rgba(255, 181, 104, .34); }
.domain-result a { display: inline-block; margin-top: 8px; color: #fff; font-weight: 800; text-decoration: underline; }
.domain-search-panel > p { margin: 13px 0 0; color: #c4cdec; font-size: 11px; }
.domain-search-panel > p a { color: #fff; font-weight: 800; }

.page-cta { padding: 72px 0; background: linear-gradient(112deg, #111a3b, #2d258c 55%, #4d2ce0); color: #fff; }
.page-cta-grid { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; }
.page-cta h2 { max-width: 780px; margin: 10px 0 8px; font-size: clamp(36px, 4vw, 56px); line-height: 1; letter-spacing: -.05em; }
.page-cta p { margin: 0; color: #c5cdeb; }

.overview-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; }
.overview-heading h1 { margin-bottom: 0; }
.overview-heading > p { margin: 0 0 5px; color: var(--slate); font-size: 17px; }
.overview-map { position: relative; min-height: 390px; margin-top: 60px; border: 1px solid #ccd5e7; border-radius: 24px; overflow: hidden; background: linear-gradient(135deg, #fff, #f0f5ff); box-shadow: var(--shadow); }
.overview-map::before, .overview-map::after { content: ""; position: absolute; inset: 50% 14%; height: 1px; background: #cbd5e8; }
.overview-map::after { inset: 13% 50%; width: 1px; height: auto; }
.overview-core { position: absolute; z-index: 2; left: 50%; top: 50%; width: 230px; height: 150px; transform: translate(-50%, -50%); display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 20px; background: linear-gradient(145deg, #15234d, #3a25c0); color: #fff; box-shadow: 0 24px 55px rgba(31, 35, 112, .26); }
.overview-core small { color: #bfc8ea; letter-spacing: .13em; }
.overview-core .brand-logo--display { margin: 8px 0 5px; }
.overview-core span { color: #cbd3ef; font-size: 11px; }
.overview-node { position: absolute; z-index: 2; width: 190px; padding: 17px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.overview-node > span { color: var(--violet); font-size: 10px; font-weight: 900; }
.overview-node b, .overview-node small { display: block; }
.overview-node b { font-size: 18px; }
.overview-node small { color: var(--slate); }
.node-sites { left: 7%; top: 13%; background: var(--lilac); }
.node-domain { right: 7%; top: 13%; background: var(--sky); }
.node-email { left: 7%; bottom: 13%; background: var(--mint); }
.node-host { right: 7%; bottom: 13%; background: var(--lemon); }
.service-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.service-card { min-height: 295px; padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: #fff; display: flex; flex-direction: column; transition: .2s; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.service-card-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; background: var(--lilac); color: var(--violet); font-weight: 900; }
.service-card > small { margin-top: 22px; color: var(--violet); font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.service-card h3 { margin: 8px 0; font-size: 25px; line-height: 1.1; }
.service-card p { margin: 0; color: var(--slate); font-size: 14px; }
.service-card > b { margin-top: auto; padding-top: 20px; font-size: 12px; }
.service-card > b span { color: var(--violet); }
.tone-violet { background: #f7f4ff; }
.tone-cyan { background: #f0fbff; }
.tone-navy { background: #f3f5fb; }
.tone-blue { background: #eef5ff; }
.tone-green { background: #effaf5; }
.tone-orange { background: #fff7ed; }
.integration-section, .management-section, .expectation-section { padding: 100px 0; background: linear-gradient(135deg, #f1efff, #eaf5ff 57%, #e8f9f1); }
.integration-grid, .management-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 75px; align-items: center; }
.integration-panel, .management-list { overflow: hidden; border: 1px solid #ccd5e7; border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
.integration-panel > div { display: grid; grid-template-columns: 42px 1fr; padding: 20px; border-bottom: 1px solid var(--line); }
.integration-panel > div:last-child, .management-list > div:last-child { border: 0; }
.integration-panel span { grid-row: 1/3; color: var(--violet); font-size: 11px; font-weight: 900; }
.integration-panel small { color: var(--slate); }

.statement-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 70px; align-items: end; }
.statement-grid h1 { margin-bottom: 0; }
.statement-grid > div > p { margin: 0; color: var(--slate); font-size: 18px; }
.principles-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-template-rows: 1fr 1fr; gap: 15px; }
.principles-grid article { min-height: 190px; padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); display: flex; flex-direction: column; }
.principles-grid article:nth-child(2) { background: var(--lemon); }
.principles-grid article:nth-child(3) { background: var(--mint); }
.principles-grid article:nth-child(4) { background: var(--lilac); }
.principle-main { grid-row: 1/3; color: #fff; background: linear-gradient(145deg, #172552, #3523bb) !important; }
.principles-grid article > span { color: var(--violet); font-size: 11px; font-weight: 900; }
.principle-main > span { color: #bfc8eb; }
.principles-grid h2, .principles-grid h3 { margin: auto 0 8px; line-height: 1.1; }
.principles-grid h2 { font-size: 35px; }
.principles-grid h3 { font-size: 21px; }
.principles-grid p { margin: 0; color: var(--slate); }
.principle-main p { color: #c8cfea; }
.management-list > div { padding: 19px 22px; border-bottom: 1px solid var(--line); }
.management-list b, .management-list span { display: block; }
.management-list span { margin-top: 3px; color: var(--slate); font-size: 13px; }

.process-heading { max-width: 930px; }
.process-heading > p { max-width: 720px; margin: 0; color: var(--slate); font-size: 17px; }
.timeline-row { display: grid; grid-template-columns: 90px 1fr .65fr; gap: 35px; padding: 45px 0; border-bottom: 1px solid var(--line); }
.timeline-row:first-child { padding-top: 0; }
.timeline-row:last-child { border: 0; padding-bottom: 0; }
.timeline-index { width: 60px; height: 60px; display: grid; place-items: center; border-radius: 17px; background: linear-gradient(145deg, var(--blue), var(--violet)); color: #fff; font-size: 12px; font-weight: 900; }
.timeline-row small { color: var(--violet); font-weight: 850; letter-spacing: .12em; }
.timeline-row h2 { margin: 5px 0 10px; font-size: 34px; letter-spacing: -.04em; }
.timeline-row p { max-width: 620px; margin: 0; color: var(--slate); }
.timeline-row ul { margin: 0; padding: 0; list-style: none; }
.timeline-row li { padding: 8px 0; border-bottom: 1px solid var(--line); color: #465269; font-size: 13px; font-weight: 750; }
.timeline-row li::before { content: "✓"; margin-right: 8px; color: var(--green); }
.expectation-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 75px; }
.expectation-items { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.expectation-items > div { padding: 20px; border: 1px solid #ccd5e7; border-radius: 15px; background: #fff; }
.expectation-items p { margin: 7px 0 0; color: var(--slate); font-size: 12px; }

.contact-intro-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 70px; align-items: end; }
.contact-intro-grid h1 { margin-bottom: 0; }
.contact-intro-grid > div > p { margin: 0; color: var(--slate); font-size: 17px; }
.direct-contact { margin-top: 24px; padding: 17px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255, 255, 255, .8); }
.direct-contact small, .direct-contact a { display: block; }
.direct-contact small { color: var(--violet); font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.direct-contact a { margin-top: 3px; font-size: 19px; font-weight: 800; }
.contact-section { padding: 95px 0; background: #fff; }
.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 65px; align-items: start; }
.contact-copy h2 { margin: 12px 0 17px; font-size: clamp(42px, 4vw, 59px); line-height: 1; letter-spacing: -.05em; }
.contact-copy p { color: var(--slate); }
.contact-note { margin-top: 25px; padding: 19px; border-radius: 15px; background: var(--lemon); font-size: 13px; }
.contact-form { padding: 26px; border: 1px solid #ced6e8; border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.form-field { margin-bottom: 13px; }
.form-field label { display: block; margin-bottom: 6px; font-size: 12px; font-weight: 780; }
.form-field input, .form-field select, .form-field textarea { width: 100%; padding: 12px; border: 1px solid #cfd8e8; border-radius: 10px; background: #fff; color: var(--ink); outline: 0; }
.form-field textarea { min-height: 120px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--violet); box-shadow: 0 0 0 3px var(--lilac); }
.form-field.invalid input, .form-field.invalid select, .form-field.invalid textarea { border-color: #c84d61; }
.field-error { display: block; margin-top: 5px; color: #b43c51; font-size: 11px; }
.form-status { margin: 12px 0 0; font-size: 13px; font-weight: 750; }
.form-status.success { color: var(--green); }
.form-status.error { color: #b43c51; }
.honeypot { position: absolute; left: -9999px; }
.contact-help { padding: 0 0 90px; background: #fff; }
.contact-help .wrap { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.contact-help .wrap > div { padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); }
.contact-help b, .contact-help span { display: block; }
.contact-help span { margin-top: 4px; color: var(--slate); font-size: 12px; }

footer { padding: 72px 0 25px; background: #0c1329; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.25fr repeat(4, 1fr); gap: 32px; }
.footer-grid p { max-width: 290px; color: #9da9c8; font-size: 13px; }
.footer-grid h4 { margin: 0 0 13px; }
.footer-grid > div > a:not(.brand) { display: block; margin: 8px 0; color: #aeb8d4; font-size: 12px; }
.footer-grid > div > a:hover { color: #fff; }
.footer-overview { color: #c9c2ff !important; font-weight: 800; }
.legal { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .1); color: #7683a6; font-size: 10px; }

@media (max-width: 1100px) {
  .links { gap: 16px; }
  .nav-actions .btn-light { display: none; }
}

@media (max-width: 960px) {
  .links { display: none; }
  .inner-hero-grid, .overview-heading, .statement-grid, .contact-intro-grid, .section-title, .included-grid, .integration-grid, .management-grid, .expectation-grid, .domain-check-grid { grid-template-columns: 1fr; }
  .service-visual { max-width: 650px; }
  .highlight-grid, .highlight-grid.count-4, .service-cards { grid-template-columns: 1fr 1fr; }
  .service-feature-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr 1fr; gap: 35px 0; }
  .steps-grid::before { display: none; }
  .principles-grid { grid-template-columns: 1fr 1fr; }
  .principle-main { grid-row: auto; grid-column: 1/-1; min-height: 320px !important; }
  .timeline-row { grid-template-columns: 70px 1fr; }
  .timeline-row ul { grid-column: 2; }
  .expectation-items { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .notice { font-size: 10px; }
  header { height: 68px; }
  .brand-logo--header { height: 29px; }
  .nav-actions .btn-light { display: none; }
  .nav-actions .btn-primary { padding: 11px 13px; font-size: 12px; }
  .breadcrumb { margin-bottom: 32px; }
  .inner-hero, .overview-hero, .statement-hero, .process-hero, .contact-intro { padding: 30px 0 68px; }
  .inner-hero-copy h1, .overview-heading h1, .statement-grid h1, .process-heading h1, .contact-intro h1 { font-size: 46px; }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .service-visual-head, .service-visual-foot { align-items: flex-start; flex-direction: column; }
  .content-section, .services-catalog, .principles-section, .process-timeline, .included-section, .steps-section, .service-feature-section, .integration-section, .management-section, .expectation-section, .contact-section { padding: 72px 0; }
  .section-title h2, .included-grid h2, .integration-grid h2, .management-grid h2, .expectation-grid h2 { font-size: 42px; }
  .highlight-grid, .highlight-grid.count-4, .service-cards, .steps-grid, .principles-grid, .contact-help .wrap { grid-template-columns: 1fr; }
  .highlight-card, .service-card { min-height: 240px; }
  .included-list > div { padding: 15px; }
  .overview-map { min-height: auto; padding: 14px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .overview-map::before, .overview-map::after { display: none; }
  .overview-core, .overview-node { position: static; width: auto; transform: none; }
  .overview-core { grid-column: 1/-1; height: 150px; }
  .domain-search-form > div { grid-template-columns: 1fr auto; }
  .domain-search-form input { grid-column: 1/3; border-bottom: 1px solid var(--line); }
  .domain-search-form span { border-left: 0; }
  .timeline-row { grid-template-columns: 1fr; gap: 15px; }
  .timeline-row ul { grid-column: auto; }
  .page-cta-grid { grid-template-columns: 1fr; }
  .page-cta .btn { width: 100%; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 24px; }
  .footer-grid > div:first-child { grid-column: 1/-1; }
  .legal { display: block; }
  .legal span { display: block; margin-top: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
