/* The same calm visual language, with a clear distinction between formats. */
html body #services .pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}
html body #services .pricing-card{display:flex;flex-direction:column;gap:20px;padding:28px;min-width:0}
html body #services .pricing-card .pricing-actions{margin-top:auto;display:flex;flex-wrap:wrap;gap:8px}
html body #services .pricing-card .pricing-top{min-height:218px}
html body #services .pricing-card h3{font-size:clamp(22px,2vw,28px);line-height:1.15;letter-spacing:0}
html body #services .pricing-card-couples{background:linear-gradient(145deg,rgba(153,126,215,.12),rgba(132,204,194,.07));border-color:rgba(145,112,213,.35)}
html body #services .pricing-matrix{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%}
html body #services .pricing-cell{min-width:0;padding:12px 4px}
html body #services .pricing-amount{font-size:clamp(16px,1.4vw,21px);white-space:nowrap}
html body #services .pricing-actions .btn{font-size:13px;padding:12px 14px}
html body #services .pricing-card-support-bot{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.72fr) auto;align-items:center;gap:28px;margin-top:24px;background:linear-gradient(145deg,rgba(255,255,255,.97),rgba(246,241,255,.82));border-color:rgba(151,124,204,.28);box-shadow:0 20px 60px rgba(71,45,110,.08)}
html body #services .pricing-card-support-bot .pricing-top{min-height:0}
html body #services .pricing-card-support-bot .pricing-meta{padding:0 28px;border-top:0;border-left:1px solid rgba(124,108,255,.16);border-right:1px solid rgba(124,108,255,.16)}
html body #services .pricing-card-support-bot .pricing-actions{justify-content:flex-end;margin-top:0}
html body #services .pricing-card-support-bot h3{min-height:0}
.couples-page{--cp-ink:#30263d;--cp-muted:#756c80;--cp-line:#e5dceb;--cp-paper:#fff;--cp-tint:#f6f2fa;color:var(--cp-ink)}
.couples-hero{padding:70px 0 54px;background:radial-gradient(ellipse at 15% 15%,#a590ec22,transparent 60%)}
.couples-hero-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:72px;align-items:center}
.couples-hero h1{font-size:clamp(40px,4.5vw,66px);line-height:1.08;letter-spacing:0;margin:22px 0}
.couples-hero h1 em{font-style:normal;color:#8864a5}
.couples-profession{font-size:19px;font-weight:600;margin:0 0 20px}
.couples-lead{max-width:630px;font-size:18px;line-height:1.75;color:var(--cp-muted)}
.couples-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.couples-fine{font-size:13px;line-height:1.65;color:var(--cp-muted);max-width:630px;margin-top:18px}
.couples-scene{position:relative;display:flex;flex-direction:column;align-items:center;padding:36px 28px 26px;border:1px solid var(--cp-line);border-radius:32px;background:linear-gradient(160deg,var(--cp-paper),var(--cp-tint));box-shadow:0 24px 70px #4d37610a}
.couples-scene-label{font-size:10px;text-transform:uppercase;letter-spacing:.14em;color:var(--cp-muted);margin-bottom:30px}
.couples-quote{align-self:flex-start;background:var(--cp-paper);padding:18px 20px;border:1px solid var(--cp-line);border-radius:18px 18px 18px 4px;font-size:16px;line-height:1.6}
.couples-reply{align-self:flex-end;background:#8864a5;color:white;padding:15px 20px;border-radius:18px 18px 4px 18px;margin:18px 0 8px;font-size:15px}
.couples-scene .site-mascot{width:175px;height:175px;margin:10px auto 0;animation:none;transform:none}
.couples-scene>p{text-align:center;margin:10px 0 0;color:var(--cp-muted);font-size:14px;line-height:1.6}
.couples-section{padding:46px 0}
.couples-heading h2,.couples-final h2{font-size:clamp(28px,3vw,42px);letter-spacing:0;line-height:1.2;margin:16px 0}
.couples-heading>p,.couples-final>p{color:var(--cp-muted);line-height:1.7;max-width:680px}
.couples-topics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:28px}
.couples-topics article{padding:28px;border:1px solid var(--cp-line);border-radius:22px;background:var(--cp-paper);transition:transform .25s,border-color .25s}
.couples-topics article:hover{transform:translateY(-3px);border-color:#b59bc9}
.couples-topics article>span{font-size:12px;color:#977aa9}
.couples-topics h3{font-size:22px;line-height:1.3;margin:22px 0 12px}
.couples-topics p,.couples-process li p{font-size:15px;line-height:1.7;color:var(--cp-muted);margin:8px 0 0}
.couples-process{display:grid;grid-template-columns:1fr 1.1fr;gap:70px}
.couples-process ol{list-style:none;counter-reset:meeting;padding:0;margin:0}
.couples-process li{counter-increment:meeting;position:relative;padding:24px 0 24px 52px;border-bottom:1px solid var(--cp-line)}
.couples-process li:before{content:counter(meeting);position:absolute;left:0;top:24px;display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:var(--cp-tint);color:#8864a5}
.couples-price-box{padding:40px!important;border:1px solid var(--cp-line);border-radius:28px;background:var(--cp-tint);text-align:center;scroll-margin-top:100px}
.couples-price-box .couples-heading p,.couples-price-box .couples-fine{margin-left:auto;margin-right:auto}
.couples-price-box .currency-switch{display:flex;width:fit-content;margin:24px auto}
.couples-price-box .pricing-matrix{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));max-width:720px;margin:26px auto;border:1px solid var(--cp-line);border-radius:18px;overflow:hidden;background:var(--cp-paper)}
.couples-price-box .pricing-cell{padding:26px 12px;text-align:center}
.couples-price-box .pricing-cell+.pricing-cell{border-left:1px solid var(--cp-line)}
.couples-price-box .pricing-amount{font-size:30px;font-weight:600;white-space:nowrap}
.couples-price-box .pricing-duration{font-size:12px;letter-spacing:.1em;margin-top:8px;color:var(--cp-muted)}
.couples-price-box .couples-actions{justify-content:center}
.couples-faq{max-width:900px!important}
.couples-faq .seo-faq-item p{line-height:1.75;color:var(--cp-muted)}
.couples-final{text-align:center;padding:40px!important;border-radius:28px;background:var(--cp-tint)}
.couples-final>p{margin:18px auto 26px}
.relationship-formats{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.relationship-formats>div{grid-column:1/-1}
.relationship-formats>a{display:flex;flex-direction:column;gap:12px;padding:26px;border:1px solid #bca2d14d;border-radius:20px;text-decoration:none;color:inherit;background:#a78dd40a}
.relationship-formats>a span{font-size:15px;line-height:1.6;color:var(--text-muted)}
html[data-theme="dark"] .couples-page{--cp-ink:#eee6f6;--cp-muted:#beb0ca;--cp-line:#493c54;--cp-paper:#24202d;--cp-tint:#2e2639}
html.cursor-trail-enabled body.route-couples :is(button,summary){cursor:none!important}
@media(max-width:1000px){html body #services .pricing-grid{gap:14px}html body #services .pricing-card{padding:22px 18px}.couples-hero-grid{gap:30px}.couples-process{gap:30px}}
@media(max-width:760px){html body #services .pricing-grid{grid-template-columns:1fr}html body #services .pricing-card .pricing-top{min-height:0}html body #services .pricing-card{padding:26px}html body #services .pricing-amount{font-size:21px}html body #services .pricing-card-support-bot{grid-template-columns:1fr;padding:26px}html body #services .pricing-card-support-bot .pricing-meta{padding:18px 0;border-left:0;border-right:0;border-top:1px solid rgba(124,108,255,.16);border-bottom:1px solid rgba(124,108,255,.16)}html body #services .pricing-card-support-bot .pricing-actions{justify-content:stretch}html body #services .pricing-card-support-bot .pricing-actions .btn{width:100%;justify-content:center}.couples-hero{padding:32px 0}.couples-hero-grid,.couples-process,.couples-topics,.relationship-formats{grid-template-columns:1fr}.couples-hero h1{font-size:42px}.couples-lead{font-size:16px}.couples-scene{padding:26px 22px}.couples-section{padding:28px 0}.couples-price-box,.couples-final{width:calc(100% - 32px)!important;padding:26px 18px!important}.couples-price-box .pricing-cell{padding:20px 6px}.couples-price-box .pricing-amount{font-size:23px}.couples-actions>a{width:100%;justify-content:center}.couples-topics{gap:12px}.couples-topics article{padding:24px}.couples-scene .site-mascot{width:140px;height:140px}}

@media(min-width:761px){html body #services .pricing-grid .pricing-card h3{min-height:65px}}

html body .home-summary-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.7fr) auto;align-items:center;gap:28px;padding:30px;border:1px solid rgba(151,124,204,.26);border-radius:26px;background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(246,241,255,.72));box-shadow:0 22px 64px rgba(71,45,110,.08)}
html body .home-summary-card h2{margin:0;font-size:clamp(28px,3vw,42px);line-height:1.14;letter-spacing:0;color:#1f1d28}
html body .home-summary-card p{max-width:620px;margin:16px 0 0;color:var(--text-muted);font-size:16px;line-height:1.75}
html body .home-summary-list{display:flex;flex-direction:column;gap:10px}
html body .home-summary-list span{display:flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid rgba(124,108,255,.14);border-radius:14px;background:rgba(255,255,255,.62);color:#3b2f52;font-size:14px;font-weight:650;line-height:1.35}
html body .home-summary-list span:before{content:"";width:7px;height:7px;border-radius:999px;background:#8d70ff;box-shadow:0 0 0 4px rgba(141,112,255,.14)}
html body .home-summary-card .btn{justify-self:end;white-space:nowrap}
html body .home-feature-card{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,.44fr) minmax(240px,.55fr);align-items:center;gap:28px;overflow:hidden;padding:34px;border:1px solid rgba(151,124,204,.28);border-radius:30px;background:radial-gradient(circle at 82% 18%,rgba(124,108,255,.14),transparent 32%),linear-gradient(145deg,rgba(255,255,255,.98),rgba(246,241,255,.78));box-shadow:0 24px 70px rgba(71,45,110,.10)}
html body .home-feature-card:before{content:"";position:absolute;inset:auto -70px -95px auto;width:250px;height:250px;border-radius:50%;background:radial-gradient(circle,rgba(124,108,255,.16),transparent 68%);pointer-events:none}
html body .home-feature-main{position:relative;z-index:1}
html body .home-feature-card h2{margin:8px 0 0;font-size:clamp(30px,3.3vw,46px);line-height:1.08;letter-spacing:-.02em;color:#1f1d28}
html body .home-feature-card p{max-width:660px;margin:16px 0 0;color:var(--text-muted);font-size:17px;line-height:1.75}
html body .home-feature-card .btn{margin-top:22px;white-space:nowrap}
html body .home-feature-list{position:relative;z-index:1;display:grid;gap:10px}
html body .home-feature-list span{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border:1px solid rgba(124,108,255,.16);border-radius:16px;background:rgba(255,255,255,.66);color:#3b2f52;font-size:14px;font-weight:700;line-height:1.38;box-shadow:0 10px 28px rgba(71,45,110,.05)}
html body .home-feature-list span:before{content:"";flex:0 0 auto;width:8px;height:8px;margin-top:6px;border-radius:999px;background:#8d70ff;box-shadow:0 0 0 5px rgba(141,112,255,.14)}
html body .home-feature-visual{position:relative;z-index:1;min-height:190px;border:1px solid rgba(124,108,255,.16);border-radius:24px;background:linear-gradient(150deg,rgba(255,255,255,.72),rgba(238,231,255,.72));display:flex;align-items:center;justify-content:center;box-shadow:inset 0 1px 0 rgba(255,255,255,.85)}
html body .home-feature-visual .site-mascot{width:118px;height:118px;filter:drop-shadow(0 16px 24px rgba(71,45,110,.13))}
html body .home-feature-visual span{position:absolute;padding:7px 10px;border:1px solid rgba(124,108,255,.18);border-radius:999px;background:rgba(255,255,255,.86);color:#6d55e8;font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.08em;box-shadow:0 10px 24px rgba(71,45,110,.08)}
html body .home-feature-visual span:nth-of-type(1){left:18px;top:20px}html body .home-feature-visual span:nth-of-type(2){right:18px;top:42px}html body .home-feature-visual span:nth-of-type(3){left:34px;bottom:22px}
html body .home-feature-card-payment{grid-template-columns:minmax(0,1fr) minmax(340px,.8fr)}
html body .payment-mini-panel{position:relative;z-index:1;padding:22px;border:1px solid rgba(124,108,255,.18);border-radius:24px;background:rgba(255,255,255,.72);box-shadow:0 18px 44px rgba(71,45,110,.08)}
html body .payment-mini-panel strong{display:block;margin-bottom:14px;color:#211c2c;font-size:17px}
html body .payment-mini-panel div{display:flex;flex-wrap:wrap;gap:10px}
html body .payment-mini-panel span{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border:1px solid rgba(124,108,255,.16);border-radius:999px;background:linear-gradient(180deg,#fff,rgba(246,241,255,.86));color:#3b2f52;font-size:13px;font-weight:800}
html body .payment-mini-panel span:before{content:"";width:7px;height:7px;border-radius:999px;background:#8d70ff;box-shadow:0 0 0 4px rgba(141,112,255,.14)}
html body .payment-mini-panel small{display:block;margin-top:16px;color:var(--text-muted);font-weight:650}
html body .home-payment-card-soft{background:radial-gradient(circle at 86% 18%,rgba(255,232,214,.62),transparent 30%),radial-gradient(circle at 38% 110%,rgba(124,108,255,.13),transparent 36%),linear-gradient(145deg,rgba(255,255,255,.98),rgba(247,242,255,.82))}
html body .payment-mini-panel-warm{padding:24px;background:linear-gradient(145deg,rgba(255,255,255,.84),rgba(255,249,245,.72));border-color:rgba(151,124,204,.20)}
html body .payment-mini-panel-warm strong{font-size:18px;line-height:1.25}
html body .payment-route-line{display:grid!important;grid-template-columns:repeat(4,1fr);gap:8px;margin:14px 0 12px}
html body .payment-route-line span{display:grid!important;place-items:center;min-height:44px;padding:0!important;border-radius:16px!important;background:linear-gradient(180deg,#fff,rgba(245,240,255,.88))!important;color:#5f49d8!important;font-size:19px!important;font-weight:900!important;box-shadow:0 10px 24px rgba(71,45,110,.06)}
html body .payment-route-line span:before{display:none!important}
html body .payment-tags{display:flex;flex-wrap:wrap;gap:9px}
html body .payment-tags span{font-size:12px!important}
html body .home-tools-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(210px,.42fr) minmax(210px,.42fr);align-items:stretch;gap:14px;padding:24px;border:1px solid rgba(151,124,204,.24);border-radius:26px;background:linear-gradient(135deg,rgba(255,255,255,.95),rgba(246,241,255,.70));box-shadow:0 18px 56px rgba(71,45,110,.07)}
html body .home-tools-card-visual{grid-template-columns:minmax(0,.95fr) minmax(230px,.52fr) minmax(230px,.52fr);gap:18px;padding:26px;background:radial-gradient(circle at 88% 12%,rgba(124,108,255,.13),transparent 33%),linear-gradient(135deg,rgba(255,255,255,.97),rgba(246,241,255,.76));overflow:hidden}
html body .home-tools-card h2{margin:7px 0 0;font-size:clamp(27px,2.8vw,38px);line-height:1.1;color:#1f1d28;letter-spacing:-.02em}
html body .home-tools-card p{margin:12px 0 0;color:var(--text-muted);font-size:15px;line-height:1.65;max-width:620px}
html body .home-tools-copy{align-self:center}.home-tools-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.home-tools-actions .btn{min-height:42px;padding:11px 16px}
html body .home-tool-mock{position:relative;display:grid;grid-template-rows:1fr auto;gap:12px;min-height:330px;padding:14px;border:1px solid rgba(124,108,255,.18);border-radius:26px;background:linear-gradient(180deg,rgba(255,255,255,.78),rgba(247,243,255,.66));text-decoration:none;color:inherit;overflow:hidden;box-shadow:inset 0 1px 0 rgba(255,255,255,.88);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
html body .home-tool-mock:hover{transform:translateY(-4px);border-color:rgba(124,108,255,.42);box-shadow:0 20px 44px rgba(71,45,110,.11)}
html body .home-route-phone{align-self:end;width:min(100%,210px);margin:0 auto;padding:13px;border:1px solid rgba(124,108,255,.18);border-radius:24px;background:linear-gradient(180deg,#fff,#f5efff);box-shadow:0 18px 38px rgba(72,55,126,.12)}
html body .home-route-phone-bar{display:grid;grid-template-columns:20px 1fr 20px;align-items:center;gap:6px;color:#7d63ee;font-size:12px;text-align:center}.home-route-phone-bar strong{color:#282238;font-size:13px}.home-route-primary{display:flex;align-items:center;justify-content:center;gap:7px;margin:12px 0;padding:10px;border-radius:13px;background:linear-gradient(135deg,#7c63ff,#a990ff);color:#fff;font-size:12px;font-weight:850}.home-route-card{padding:12px;border:1px solid rgba(124,108,255,.14);border-radius:17px;background:rgba(255,255,255,.8)}.home-route-card small,.home-letter-preview small{display:block;color:#8b77e8;font-size:8px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.home-route-card strong{display:block;margin-top:5px;color:#211c2c;font-size:30px;line-height:1}.home-route-card span{display:block;margin-top:2px;color:#7a718d;font-size:10px}.home-route-card em,.home-route-card b{display:block;margin-top:9px;padding:8px;border-radius:10px;background:#fff;color:#2d2638;font-size:10px;font-style:normal}.home-route-card b{color:#7a57e8}
html body .home-route-phone-safe{background:radial-gradient(circle at 80% 18%,rgba(255,241,230,.76),transparent 32%),linear-gradient(180deg,#f7f2ff,#fffafd)}.home-safe-bubble{margin:14px 0 10px;padding:10px 12px;border-radius:16px 16px 16px 5px;background:#fff;color:#322a45;font-size:12px;font-weight:800;box-shadow:0 8px 22px rgba(72,55,126,.08)}.home-safe-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}.home-safe-grid span{padding:8px 6px;border:1px solid rgba(124,108,255,.15);border-radius:12px;background:rgba(255,255,255,.72);color:#6e5ec8;font-size:10px;font-weight:850;text-align:center}.home-letter-preview{margin-top:10px;padding:12px;border-radius:16px;background:linear-gradient(135deg,#fff,#f8f1ff);border:1px solid rgba(124,108,255,.16)}.home-letter-preview strong{display:block;margin-top:5px;color:#302842;font-size:13px;line-height:1.25}
html body .home-tool-caption{padding:0 5px 4px}.home-tool-caption strong{display:block;color:#2a2436;font-size:18px}.home-tool-caption span{display:block;margin-top:6px;color:var(--text-muted);font-size:13px;line-height:1.42}
.approaches-page .section-approaches,.payment-page .section-booking-bot,.payment-page .section-payments{padding-top:36px}
.approaches-page .approaches-hero-note{align-self:center;padding:28px;background:linear-gradient(145deg,rgba(255,255,255,.9),rgba(244,238,255,.82))}
.approaches-page .approaches-hero-note p{margin:0;color:#2a2436;font-size:20px;font-weight:800;line-height:1.35}
.approaches-page .approaches-method-chips{display:flex;flex-wrap:wrap;gap:9px;margin-top:18px}.approaches-page .approaches-method-chips span{padding:8px 11px;border:1px solid rgba(124,108,255,.18);border-radius:999px;background:rgba(255,255,255,.76);color:#6d55e8;font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.06em}
@media(max-width:980px){html body .home-feature-card,html body .home-feature-card-payment,html body .home-tools-card,html body .home-summary-card{grid-template-columns:1fr}html body .home-feature-visual{min-height:170px;max-width:420px}html body .home-feature-card .btn,html body .home-summary-card .btn{width:100%;justify-content:center;text-align:center}.approaches-page .seo-hero-card,.payment-page .seo-hero-card{display:none}}
@media(max-width:640px){html body .home-feature-card,html body .home-tools-card,html body .home-summary-card{padding:22px;border-radius:24px}html body .home-feature-card p,html body .home-tools-card p{font-size:15px}html body .payment-mini-panel{padding:18px}.section-tools-summary{padding-top:18px}.home-tools-actions{display:grid}.home-tools-actions .btn{width:100%;justify-content:center}html body .home-tool-mock{min-height:300px}}
