.wip { background: #fffaf6; }
.wip .wsp-breadcrumb { padding-bottom: 12px; }
.wip-hero { position: relative; padding: 24px 0 90px; }
.wip-hero::before { position: absolute; z-index: 0; inset: -150px 0 0; background-image: linear-gradient(rgba(var(--accent-rgb),.04) 1px, transparent 1px), linear-gradient(90deg,rgba(var(--accent-rgb),.04) 1px,transparent 1px); background-size: 84px 84px; content: ""; }
.wip-hero__grid { position: relative; z-index: 1; display: grid; min-height: 560px; align-items: center; grid-template-columns: 1.08fr .92fr; gap: 70px; }
.wip-hero h1 { margin: 0; font-size: clamp(44px,5vw,72px); font-weight: 900; letter-spacing: -.055em; line-height: 1.22; }
.wip-lead { max-width: 660px; margin: 30px 0 0; color: var(--wsp-muted); font-size: 17px; font-weight: 650; line-height: 2; }
.wip-hero__figure { position: relative; display: grid; min-height: 430px; place-content: center; overflow: hidden; border-radius: 44% 25% 39% 27% / 27% 42% 25% 41%; background: linear-gradient(145deg,rgba(var(--accent-rgb),.11),rgba(var(--accent-rgb),.28)); box-shadow: var(--wsp-shadow); color: var(--accent); text-align: center; }
.wip-hero__figure::before, .wip-hero__figure::after { position: absolute; border: 1px solid rgba(var(--accent-rgb),.24); border-radius: 50%; content: ""; }
.wip-hero__figure::before { top: -85px; right: -65px; width: 270px; height: 270px; }
.wip-hero__figure::after { bottom: -42px; left: -22px; width: 150px; height: 150px; }
.wip-hero__figure > span { color: rgba(255,255,255,.76); font-size: clamp(130px,15vw,220px); font-weight: 950; letter-spacing: -.1em; line-height: .74; }
.wip-hero__figure > strong { position: relative; z-index: 1; margin-top: 28px; font-size: 20px; letter-spacing: .12em; }
.wip-hero__figure > small { position: relative; z-index: 1; margin-top: 8px; color: var(--wsp-muted); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.wip-about-hero__figure > span { font-size: clamp(150px,17vw,250px); }
.wip-intro { padding: 0 0 110px; }
.wip-intro__panel { max-width: 1040px; padding: 54px 58px; border-radius: 28px; background: #fff; box-shadow: var(--wsp-shadow); }
.wip-intro h2 { margin: 0; font-size: clamp(34px,4.4vw,58px); font-weight: 900; letter-spacing: -.055em; line-height: 1.3; }
.wip-intro__panel > p:last-child { max-width: 800px; margin: 25px 0 0; color: var(--wsp-muted); font-size: 16px; font-weight: 650; }
.wip-heading { display: grid; align-items: end; grid-template-columns: 1fr .58fr; gap: 70px; }
.wip-heading .wsp-kicker, .wip-heading h2 { grid-column: 1; }
.wip-heading h2 { margin-top: -18px; }
.wip-heading > p:last-child { grid-area: 1 / 2 / 3; margin: 0 0 5px; color: var(--wsp-muted); font-weight: 650; }
.wip-plan-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.wip-plan { position: relative; display: flex; min-height: 620px; flex-direction: column; padding: 35px 29px 28px; border-radius: 24px; background: #fff; box-shadow: var(--wsp-shadow); }
.wip-plan--recommended { background: var(--wsp-ink); color: #fff; transform: translateY(-13px); }
.wip-plan__badge { position: absolute; top: 18px; right: 18px; padding: 6px 10px; border-radius: 999px; background: var(--accent); color: #fff; font-size: 10px; font-weight: 900; }
.wip-plan__head small { color: var(--accent); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.wip-plan__head h3 { margin: 12px 0 20px; font-size: 28px; }
.wip-plan__head p { display: flex; align-items: flex-end; margin: 0; color: var(--accent); line-height: 1; }
.wip-plan__head strong { font-size: clamp(47px,5vw,66px); letter-spacing: -.06em; }
.wip-plan__head span { margin: 0 0 8px 6px; font-size: 13px; font-weight: 900; }
.wip-plan__fit { min-height: 78px; margin: 28px 0 23px; color: var(--wsp-muted); font-size: 14px; font-weight: 650; }
.wip-plan--recommended .wip-plan__fit { color: rgba(255,255,255,.7); }
.wip-plan ul { display: grid; margin: 0 0 28px; padding: 0; gap: 12px; list-style: none; }
.wip-plan li { position: relative; padding-left: 22px; font-size: 14px; font-weight: 700; }
.wip-plan li::before { position: absolute; top: .73em; left: 1px; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); content: ""; }
.wip-plan > a { display: flex; min-height: 50px; align-items: center; justify-content: center; margin-top: auto; border-radius: 14px; background: rgba(var(--accent-rgb),.1); color: var(--accent); font-size: 13px; font-weight: 900; }
.wip-plan--recommended > a { background: var(--accent); color: #fff; }
.wip-plan-note { margin: 25px 0 0; color: var(--wsp-muted); font-size: 13px; }
.wip-included__grid, .wip-audience__grid, .wip-values__grid, .wip-specialties__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.wip-included__grid { grid-template-columns: repeat(4,1fr); }
.wip-included__grid article, .wip-audience__grid article, .wip-values__grid article, .wip-specialties__grid a { min-height: 250px; padding: 30px 27px; border-radius: 22px; background: #fff; box-shadow: var(--wsp-shadow); }
.wip-included__grid span, .wip-audience__grid span, .wip-specialties__grid span { color: var(--accent); font-size: 11px; font-weight: 900; }
.wip-included__grid h3, .wip-audience__grid h3, .wip-values__grid h3, .wip-specialties__grid h3 { margin: 41px 0 13px; font-size: 21px; line-height: 1.45; }
.wip-included__grid p, .wip-audience__grid p, .wip-values__grid p, .wip-specialties__grid p { margin: 0; color: var(--wsp-muted); font-size: 14px; }
.wip-options__layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 75px; }
.wip-options h2, .wip-contract h2, .wip-experience h2, .wip-operator h2 { margin: 0; font-size: clamp(35px,4.4vw,58px); font-weight: 900; letter-spacing: -.055em; line-height: 1.3; }
.wip-options__layout > div:first-child > p:last-child, .wip-contract__panel > div:first-child > p:last-child, .wip-experience__grid > div:first-child > p { color: var(--wsp-muted); font-weight: 650; }
.wip-options__list { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.wip-options__list article { min-height: 190px; padding: 26px; border-radius: 20px; background: #fff; box-shadow: var(--wsp-shadow); }
.wip-options__list h3 { margin: 0 0 13px; font-size: 18px; }
.wip-options__list p { margin: 0; color: var(--wsp-muted); font-size: 14px; }
.wip-contract { background: linear-gradient(145deg,rgba(var(--accent-rgb),.15),rgba(var(--accent-rgb),.045)); }
.wip-contract__panel { padding: 52px; border-radius: 30px; background: rgba(255,255,255,.82); box-shadow: var(--wsp-shadow); }
.wip-contract__panel > div:first-child { display: grid; align-items: end; grid-template-columns: 1fr .8fr; gap: 50px; }
.wip-contract__panel > div:first-child .wsp-kicker { grid-column: 1 / -1; }
.wip-contract__panel > div:first-child h2 { grid-column: 1; }
.wip-contract__panel > div:first-child > p:last-child { margin: 0; }
.wip-contract__steps { display: grid; margin: 45px 0 28px; grid-template-columns: repeat(3,1fr); gap: 13px; }
.wip-contract__steps article { padding: 25px; border-radius: 19px; background: #fff; }
.wip-contract__steps span { color: var(--accent); font-size: 11px; font-weight: 900; }
.wip-contract__steps h3 { margin: 26px 0 10px; font-size: 18px; }
.wip-contract__steps p { margin: 0; color: var(--wsp-muted); font-size: 13px; }
.wip-faq-link { margin-top: 28px; }
.wip-values__grid article > strong { display: inline-flex; padding: 7px 12px; border-radius: 99px; background: rgba(var(--accent-rgb),.11); color: var(--accent); font-size: 11px; }
.wip-specialties__grid a { transition: transform .2s; }
.wip-specialties__grid a:hover { transform: translateY(-4px); }
.wip-experience { background: var(--wsp-ink); color: #fff; }
.wip-experience__grid { display: grid; align-items: center; grid-template-columns: .88fr 1.12fr; gap: 90px; }
.wip-experience__grid > div:first-child > p { margin: 27px 0; color: rgba(255,255,255,.68); }
.wip-experience__facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.wip-experience__facts article { display: flex; min-height: 170px; flex-direction: column; justify-content: space-between; padding: 27px; border-radius: 22px; background: rgba(255,255,255,.09); }
.wip-experience__facts strong { color: #f1aaa5; font-size: 32px; }
.wip-experience__facts span { color: rgba(255,255,255,.7); font-size: 13px; font-weight: 800; }
.wip-operator__grid { display: grid; align-items: center; grid-template-columns: .82fr 1.18fr; gap: 80px; }
.wip-operator__mark { position: relative; display: grid; min-height: 430px; place-content: center; overflow: hidden; border-radius: 43% 25% 40% 28% / 27% 42% 25% 40%; background: linear-gradient(145deg,rgba(var(--accent-rgb),.1),rgba(var(--accent-rgb),.28)); color: var(--accent); text-align: center; }
.wip-operator__mark::after { position: absolute; right: -50px; bottom: -75px; width: 220px; height: 220px; border: 1px solid rgba(var(--accent-rgb),.28); border-radius: 50%; content: ""; }
.wip-operator__mark strong { font-size: clamp(90px,12vw,170px); letter-spacing: -.1em; line-height: .8; }
.wip-operator__mark span { margin-top: 30px; font-size: 11px; font-weight: 900; letter-spacing: .18em; }
.wip-operator__grid > div:last-child > p:not(.wsp-kicker) { margin: 18px 0 0; color: var(--wsp-muted); font-weight: 600; }
.wip-profile dl { max-width: 1000px; margin: 0; padding: 17px 38px; border-radius: 25px; background: #fff; box-shadow: var(--wsp-shadow); }
.wip-profile dl > div { display: grid; padding: 20px 0; grid-template-columns: 180px 1fr; gap: 25px; }
.wip-profile dt { color: var(--accent); font-size: 13px; font-weight: 900; }
.wip-profile dd { margin: 0; color: var(--wsp-muted); font-weight: 650; }
.wip-profile dd a { color: var(--accent); font-weight: 900; }
.wip-profile__legal { display: flex; flex-wrap: wrap; gap: 15px 25px; margin: 24px 0 0; }
.wip-profile__legal a { color: var(--wsp-muted); font-size: 13px; font-weight: 750; }

@media (max-width: 900px) {
	.wip-hero__grid, .wip-heading, .wip-options__layout, .wip-experience__grid, .wip-operator__grid { grid-template-columns: 1fr; gap: 45px; }
	.wip-heading .wsp-kicker, .wip-heading h2, .wip-heading > p:last-child { grid-column: 1; grid-row: auto; }
	.wip-heading h2 { margin-top: 0; }
	.wip-plan-grid { grid-template-columns: 1fr; }
	.wip-plan { min-height: auto; }
	.wip-plan--recommended { transform: none; }
	.wip-plan__fit { min-height: 0; }
	.wip-included__grid { grid-template-columns: repeat(2,1fr); }
	.wip-audience__grid, .wip-values__grid, .wip-specialties__grid { grid-template-columns: 1fr; }
	.wip-contract__panel > div:first-child { grid-template-columns: 1fr; gap: 20px; }
	.wip-contract__panel > div:first-child .wsp-kicker, .wip-contract__panel > div:first-child h2 { grid-column: 1; }
}

@media (max-width: 620px) {
	.wip-hero { padding: 16px 0 60px; }
	.wip-hero__grid { min-height: auto; gap: 34px; padding-top: 27px; }
	.wip-hero h1 { font-size: clamp(37px,11vw,50px); line-height: 1.2; }
	.wip-lead { margin-top: 23px; font-size: 16px; line-height: 1.9; }
	.wip-hero__figure { min-height: 255px; }
	.wip-hero__figure > span { font-size: 135px; }
	.wip-hero__figure > strong { margin-top: 21px; font-size: 15px; }
	.wip-intro { padding-bottom: 70px; }
	.wip-intro__panel { padding: 33px 23px; border-radius: 21px; }
	.wip-intro h2 { font-size: 33px; line-height: 1.35; }
	.wip-intro__panel > p:last-child { font-size: 15px; }
	.wip-plan { padding: 28px 22px 22px; border-radius: 19px; }
	.wip-plan__head h3 { font-size: 24px; }
	.wip-plan__head strong { font-size: 58px; }
	.wip-included__grid { grid-template-columns: 1fr; }
	.wip-included__grid article, .wip-audience__grid article, .wip-values__grid article, .wip-specialties__grid a { min-height: auto; padding: 25px 22px; border-radius: 18px; }
	.wip-included__grid h3, .wip-audience__grid h3, .wip-values__grid h3, .wip-specialties__grid h3 { margin-top: 25px; font-size: 19px; }
	.wip-options h2, .wip-contract h2, .wip-experience h2, .wip-operator h2 { font-size: 34px; }
	.wip-options__list, .wip-contract__steps, .wip-experience__facts { grid-template-columns: 1fr; }
	.wip-options__list article { min-height: auto; padding: 23px; border-radius: 17px; }
	.wip-contract__panel { padding: 31px 21px; border-radius: 22px; }
	.wip-contract__steps { margin-top: 31px; }
	.wip-experience__facts article { min-height: 125px; }
	.wip-operator__mark { min-height: 270px; }
	.wip-profile dl { padding: 10px 22px; border-radius: 20px; }
	.wip-profile dl > div { grid-template-columns: 1fr; gap: 5px; padding: 16px 0; }
}
