/* Basic reset */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Yu Gothic', 'Hiragino Kaku Gothic Pro', 'Segoe UI', sans-serif; line-height: 1.7; color: #1f3f35; background: #f8f6f0; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font-family: inherit; }
.container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.site-header { background: #fff; border-bottom: 1px solid #e6e1d8; position: sticky; top: 0; z-index: 20; box-shadow: 0 6px 24px rgba(20, 28, 22, .04); }
.page-index .site-header { position: sticky; top: 0; background: rgba(255,255,255,.98); border-bottom: 1px solid #e6e1d8; box-shadow: 0 6px 24px rgba(20, 28, 22, .08); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 0; }
.page-index .header-inner { justify-content: space-between; width: min(1120px, calc(100% - 32px)); gap: 16px; padding: 14px 18px; background: rgba(255,255,255,.96); box-shadow: 0 22px 48px rgba(15,76,70,.08); border-radius: 999px; margin: 0 auto; }
.site-logo { font-size: 1.25rem; font-weight: 800; letter-spacing: .05em; }
.site-subtitle { color: #5c7162; font-size: .95rem; margin-top: 2px; }
.header-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.header-pill { display: inline-flex; align-items: center; gap: 14px; border-radius: 32px; padding: 18px 20px; font-weight: 700; text-decoration: none; box-shadow: 0 18px 40px rgba(15, 76, 70, .12); transition: transform .2s ease, box-shadow .2s ease; }
.header-pill:hover { transform: translateY(-1px); box-shadow: 0 24px 50px rgba(15, 76, 70, .16); }
.header-pill-phone { background: #fff; color: #0f4c46; }
.header-pill-mail { background: #f6d24b; color: #1f3f35; }
.header-pill-icon { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 50%; background: #0f4c46; color: #fff; }
.header-pill-mail .header-pill-icon { background: #1f3f35; }
.header-pill-text { display: grid; gap: 2px; text-align: left; }
.header-pill-text strong { font-size: 1rem; line-height: 1.1; }
.header-pill-text small { font-size: .88rem; line-height: 1.2; color: #5c7162; }
.fixed-cta { position: fixed; bottom: 18px; left: 0; width: 100%; padding: 0 12px 14px; z-index: 60; }
.fixed-cta .cta-container { display: grid; gap: 12px; width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.fixed-cta-action { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 24px; border-radius: 30px; text-decoration: none; font-weight: 700; box-shadow: 0 24px 50px rgba(15, 76, 70, .14); }
.fixed-cta-phone { background: #0f4c46; color: #fff; }
.fixed-cta-mail { background: #f6d24b; color: #1f3f35; }
.action-inner { display: flex; align-items: center; gap: 16px; }
.action-icon { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.95); color: inherit; }
.fixed-cta-mail .action-icon { background: rgba(31, 63, 53, .08); color: #1f3f35; }
.action-label { font-size: 1rem; margin: 0; }
.action-copy { font-size: 1.1rem; margin: 2px 0 0; display: flex; align-items: center; gap: 10px; }
.action-copy span { font-size: .9rem; font-weight: 500; opacity: .85; }
.action-arrow { font-size: 1.65rem; line-height: 1; }
@media (max-width: 960px) {
    .page-index .header-inner { flex-direction: column; align-items: stretch; }
    .header-actions { justify-content: center; }
    .fixed-cta .cta-container { width: calc(100% - 24px); }
}
@media (max-width: 720px) {
    .header-pill { width: 100%; justify-content: flex-start; }
    .fixed-cta-action { flex-direction: column; align-items: flex-start; gap: 12px; }
    .action-arrow { align-self: flex-end; }
}
.header-contact { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.header-phone, .header-btn { display: inline-flex; align-items: center; justify-content: center; padding: 12px 16px; border-radius: 999px; font-weight: 700; }
.header-phone { background: #0f4c46; color: #fff; }
.header-btn { background: #f6d24b; color: #1f3f35; }
.contact-pill { display: inline-flex; align-items: center; gap: 10px; padding: 12px 18px; border-radius: 999px; font-weight: 700; color: #1f3f35; background: #fff; box-shadow: 0 20px 40px rgba(15,76,70,.14); transition: transform .2s ease, box-shadow .2s ease; }
.contact-pill:hover { transform: translateY(-1px); box-shadow: 0 24px 50px rgba(15,76,70,.18); }
.contact-pill-mail { background: #f6d24b; }
.contact-pill .icon { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; border-radius: 50%; background: #0f4c46; color: #fff; }
.contact-pill .icon svg { width: 14px; height: 14px; }
.site-main { padding-bottom: 280px; }
.section { padding: 60px 0; }
.hero { display: grid; gap: 32px; align-items: center; }
.hero-splash { position: relative; overflow: hidden; min-height: calc(100vh - 88px); }
.hero-splash::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,76,70,0.16), rgba(248,246,240,0.14) 42%, rgba(248,246,240,0.86) 84%); pointer-events: none; }
.hero-splash img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.hero-copy { max-width: 620px; }
.eyebrow { color: #8d7646; font-size: .95rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 12px; }
.hero h1 { font-size: clamp(2.4rem, 5vw, 4rem); line-height: 1.05; margin-bottom: 18px; }
.hero-text { font-size: 1.05rem; color: #445a4e; margin-bottom: 28px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 18px; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 14px 24px; border-radius: 999px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-1px); box-shadow: 0 16px 32px rgba(15, 76, 70, .18); }
.button-primary { background: #0f4c46; color: #fff; }
.button-secondary { background: #f6d24b; color: #1f3f35; }
.hero-subtext { color: #5c7162; font-size: .95rem; }
.hero-visual img { border-radius: 32px; box-shadow: 0 24px 60px rgba(0, 0, 0, .12); object-fit: cover; width: 100%; }
.section h2 { font-size: clamp(2rem, 3vw, 2.8rem); line-height: 1.1; margin-bottom: 18px; text-align: center; }
.section-lead { max-width: 760px; margin: 0 auto 34px; color: #53645b; font-size: 1rem; text-align: center; }
.animate-on-scroll { opacity: 0; transform: translateY(36px); transition: opacity .85s ease, transform .85s ease; }
.animate-on-scroll.visible { opacity: 1; transform: translateY(0); }
.section-panel, .section-service { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.section-panel .section-media, .section-service .service-image { border-radius: 32px; overflow: hidden; box-shadow: 0 28px 56px rgba(14, 40, 32, .08); }
.section-panel img, .section-service img { width: 100%; height: auto; display: block; }
.section-text, .service-copy, .support-copy, .highlight-copy { max-width: 560px; }
.feature-list, .service-list, .support-list { list-style: none; display: grid; gap: 12px; padding-left: 0; margin-top: 24px; }
.feature-list li, .service-list li, .support-list li { padding-left: 22px; position: relative; color: #3b524b; font-weight: 600; }
.feature-list li::before, .service-list li::before, .support-list li::before { content: ''; position: absolute; left: 0; top: 10px; width: 10px; height: 10px; border-radius: 50%; background: #0f4c46; }
.section-image-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.visual-card { background: #fff; border-radius: 30px; overflow: hidden; box-shadow: 0 24px 50px rgba(14, 40, 32, .06); }
.visual-card img { width: 100%; }
.visual-card-text { padding: 28px; }
.visual-card-text h3 { margin-bottom: 12px; color: #0f4c46; }
.section-full-image img { width: 100%; border-radius: 36px; box-shadow: 0 32px 70px rgba(14, 40, 32, .1); }
.section-pillars { text-align: center; }
.pillar-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 32px; }
.pillar-card { background: #fff; border-radius: 30px; padding: 28px; box-shadow: 0 22px 48px rgba(14, 40, 32, .06); border: 1px solid #e7e0d5; }
.pillar-card img { width: 100%; max-height: 180px; object-fit: cover; border-radius: 18px; margin-bottom: 24px; }
.pillar-card h3 { margin-bottom: 14px; color: #0f4c46; }
.highlight-visual { border-radius: 32px; overflow: hidden; box-shadow: 0 24px 54px rgba(14, 40, 32, .08); margin-bottom: 32px; }
.highlight-copy { max-width: 540px; }
.support-list { list-style: none; padding-left: 0; display: grid; gap: 12px; }
.support-list li { padding-left: 22px; position: relative; color: #3b524b; font-weight: 600; }
.support-list li::before { content: ''; position: absolute; left: 0; top: 10px; width: 10px; height: 10px; border-radius: 50%; background: #0f4c46; }
.support-image { border-radius: 30px; overflow: hidden; box-shadow: 0 28px 56px rgba(14, 40, 32, .08); }
.section-case .section-heading { margin-bottom: 36px; text-align: center; }
.case-slider-root { background: #fff; border-radius: 30px; padding: 32px; box-shadow: 0 30px 70px rgba(14, 40, 32, .08); }
.case-slider-body { margin-bottom: 22px; }
.case-slider-body h3 { font-size: 1.5rem; margin-bottom: 14px; color: #0f4c46; }
.case-slider-body p { color: #515f56; line-height: 1.8; }
.case-slider-controls { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.case-dot { width: 44px; height: 44px; border: 2px solid #c7c2b3; border-radius: 50%; background: transparent; color: #0f4c46; font-weight: 700; cursor: pointer; transition: all .2s ease; }
.case-dot:hover, .case-dot.active { background: #0f4c46; color: #fff; border-color: transparent; }
.section-proof-grid { display: grid; gap: 24px; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 32px; }
.proof-card { background: #fff; border-radius: 30px; overflow: hidden; box-shadow: 0 20px 50px rgba(14, 40, 32, .06); border: 1px solid #e8e3d5; }
.proof-card img { width: 100%; height: 220px; object-fit: cover; }
.proof-card h3 { padding: 24px 24px 8px; color: #0f4c46; }
.proof-card p { padding: 0 24px 24px; color: #51605b; line-height: 1.7; }
.final-cta-card { display: grid; grid-template-columns: 1.2fr .8fr; gap: 32px; align-items: center; background: linear-gradient(135deg, #0f4c46, #164b41); border-radius: 32px; color: #fff; padding: 40px; box-shadow: 0 30px 70px rgba(15, 76, 70, .22); }
.final-cta-copy h2 { font-size: clamp(2rem, 3vw, 3rem); margin-bottom: 18px; }
.final-cta-copy p { color: rgba(255,255,255,.88); margin-bottom: 24px; }
.final-cta-image img { border-radius: 28px; width: 100%; box-shadow: 0 28px 70px rgba(0,0,0,.22); }
.section-contact { background: #fff; border-radius: 36px; padding: 60px 0; }
.contact-block { background: #f7f3eb; border-radius: 28px; padding: 32px; border: 1px solid #e4d9c7; }
.contact-notice { margin-top: 18px; color: #5c7162; font-size: .95rem; }
.section-page { background: #fff; border-radius: 32px; padding: 56px 0; }
.page-content, .privacy-content { margin-top: 20px; color: #4f6157; line-height: 1.85; }
.page-content p, .privacy-content p { margin-bottom: 18px; }
.page-info { margin-top: 30px; display: grid; gap: 16px; }
.thanks-card { background: #f7f3eb; padding: 30px; border-radius: 28px; border: 1px solid #e4d9c7; text-align: center; }
.thanks-card p { margin-bottom: 22px; }
.site-footer { background: #fff; border-top: 1px solid #e6e1d8; padding-top: 40px; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; align-items: center; padding-bottom: 26px; border-bottom: 1px solid #e6e1d8; }
.footer-branding { display: flex; align-items: center; gap: 16px; }
.footer-logo-shape { width: 64px; height: 64px; border-radius: 18px; background: #0f4c46; color: #fff; display: flex; align-items: center; justify-content: center; font-size: .95rem; font-weight: 800; text-align: center; line-height: 1.2; padding: 10px; }
.footer-info { display: grid; gap: 4px; }
.footer-office-name { font-size: 1rem; font-weight: 800; }
.footer-tagline { color: #5c7162; font-size: .95rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.footer-links a { color: #1f3f35; font-weight: 700; }
.footer-cta { display: grid; gap: 10px; justify-items: end; }
.footer-cta-text { color: #5c7162; }
.footer-bottom { padding-top: 18px; }
.footer-copy { color: #7b7b7b; text-align: center; }
.fixed-cta { position: fixed; bottom: 16px; left: 0; width: 100%; z-index: 50; padding: 0 12px; }
.cta-container { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px; width: min(1120px, calc(100% - 32px)); margin: 0 auto; background: rgba(15, 76, 70, .96); border-radius: 999px; padding: 12px 16px; box-shadow: 0 24px 48px rgba(15, 76, 70, .24); }
.cta-copy { color: #fff; font-weight: 700; white-space: nowrap; }
.floating-action { display: inline-flex; align-items: center; gap: 10px; padding: 12px 18px; border-radius: 999px; font-weight: 700; background: #fff; color: #0f4c46; box-shadow: 0 18px 40px rgba(15,76,70,.14); }
.floating-action.contact-mail { background: #f6d24b; color: #1f3f35; }
.floating-action .icon { display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px; border-radius: 50%; background: #0f4c46; color: #fff; }
.floating-action.contact-mail .icon { background: #1f3f35; }
.floating-action .icon svg { width: 12px; height: 12px; }
@media (max-width: 1080px) {
    .section-panel, .section-service, .final-cta-card { grid-template-columns: 1fr; }
    .footer-top { grid-template-columns: 1fr; text-align: center; }
    .footer-cta { justify-items: center; }
}
@media (max-width: 960px) {
    .header-inner, .footer-top, .footer-bottom, .cta-container { flex-direction: column; align-items: stretch; }
    .hero { grid-template-columns: 1fr; }
    .hero-visual { order: -1; }
    .hero-visual img { width: 100%; }
    .feature-list, .service-list, .support-list { font-size: .98rem; }
    .section-image-grid, .pillar-grid, .proof-grid { grid-template-columns: 1fr; }
    .final-cta-card { padding: 28px; }
}
@media (max-width: 720px) {
    .container { width: calc(100% - 24px); }
    .section { padding: 40px 0; }
    .hero h1 { font-size: 2.2rem; }
    .button { width: 100%; }
    .header-contact, .hero-actions { justify-content: stretch; }
    .fixed-cta { padding: 16px 0; }
}

/* Landing page refinements */
.site-branding { display: block; }
.lp-hero { position: relative; overflow: hidden; background: linear-gradient(180deg, #f8f6f0 0%, #ffffff 100%); padding: 56px 0 70px; }
.lp-hero-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr); gap: 48px; align-items: center; }
.lp-hero-copy h1 { font-size: clamp(2.1rem, 4.6vw, 4.35rem); line-height: 1.08; margin-bottom: 20px; color: #183c33; }
.lp-hero-visual img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 28px; box-shadow: 0 28px 70px rgba(15, 76, 70, .14); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; margin-top: 18px; padding: 0; }
.hero-trust li { background: #fff; border: 1px solid #e4dccd; border-radius: 999px; padding: 8px 14px; font-weight: 700; color: #305247; box-shadow: 0 12px 28px rgba(15, 76, 70, .07); }
.align-left { text-align: left; margin-left: 0; }
.section-heading { text-align: center; margin-bottom: 32px; }
.concern-grid, .case-list-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.concern-card, .case-static-card { background: #fff; border: 1px solid #e8e1d5; border-radius: 14px; padding: 26px; box-shadow: 0 18px 42px rgba(14, 40, 32, .06); }
.concern-card h3, .case-static-card h3 { color: #0f4c46; font-size: 1.16rem; line-height: 1.35; margin-bottom: 10px; }
.promise-list { list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding: 0; margin-top: 24px; }
.promise-list li { position: relative; background: #fff; border: 1px solid #e8e1d5; border-radius: 12px; padding: 14px 14px 14px 38px; font-weight: 700; color: #385249; }
.promise-list li::before { content: ""; position: absolute; left: 16px; top: 21px; width: 9px; height: 9px; border-radius: 50%; background: #f6d24b; box-shadow: 0 0 0 4px rgba(246, 210, 75, .22); }
.case-kicker { color: #8d7646; font-weight: 800; margin-bottom: 8px; }
.inline-cta { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 22px; padding: 22px; background: #fff; border: 1px solid #e8e1d5; border-radius: 14px; box-shadow: 0 18px 42px rgba(14, 40, 32, .06); }
.inline-cta p { font-weight: 700; color: #385249; }
.section-steps, .section-faq, .section-office { background: #fff; border-radius: 24px; padding-left: 28px; padding-right: 28px; box-shadow: 0 22px 54px rgba(14, 40, 32, .05); }
.step-root { display: grid; gap: 22px; }
.step-tabs { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; overflow-x: auto; padding-bottom: 4px; }
.step-tab { min-width: 150px; min-height: 76px; border: 1px solid #d9d0c1; background: #f8f6f0; color: #294a40; border-radius: 12px; padding: 12px; font-weight: 800; cursor: pointer; text-align: left; }
.step-tab span { display: inline-grid; place-items: center; width: 26px; height: 26px; margin-right: 8px; border-radius: 50%; background: #fff; color: #0f4c46; }
.step-tab.active { background: #0f4c46; color: #fff; border-color: #0f4c46; }
.step-detail { background: #f8f6f0; border-radius: 14px; padding: 26px; border: 1px solid #e8e1d5; }
.step-detail h3 { color: #0f4c46; margin-bottom: 10px; }
.faq-root { display: grid; gap: 12px; }
.faq-item { border: 1px solid #e3dccf; border-radius: 12px; overflow: hidden; background: #fff; }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 18px; border: 0; background: #fff; padding: 20px 22px; color: #183c33; font-weight: 800; font-size: 1rem; text-align: left; cursor: pointer; }
.faq-question b { display: inline-grid; place-items: center; flex: 0 0 30px; width: 30px; height: 30px; border-radius: 50%; background: #f6d24b; color: #1f3f35; }
.faq-answer { padding: 0 22px 22px; color: #52665d; }
.button-light { background: #fff; color: #0f4c46; }
.office-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.office-list div { background: #f8f6f0; border: 1px solid #e8e1d5; border-radius: 12px; padding: 18px; }
.office-list dt { color: #8d7646; font-weight: 800; margin-bottom: 4px; }
.office-list dd { color: #294a40; margin: 0; }
.consultation-form { display: grid; gap: 18px; }
.form-progress { width: 100%; height: 8px; overflow: hidden; border-radius: 999px; background: #e5ddcf; }
.form-progress span { display: block; height: 100%; background: #0f4c46; transition: width .2s ease; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.consultation-form label { display: grid; gap: 8px; color: #294a40; font-weight: 800; }
.consultation-form input, .consultation-form select, .consultation-form textarea { width: 100%; border: 1px solid #d8d0c2; border-radius: 10px; padding: 13px 14px; font: inherit; color: #183c33; background: #fff; }
.consultation-form input:focus, .consultation-form select:focus, .consultation-form textarea:focus { outline: 3px solid rgba(246, 210, 75, .45); border-color: #0f4c46; }
.form-message { grid-column: 1 / -1; }
.form-check { display: flex !important; grid-template-columns: none !important; align-items: center; gap: 10px !important; font-weight: 700 !important; }
.form-check input { width: 20px; height: 20px; }
.form-submit { justify-self: start; border: 0; cursor: pointer; }
.form-submit:disabled { opacity: .65; cursor: progress; }
.form-status { color: #0f4c46; font-weight: 800; }
.footer-address, .footer-security { color: #5c7162; font-size: .9rem; }
.fixed-cta .cta-container { display: flex; align-items: center; justify-content: center; gap: 12px; background: rgba(15, 76, 70, .96); border-radius: 999px; padding: 12px 16px; box-shadow: 0 24px 48px rgba(15, 76, 70, .24); }
.floating-action { border: 0; white-space: nowrap; }

@media (max-width: 1080px) {
    .lp-hero-inner { grid-template-columns: 1fr; }
    .lp-hero-visual { order: -1; }
    .concern-grid, .case-list-grid, .section-proof-grid, .office-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .step-tabs { grid-template-columns: repeat(5, 160px); }
}

@media (max-width: 720px) {
    .lp-hero { padding: 28px 0 44px; }
    .lp-hero-copy h1 { font-size: 2.15rem; }
    .lp-hero-visual img { border-radius: 18px; }
    .hero-trust { display: grid; grid-template-columns: 1fr; }
    .concern-grid, .case-list-grid, .section-proof-grid, .office-list, .promise-list, .form-grid { grid-template-columns: 1fr; }
    .inline-cta { align-items: stretch; flex-direction: column; }
    .section-steps, .section-faq, .section-office { width: calc(100% - 24px); padding-left: 18px; padding-right: 18px; }
    .fixed-cta { bottom: 0; padding: 0; }
    .fixed-cta .cta-container { width: 100%; border-radius: 18px 18px 0 0; align-items: stretch; }
    .cta-copy { white-space: normal; font-size: .9rem; text-align: center; }
    .floating-action { justify-content: center; }
    .site-main { padding-bottom: 230px; }
}

/* 2026 renewal based on Section1 / Section1-CTA */
:root {
    --renewal-green: #00695f;
    --renewal-deep: #08291f;
    --renewal-gold: #c99a18;
    --renewal-gold-soft: #dfc26a;
    --renewal-ivory: #fffdf7;
    --renewal-mist: #f6f8f1;
    --renewal-line: rgba(201, 154, 24, .38);
    --renewal-shadow: 0 24px 60px rgba(8, 41, 31, .12);
}

body {
    color: var(--renewal-deep);
    background:
        linear-gradient(180deg, #ffffff 0%, #f8faf4 34%, #fffdf7 100%);
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "Yu Gothic", serif;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.site-header {
    background: rgba(255, 255, 255, .94);
    border-bottom: 1px solid var(--renewal-line);
    box-shadow: 0 10px 32px rgba(8, 41, 31, .07);
    backdrop-filter: blur(10px);
}

.karatachi-front-page .site-header {
    display: none;
}

.page-index .header-inner,
.header-inner {
    width: min(1040px, calc(100% - 28px));
    padding: 12px 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
}

.site-logo {
    color: var(--renewal-deep);
    font-size: clamp(1.25rem, 2.6vw, 2rem);
    font-weight: 800;
    letter-spacing: .08em;
}

.site-subtitle {
    color: var(--renewal-green);
    font-family: Georgia, serif;
    letter-spacing: .16em;
}

.header-phone,
.header-btn {
    min-height: 44px;
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(8, 41, 31, .12);
}

.header-phone {
    background: linear-gradient(180deg, #0e8c7a, #00695f);
}

.header-btn {
    background: linear-gradient(180deg, #dfb638, #bd8b0c);
    color: #fff;
}

.site-main {
    padding-bottom: 188px;
}

body:not(.karatachi-front-page) .site-main {
    padding-bottom: 0;
}

.karatachi-front-page .animate-on-scroll {
    opacity: 1;
    transform: none;
}

.section {
    padding: clamp(44px, 7vw, 84px) 0;
}

.lp-intro-wrap {
    background: #fff;
}

.lp-hero-image {
    padding: 0 0 36px;
    background: #fff;
}

.lp-hero-frame {
    position: relative;
    width: min(941px, 100%);
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 18px 54px rgba(8, 41, 31, .1);
}

.lp-hero-frame img {
    width: 100%;
    height: auto;
}

.hero-hotspot {
    position: absolute;
    top: 1.9%;
    width: 12.7%;
    height: 7.9%;
    overflow: hidden;
    text-indent: -999px;
    border-radius: 10%;
}

.hero-hotspot:focus-visible {
    outline: 4px solid rgba(201, 154, 24, .7);
    outline-offset: 3px;
}

.hero-hotspot-line {
    left: 54.7%;
}

.hero-hotspot-phone {
    left: 69%;
}

.hero-hotspot-mail {
    left: 83.4%;
}

.section-heading {
    width: min(820px, 100%);
    margin: 0 auto 34px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: var(--renewal-green);
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: none;
}

.eyebrow::before,
.eyebrow::after {
    content: "";
    width: 42px;
    height: 1px;
    background: var(--renewal-gold);
}

.section h2 {
    color: var(--renewal-deep);
    font-size: clamp(1.75rem, 4.8vw, 3.35rem);
    line-height: 1.28;
    letter-spacing: .04em;
}

.section-lead {
    color: #31594f;
    font-size: clamp(1rem, 2vw, 1.16rem);
}

.concern-grid,
.case-list-grid,
.section-proof-grid,
.pillar-grid {
    gap: 18px;
}

.concern-card,
.case-static-card,
.proof-card,
.pillar-card,
.visual-card,
.contact-block,
.office-list div,
.step-detail,
.faq-item {
    background: rgba(255, 255, 255, .96);
    border: 1px solid var(--renewal-line);
    border-radius: 18px;
    box-shadow: var(--renewal-shadow);
}

.concern-card,
.case-static-card {
    padding: 28px;
}

.concern-card h3,
.case-static-card h3,
.proof-card h3,
.pillar-card h3,
.step-detail h3 {
    color: var(--renewal-green);
    letter-spacing: .04em;
}

.section-panel,
.section-service {
    position: relative;
    grid-template-columns: .9fr 1.1fr;
    gap: 34px;
    background: var(--renewal-ivory);
    border: 1px solid var(--renewal-line);
    border-radius: 24px;
    padding: clamp(26px, 4vw, 44px);
    box-shadow: var(--renewal-shadow);
}

.section-panel::before,
.section-service::before,
.section-steps::before,
.section-faq::before,
.section-office::before {
    content: "";
    position: absolute;
    inset: 10px;
    border: 1px solid rgba(201, 154, 24, .24);
    border-radius: inherit;
    pointer-events: none;
}

.section-panel .section-media,
.section-service .service-image,
.support-image,
.highlight-visual {
    border-radius: 18px;
    border: 1px solid var(--renewal-line);
    box-shadow: 0 18px 44px rgba(8, 41, 31, .1);
}

.feature-list li,
.service-list li,
.support-list li {
    color: #214a41;
    background: #fff;
    border: 1px solid rgba(0, 105, 95, .12);
    border-radius: 12px;
    padding: 12px 14px 12px 38px;
}

.feature-list li::before,
.service-list li::before,
.support-list li::before {
    left: 16px;
    top: 21px;
    background: var(--renewal-gold);
}

.promise-list li {
    border-color: var(--renewal-line);
    color: #214a41;
}

.section-image-cta {
    padding-top: 14px;
    padding-bottom: 36px;
}

.image-cta-link {
    position: relative;
    display: block;
    width: min(840px, 100%);
    margin: 0 auto;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 22px 60px rgba(8, 41, 31, .14);
    transition: transform .2s ease, box-shadow .2s ease;
}

.image-cta-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 28px 70px rgba(8, 41, 31, .18);
}

.image-cta-link img {
    width: 100%;
    height: auto;
}

.text-cta-card {
    isolation: isolate;
    min-height: clamp(720px, 142vw, 1180px);
    background: #fffdf7;
}

.text-cta-bg {
    position: absolute;
    inset: 0;
    z-index: -2;
}

.text-cta-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.text-cta-card::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 58%;
    z-index: -1;
    background: linear-gradient(180deg, rgba(255, 253, 247, 0) 0%, rgba(255, 253, 247, .94) 22%, #fffdf7 100%);
}

.text-cta-content {
    min-height: inherit;
    display: grid;
    align-content: end;
    gap: clamp(10px, 2.8vw, 18px);
    padding: clamp(28px, 6vw, 56px);
    color: var(--renewal-green);
    text-align: center;
}

.text-cta-kicker {
    margin: 0;
    color: #31594f;
    font-weight: 800;
    letter-spacing: .08em;
}

.text-cta-content h2 {
    margin: 0;
    color: #00695f;
    font-size: clamp(2.2rem, 8.4vw, 4.9rem);
    line-height: 1.12;
    letter-spacing: 0;
    text-align: left;
}

.text-cta-badges,
.text-cta-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(8px, 2vw, 14px);
    list-style: none;
    padding: 0;
    margin: 0;
}

.text-cta-badges li,
.text-cta-features span {
    min-height: 46px;
    display: grid;
    place-items: center;
    padding: 8px 10px;
    border: 1px solid rgba(201, 154, 24, .42);
    border-radius: 12px;
    background: rgba(255, 255, 255, .86);
    color: #0f4c46;
    font-weight: 800;
    font-size: clamp(.75rem, 2.7vw, .98rem);
    line-height: 1.25;
}

.text-cta-phone-block {
    display: grid;
    gap: 2px;
    padding: clamp(16px, 3.5vw, 26px);
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(201, 154, 24, .36);
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(8, 41, 31, .08);
}

.text-cta-phone-block span,
.text-cta-phone-block small {
    color: #31594f;
    font-weight: 800;
}

.text-cta-phone-block strong {
    color: #00695f;
    font-size: clamp(1.72rem, 7vw, 3.75rem);
    line-height: 1.05;
    letter-spacing: 0;
    white-space: nowrap;
}

.text-cta-actions {
    display: grid;
    gap: clamp(10px, 2vw, 14px);
}

.text-cta-action {
    min-height: 58px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    padding: 14px 18px;
    color: #fff;
    font-weight: 900;
    font-size: clamp(1rem, 4vw, 1.9rem);
    box-shadow: 0 14px 28px rgba(8, 41, 31, .12);
}

.text-cta-action-phone {
    background: linear-gradient(180deg, #00836f 0%, #006154 100%);
}

.text-cta-action-mail {
    background: linear-gradient(180deg, #d6a732 0%, #b98517 100%);
}

.section-cta-hotspot {
    position: absolute;
    overflow: hidden;
    text-indent: -999px;
    border-radius: 999px;
}

.section-cta-hotspot:focus-visible {
    outline: 4px solid rgba(201, 154, 24, .75);
    outline-offset: 3px;
}

.section-cta-hotspot-phone {
    left: 6%;
    top: 55.5%;
    width: 88%;
    height: 12%;
}

.section-cta-hotspot-mail {
    left: 6%;
    top: 69.5%;
    width: 88%;
    height: 11%;
}

.seo-copy {
    width: min(880px, calc(100% - 24px));
    margin: 14px auto 0;
    padding: clamp(16px, 4vw, 24px);
    background: rgba(255, 253, 247, .94);
    border: 1px solid rgba(201, 154, 24, .24);
    border-radius: 18px;
    color: #183c33;
    box-shadow: 0 10px 26px rgba(8, 41, 31, .055);
}

.seo-copy-intro {
    margin-top: 18px;
}

.seo-copy h2 {
    margin: 0 0 8px;
    color: var(--renewal-green);
    font-size: clamp(1.15rem, 3.9vw, 1.75rem);
    line-height: 1.45;
    letter-spacing: .03em;
    text-align: left;
}

.seo-copy p {
    margin: 0;
    color: #31594f;
    font-family: "Yu Gothic", sans-serif;
    font-size: clamp(.92rem, 2.8vw, 1rem);
    line-height: 1.85;
}

.visual-stack {
    width: min(941px, 100%);
    margin: 0 auto;
    padding: 0 0 clamp(36px, 8vw, 80px);
}

.visual-section {
    margin: 0 auto clamp(18px, 4vw, 34px);
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.visual-section img {
    width: 100%;
    height: auto;
    border-radius: 0;
}

.visual-section-pair,
.visual-section-triplet,
.visual-section-quad {
    display: grid;
    gap: clamp(10px, 2vw, 16px);
}

.visual-section-pair {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.visual-section-triplet {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.visual-section-quad {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.image-critical-section {
    width: min(941px, calc(100% - 24px));
    margin: 0 auto clamp(18px, 4.8vw, 36px);
    display: grid;
    gap: clamp(12px, 3vw, 20px);
    align-items: start;
}

.image-critical-section img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0;
}

.image-critical-section picture,
.desktop-critical-media,
.mobile-critical-media {
    display: block;
    width: 100%;
}

.desktop-critical-media {
    display: none;
}

.mobile-critical-media {
    display: grid;
    gap: clamp(12px, 3vw, 20px);
}

.image-critical-section-pair,
.image-critical-section-triplet {
    grid-template-columns: 1fr;
}

.image-critical-section-flow {
    gap: clamp(10px, 2.8vw, 16px);
}

.critical-seo-copy {
    padding: clamp(16px, 4vw, 24px);
    background: rgba(255, 253, 247, .96);
    border: 1px solid rgba(201, 154, 24, .24);
    border-radius: 16px;
    box-shadow: 0 10px 26px rgba(8, 41, 31, .05);
}

.critical-seo-copy h2 {
    margin: 0 0 8px;
    color: var(--renewal-green);
    font-size: clamp(1.08rem, 3.6vw, 1.55rem);
    line-height: 1.5;
    letter-spacing: .02em;
}

.critical-seo-copy p {
    margin: 0;
    color: #31594f;
    font-family: "Yu Gothic", sans-serif;
    font-size: clamp(.9rem, 2.8vw, .98rem);
    line-height: 1.85;
}

.text-lp-stack {
    display: grid;
    gap: clamp(18px, 5vw, 34px);
}

.text-info-section {
    overflow: hidden;
    width: 100%;
    padding: clamp(22px, 5vw, 48px);
    background: linear-gradient(180deg, #fffdf7 0%, #fff9ef 100%);
    border: 1px solid rgba(201, 154, 24, .34);
    border-radius: 24px;
    box-shadow: 0 16px 42px rgba(8, 41, 31, .075);
    color: #173f35;
}

.mobile-image-part-section {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(8, 41, 31, .07);
}

.mobile-image-part-section img {
    width: 100%;
    height: auto;
}

.desktop-text-info-section {
    display: none;
}

.mobile-office-phone-card {
    position: absolute;
    left: 8.2%;
    right: 8.2%;
    top: 73.2%;
    min-height: 11.6%;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 4px;
    padding: 12px 10px;
    background: rgba(255, 253, 247, .98);
    border: 2px solid rgba(217, 160, 23, .88);
    border-radius: 12px;
    color: #0f4c46;
    text-align: center;
    box-shadow: 0 10px 26px rgba(8, 41, 31, .06);
}

.mobile-office-phone-card span {
    font-weight: 900;
    font-size: clamp(.9rem, 3.8vw, 1.35rem);
}

.mobile-office-phone-card a {
    color: #0f4c46;
    font-size: clamp(1.95rem, 9vw, 3.8rem);
    line-height: 1;
    font-weight: 900;
    white-space: nowrap;
}

.mobile-office-phone-card small {
    color: #31594f;
    font-size: clamp(.72rem, 2.8vw, 1rem);
    font-weight: 800;
    line-height: 1.3;
}

.text-info-heading {
    display: grid;
    gap: 8px;
    margin-bottom: clamp(18px, 4vw, 30px);
    text-align: center;
}

.text-info-heading span {
    color: #31594f;
    font-weight: 800;
    letter-spacing: .04em;
}

.text-info-heading h2 {
    margin: 0;
    color: var(--renewal-green);
    font-size: clamp(2rem, 6vw, 4.2rem);
    line-height: 1.12;
    letter-spacing: 0;
}

.fee-hero-card {
    display: grid;
    gap: 8px;
    margin-bottom: clamp(16px, 4vw, 28px);
    padding: clamp(20px, 5vw, 34px);
    background: #fff;
    border: 1px solid rgba(201, 154, 24, .38);
    border-radius: 18px;
    text-align: center;
    box-shadow: 0 12px 28px rgba(8, 41, 31, .06);
}

.fee-hero-card p {
    margin: 0;
    padding: 10px 16px;
    border-radius: 12px;
    background: #006154;
    color: #fff;
    font-size: clamp(1.25rem, 4vw, 2rem);
    font-weight: 900;
}

.fee-hero-card strong {
    color: #c58d11;
    font-size: clamp(4.2rem, 18vw, 8.4rem);
    line-height: .95;
    letter-spacing: 0;
}

.fee-hero-card span {
    justify-self: center;
    padding: 8px 20px;
    border: 1px solid rgba(201, 154, 24, .55);
    border-radius: 999px;
    color: #0f4c46;
    font-size: clamp(1.1rem, 3.8vw, 1.9rem);
    font-weight: 900;
}

.fee-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(12px, 3vw, 22px);
}

.fee-detail-card {
    display: grid;
    gap: 14px;
    min-height: 250px;
    padding: clamp(18px, 4vw, 28px);
    background: #fff;
    border: 1px solid rgba(201, 154, 24, .36);
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(8, 41, 31, .06);
}

.fee-detail-card h3 {
    margin: -18px -18px 8px;
    padding: 14px;
    color: #fff;
    text-align: center;
    font-size: clamp(1.15rem, 3.8vw, 1.7rem);
    line-height: 1.35;
}

.fee-detail-card-green h3 { background: #006154; }
.fee-detail-card-gold h3 { background: #c58d11; }

.fee-detail-card p {
    margin: 0;
    color: #173f35;
    font-size: clamp(1rem, 3.4vw, 1.35rem);
    font-weight: 800;
    line-height: 1.6;
}

.fee-detail-card strong {
    color: #c58d11;
    font-size: clamp(1.4rem, 6vw, 2.8rem);
    line-height: 1.25;
}

.fee-detail-card dl {
    display: grid;
    gap: 14px;
    margin: 0;
}

.fee-detail-card dl div {
    display: grid;
    gap: 4px;
    padding-bottom: 12px;
    border-bottom: 1px dashed rgba(201, 154, 24, .55);
}

.fee-detail-card dt {
    color: #173f35;
    font-weight: 900;
}

.fee-detail-card dd {
    margin: 0;
    color: #c58d11;
    font-size: clamp(1.25rem, 5vw, 2.2rem);
    font-weight: 900;
}

.fee-support-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin: clamp(16px, 4vw, 26px) 0;
    padding: 0;
    list-style: none;
}

.fee-support-list li {
    min-height: 86px;
    display: grid;
    place-items: center;
    padding: 12px;
    background: #fff;
    border: 1px solid rgba(201, 154, 24, .32);
    border-radius: 14px;
    color: #173f35;
    text-align: center;
    font-weight: 900;
    line-height: 1.35;
}

.text-phone-panel,
.office-contact-card {
    display: grid;
    justify-items: center;
    gap: 8px;
    padding: clamp(18px, 4vw, 28px);
    background: linear-gradient(180deg, #006154 0%, #005444 100%);
    border-radius: 16px;
    color: #fff;
    text-align: center;
}

.text-phone-panel span,
.office-contact-card span {
    font-weight: 900;
    font-size: clamp(1.05rem, 3vw, 1.35rem);
}

.text-phone-panel a,
.office-contact-card > a {
    color: #fff;
    font-size: clamp(2.1rem, 8vw, 4.1rem);
    line-height: 1.05;
    font-weight: 900;
}

.text-phone-panel small,
.office-contact-card p {
    color: rgba(255,255,255,.92);
    font-weight: 800;
}

.office-info-layout {
    display: grid;
    grid-template-columns: minmax(260px, .85fr) 1.45fr minmax(300px, .95fr);
    gap: clamp(16px, 3vw, 28px);
    align-items: stretch;
}

.office-profile-card,
.office-feature-grid article {
    background: #fff;
    border: 1px solid rgba(201, 154, 24, .34);
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(8, 41, 31, .055);
}

.office-profile-card {
    display: grid;
    align-content: start;
    gap: 18px;
    padding: clamp(22px, 4vw, 32px);
}

.office-card-label {
    margin: -22px -22px 10px;
    padding: 12px;
    background: #006154;
    color: #fff;
    text-align: center;
    font-weight: 900;
}

.office-profile-card strong {
    color: #0f4c46;
    font-size: clamp(1.35rem, 3.2vw, 2rem);
}

.office-profile-card p {
    margin: 0;
    padding-top: 14px;
    border-top: 1px solid rgba(201, 154, 24, .35);
    color: #173f35;
    font-weight: 800;
    line-height: 1.7;
}

.office-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.office-feature-grid article {
    display: grid;
    gap: 8px;
    padding: clamp(16px, 3vw, 22px);
}

.office-feature-grid strong {
    color: #0f4c46;
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    line-height: 1.35;
}

.office-feature-grid span {
    color: #31594f;
    font-weight: 700;
    line-height: 1.65;
}

.office-contact-card {
    align-content: center;
    background: linear-gradient(180deg, #006154 0%, #005444 100%);
    border: 1px solid rgba(201, 154, 24, .34);
    box-shadow: 0 12px 28px rgba(8, 41, 31, .07);
}

.office-contact-card strong {
    color: #fff;
    font-size: clamp(1.2rem, 3.4vw, 1.8rem);
}

.office-contact-card > a {
    color: #fff;
    margin-top: 2px;
    font-size: clamp(2rem, 3.6vw, 3.25rem);
    white-space: nowrap;
}

.office-contact-card p {
    color: rgba(255,255,255,.92);
}

.office-contact-button {
    width: 100%;
    min-height: 54px;
    display: grid;
    place-items: center;
    padding: 12px 16px;
    border-radius: 10px;
    background: linear-gradient(180deg, #d6a732 0%, #b98517 100%);
    color: #fff !important;
    font-size: clamp(1rem, 2.4vw, 1.18rem) !important;
    line-height: 1.25 !important;
    font-weight: 900;
}

.lp-text-section {
    width: min(900px, calc(100% - 24px));
    margin: 0 auto;
    padding: clamp(24px, 6vw, 48px);
    background: linear-gradient(180deg, #fffdf7 0%, #fffaf1 100%);
    border: 1px solid rgba(201, 154, 24, .3);
    border-radius: 24px;
    box-shadow: 0 16px 40px rgba(8, 41, 31, .07);
}

.lp-section-heading {
    text-align: center;
    margin-bottom: clamp(18px, 4vw, 28px);
}

.lp-section-heading span {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--renewal-green);
    font-weight: 800;
    letter-spacing: .08em;
}

.lp-section-heading span::before,
.lp-section-heading span::after {
    content: "";
    width: 34px;
    height: 1px;
    background: var(--renewal-gold);
}

.lp-section-heading h2 {
    margin: 12px 0 0;
    color: var(--renewal-deep);
    font-size: clamp(1.45rem, 5.2vw, 2.65rem);
    line-height: 1.36;
    letter-spacing: .03em;
}

.lp-body {
    margin: 18px 0 0;
    color: #31594f;
    font-family: "Yu Gothic", sans-serif;
    line-height: 1.9;
}

.comparison-panel,
.amount-grid,
.support-grid,
.case-grid,
.fee-grid,
.common-case-list {
    display: grid;
    gap: 14px;
}

.comparison-panel {
    grid-template-columns: 1fr auto 1fr;
    align-items: stretch;
}

.comparison-panel > div:not(.arrow),
.amount-grid > div,
.support-grid > div,
.case-grid > div,
.fee-grid > div,
.common-case-list article {
    background: #fff;
    border: 1px solid rgba(201, 154, 24, .26);
    border-radius: 18px;
    padding: clamp(16px, 4vw, 22px);
    box-shadow: 0 8px 22px rgba(8, 41, 31, .045);
}

.comparison-panel small,
.amount-grid small,
.case-grid small,
.common-case-list small {
    color: var(--renewal-gold);
    font-family: "Yu Gothic", sans-serif;
    font-weight: 800;
}

.comparison-panel strong,
.amount-grid b,
.case-grid strong,
.fee-grid strong {
    display: block;
    color: var(--renewal-green);
    font-size: clamp(1.75rem, 7vw, 3.1rem);
    line-height: 1.2;
    margin: 8px 0;
}

.comparison-panel .arrow {
    display: grid;
    place-items: center;
    color: var(--renewal-gold);
    font-size: 2rem;
    font-weight: 900;
}

.amount-grid,
.support-grid,
.fee-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.case-grid,
.common-case-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.support-grid b,
.fee-grid b,
.common-case-list h3 {
    color: var(--renewal-green);
    font-size: clamp(1.1rem, 3.6vw, 1.45rem);
}

.support-grid p,
.case-grid p,
.fee-grid p,
.common-case-list p,
.amount-grid span,
.comparison-panel p {
    color: #31594f;
    font-family: "Yu Gothic", sans-serif;
    line-height: 1.7;
    margin: 6px 0 0;
}

.flow-section {
    margin: 0 auto clamp(18px, 4vw, 34px);
    padding: clamp(28px, 6vw, 56px) clamp(18px, 4vw, 44px);
    background:
        radial-gradient(circle at 50% 0%, rgba(223, 194, 106, .13), transparent 34%),
        linear-gradient(180deg, #fffdf7 0%, #fffaf0 100%);
    border: 1px solid rgba(201, 154, 24, .34);
    border-radius: 22px;
    box-shadow: 0 14px 40px rgba(8, 41, 31, .08);
}

.flow-heading {
    text-align: center;
    margin-bottom: clamp(22px, 5vw, 38px);
}

.flow-heading span {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--renewal-green);
    font-weight: 800;
    letter-spacing: .08em;
}

.flow-heading span::before,
.flow-heading span::after {
    content: "";
    width: 28px;
    height: 1px;
    background: var(--renewal-gold);
}

.flow-heading h2 {
    margin-top: 12px;
    color: var(--renewal-deep);
    font-size: clamp(1.45rem, 5vw, 2.6rem);
    line-height: 1.32;
}

.flow-heading p {
    max-width: 760px;
    margin: 14px auto 0;
    color: #31594f;
    font-family: "Yu Gothic", sans-serif;
    line-height: 1.85;
}

.flow-list {
    list-style: none;
    display: grid;
    gap: clamp(16px, 4vw, 24px);
    padding: 0;
    margin: 0;
}

.flow-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(92px, .28fr) 1fr;
    gap: 8px clamp(16px, 4vw, 28px);
    align-items: center;
    padding: clamp(18px, 4vw, 34px);
    background: #fff;
    border: 1px solid rgba(201, 154, 24, .26);
    border-radius: 22px;
    box-shadow: 0 12px 30px rgba(8, 41, 31, .07);
}

.flow-card + .flow-card::before {
    content: "";
    position: absolute;
    top: calc(clamp(16px, 4vw, 24px) * -1);
    left: 50%;
    width: 1px;
    height: clamp(16px, 4vw, 24px);
    background: linear-gradient(180deg, rgba(201, 154, 24, .08), rgba(201, 154, 24, .58));
}

.flow-card b {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(180deg, #08796f, #005b53);
    border: 3px solid #e7cb73;
    box-shadow: 0 8px 18px rgba(8, 41, 31, .15);
    font-size: 1.75rem;
    line-height: 1;
}

.flow-icon {
    grid-row: span 4;
    display: grid;
    place-items: center;
    width: clamp(74px, 18vw, 132px);
    aspect-ratio: 1;
    margin: 8px auto 0;
    border-radius: 50%;
    color: var(--renewal-green);
    background: radial-gradient(circle at 50% 38%, #fff 0%, #fffdf7 55%, #f5ecd6 100%);
    border: 1px solid rgba(201, 154, 24, .26);
    font-family: "Yu Gothic", sans-serif;
    font-size: clamp(.78rem, 2.4vw, .95rem);
    font-weight: 800;
    letter-spacing: .08em;
}

.flow-card strong {
    color: var(--renewal-green);
    font-size: clamp(1.35rem, 4.5vw, 2.25rem);
    letter-spacing: .04em;
    line-height: 1.35;
    text-align: left;
}

.flow-card p,
.flow-card li,
.flow-note p {
    color: #31594f;
    font-family: "Yu Gothic", sans-serif;
    font-size: clamp(.95rem, 2.7vw, 1.05rem);
    line-height: 1.7;
}

.flow-card p {
    margin: 0;
}

.flow-card ul {
    display: grid;
    gap: 6px;
    margin: 6px 0 0;
    padding: 0;
    list-style: none;
}

.flow-card li {
    position: relative;
    padding-left: 1.2em;
}

.flow-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .72em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--renewal-gold);
}

.flow-note {
    margin-top: clamp(18px, 5vw, 32px);
    padding: clamp(18px, 4vw, 28px);
    text-align: center;
    border: 1px solid rgba(201, 154, 24, .28);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .88), rgba(255, 250, 240, .88));
}

.flow-note strong {
    color: var(--renewal-green);
    font-size: clamp(1.2rem, 4vw, 1.9rem);
    letter-spacing: .04em;
}

.flow-note p {
    margin: 8px 0 0;
}

.case-slider-root {
    border: 1px solid var(--renewal-line);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 253, 247, .96));
    box-shadow: var(--renewal-shadow);
}

.case-slider-body h3 {
    color: var(--renewal-green);
}

.case-dot {
    border-color: var(--renewal-line);
    color: var(--renewal-green);
}

.case-dot:hover,
.case-dot.active {
    background: var(--renewal-green);
}

.inline-cta {
    border-color: var(--renewal-line);
    border-radius: 18px;
}

.button {
    border-radius: 999px;
    letter-spacing: .04em;
}

.button-primary {
    background: linear-gradient(180deg, #0b8778, #00695f);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .48);
}

.button-secondary {
    background: linear-gradient(180deg, #dcb43a, #b9890f);
    color: #fff;
}

.button-light {
    color: var(--renewal-green);
}

.section-steps,
.section-faq,
.section-office,
.section-contact {
    position: relative;
    background: var(--renewal-ivory);
    border: 1px solid var(--renewal-line);
    border-radius: 24px;
    box-shadow: var(--renewal-shadow);
}

.step-tab {
    border-color: var(--renewal-line);
    background: #fff;
    color: var(--renewal-deep);
}

.step-tab.active {
    background: linear-gradient(180deg, #0b8778, #00695f);
}

.faq-question b,
.step-tab span {
    background: rgba(201, 154, 24, .16);
    color: var(--renewal-green);
}

.form-progress span {
    background: linear-gradient(90deg, var(--renewal-green), var(--renewal-gold));
}

.consultation-form input,
.consultation-form select,
.consultation-form textarea {
    border-color: rgba(201, 154, 24, .32);
    border-radius: 12px;
}

.site-footer {
    background: #fffdf7;
    border-top: 1px solid var(--renewal-line);
}

.site-footer-minimal {
    padding: 24px 0 168px;
}

.site-footer-minimal.no-fixed-cta {
    padding-bottom: 24px;
}

.site-footer-minimal .footer-bottom {
    padding-top: 0;
}

.site-footer-minimal .footer-links {
    margin-bottom: 12px;
}

.subpage-hero {
    padding: clamp(48px, 8vw, 86px) 0 clamp(24px, 5vw, 42px);
    background: linear-gradient(180deg, #fffdf7 0%, #f8faf4 100%);
    border-bottom: 1px solid rgba(201, 154, 24, .22);
}

.subpage-hero .container {
    max-width: 880px;
    text-align: center;
}

.subpage-hero span {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--renewal-green);
    font-weight: 800;
    letter-spacing: .08em;
}

.subpage-hero span::before,
.subpage-hero span::after {
    content: "";
    width: 32px;
    height: 1px;
    background: var(--renewal-gold);
}

.subpage-hero h1 {
    margin: 14px 0;
    color: var(--renewal-deep);
    font-size: clamp(2rem, 6vw, 3.2rem);
    line-height: 1.25;
}

.subpage-hero p {
    color: #31594f;
    font-family: "Yu Gothic", sans-serif;
    line-height: 1.9;
}

.subpage-card {
    background: #fffdf7;
    border: 1px solid rgba(201, 154, 24, .28);
    border-radius: 24px;
    box-shadow: 0 16px 40px rgba(8, 41, 31, .07);
    padding-left: clamp(18px, 5vw, 42px);
    padding-right: clamp(18px, 5vw, 42px);
    margin-top: clamp(20px, 5vw, 42px);
}

.subpage-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 22px;
}

.subpage-info-grid article {
    background: #fff;
    border: 1px solid rgba(201, 154, 24, .24);
    border-radius: 16px;
    padding: 18px;
}

.subpage-info-grid h2,
.privacy-content h2 {
    color: var(--renewal-green);
}

.fixed-cta-renewal {
    position: fixed;
    left: 50%;
    bottom: 10px;
    width: auto;
    padding: 0;
    transform: translateX(-50%);
    z-index: 80;
}

.floating-consult {
    position: relative;
    width: min(390px, 100vw);
    filter: drop-shadow(0 12px 22px rgba(8, 41, 31, .22));
}

.floating-consult img {
    width: 100%;
    height: auto;
    display: block;
}

.floating-hotspot {
    position: absolute;
    overflow: hidden;
    text-indent: -999px;
    border-radius: 999px;
}

.floating-hotspot:focus-visible {
    outline: 3px solid rgba(201, 154, 24, .75);
    outline-offset: 2px;
}

.floating-hotspot-phone {
    left: 12.4%;
    top: 14.2%;
    width: 75.5%;
    height: 39.2%;
}

.floating-hotspot-line {
    left: 6.5%;
    top: 63.2%;
    width: 42.5%;
    height: 26.2%;
}

.floating-hotspot-mail {
    left: 52.2%;
    top: 63.2%;
    width: 41.5%;
    height: 26.2%;
}

@media (min-width: 1081px) {
    .section-image-cta .image-cta-link {
        width: min(760px, 100%);
    }
}

@media (min-width: 900px) {
    .karatachi-front-page {
        background:
            linear-gradient(90deg, rgba(248, 246, 240, .72) 0%, #fffdf7 18%, #fffdf7 82%, rgba(248, 246, 240, .72) 100%);
    }

    .lp-hero-image {
        padding: 0;
        background: transparent;
    }

    .lp-intro-wrap {
        width: min(1240px, calc(100% - 56px));
        margin: 0 auto 38px;
        padding: 34px 0 0;
        display: grid;
        grid-template-columns: 1fr;
        gap: clamp(18px, 2.4vw, 32px);
        align-items: start;
        background: transparent;
    }

    .lp-intro-wrap > .lp-hero,
    .lp-intro-wrap > .section-image-cta {
        min-width: 0;
    }

    .lp-hero-frame {
        width: 100%;
        max-height: none;
        overflow: hidden;
    }

    .section-image-cta {
        width: 100%;
        padding: 0;
    }

    .section-image-cta.container {
        margin: 0;
    }

    .section-image-cta .image-cta-link {
        width: 100%;
    }

    .text-cta-card {
        min-height: 920px;
    }

    .text-cta-card::after {
        display: none;
    }

    .text-cta-content {
        width: min(58%, 680px);
        min-height: 920px;
        padding: 58px;
        align-content: center;
    }

    .section-image-cta .seo-copy {
        width: 100%;
        margin-top: clamp(12px, 1.4vw, 18px);
    }

    .visual-stack {
        width: min(1240px, calc(100% - 56px));
        gap: clamp(26px, 2.8vw, 38px);
        padding-bottom: 104px;
    }

    .image-critical-section {
        width: 100%;
        margin-bottom: 10px;
        gap: 16px;
    }

    .image-critical-section-pair {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        grid-template-columns: 1fr;
        gap: clamp(14px, 2vw, 22px);
        align-items: start;
    }

    .image-critical-section-pair .critical-seo-copy {
        grid-column: auto;
    }

    .image-critical-section-pair > img {
        width: 100%;
        height: auto;
    }

    .image-critical-section-triplet,
    .image-critical-section-flow {
        grid-template-columns: 1fr;
    }

    .desktop-critical-media {
        display: block;
    }

    .mobile-critical-media {
        display: none;
    }

    .critical-seo-copy {
        padding: 18px 24px;
        border-radius: 14px;
        box-shadow: 0 8px 24px rgba(8, 41, 31, .045);
    }

    .critical-seo-copy h2 {
        font-size: 1.22rem;
        line-height: 1.45;
    }

    .critical-seo-copy p {
        font-size: .96rem;
        line-height: 1.8;
    }

    .fee-info-section {
        padding: 46px;
    }

    .office-info-section {
        padding: 44px;
    }

    .mobile-image-part-section {
        display: none;
    }

    .desktop-text-info-section {
        display: block;
    }

    .fixed-cta-renewal {
        left: 50%;
        right: auto;
        bottom: clamp(16px, 2vw, 28px);
        transform: translateX(-50%);
    }

    .floating-consult {
        width: clamp(360px, 30vw, 430px);
        max-width: calc(100vw - 56px);
        filter: drop-shadow(0 16px 30px rgba(8, 41, 31, .24));
    }

    .site-footer-minimal {
        padding-bottom: 158px;
    }
}

@media (max-width: 1080px) {
    .section-panel,
    .section-service {
        grid-template-columns: 1fr;
    }

    .office-info-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .site-main {
        padding-bottom: 156px;
    }

    .site-logo {
        font-size: 1.12rem;
    }

    .site-subtitle {
        letter-spacing: .05em;
    }

    .header-contact {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .header-phone,
    .header-btn {
        width: 100%;
        min-height: 40px;
        padding: 10px 8px;
        font-size: .84rem;
    }

    .lp-hero-image {
        padding-bottom: 20px;
    }

    .section {
        padding: 38px 0;
    }

    .section-image-cta {
        padding-top: 8px;
        padding-bottom: 22px;
    }

    .section-panel,
    .section-service,
    .section-steps,
    .section-faq,
    .section-office,
    .section-contact {
        border-radius: 18px;
    }

    .eyebrow::before,
    .eyebrow::after {
        width: 22px;
    }

    .image-cta-link {
        border-radius: 18px;
    }

    .visual-stack {
        width: 100%;
        padding-bottom: 44px;
    }

    .visual-section {
        margin-bottom: 16px;
        padding: 0;
        border-radius: 16px;
        box-shadow: none;
    }

    .visual-section img {
        border-radius: 0;
    }

    .visual-section-pair,
    .visual-section-triplet,
    .visual-section-quad {
        grid-template-columns: 1fr;
    }

    .image-critical-section {
        width: calc(100% - 18px);
        margin-bottom: 18px;
        gap: 10px;
    }

    .text-cta-card {
        min-height: 1040px;
        border-radius: 18px;
    }

    .text-cta-bg img {
        object-position: 62% top;
    }

    .text-cta-content {
        padding: 260px 18px 22px;
    }

    .text-cta-content h2 {
        text-align: center;
    }

    .text-cta-badges,
    .text-cta-features,
    .fee-detail-grid,
    .fee-support-list,
    .office-feature-grid {
        grid-template-columns: 1fr;
    }

    .text-info-section {
        padding: 20px 14px;
        border-radius: 18px;
    }

    .critical-seo-copy {
        padding: 15px;
        border-radius: 14px;
    }

    .lp-text-section {
        width: calc(100% - 24px);
        border-radius: 18px;
    }

    .comparison-panel,
    .amount-grid,
    .support-grid,
    .case-grid,
    .fee-grid,
    .common-case-list,
    .subpage-info-grid {
        grid-template-columns: 1fr;
    }

    .comparison-panel .arrow {
        transform: rotate(90deg);
        min-height: 28px;
    }

    .subpage-card {
        width: calc(100% - 24px);
        border-radius: 18px;
    }

    .floating-consult {
        width: 100vw;
        max-width: 430px;
    }

    .fixed-cta-renewal {
        bottom: 0;
    }

    .site-footer-minimal {
        padding-bottom: 148px;
    }

    .flow-section {
        margin: 0 0 16px;
        border-left: 0;
        border-right: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .flow-list > li {
        grid-template-columns: 1fr;
        padding: 30px 18px 18px;
        text-align: left;
    }

    .flow-list b {
        width: 40px;
        height: 40px;
        font-size: 1.28rem;
        top: -15px;
    }

    .flow-icon {
        grid-row: auto;
        width: 72px;
        margin: 0 auto 2px;
    }

    .flow-card strong {
        text-align: center;
    }

    .seo-copy {
        width: calc(100% - 24px);
        margin-top: 10px;
        border-radius: 14px;
    }
}
