:root {
  --py-ink: #071426;
  --py-ink-soft: #0b2039;
  --py-paper: #f4f7fb;
  --py-card: #ffffff;
  --py-lime: #25d5e8;
  --py-lime-dark: #0a5cff;
  --py-green: #0b2039;
  --py-red: #0a5cff;
  --py-muted: #52647a;
  --py-line: #b8c7d8;
  --py-max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body.py-page { margin: 0; background: var(--py-paper); color: var(--py-ink); font-family: "DM Sans", Arial, sans-serif; line-height: 1.55; }
.py-page a { color: inherit; text-decoration: none; }
.py-page img { display: block; max-width: 100%; }
.py-container { width: min(calc(100% - 48px), var(--py-max)); margin-inline: auto; }
.py-skip { position: absolute; left: -9999px; }
.py-skip:focus { left: 16px; top: 16px; z-index: 200; padding: 12px 16px; background: #fff; color: #000; }

.py-header { position: sticky; top: 0; z-index: 100; background: var(--py-ink); color: #fff; border-bottom: 1px solid #23425f; box-shadow: 0 8px 24px rgba(2,11,21,.12); }
.py-nav { min-height: 70px; display: flex; align-items: center; gap: 24px; }
.py-brand img { width: 200px; height: auto; }
.py-links { margin-left: auto; display: flex; align-items: center; gap: 25px; font-weight: 800; font-size: .94rem; }
.py-links a:not(.py-button) { color: #dce1d7; }
.py-links a:hover { color: var(--py-lime); }
.py-menu { display: none; margin-left: auto; border: 1px solid #7890a8; border-radius: 2px; background: transparent; color: #fff; padding: 10px 13px; font: inherit; font-weight: 800; }

.py-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 9px; padding: 0 22px; border: 2px solid var(--py-lime-dark); border-radius: 2px; background: var(--py-lime-dark); color: #fff; font-weight: 900; transition: transform .2s ease, background .2s ease; }
.py-button:hover { transform: translateY(-2px); background: #0049d3; }
.py-button.secondary { border-color: #7890a8; background: transparent; color: #fff; }
.py-button.dark { border-color: var(--py-ink); background: var(--py-ink); color: #fff; }
.py-button.light { border-color: #fff; background: #fff; color: var(--py-ink); }

.py-hero { position: relative; overflow: hidden; background: var(--py-ink); color: #fff; }
.py-hero::before { content: ""; position: absolute; width: 560px; aspect-ratio: 1; border: 86px solid rgba(37,213,232,.11); border-radius: 50%; right: -220px; top: -280px; }
.py-hero-grid { position: relative; min-height: min(610px, calc(100svh - 70px)); display: grid; grid-template-columns: 1.05fr .95fr; align-items: stretch; }
.py-hero-copy { align-self: start; padding: 34px 48px 34px 0; }
.py-kicker { display: flex; align-items: center; gap: 12px; color: var(--py-lime); font-size: .78rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.py-kicker::before { content: ""; width: 34px; height: 2px; background: currentColor; }
.py-hero h1 { margin: 18px 0 20px; max-width: 760px; font: 900 clamp(2.9rem,5vw,5rem)/.93 "Manrope", sans-serif; letter-spacing: -.065em; }
.py-hero h1 em { color: var(--py-lime); font-style: normal; }
.py-hero-lead { max-width: 650px; margin: 0 0 28px; color: #c7d8e9; font-size: clamp(1.06rem,1.5vw,1.26rem); }
.py-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.py-hero-note { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; color: #9fb3c8; font-size: .86rem; }
.py-hero-note span { display: flex; gap: 7px; align-items: center; }
.py-hero-note span::before { content: "✓"; color: var(--py-lime); font-weight: 900; }
.py-hero-media { position: relative; min-height: 560px; }
.py-hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 60% center; }
.py-hero-media::after { content: ""; position: absolute; inset: auto 0 0; height: 34%; background: linear-gradient(transparent,rgba(7,20,38,.86)); }
.py-price-stamp { position: absolute; z-index: 2; left: 28px; bottom: 28px; width: min(310px,calc(100% - 56px)); padding: 20px; background: var(--py-lime-dark); color: #fff; box-shadow: 14px 14px 0 rgba(2,11,21,.62); }
.py-price-stamp small { display: block; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.py-price-stamp strong { display: block; margin-top: 2px; font: 900 2.25rem/1 "Manrope"; }
.py-price-stamp span { display: block; margin-top: 8px; font-size: .86rem; }

.py-proofbar { background: var(--py-lime-dark); color: #fff; border-bottom: 1px solid #003da9; }
.py-proof-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.py-proof { min-height: 112px; padding: 24px; border-left: 1px solid rgba(255,255,255,.28); display: grid; align-content: center; }
.py-proof:last-child { border-right: 1px solid rgba(255,255,255,.28); }
.py-proof strong { font: 900 1.45rem/1.1 "Manrope"; }
.py-proof span { margin-top: 5px; font-size: .84rem; }

.py-section { padding: 104px 0; }
.py-section.compact { padding: 68px 0; }
.py-section.dark { background: var(--py-ink); color: #fff; }
.py-section.green { background: var(--py-green); color: #fff; }
.py-section.white { background: #fff; }
.py-section-head { display: grid; grid-template-columns: 1fr .78fr; align-items: end; gap: 56px; margin-bottom: 54px; }
.py-section-head h2 { margin: 12px 0 0; max-width: 820px; font: 900 clamp(2.5rem,5vw,5rem)/.94 "Manrope"; letter-spacing: -.06em; }
.py-section-head > p { margin: 0; color: var(--py-muted); font-size: 1.08rem; }
.dark .py-section-head > p,.green .py-section-head > p { color: #bed0e2; }

.py-problem-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--py-line); border-left: 1px solid var(--py-line); }
.py-problem { min-height: 285px; padding: 27px; border-right: 1px solid var(--py-line); border-bottom: 1px solid var(--py-line); background: rgba(255,255,255,.33); }
.py-problem b { color: var(--py-red); font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
.py-problem h3 { margin: 52px 0 12px; font: 900 1.45rem/1.1 "Manrope"; }
.py-problem p { margin: 0; color: var(--py-muted); }

.py-solution-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.py-solution { position: relative; overflow: hidden; min-height: 450px; padding: 32px; border: 1px solid #315473; background: #0d263f; }
.py-solution::after { content: attr(data-index); position: absolute; right: -6px; bottom: -38px; color: rgba(37,213,232,.08); font: 900 9rem/1 "Manrope"; }
.py-solution small { color: var(--py-lime); font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.py-solution h3 { margin: 54px 0 16px; font: 900 2.05rem/1 "Manrope"; }
.py-solution p { color: #bed0e2; }
.py-solution ul { position: relative; z-index: 1; list-style: none; margin: 23px 0 0; padding: 0; display: grid; gap: 10px; }
.py-solution li { display: flex; gap: 9px; color: #f4f7fb; }
.py-solution li::before { content: "↗"; color: var(--py-lime); font-weight: 900; }

.py-sector-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.py-sector { min-width: 0; border: 1px solid var(--py-line); background: var(--py-card); }
.py-sector-media { aspect-ratio: 4/3; overflow: hidden; background: #ddd; }
.py-sector-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.py-sector:hover img { transform: scale(1.03); }
.py-sector-copy { padding: 28px; }
.py-sector-copy small { color: var(--py-muted); font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.py-sector-copy h3 { margin: 11px 0 9px; font: 900 1.65rem/1.05 "Manrope"; }
.py-sector-copy p { margin: 0; color: var(--py-muted); }

.py-flow { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.py-flow-intro { position: sticky; top: 118px; }
.py-flow-intro h2 { margin: 16px 0; font: 900 clamp(2.6rem,5vw,4.8rem)/.95 "Manrope"; letter-spacing: -.055em; }
.py-flow-intro p { color: #bed0e2; }
.py-flow-list { border-top: 1px solid #36516d; }
.py-flow-row { display: grid; grid-template-columns: 74px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid #36516d; }
.py-flow-row b { color: var(--py-lime); font: 900 1.2rem "Manrope"; }
.py-flow-row h3 { margin: 0 0 7px; font: 900 1.35rem "Manrope"; }
.py-flow-row p { margin: 0; color: #bed0e2; }

.py-work-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.py-work { min-height: 285px; padding: 30px; border: 1px solid var(--py-line); background: var(--py-card); display: flex; flex-direction: column; }
.py-work small { font-weight: 900; color: var(--py-muted); letter-spacing: .11em; text-transform: uppercase; }
.py-work h3 { margin: 42px 0 10px; font: 900 1.8rem/1 "Manrope"; }
.py-work p { margin: 0 0 24px; color: var(--py-muted); }
.py-work a { margin-top: auto; font-weight: 900; text-decoration: underline; text-decoration-color: var(--py-lime-dark); text-decoration-thickness: 3px; text-underline-offset: 5px; }

.py-price-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; align-items: stretch; }
.py-plan { position: relative; padding: 32px; border: 1px solid #36516d; background: #0d263f; display: flex; flex-direction: column; }
.py-plan.featured { border-color: var(--py-lime); box-shadow: inset 0 5px 0 var(--py-lime); }
.py-plan-badge { position: absolute; top: 0; right: 22px; padding: 8px 12px; background: var(--py-lime); color: var(--py-ink); font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.py-plan small { color: var(--py-lime); font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.py-plan h3 { margin: 22px 0 4px; font: 900 2rem "Manrope"; }
.py-plan-price { font: 900 clamp(2.25rem,4vw,3.55rem)/1 "Manrope"; letter-spacing: -.06em; }
.py-plan-price span { display: block; margin-top: 8px; color: #9fb3c8; font: 600 .82rem/1.4 "DM Sans"; letter-spacing: 0; }
.py-plan p { color: #bed0e2; }
.py-plan ul { list-style: none; margin: 18px 0 28px; padding: 0; display: grid; gap: 11px; }
.py-plan li { display: flex; gap: 9px; color: #f4f7fb; }
.py-plan li::before { content: "✓"; color: var(--py-lime); font-weight: 900; }
.py-plan .py-button { width: 100%; margin-top: auto; }
.py-terms-note { margin-top: 20px; color: #9fb3c8; font-size: .86rem; }

.py-facts { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--py-line); }
.py-fact { padding: 26px; border-right: 1px solid var(--py-line); }
.py-fact:last-child { border-right: 0; }
.py-fact b { display: block; color: var(--py-lime-dark); font: 900 1.4rem "Manrope"; }
.py-fact span { font-size: .88rem; color: var(--py-muted); }

.py-faq { max-width: 920px; margin-inline: auto; border-top: 1px solid var(--py-line); }
.py-faq details { border-bottom: 1px solid var(--py-line); }
.py-faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 20px; padding: 25px 0; font: 900 1.15rem "Manrope"; }
.py-faq summary::-webkit-details-marker { display: none; }
.py-faq summary::after { content: "+"; color: var(--py-lime-dark); font-size: 1.5rem; }
.py-faq details[open] summary::after { content: "−"; }
.py-faq p { margin: -5px 0 26px; color: var(--py-muted); }

.py-guides { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.py-guide { min-height: 300px; padding: 28px; border: 1px solid var(--py-line); background: var(--py-card); display: flex; flex-direction: column; }
.py-guide small { color: var(--py-muted); font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.py-guide h3 { margin: 42px 0 12px; font: 900 1.6rem/1.08 "Manrope"; }
.py-guide p { margin: 0 0 25px; color: var(--py-muted); }
.py-guide a { margin-top: auto; font-weight: 900; }

.py-contact { background: var(--py-lime); color: var(--py-ink); }
.py-contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 65px; }
.py-contact-copy h2 { margin: 18px 0; font: 900 clamp(2.9rem,5.5vw,5.3rem)/.92 "Manrope"; letter-spacing: -.065em; }
.py-contact-copy p { font-size: 1.07rem; }
.py-contact-list { display: grid; gap: 11px; margin-top: 28px; }
.py-contact-list span { display: flex; gap: 9px; font-weight: 800; }
.py-contact-list span::before { content: "✓"; }
.py-form { padding: 32px; background: var(--py-card); border: 2px solid var(--py-ink); box-shadow: 16px 16px 0 rgba(7,20,38,.22); }
.py-form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.py-field { display: grid; gap: 7px; }
.py-field.full { grid-column: 1/-1; }
.py-field label { font-weight: 900; font-size: .87rem; }
.py-field input,.py-field select,.py-field textarea { width: 100%; min-height: 50px; border: 1px solid #9bb0c4; border-radius: 0; background: #fff; color: var(--py-ink); padding: 12px 13px; font: inherit; }
.py-field textarea { min-height: 115px; resize: vertical; }
.py-field input:focus,.py-field select:focus,.py-field textarea:focus { outline: 3px solid rgba(37,213,232,.35); border-color: var(--py-lime-dark); }
.py-consent { display: flex!important; grid-template-columns: 20px 1fr; align-items: start; gap: 10px!important; font-weight: 600!important; }
.py-consent input { width: 18px; min-height: 18px; margin: 3px 0 0; }
.py-consent a { text-decoration: underline; }
.py-form-note { margin: 7px 0 0; color: var(--py-muted); font-size: .8rem; }

.py-footer { padding: 35px 0; background: var(--py-ink); color: #bed0e2; }
.py-footer-grid { display: flex; justify-content: space-between; gap: 25px; align-items: center; }
.py-footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; font-weight: 800; }
.py-footer a:hover { color: var(--py-lime); }

.py-source { margin-top: 24px; color: var(--py-muted); font-size: .78rem; }
.py-source a { text-decoration: underline; }

@media (max-width: 980px) {
  .py-menu { display: inline-flex; }
  .py-links { position: absolute; top: 70px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px 24px 24px; background: var(--py-ink); border-top: 1px solid #23425f; }
  .py-links.open { display: flex; }
  .py-links a { padding: 13px 0; }
  .py-hero-grid,.py-contact-grid,.py-flow { grid-template-columns: 1fr; }
  .py-hero-grid { min-height: auto; }
  .py-hero-copy { padding: 46px 0 42px; }
  .py-hero-media { min-height: 520px; }
  .py-section-head { grid-template-columns: 1fr; gap: 20px; }
  .py-solution-grid,.py-price-grid,.py-sector-grid,.py-guides { grid-template-columns: repeat(2,1fr); }
  .py-problem-grid,.py-proof-grid,.py-facts { grid-template-columns: repeat(2,1fr); }
  .py-flow-intro { position: static; }
}

@media (max-width: 650px) {
  .py-container { width: min(calc(100% - 28px),var(--py-max)); }
  .py-nav { min-height: 64px; }
  .py-brand img { width: 165px; }
  .py-links { top: 64px; }
  .py-hero-copy { padding-top: 34px; }
  .py-hero h1 { font-size: clamp(2.55rem,11.5vw,3.4rem); }
  .py-hero-media { min-height: 430px; margin-inline: -14px; }
  .py-price-stamp { left: 18px; bottom: 18px; }
  .py-section { padding: 76px 0; }
  .py-proof-grid,.py-problem-grid,.py-solution-grid,.py-sector-grid,.py-work-grid,.py-price-grid,.py-facts,.py-guides,.py-form-grid { grid-template-columns: 1fr; }
  .py-proof,.py-proof:last-child,.py-fact { border-right: 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.28); }
  .py-problem { min-height: auto; }
  .py-problem h3 { margin-top: 30px; }
  .py-field.full { grid-column: auto; }
  .py-form { padding: 22px; box-shadow: 8px 8px 0 rgba(7,20,38,.22); }
  .py-footer-grid { align-items: flex-start; flex-direction: column; }
  .py-footer-links { justify-content: flex-start; }
}

@media (min-width: 981px) and (max-height: 780px) {
  .py-hero-grid { min-height: min(560px, calc(100svh - 70px)); }
  .py-hero-copy { padding-block: 24px; }
  .py-hero h1 { font-size: clamp(2.75rem,4.4vw,4.35rem); }
  .py-hero-lead { margin-bottom: 20px; font-size: 1.04rem; }
  .py-hero-note { margin-top: 18px; }
  .py-hero-media { min-height: 500px; }
}

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