/* Colorful edition — the shared layout and accessibility rules are in styles.css. */
:root {
  --pink: #d71869;
  --pink-bright: #f52b86;
  --orange: #ff9019;
  --orange-dark: #b85600;
  --blue: #087bae;
  --green: #248644;
  --yellow: #f4c52b;
  --ink: #17243c;
  --paper: #f7fbfc;
  --muted: #536275;
  --line: #e2eaf0;
}
body { background: #fff; }
.site-header { border-bottom: 1px solid #eff0f4; }
.header-inner { min-height: 84px; }
.brand-mark { color: var(--pink-bright); }
.brand-mark > span { color: #f6b900; }
.brand-dot { color: #36a1d8; }
.brand-name { letter-spacing: -.04em; }
.nav-contact { background: var(--pink); border-radius: 40px; }
.nav-contact:hover { background: #af1254; }
.site-nav > a:not(.nav-contact):hover { color: var(--pink); }
.hero { background: #fff; position: relative; }
.hero-grid { grid-template-columns: 1.04fr 1.12fr; gap: 16px; padding-top: 28px; padding-bottom: 35px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { color: var(--green); font-size: .8rem; margin-bottom: 23px; }
.location-mark { color: var(--pink); }
.hero h1 { font-size: clamp(2.8rem,4.6vw,4.25rem); line-height: 1.48; letter-spacing: -.045em; }
.headline-pink { color: var(--pink); }
.headline-rainbow { position: relative; display: inline-block; }
.headline-rainbow > span:nth-child(1) { color: #e66a12; }
.headline-rainbow > span:nth-child(2) { color: #158dcc; }
.headline-rainbow > span:nth-child(3) { color: #319349; }
.headline-rainbow:after { content: ""; height: 7px; position: absolute; left: 0; right: 0; bottom: 1px; border-radius: 50%; background: #f8cf32; transform: rotate(-3deg); }
.hero-description { margin-top: 25px; font-size: .94rem; }
.hero-actions { margin-top: 26px; }
.button { border-radius: 40px; min-height: 55px; padding-inline: 26px; }
.button-orange { background: var(--pink); border-color: var(--pink); box-shadow: 0 5px 14px #ed2b7b20; }
.button-orange:hover { background: #af1254; }
.button-outline { background: #fff4e5; color: #9d4700; border-color: #f4b567; }
.button-outline:hover { background: #ff9019; color: #382108; }
.hero-visual { position: relative; margin: 0 -30px 0 0; align-self: center; min-width: 0; }
.hero-visual img { display: block; width: 100%; height: auto; }
.visual-message { position: absolute; left: 4%; bottom: 9%; padding: 15px 19px; background: #fffffff2; border-radius: 14px; box-shadow: 0 6px 28px #28445812; transform: rotate(-5deg); font-size: .85rem; line-height: 1.9; }
.visual-message strong { color: var(--pink); font-size: 1rem; }
.hero-visual figcaption { position: absolute; right: 5%; bottom: 2%; font-size: .72rem; color: #647386; background: #ffffffdc; padding: 0 7px; border-radius: 5px; }
.promise-strip { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--ink); }
.promise-inner { padding-block: 18px; }
.promise-inner > span:nth-child(1) b { color: var(--pink); }
.promise-inner > span:nth-child(2) b { color: var(--blue); }
.promise-inner > span:nth-child(3) b { color: var(--green); }
.section { padding-block: 76px; }
.section-label { color: var(--pink); font-size: .8rem; margin-bottom: 15px; }
.text-orange { color: var(--pink); }
.worries { background: linear-gradient(135deg,#fff 50%,#fff6fa); }
.worries h2 { font-size: clamp(1.8rem,2.6vw,2.35rem); }
.worry-list { border: 0; display: grid; gap: 12px; }
.worry-list p { border: 0; padding: 16px 22px; background: #fff1f7; border-radius: 12px; }
.worry-list p:nth-child(2) { background: #fff7e8; }
.worry-list p:nth-child(3) { background: #edf9ef; }
.worry-list p:nth-child(4) { background: #eef8ff; }
.worry-list p > span { color: var(--pink); }
.worry-list p:nth-child(2) > span { color: var(--orange-dark); }
.worry-list p:nth-child(3) > span { color: var(--green); }
.worry-list p:nth-child(4) > span { color: var(--blue); }
.worry-answer { background: #fff; border: 1px solid #f0c9db; border-radius: 14px; box-shadow: 0 5px 20px #c9497910; }
.answer-mark { color: var(--pink); }
.services { background: #fff; }
.services .section-heading, .values .section-heading, .flow .section-heading { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.section-heading h2 { font-size: clamp(1.8rem,2.6vw,2.35rem); }
.services .section-heading > p, .values .section-heading > p { max-width: none; }
.service-grid { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.service-card { --card-color: var(--pink); --card-tint: #fff1f7; background: var(--card-tint); border: 1px solid #f9ddea; border-radius: 17px; padding: 25px 22px 0; color: var(--ink); }
.service-card:nth-child(2) { --card-color: #ac5900; --card-tint: #fff8e9; border-color: #f6e7c9; }
.service-card:nth-child(3) { --card-color: var(--green); --card-tint: #effaf0; border-color: #d9eddd; }
.service-card:nth-child(4) { --card-color: var(--blue); --card-tint: #eef8ff; border-color: #d8eaf6; }
.service-card-top { flex-wrap: wrap; justify-content: flex-start; gap: 10px; margin-bottom: 17px; }
.service-icon { width: 43px; height: 45px; display: block; color: var(--card-color); }
.service-icon svg { width: 100%; height: 100%; }
.service-card .service-number { font-size: .8rem; color: var(--card-color); margin-left: auto; letter-spacing: .06em; }
.service-tag { width: 100%; border: 0; padding: 6px 0 0; color: var(--card-color); font-size: .8rem; }
.service-card h3 { font-size: 1.38rem; color: var(--card-color); line-height: 1.65; }
.service-card > p:not(.service-example) { font-size: .9rem; color: var(--muted); }
.service-card > p:not(.service-example) br { display: none; }
.service-card ul { font-size: .86rem; margin: 21px 0; }
.service-card li, .service-card li:last-child, .service-card .service-example { border-color: #cfdae2; }
.service-card li:before { color: var(--card-color); }
.service-example { color: var(--muted); }
.service-card .service-example span { color: var(--ink); font-size: .84rem; }
.values { color: var(--ink); background: linear-gradient(120deg,#fff8ec,#fff9fc 45%,#f0faff); }
.values .section-label { color: var(--pink); }
.values .section-heading > p, .value-grid p { color: var(--muted); }
.value-grid { gap: 22px; }
.value-grid article { border: 1px solid #f0dce7; border-top: 4px solid var(--pink-bright); border-radius: 14px; padding: 28px; background: #fff; }
.value-grid article:nth-child(2) { border-top-color: var(--orange); }
.value-grid article:nth-child(3) { border-top-color: #29a2d9; }
.value-number { color: var(--pink); }
.value-grid article:nth-child(2) .value-number { color: var(--orange-dark); }
.value-grid article:nth-child(3) .value-number { color: var(--blue); }
.value-grid h3 { font-size: 1.4rem; margin-top: 18px; }
.flow .section-heading > p { margin-top: 0; }
.flow-list { gap: 17px; }
.flow-list li { --step-color: var(--pink); border: 0; background: #fff1f7; border-radius: 13px; padding: 22px 20px; }
.flow-list li:first-child { border: 0; }
.flow-list li:nth-child(2) { --step-color: #aa5800; background: #fff5e8; }
.flow-list li:nth-child(3) { --step-color: #807000; background: #fffbe2; }
.flow-list li:nth-child(4) { --step-color: var(--green); background: #eff9f0; }
.flow-list li:nth-child(5) { --step-color: var(--blue); background: #edf8ff; }
.step, .step b { color: var(--step-color); }
.flow-list h3 { font-size: .99rem; }
.price-section { background: #fffaf0; padding: 70px 0; position: relative; border-top: 5px solid #f9cf45; }
.price-section .section-label { color: var(--orange-dark); }
.price-section h2 { font-size: 1.6rem; }
.price-large { font-size: clamp(2.5rem,4vw,3.6rem); }
.price-large span { color: #bf5a09; }
.price-copy { border-color: #ecd9b7; }
.outline-label { color: #995100; background: #fff; border-color: #e6c588; border-radius: 30px; padding-inline: 18px; }
.text-link { color: #9d4700; border-color: #d98d43; }
.partners strong { color: var(--ink); }
.partner-cross { color: var(--pink); }
.area-card { background: #f0faff; border: 1px solid #d5eafa; border-top: 4px solid #35a8dd; border-radius: 15px; }
.area-card .section-label { color: var(--blue); }
.area-names span { border-color: #cce6f4; color: #08709f; border-radius: 30px; }
.contact-section { background: linear-gradient(120deg,#fff0f8,#fff9e8 48%,#eaf8ff); border: 0; position: relative; }
.contact-section h2 { color: var(--pink); }
.contact-card { border: 1px solid #edc9da; border-radius: 17px; box-shadow: 0 5px 20px #c55d8410; }
.contact-card:nth-child(2) { border-color: #bddff0; }
.contact-card:hover { box-shadow: 0 8px 25px #bf487128; transform: translateY(-3px); }
.contact-label > span { color: var(--pink); }
.contact-card:nth-child(2) .contact-label > span { color: var(--blue); }
.contact-number { color: var(--pink); }
.contact-email { color: var(--blue); }
.site-footer { border-top: 6px solid transparent; border-image: linear-gradient(90deg,#f52b86 20%,#ff9019 20% 40%,#f6ce2c 40% 60%,#4cab61 60% 80%,#2c9dd7 80%) 1; }
.back-top { border-radius: 50%; }
.mobile-contact { background: #ffffffef; border-top: 1px solid #edd5e0; }
.mobile-contact a { border-radius: 30px; background: #eef8ff; color: #086d9c; }
.mobile-contact a:first-child { background: var(--pink); }
@media (max-width: 1100px) {
  .hero h1 { font-size: 3.2rem; }
  .hero-visual { margin-right: -16px; }
  .service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .service-card { padding: 27px 28px 0; }
  .service-card h3 { font-size: 1.6rem; }
  .service-card-top { flex-wrap: nowrap; }
  .service-tag { width: auto; padding: 0; }
  .service-number { margin-left: 0; margin-right: auto; }
}
@media (max-width: 850px) {
  .header-inner { min-height: 76px; }
  .menu-toggle { border-radius: 25px; color: var(--pink); border-color: #ebccdc; }
  .hero-grid { gap: 5px; padding-block: 34px; }
  .hero h1 { font-size: 2.55rem; }
  .hero-actions { flex-direction: column; }
  .hero-visual { margin-right: -12px; }
  .visual-message { left: 0; bottom: 0; padding: 12px; font-size: .74rem; }
  .visual-message strong { font-size: .85rem; }
  .hero-visual figcaption { bottom: -24px; right: 6%; }
  .value-grid { gap: 17px; }
  .value-grid article { padding: 22px; }
  .value-grid h3 { font-size: 1.2rem; }
  .flow-list { gap: 13px; }
  .flow-list li, .flow-list li:first-child { border: 0; padding: 20px; }
  .flow-list h3 { font-size: 1.08rem; }
}
@media (max-width: 600px) {
  .header-inner { min-height: 72px; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 30px; padding-bottom: 34px; gap: 10px; }
  .eyebrow { font-size: .72rem; margin-bottom: 20px; }
  .hero h1 { font-size: clamp(2.25rem,9vw,3.2rem); }
  .hero-description { font-size: .92rem; margin-top: 24px; }
  .hero-actions { flex-direction: row; gap: 10px; }
  .hero-actions .button { font-size: .82rem; padding-inline: 14px; }
  .hero-visual { margin: 5px -8px 15px; }
  .visual-message { bottom: 7%; left: 2%; padding: 13px 16px; font-size: .8rem; }
  .visual-message strong { font-size: .95rem; }
  .hero-visual figcaption { bottom: 0; font-size: .67rem; }
  .promise-inner { align-items: flex-start; flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 9px 17px; font-size: .76rem; }
  .promise-inner > span { min-width: 0; }
  .promise-inner b { margin-right: 4px; }
  .section { padding-block: 57px; }
  .section-heading h2 { font-size: 1.68rem; }
  .worries h2 { font-size: 1.85rem; }
  .worry-list p { padding: 16px 18px; font-size: .9rem; }
  .worry-answer { padding: 20px 17px; }
  .service-grid { grid-template-columns: 1fr; gap: 17px; }
  .service-card { padding: 25px 25px 0; }
  .service-card h3 { font-size: 1.6rem; }
  .service-card ul { font-size: .92rem; }
  .service-card > p:not(.service-example) { font-size: .94rem; }
  .service-card .service-example span { font-size: .9rem; }
  .value-grid article { padding: 25px; }
  .value-grid h3 { font-size: 1.4rem; }
  .flow-list li { grid-template-columns: 66px 1fr; gap: 6px 13px; }
  .price-section { padding-block: 52px; }
  .price-copy { border-color: #ecd9b7; }
  .price-large { font-size: 2.65rem; }
  .contact-section h2 { font-size: 1.75rem; }
  .contact-card { padding: 23px; }
}
@media (max-width: 360px) {
  .hero-actions { flex-direction: column; }
  .hero-actions .button { font-size: .9rem; }
  .hero h1 { font-size: 2.15rem; }
  .contact-section h2 { font-size: 1.55rem; }
}
@media print {
  .hero-visual { max-width: 350px; }
  .section, .price-section, .contact-section { padding-block: 25px; }
  .service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
