/* =========================================================
CSS PART 1 — BASE, HEADER, MOBILE NAV, TYPE, BUTTONS
========================================================= */

:root {
--bg: #edf1ef;
--bg-soft: #fbfaf6;
--bg-muted: #dfe7e4;
--text: #121b1a;
--muted: #5c6867;
--accent: #2f4c59;
--accent-dark: #18343d;
--accent-soft: #d7e3e3;
--warm: #f3ede3;
--white: #ffffff;
--border: rgba(18, 27, 26, 0.12);
--border-strong: rgba(18, 27, 26, 0.18);
--shadow: 0 30px 90px rgba(18, 27, 26, 0.12);
--shadow-soft: 0 18px 48px rgba(18, 27, 26, 0.075);
--radius: 30px;
--container: 1180px;
}

* {
  box-sizing: border-box;
  }

html {
scroll-behavior: smooth;
scroll-padding-top: 112px;
}

body {
margin: 0;
background: var(--bg);
color: var(--text);
font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
line-height: 1.6;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
}

img {
max-width: 100%;
display: block;
}

a {
color: inherit;
text-decoration: none;
}

.site-main,
.page-main {
overflow: hidden;
}

section[id],
main[id] {
scroll-margin-top: 112px;
}

.container {
width: min(var(--container), calc(100% - 44px));
margin: 0 auto;
}

.narrow {
max-width: 760px;
}

/* Header */

.site-header {
position: sticky;
top: 0;
z-index: 1000;
background: rgba(237, 241, 239, 0.94);
backdrop-filter: blur(18px);
-webkit-backdrop-filter: blur(18px);
border-bottom: 1px solid rgba(18, 27, 26, 0.08);
}

.header-inner {
min-height: 92px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 40px;
position: relative;
}

.site-logo,
.site-logo-image {
display: inline-flex;
align-items: center;
flex-shrink: 0;
position: relative;
z-index: 1004;
}

.header-logo-img {
width: 240px;
max-width: 60vw;
height: auto;
}

.site-nav {
display: flex;
align-items: center;
gap: 34px;
}

.site-nav a {
position: relative;
color: var(--muted);
font-size: 0.95rem;
font-weight: 750;
letter-spacing: -0.01em;
white-space: nowrap;
transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.site-nav a::after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: -8px;
height: 1.5px;
background: var(--accent);
transform: scaleX(0);
transform-origin: center;
transition: transform 0.22s ease;
}

.site-nav a:hover {
color: var(--text);
}

.site-nav a:hover::after {
transform: scaleX(1);
}

.nav-button {
padding: 0;
border-radius: 0;
background: transparent;
color: var(--muted) !important;
box-shadow: none;
}

.nav-button:hover {
background: transparent;
color: var(--text) !important;
transform: none;
box-shadow: none;
}

/* Mobile toggle */

.nav-toggle {
position: absolute;
opacity: 0;
pointer-events: none;
}

.nav-toggle-label {
display: none;
width: 46px;
height: 46px;
border: 1px solid var(--border);
border-radius: 999px;
background: rgba(251, 250, 246, 0.94);
align-items: center;
justify-content: center;
flex-direction: column;
gap: 5px;
cursor: pointer;
position: relative;
z-index: 1004;
box-shadow: 0 10px 30px rgba(18, 27, 26, 0.08);
}

.nav-toggle-label span {
display: block;
width: 18px;
height: 2px;
border-radius: 999px;
background: var(--accent-dark);
transition: transform 0.22s ease, opacity 0.22s ease;
}

.nav-toggle:checked + .nav-toggle-label span:nth-child(1) {
transform: translateY(7px) rotate(45deg);
}

.nav-toggle:checked + .nav-toggle-label span:nth-child(2) {
opacity: 0;
}

.nav-toggle:checked + .nav-toggle-label span:nth-child(3) {
transform: translateY(-7px) rotate(-45deg);
}

/* Type */

.eyebrow {
margin: 0 0 14px;
color: var(--accent);
font-size: 0.72rem;
font-weight: 900;
letter-spacing: 0.2em;
text-transform: uppercase;
}

h1,
h2,
h3,
p {
margin-top: 0;
}

h1 {
max-width: 760px;
margin-bottom: 26px;
font-size: clamp(3.15rem, 5.7vw, 5.75rem);
line-height: 0.96;
letter-spacing: -0.076em;
text-wrap: balance;
}

h2 {
margin-bottom: 18px;
font-size: clamp(2.25rem, 4vw, 3.65rem);
line-height: 1.02;
letter-spacing: -0.065em;
text-wrap: balance;
}

h3 {
margin-bottom: 10px;
font-size: 1.08rem;
line-height: 1.28;
letter-spacing: -0.025em;
}

p {
color: var(--muted);
font-size: 1.04rem;
}

/* Buttons and links */

.button {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 50px;
padding: 0 25px;
border-radius: 999px;
font-weight: 900;
transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.button:hover {
transform: translateY(-2px);
}

.button-primary {
background: var(--accent);
color: #fff;
box-shadow: 0 14px 30px rgba(24, 52, 61, 0.16);
}

.button-primary:hover {
background: var(--accent-dark);
box-shadow: 0 18px 40px rgba(24, 52, 61, 0.22);
}

.text-link,
.about-link {
display: inline-flex;
align-items: center;
gap: 8px;
margin-top: 14px;
color: var(--accent);
font-weight: 900;
}

.text-link::after,
.about-link::after {
content: "→";
transition: transform 0.2s ease;
}

.text-link:hover,
.about-link:hover {
color: var(--accent-dark);
}

.text-link:hover::after,
.about-link:hover::after {
transform: translateX(4px);
}
/* =========================================================
CSS PART 2 — HERO, SECTIONS, CARDS, PANELS, FOOTER
========================================================= */

/* Hero */

.hero {
padding: 104px 0 96px;
background:
radial-gradient(circle at 8% 10%, rgba(47, 76, 89, 0.11), transparent 34%),
radial-gradient(circle at 78% 0%, rgba(255, 255, 255, 0.7), transparent 30%),
linear-gradient(135deg, #edf1ef 0%, #dfe7e4 100%);
}

.hero-grid {
display: grid;
grid-template-columns: 0.92fr 1.08fr;
gap: 76px;
align-items: center;
}

.hero-content {
max-width: 650px;
}

.hero-text {
max-width: 610px;
margin-bottom: 0;
color: #536160;
font-size: clamp(1.12rem, 1.5vw, 1.28rem);
line-height: 1.66;
}

.hero-actions {
display: flex;
flex-wrap: wrap;
gap: 14px;
margin-top: 32px;
}

.hero-image-wrap {
position: relative;
height: clamp(450px, 48vw, 600px);
overflow: hidden;
border-radius: 38px;
background: #c9c7bf;
box-shadow: var(--shadow);
}

.hero-image-wrap::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(0deg, rgba(18, 27, 26, 0.06), transparent 42%);
pointer-events: none;
}

.hero-image {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
filter: brightness(1.06) contrast(0.96) saturate(0.94);
transform: scale(1.01);
}

/* Sections */

.section {
padding: 108px 0;
}

.statement-section {
background: var(--bg-soft);
}

.statement-inner {
max-width: 880px;
text-align: center;
}

.statement-inner h2 {
max-width: 820px;
margin-left: auto;
margin-right: auto;
}

.statement-inner p:last-child {
max-width: 680px;
margin: 0 auto;
}

.muted-section {
background:
radial-gradient(circle at 92% 12%, rgba(255, 255, 255, 0.48), transparent 26%),
var(--bg-muted);
}

.section-heading {
max-width: 760px;
margin-bottom: 42px;
}

.section-heading p {
max-width: 660px;
}

.split-heading {
max-width: none;
display: grid;
grid-template-columns: 0.95fr 0.7fr;
gap: 52px;
align-items: end;
}

.split-heading p:last-child {
margin-bottom: 8px;
}

/* Cards and steps */

.card-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
}

.card,
.step,
.fee-card,
.contact-card {
border: 1px solid var(--border);
border-radius: var(--radius);
background: rgba(251, 250, 246, 0.92);
box-shadow: var(--shadow-soft);
}

.card {
min-height: 236px;
padding: 30px;
transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.card:hover {
transform: translateY(-5px);
border-color: var(--border-strong);
box-shadow: 0 24px 56px rgba(18, 27, 26, 0.1);
}

.card-icon {
width: 43px;
height: 43px;
display: inline-flex;
align-items: center;
justify-content: center;
margin-bottom: 22px;
border-radius: 15px;
background: var(--accent-soft);
color: var(--accent-dark);
font-weight: 950;
}

.card p {
margin-bottom: 0;
}

.two-column {
display: grid;
grid-template-columns: 0.78fr 1.22fr;
gap: 76px;
align-items: start;
}

.sticky-copy {
position: sticky;
top: 136px;
}

.sticky-copy p {
max-width: 520px;
}

.steps {
display: grid;
gap: 18px;
}

.step {
display: grid;
grid-template-columns: 58px 1fr;
gap: 22px;
padding: 30px;
background: rgba(251, 250, 246, 0.94);
transition: transform 0.22s ease, border-color 0.22s ease;
}

.step:hover {
transform: translateX(4px);
border-color: var(--border-strong);
}

.step span {
color: var(--accent);
font-weight: 950;
}

.step p {
margin-bottom: 0;
}

/* Image section */

.soft-image-section {
background:
radial-gradient(circle at 12% 12%, rgba(47, 76, 89, 0.08), transparent 28%),
var(--warm);
}

.image-content-grid {
display: grid;
grid-template-columns: 0.92fr 1.08fr;
gap: 70px;
align-items: center;
}

.soft-image {
min-height: 440px;
overflow: hidden;
border-radius: 38px;
background: var(--accent-soft);
box-shadow: var(--shadow);
}

.soft-image img {
width: 100%;
height: 100%;
object-fit: cover;
filter: brightness(1.03) contrast(0.98) saturate(0.95);
transition: transform 0.5s ease;
}

.soft-image:hover img {
transform: scale(1.035);
}

/* Check list */

.check-list {
display: grid;
gap: 16px;
margin-top: 28px;
}

.check-item {
display: flex;
gap: 13px;
align-items: flex-start;
color: var(--muted);
}

.check-item p {
margin-bottom: 0;
}

.check-item span {
flex: 0 0 auto;
width: 28px;
height: 28px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background: var(--accent);
color: #fff;
font-size: 0.86rem;
font-weight: 950;
}

/* Panels */

.first-session-section {
background:
radial-gradient(circle at top right, rgba(47, 76, 89, 0.1), transparent 34%),
var(--bg-soft);
}

.first-session-panel,
.about-panel {
display: grid;
gap: 62px;
padding: 58px;
border-radius: calc(var(--radius) + 12px);
box-shadow: var(--shadow-soft);
}

.first-session-panel {
grid-template-columns: 0.82fr 1.18fr;
border: 1px solid var(--border);
background: #fff;
}

.about-panel {
grid-template-columns: 0.86fr 1.14fr;
border: 1px solid rgba(255, 255, 255, 0.45);
background: rgba(251, 250, 246, 0.94);
box-shadow: var(--shadow);
}

.first-session-panel p:last-of-type {
margin-bottom: 0;
}

.about-panel p {
font-size: 1.06rem;
}

/* Contact */

.contact-section {
padding: 98px 0;
background:
radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.08), transparent 34%),
var(--accent-dark);
text-align: center;
}

.contact-section h2,
.contact-section p,
.contact-section .eyebrow {
color: #fff;
}

.contact-section p {
max-width: 660px;
margin-left: auto;
margin-right: auto;
color: rgba(255, 255, 255, 0.78);
}

.contact-section .button-primary {
margin-top: 18px;
background: #fff;
color: var(--accent-dark);
box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

.contact-section .button-primary:hover {
background: var(--bg-soft);
}

.contact-small {
margin-top: 24px;
margin-bottom: 0;
font-size: 0.94rem;
}

.contact-small a {
color: #fff;
font-weight: 900;
text-decoration: underline;
text-underline-offset: 4px;
}

/* Footer */

.site-footer {
padding: 72px 0;
background: var(--accent-dark);
text-align: center;
}

.footer-simple {
max-width: 620px;
margin: 0 auto;
text-align: center;
}

.footer-title {
margin: 0 0 12px;
color: #fff;
font-size: 1.25rem;
font-weight: 800;
letter-spacing: -0.03em;
}

.footer-description {
margin: 0 0 22px;
color: rgba(255, 255, 255, 0.72);
font-size: 1rem;
}

.footer-email {
margin: 0 0 22px;
}

.footer-email a {
color: #fff;
font-weight: 700;
}

.footer-copyright {
margin: 0;
color: rgba(255, 255, 255, 0.45);
font-size: 0.9rem;
}

/* Inner pages */

.page-hero {
padding: 102px 0 76px;
background:
radial-gradient(circle at top left, rgba(47, 76, 89, 0.12), transparent 36%),
linear-gradient(135deg, #edf1ef 0%, #dfe7e4 100%);
text-align: center;
}

.page-hero h1 {
margin-left: auto;
margin-right: auto;
}

.page-hero p {
max-width: 680px;
margin-left: auto;
margin-right: auto;
font-size: 1.14rem;
}

.content-page {
max-width: 780px;
}

.content-page h2 {
margin-top: 44px;
font-size: clamp(1.7rem, 3vw, 2.4rem);
}

.content-page h2:first-child {
margin-top: 0;
}

.content-page p {
font-size: 1.08rem;
}

.fee-card,
.contact-card {
padding: 34px;
margin-bottom: 24px;
background: var(--bg-soft);
box-shadow: var(--shadow);
}

.fee-price {
margin-bottom: 8px;
color: var(--accent);
font-size: 2.8rem !important;
font-weight: 950;
line-height: 1;
}

.contact-card a {
color: var(--accent);
font-weight: 900;
}
/* =========================================================
CSS PART 3 — RESPONSIVE, FULLSCREEN MOBILE NAV, MOBILE POLISH
========================================================= */

@media (max-width: 1000px) {
.hero-grid,
.two-column,
.about-panel,
.image-content-grid,
.first-session-panel,
.split-heading {
grid-template-columns: 1fr;
gap: 42px;
}

.sticky-copy {
position: static;
}

.hero {
padding: 78px 0 74px;
}

.hero-content {
max-width: 760px;
}

.hero-image-wrap {
height: 520px;
}

.card-grid {
grid-template-columns: repeat(2, 1fr);
}

.about-panel,
.first-session-panel {
padding: 42px;
}
}

@media (max-width: 760px) {
html {
scroll-padding-top: 82px;
}

body:has(.nav-toggle:checked) {
overflow: hidden;
}

section[id],
main[id] {
scroll-margin-top: 82px;
}

.site-header {
background: rgba(237, 241, 239, 0.98);
}

.container {
width: min(100% - 30px, var(--container));
}

.header-inner {
min-height: 78px;
gap: 14px;
}

.site-logo {
flex: 1 1 auto;
min-width: 0;
}

.header-logo-img {
width: 220px;
max-width: 66vw;
}

.nav-toggle-label {
display: inline-flex;
flex: 0 0 auto;
width: 48px;
height: 48px;
margin-left: 10px;
}

.nav-toggle:checked + .nav-toggle-label {
background: #fff;
}

.site-nav {
position: fixed;
inset: 0;
z-index: 1002;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: stretch;
min-height: 100vh;
max-height: 100vh;
overflow-y: auto;
padding: 112px 26px 38px;
background:
radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.35), transparent 36%),
var(--bg);
opacity: 0;
visibility: hidden;
pointer-events: none;
transform: translateY(-8px);
transition: opacity 0.28s ease, visibility 0.28s ease, transform 0.28s ease;
}

.nav-toggle:checked ~ .site-nav {
opacity: 1;
visibility: visible;
pointer-events: auto;
transform: translateY(0);
}

.site-nav a {
display: block;
width: 100%;
padding: 18px 0;
border-bottom: 1px solid rgba(18, 27, 26, 0.1);
color: var(--text);
font-size: 1.24rem;
font-weight: 850;
line-height: 1.2;
letter-spacing: -0.035em;
text-align: center;
opacity: 0;
transform: translateY(8px);
transition: opacity 0.28s ease, transform 0.28s ease, color 0.22s ease, border-color 0.22s ease;
}

.nav-toggle:checked ~ .site-nav a {
opacity: 1;
transform: translateY(0);
}

.site-nav a:hover {
background: transparent;
color: var(--accent);
border-color: rgba(47, 76, 89, 0.28);
}

.site-nav a::after {
display: none;
}

.site-nav .nav-button {
display: inline-flex;
align-items: center;
justify-content: center;
width: 100%;
min-height: 58px;
margin-top: 40px;
border-radius: 999px;
background: var(--accent);
color: #fff !important;
font-size: 1rem;
font-weight: 900;
box-shadow: 0 14px 30px rgba(24, 52, 61, 0.2);
}

.site-nav .nav-button:hover {
background: var(--accent-dark);
color: #fff !important;
}

.page-hero {
padding: 76px 0 60px;
}

.site-footer {
padding: 54px 0 40px;
}

.footer-simple {
max-width: 520px;
}
}

@media (max-width: 620px) {
.hero {
padding: 46px 0 58px;
}

.hero-grid {
gap: 34px;
}

.hero-content {
max-width: none;
}

h1 {
margin-bottom: 20px;
font-size: clamp(2.65rem, 12.5vw, 4.05rem);
line-height: 0.99;
letter-spacing: -0.07em;
}

h2 {
font-size: clamp(2.05rem, 9vw, 2.95rem);
}

h3 {
font-size: 1.02rem;
}

p {
font-size: 1rem;
}

.eyebrow {
margin-bottom: 12px;
font-size: 0.65rem;
letter-spacing: 0.18em;
}

.hero-text {
font-size: 1.16rem;
line-height: 1.62;
}

.hero-actions {
flex-direction: column;
margin-top: 28px;
}

.button {
width: 100%;
min-height: 56px;
}

.hero-image-wrap {
height: 410px;
border-radius: 30px;
}

.section {
padding: 72px 0;
}

.card-grid {
grid-template-columns: 1fr;
}

.card {
min-height: auto;
padding: 28px;
border-radius: 24px;
}

.step {
grid-template-columns: 1fr;
gap: 12px;
padding: 28px;
border-radius: 24px;
}

.soft-image {
min-height: 330px;
border-radius: 30px;
}

.about-panel,
.first-session-panel {
gap: 26px;
padding: 30px;
border-radius: 28px;
}

.contact-section {
padding: 78px 0;
}
}

@media (max-width: 430px) {
.header-inner {
min-height: 76px;
gap: 10px;
}

.header-logo-img {
width: 210px;
max-width: 64vw;
}

.nav-toggle-label {
width: 46px;
height: 46px;
margin-left: 8px;
}

.site-nav {
padding: 106px 20px 34px;
}

.site-nav a {
padding: 17px 0;
font-size: 1.18rem;
}

.site-nav .nav-button {
min-height: 58px;
}

h1 {
font-size: clamp(2.5rem, 13.5vw, 3.75rem);
}

.hero-image-wrap {
height: 390px;
}
}
