:root{--oks-navy:#17324a;--oks-blue:#1f69b3;--oks-blue2:#2e7ac7;--oks-light:#f3f8fc;--oks-line:#dce7f0;--oks-text:#24384b;--oks-muted:#5d7184;--oks-gold:#bc8a46;--oks-white:#fff;--oks-shadow:0 18px 48px rgba(24,58,91,.10)}

.okshonin,.okshonin *{box-sizing:border-box}
.okshonin{font-family:"Noto Sans JP","Yu Gothic",YuGothic,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;color:var(--oks-text);background:#fff;line-height:1.8;-webkit-font-smoothing:antialiased}
.okshonin img{max-width:100%;height:auto}
.okshonin a{color:inherit;text-decoration:none}
.okshonin button,.okshonin input,.okshonin select,.okshonin textarea{font:inherit}
.okshonin p,.okshonin h1,.okshonin h2,.okshonin h3,.okshonin dl,.okshonin ul,.okshonin ol{margin-top:0}
.okshonin p:last-child{margin-bottom:0}
.okshonin-container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.okshonin-section{padding:88px 0}
.okshonin-section-soft{background:var(--oks-light)}
.okshonin-section-dark{background:linear-gradient(135deg,#17324a,#214d73);color:#fff}
.okshonin-heading{text-align:center;max-width:780px;margin:0 auto 44px}
.okshonin-heading.align-left{text-align:left;margin-left:0}
.okshonin-heading>span,.okshonin-column-split-head>span,.okshonin-prep-box>div>span,.okshonin-cta-band span{display:inline-block;color:var(--oks-blue);font-size:12px;font-weight:800;letter-spacing:.15em;margin-bottom:8px}
.okshonin-heading h2{margin:0;color:var(--oks-navy);font-family:"Yu Mincho","Hiragino Mincho ProN",serif;font-size:clamp(28px,3.2vw,42px);line-height:1.55;font-weight:600;letter-spacing:.02em}
.okshonin-heading p{margin:14px auto 0;color:var(--oks-muted);font-size:15px;line-height:2}
.okshonin-heading.light h2,.okshonin-heading.light p{color:#fff}
.okshonin-heading.light>span{color:#cbe1f6}
.okshonin-btn{min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:999px;border:1px solid transparent;font-weight:800;font-size:14px;letter-spacing:.01em;transition:.2s ease;cursor:pointer;text-align:center}
.okshonin-btn:hover{transform:translateY(-1px)}
.okshonin-btn-primary{background:linear-gradient(135deg,#1f69b3,#2f82d1);color:#fff!important;box-shadow:0 10px 24px rgba(31,105,179,.22)}
.okshonin-btn-primary:hover{box-shadow:0 14px 30px rgba(31,105,179,.28)}
.okshonin-btn-secondary{background:#fff;color:var(--oks-blue)!important;border-color:#bcd2e5}
.okshonin-btn-white{background:#fff;color:var(--oks-navy)!important}
.okshonin-icon{width:26px;height:26px;display:inline-grid;place-items:center;flex:none}
.okshonin-icon svg{width:100%;height:100%;display:block}
.okshonin-badge{display:inline-flex!important;align-items:center;width:auto!important;background:#eaf4ff;color:#155c9d!important;border:1px solid #cfe3f5;border-radius:999px;padding:7px 14px;font-size:12px!important;font-weight:800;letter-spacing:.04em;margin:0 0 18px!important}

/* header */
.okshonin-header{position:sticky;top:0;z-index:999;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(217,230,240,.9);backdrop-filter:blur(10px)}
.admin-bar .okshonin-header{top:32px}
.okshonin-header-inner{height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.okshonin-brand{display:flex;align-items:center;gap:10px;min-width:0}
.okshonin-brand>img{display:block;max-width:360px;max-height:56px;object-fit:contain}
.okshonin-brand-mark{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:var(--oks-navy);color:#fff;font-family:serif;font-size:22px;flex:none}
.okshonin-brand>span:last-child{display:flex;flex-direction:column;min-width:0}
.okshonin-brand strong{color:var(--oks-navy);font-size:16px;line-height:1.45;white-space:nowrap}
.okshonin-brand small{font-size:10px;color:#70869a;white-space:nowrap}
.okshonin-menu{display:flex;align-items:center;gap:22px;font-size:13px;font-weight:700;color:#40566a}
.okshonin-menu>a:not(.okshonin-menu-request):hover{color:var(--oks-blue)}
.okshonin-menu-request{background:var(--oks-navy);color:#fff!important;padding:10px 18px;border-radius:999px}
.okshonin-menu-toggle{display:none;border:0;background:transparent;width:44px;height:44px;padding:10px;cursor:pointer}
.okshonin-menu-toggle>span:not(.screen-reader-text){display:block;height:2px;background:var(--oks-navy);margin:5px 0;border-radius:2px}
.screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

/* hero */
.okshonin-hero{position:relative;overflow:hidden;background:linear-gradient(110deg,#f8fbff 0%,#edf6ff 55%,#fff 100%);padding:76px 0 70px}
.okshonin-hero:before{content:"";position:absolute;width:540px;height:540px;border-radius:50%;right:-180px;top:-250px;background:radial-gradient(circle,rgba(63,142,214,.17),rgba(63,142,214,0) 68%)}
.okshonin-hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);align-items:center;gap:64px}
.okshonin-hero-copy h1{font-family:"Yu Mincho","Hiragino Mincho ProN",serif;color:var(--oks-navy);font-weight:600;font-size:clamp(36px,4vw,58px);line-height:1.48;letter-spacing:.015em;margin:0}
.okshonin-hero-lead{margin:24px 0 0;color:#4d6479;font-size:16px;line-height:2.05;max-width:710px}
.okshonin-hero-prices{display:flex;gap:12px;margin-top:28px}
.okshonin-hero-prices>div{min-width:190px;background:#fff;border:1px solid #d7e5f1;border-radius:14px;padding:14px 18px;box-shadow:0 8px 20px rgba(28,74,112,.05)}
.okshonin-hero-prices span{display:block;color:#59748d;font-size:12px;font-weight:700}
.okshonin-hero-prices strong{display:block;color:var(--oks-blue);font-size:27px;line-height:1.4;margin-top:1px}
.okshonin-hero-prices small{display:block;color:#7a8e9f;font-size:10px}
.okshonin-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}
.okshonin-fast-note{display:flex;align-items:center;gap:12px;margin-top:18px;color:#426078;font-size:12px}
.okshonin-fast-note strong{color:#143e65}
.okshonin-hero-visual{position:relative}
.okshonin-hero-visual>img{width:100%;max-height:530px;object-fit:contain;display:block}
.okshonin-visual-card{min-height:470px;border-radius:32px;background:linear-gradient(155deg,#173a59,#245e8e);box-shadow:0 30px 70px rgba(25,64,97,.24);position:relative;overflow:hidden;padding:34px;color:#fff}
.okshonin-visual-card:before,.okshonin-visual-card:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.18)}
.okshonin-visual-card:before{width:280px;height:280px;right:-80px;top:-70px}
.okshonin-visual-card:after{width:180px;height:180px;right:50px;bottom:-90px}
.okshonin-visual-label{font-size:11px;letter-spacing:.18em;color:#cfe4f7;font-weight:800}
.okshonin-doc-sheet{position:absolute;left:48px;top:92px;width:73%;height:235px;background:#fff;border-radius:16px;box-shadow:0 24px 50px rgba(0,0,0,.18);padding:42px 34px;color:#32516a;transform:rotate(-2deg)}
.okshonin-doc-sheet:before{content:"届";position:absolute;left:24px;top:18px;color:#a7bfd3;font-family:serif;font-size:25px}
.okshonin-doc-sheet i{display:block;height:2px;background:#d8e3ec;margin:15px 0}
.okshonin-doc-sheet b{display:block;color:var(--oks-navy);font-family:serif;font-size:24px;margin-top:20px}
.okshonin-doc-sheet span{font-size:13px}
.okshonin-seal{position:absolute;right:30px;top:270px;width:98px;height:98px;border-radius:50%;background:#fff3e6;color:#9a6531;border:3px double #d4a46d;display:grid;place-items:center;text-align:center;font-family:serif;font-weight:700;transform:rotate(7deg);z-index:2}
.okshonin-visual-card>p{position:absolute;left:36px;bottom:33px;font-size:15px;line-height:1.8;color:#dcecf8;z-index:2}
.okshonin-visual-card>p strong{color:#fff;font-size:18px}

/* trust */
.okshonin-trust-strip{border-block:1px solid var(--oks-line);background:#fff}
.okshonin-trust-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.okshonin-trust-grid>div{display:flex;justify-content:center;align-items:center;gap:14px;padding:22px 30px}
.okshonin-trust-grid>div+div{border-left:1px solid var(--oks-line)}
.okshonin-trust-grid .okshonin-icon{color:var(--oks-blue);width:30px;height:30px}
.okshonin-trust-grid span{display:flex;flex-direction:column}
.okshonin-trust-grid strong{font-size:14px;color:var(--oks-navy)}
.okshonin-trust-grid small{font-size:11px;color:#7a8e9e}

/* services */
.okshonin-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.okshonin-service-grid article{border:1px solid var(--oks-line);border-radius:20px;padding:30px;background:#fff;box-shadow:0 10px 28px rgba(29,67,100,.04)}
.okshonin-service-grid article.is-accent{background:linear-gradient(145deg,#f4f9ff,#fff);border-color:#c9dff1}
.okshonin-card-icon{width:54px;height:54px;border-radius:15px;background:#eaf4fd;color:var(--oks-blue);display:grid;place-items:center;margin-bottom:20px}
.okshonin-card-icon .okshonin-icon{width:30px;height:30px}
.okshonin-service-grid h3{color:var(--oks-navy);font-size:20px;margin-bottom:12px}
.okshonin-service-grid p{color:var(--oks-muted);font-size:14px;line-height:1.95}
.okshonin-service-grid a{display:inline-block;margin-top:16px;color:var(--oks-blue);font-size:13px;font-weight:800}
.okshonin-notice{margin-top:26px;border-left:4px solid var(--oks-gold);background:#fffaf3;padding:20px 24px;border-radius:0 12px 12px 0}
.okshonin-notice strong{color:#795a2e}
.okshonin-notice p{margin:6px 0 0;color:#6e624e;font-size:13px}

/* pricing */
.okshonin-price-grid{max-width:950px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:26px}
.okshonin-price-card{background:#fff;border:1px solid #d6e4ef;border-radius:22px;padding:32px;text-align:center;box-shadow:0 10px 26px rgba(28,66,98,.05)}
.okshonin-price-card.is-featured{border:2px solid #4386c7;position:relative;box-shadow:var(--oks-shadow)}
.okshonin-price-card.is-featured:before{content:"おすすめ";position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--oks-blue);color:#fff;border-radius:999px;padding:4px 14px;font-size:11px;font-weight:800}
.okshonin-price-label{display:inline-block;background:#edf5fc;color:#2d6ca8;border-radius:999px;padding:4px 13px;font-size:11px;font-weight:800}
.okshonin-price-card h3{color:var(--oks-navy);font-size:19px;margin:10px 0 8px}
.okshonin-price-big{margin:14px 0 22px;color:#50697e}
.okshonin-price-big strong{font-size:44px;line-height:1;color:var(--oks-blue);letter-spacing:-.03em}
.okshonin-price-big small{font-size:11px}
.okshonin-price-card dl{border-top:1px solid var(--oks-line);padding-top:15px;margin-bottom:22px}
.okshonin-price-card dl>div{display:flex;justify-content:space-between;gap:16px;padding:8px 0;font-size:13px}
.okshonin-price-card dt{color:#72879a}
.okshonin-price-card dd{margin:0;font-weight:700;color:#35516a}
.okshonin-price-card .okshonin-btn{width:100%}
.okshonin-prep-box{max-width:950px;margin:28px auto 0;background:#fff;border:1px solid #d5e3ee;border-radius:18px;padding:26px 28px;display:grid;grid-template-columns:1.2fr 1fr auto;align-items:center;gap:26px}
.okshonin-prep-box h3{margin:0 0 8px;color:var(--oks-navy);font-size:20px}
.okshonin-prep-box p{margin:0;color:var(--oks-muted);font-size:13px}
.okshonin-prep-prices{border-left:1px solid var(--oks-line);padding-left:24px}
.okshonin-prep-prices p+p{margin-top:5px}
.okshonin-prep-prices strong{color:var(--oks-blue);font-size:18px}
.okshonin-price-footnote{text-align:center;color:#71869a;font-size:12px;margin:18px 0 0}

/* why */
.okshonin-why-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:72px;align-items:center}
.okshonin-why-copy>p{color:var(--oks-muted);font-size:15px;line-height:2}
.okshonin-why-copy ul{list-style:none;padding:0;margin:28px 0 0}
.okshonin-why-copy li{display:flex;gap:16px;padding:16px 0;border-top:1px solid var(--oks-line)}
.okshonin-why-copy li:last-child{border-bottom:1px solid var(--oks-line)}
.okshonin-why-copy li .okshonin-icon{color:var(--oks-blue);margin-top:2px}
.okshonin-why-copy li span{color:#536b7e;font-size:13px}
.okshonin-why-copy li strong{display:block;color:var(--oks-navy);font-size:15px;margin-bottom:3px}
.okshonin-office-card{border-radius:24px;overflow:hidden;border:1px solid var(--oks-line);box-shadow:var(--oks-shadow);background:#fff}
.okshonin-office-card>img{width:100%;aspect-ratio:16/10;object-fit:contain;object-position:center center;display:block;padding:12px;background:linear-gradient(145deg,#f4f8fb,#e8f1f7)}
.okshonin-office-placeholder{width:100%;aspect-ratio:16/10;object-fit:contain;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#6f8da6;text-align:center;background:linear-gradient(145deg,#edf5fb,#d9e9f5)}
.okshonin-office-placeholder .okshonin-icon{width:46px;height:46px}
.okshonin-office-card>div:last-child{padding:22px 24px}
.okshonin-office-card small{color:#7a8d9f}
.okshonin-office-card h3{margin:3px 0;color:var(--oks-navy);font-family:serif;font-size:26px}
.okshonin-office-card p{color:#657b8e;font-size:13px}

/* flow */
.okshonin-flow-grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.okshonin-flow-grid li{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:18px;padding:25px}
.okshonin-flow-grid li>span{font-size:12px;font-weight:800;color:#b8d8f3}
.okshonin-flow-grid h3{color:#fff;font-size:17px;margin:8px 0 7px}
.okshonin-flow-grid p{color:#dce8f2;font-size:13px;line-height:1.9}

/* columns */
.okshonin-column-split{display:grid;grid-template-columns:1fr 1fr;gap:36px}
.okshonin-column-split>div{min-width:0}
.okshonin-column-split-head{position:relative;border-bottom:2px solid var(--oks-navy);padding-bottom:14px;margin-bottom:18px}
.okshonin-column-split-head h3{margin:0;color:var(--oks-navy);font-size:23px}
.okshonin-column-split-head a{position:absolute;right:0;bottom:17px;color:var(--oks-blue);font-size:12px;font-weight:800}
.okshonin-column-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.okshonin-column-split .okshonin-column-grid{grid-template-columns:1fr}
.okshonin-column-card{border:1px solid var(--oks-line);border-radius:16px;overflow:hidden;background:#fff;display:flex;flex-direction:column;min-width:0}
.okshonin-column-thumb{aspect-ratio:300/170;background:#eef5fa;display:grid;place-items:center;overflow:hidden}
.okshonin-column-thumb img{width:100%!important;height:100%!important;object-fit:contain!important;display:block}
.okshonin-column-thumb>span{color:#9eb6c9}
.okshonin-column-thumb .okshonin-icon{width:42px;height:42px}
.okshonin-column-body{padding:18px 20px 20px;display:flex;flex-direction:column;flex:1}
.okshonin-column-body time{color:#8092a2;font-size:11px}
.okshonin-column-body h3{margin:6px 0 8px;font-size:16px;line-height:1.6;color:var(--oks-navy)}
.okshonin-column-body p{color:var(--oks-muted);font-size:12px;line-height:1.8}
.okshonin-text-link{margin-top:auto;padding-top:12px;color:var(--oks-blue)!important;font-size:12px;font-weight:800}
.okshonin-empty{grid-column:1/-1;border:1px dashed #c9d9e5;border-radius:14px;padding:28px;text-align:center;color:#72889b;background:#fafcfe}
.okshonin-empty strong{display:block;color:#425f77}
.okshonin-empty p{font-size:12px;margin:6px 0 0}

/* FAQ */
.okshonin-faq-wrap{max-width:920px}
.okshonin-faq-list{border-top:1px solid #cfdde8}
.okshonin-faq-list details{border-bottom:1px solid #cfdde8}
.okshonin-faq-list summary{list-style:none;position:relative;padding:20px 42px 20px 0;cursor:pointer;color:var(--oks-navy);font-size:15px;font-weight:700}
.okshonin-faq-list summary::-webkit-details-marker{display:none}
.okshonin-faq-list summary>span{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#e7f2fb;color:var(--oks-blue);margin-right:12px}
.okshonin-faq-list summary:after{content:"＋";position:absolute;right:5px;top:21px;color:#6f879a}
.okshonin-faq-list details[open] summary:after{content:"−"}
.okshonin-faq-list details>div{padding:0 38px 22px 42px;color:var(--oks-muted);font-size:13px;line-height:1.95}

/* CTA */
.okshonin-cta-band{background:linear-gradient(115deg,#1c527f,#2377b8);color:#fff;padding:45px 0}
.okshonin-cta-band .okshonin-container{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center}
.okshonin-cta-band span{color:#cae4f7}
.okshonin-cta-band h2{color:#fff;margin:0;font-family:serif;font-size:28px;line-height:1.6}
.okshonin-cta-band p{margin:9px 0 0;color:#dcebf6;font-size:13px}

/* contact */
.okshonin-contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:64px;align-items:start}
.okshonin-contact-copy>p{color:var(--oks-muted);font-size:14px}
.okshonin-contact-copy dl{margin:26px 0}
.okshonin-contact-copy dl>div{display:grid;grid-template-columns:70px 1fr;border-bottom:1px solid var(--oks-line);padding:10px 0;font-size:13px}
.okshonin-contact-copy dt{color:#7c8fa0}
.okshonin-contact-copy dd{margin:0;color:#405d74}
.okshonin-line-button{display:inline-flex;background:#18a95b;color:#fff!important;border-radius:999px;padding:11px 22px;font-weight:800;font-size:13px}
.okshonin-form-panel{border:1px solid var(--oks-line);border-radius:20px;padding:30px;background:#fff;box-shadow:var(--oks-shadow)}
.okshonin-form label,.okshonin-request-form label{display:block;color:#36536a;font-size:13px;font-weight:700;margin-bottom:18px}
.okshonin-form label>span,.okshonin-request-form label>span:not(.okshonin-choice span):not(.okshonin-check span):not(.okshonin-option-check span){color:#b64a48;font-size:10px;margin-left:8px}
.okshonin-form input[type=text],.okshonin-form input[type=email],.okshonin-form input[type=tel],.okshonin-form select,.okshonin-form textarea,.okshonin-request-form input[type=text],.okshonin-request-form input[type=email],.okshonin-request-form input[type=tel],.okshonin-request-form select,.okshonin-request-form textarea{display:block;width:100%;margin-top:7px;border:1px solid #cbd9e4;background:#fff;border-radius:9px;padding:11px 12px;color:#2c4255;outline:none;transition:.2s}
.okshonin-form input:focus,.okshonin-form textarea:focus,.okshonin-form select:focus,.okshonin-request-form input:focus,.okshonin-request-form textarea:focus,.okshonin-request-form select:focus{border-color:#4b8bc7;box-shadow:0 0 0 3px rgba(67,134,199,.12)}
.okshonin-form textarea,.okshonin-request-form textarea{resize:vertical}
.okshonin-check{display:flex!important;align-items:flex-start;gap:10px;font-weight:500!important}
.okshonin-check input{margin-top:5px;flex:none}
.okshonin-check span{color:#5f7487;font-size:12px}
.okshonin-check a{color:var(--oks-blue);text-decoration:underline}
.okshonin-submit{width:100%;border:0}
.okshonin-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}
.okshonin-alert{border-radius:10px;padding:14px 16px;margin-bottom:20px;font-size:13px}
.okshonin-alert.success{background:#edf9f2;border:1px solid #cbe9d8;color:#2f6b49}
.okshonin-alert.error{background:#fff1f0;border:1px solid #f0c8c5;color:#944540}
.okshonin-alert.info{background:#eef6fd;border:1px solid #cfe1f1;color:#436882}

/* subhero / request */
.okshonin-subhero{background:linear-gradient(120deg,#edf6ff,#fff);padding:64px 0 58px;text-align:center;border-bottom:1px solid #dbe7f1}
.okshonin-subhero.compact{padding:52px 0 46px}
.okshonin-subhero h1{margin:0;color:var(--oks-navy);font-family:serif;font-size:clamp(34px,4.5vw,52px);font-weight:600;line-height:1.45}
.okshonin-subhero p:not(.okshonin-badge){max-width:780px;margin:16px auto 0;color:var(--oks-muted);font-size:14px;line-height:2}
.okshonin-request-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:34px;align-items:start}
.okshonin-request-main{min-width:0}
.okshonin-request-form{display:block}
.okshonin-form-section{border:1px solid var(--oks-line);border-radius:20px;background:#fff;padding:28px 30px;margin-bottom:24px;box-shadow:0 8px 24px rgba(31,68,100,.04)}
.okshonin-form-section-title{display:flex;align-items:center;gap:12px;margin-bottom:22px}
.okshonin-form-section-title>span{background:var(--oks-navy);color:#fff;border-radius:999px;padding:5px 10px;font-size:10px;font-weight:800;letter-spacing:.08em}
.okshonin-form-section-title h2{margin:0;color:var(--oks-navy);font-size:21px}
.okshonin-form-section fieldset{border:0;padding:0;margin:22px 0 0}
.okshonin-form-section legend{font-weight:800;color:#36536a;font-size:13px;margin-bottom:8px}
.okshonin-choice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.okshonin-choice{margin:0!important;cursor:pointer}
.okshonin-choice input{position:absolute;opacity:0;pointer-events:none}
.okshonin-choice>span{display:block;border:1px solid #cddbe6;border-radius:12px;padding:15px 16px;background:#fff;transition:.18s}
.okshonin-choice strong,.okshonin-choice small{display:block}
.okshonin-choice strong{color:var(--oks-navy);font-size:15px}
.okshonin-choice small{font-size:11px;color:#758a9c;margin-top:2px}
.okshonin-choice input:checked+span{border-color:#3880c0;background:#eef7ff;box-shadow:0 0 0 2px rgba(56,128,192,.1)}
.okshonin-option-check{margin:18px 0 0!important}
.okshonin-option-check input{position:absolute;opacity:0}
.okshonin-option-check>span{display:block;border:1px solid #cbddea;border-radius:14px;padding:17px 18px 17px 48px;background:#f9fcff;position:relative;cursor:pointer}
.okshonin-option-check>span:before{content:"";position:absolute;left:18px;top:20px;width:18px;height:18px;border-radius:5px;border:2px solid #8fb0ca;background:#fff}
.okshonin-option-check input:checked+span{border-color:#3681c4;background:#ecf6ff}
.okshonin-option-check input:checked+span:before{background:#2c7bc0;border-color:#2c7bc0;box-shadow:inset 0 0 0 4px #fff}
.okshonin-option-check strong,.okshonin-option-check small{display:block}
.okshonin-option-check strong{color:var(--oks-navy)}
.okshonin-option-check small{font-size:11px;color:#6f8497;margin-top:2px}
.okshonin-form-grid.two{display:grid;grid-template-columns:repeat(2,1fr);gap:0 16px}
.okshonin-form-help{color:#70869a;font-size:12px;background:#f5f9fc;border-radius:10px;padding:11px 13px}
.okshonin-party-box{border:1px solid #dce7ef;background:#fbfdff;border-radius:14px;padding:18px;margin:14px 0}
.okshonin-party-box h3{margin:0 0 14px;color:var(--oks-navy);font-size:16px}
.okshonin-live-price{border-radius:16px;background:#f4f9fd;padding:20px}
.okshonin-live-price>div{display:flex;justify-content:space-between;gap:20px;padding:8px 0;border-bottom:1px solid #dbe7f0;color:#5b7286;font-size:13px}
.okshonin-live-price>div strong{color:#35546d}
.okshonin-live-price .is-total{border:0;padding-top:14px;align-items:baseline}
.okshonin-live-price .is-total span{font-weight:800;color:var(--oks-navy)}
.okshonin-live-price .is-total strong{font-size:28px;color:var(--oks-blue)}
.okshonin-terms-scroll{height:310px;overflow:auto;border:1px solid #cbd9e4;border-radius:12px;background:#fbfcfd;padding:20px 22px;color:#4e6375;font-size:12px;line-height:1.9}
.okshonin-terms-scroll h3{color:var(--oks-navy);font-size:16px}
.okshonin-terms-scroll p{margin-bottom:16px}
.okshonin-terms-status{margin:8px 0 15px;color:#8a6e44;font-size:11px}
.okshonin-terms-status.is-done{color:#35704f}
.okshonin-request-submit{width:100%;border:0;font-size:15px;min-height:58px}
.okshonin-submit-note{text-align:center;color:#7b8c9c;font-size:11px;margin:9px 0 0}
.okshonin-request-aside{position:sticky;top:98px;display:grid;gap:14px}
.okshonin-aside-card{border:1px solid #d6e2ec;border-radius:16px;padding:20px;background:#fff;box-shadow:0 8px 22px rgba(31,66,96,.05)}
.okshonin-aside-card.accent{background:#f0f7fd;border-color:#bdd8eb}
.okshonin-aside-card>span{font-size:10px;font-weight:800;letter-spacing:.1em;color:#7190a9}
.okshonin-aside-card p{margin:5px 0;color:#526a7f;font-size:13px}
.okshonin-aside-card p strong{color:var(--oks-blue);font-size:20px}
.okshonin-aside-card small{display:block;color:#71869a;font-size:11px;line-height:1.7}
.okshonin-aside-card .okshonin-icon{width:20px;height:20px;color:var(--oks-blue);vertical-align:middle;margin-right:5px}

/* payment complete */
.okshonin-payment-wrap{max-width:820px;text-align:center}
.okshonin-complete-mark{width:72px;height:72px;border-radius:50%;background:#e8f6ef;color:#2e8a5d;display:grid;place-items:center;margin:0 auto 20px}
.okshonin-complete-mark .okshonin-icon{width:42px;height:42px}
.okshonin-payment-card{border:1px solid #d5e2ec;border-radius:20px;background:#fff;padding:28px;text-align:left;box-shadow:var(--oks-shadow)}
.okshonin-request-number{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--oks-line);padding-bottom:16px}
.okshonin-request-number span{color:#71869a;font-size:12px}
.okshonin-request-number strong{color:var(--oks-navy);font-size:18px;letter-spacing:.05em}
.okshonin-payment-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:20px 0}
.okshonin-payment-summary>div{background:#f6f9fb;border-radius:10px;padding:13px;text-align:center}
.okshonin-payment-summary span,.okshonin-payment-summary strong{display:block}
.okshonin-payment-summary span{font-size:10px;color:#7c8e9e}
.okshonin-payment-summary strong{color:#35536b;font-size:14px}
.okshonin-payment-summary .is-total{grid-column:1/-1;background:#edf6fd;display:flex;align-items:baseline;justify-content:center;gap:18px}
.okshonin-payment-summary .is-total span{font-size:12px;color:#365f81}
.okshonin-payment-summary .is-total strong{font-size:30px;color:var(--oks-blue)}
.okshonin-bank-box{border-top:1px solid var(--oks-line);padding-top:20px}
.okshonin-bank-box h3{color:var(--oks-navy);font-size:17px}
.okshonin-bank-box dl{margin:0}
.okshonin-bank-box dl>div{display:grid;grid-template-columns:110px 1fr;border-bottom:1px solid #e5edf3;padding:9px 0;font-size:13px}
.okshonin-bank-box dt{color:#7b8d9d}
.okshonin-bank-box dd{margin:0;color:#344f66;font-weight:700}
.okshonin-payment-note{margin:18px 0 0;color:#657a8c;font-size:12px}
.okshonin-shipping-promise{margin:18px auto;display:flex;flex-direction:column;gap:3px;padding:18px;background:#f1f8fd;border-radius:14px}
.okshonin-shipping-promise span{font-size:10px;color:#7790a5}
.okshonin-shipping-promise strong{color:#245d8c;font-size:15px}

/* legal */
.okshonin-legal-content{max-width:900px}
.okshonin-legal-content>p,.okshonin-legal-content li{color:#52697c;font-size:14px;line-height:2}
.okshonin-legal-content h2{margin:38px 0 12px;color:var(--oks-navy);font-size:21px;border-bottom:1px solid var(--oks-line);padding-bottom:10px}
.okshonin-legal-content ul{padding-left:1.5em}
.okshonin-legal-date{text-align:right;margin-top:36px!important;color:#8091a0!important;font-size:12px!important}
.okshonin-legal-table{border:1px solid #d5e1eb;border-radius:16px;overflow:hidden}
.okshonin-legal-table dl{margin:0}
.okshonin-legal-table dl>div{display:grid;grid-template-columns:210px 1fr;border-bottom:1px solid #dce6ee}
.okshonin-legal-table dl>div:last-child{border-bottom:0}
.okshonin-legal-table dt{background:#f1f6fa;color:#3d5c74;font-weight:800;padding:15px 18px;font-size:13px}
.okshonin-legal-table dd{margin:0;padding:15px 18px;color:#536b7e;font-size:13px}

/* column index / article */
.okshonin-column-switch{display:flex;gap:10px;margin-bottom:30px}
.okshonin-column-switch a{padding:10px 18px;border:1px solid #cbdce9;border-radius:999px;color:#557188;font-size:13px;font-weight:700}
.okshonin-column-switch a.is-active{background:var(--oks-navy);color:#fff;border-color:var(--oks-navy)}
.okshonin-column-index-page .okshonin-column-grid{grid-template-columns:repeat(3,1fr)}
.okshonin-article-header{background:linear-gradient(125deg,#f1f7fc,#fff);padding:58px 0 40px;border-bottom:1px solid #dce7ef}
.okshonin-article-label{display:inline-block;color:var(--oks-blue)!important;font-size:12px;font-weight:800;margin-bottom:10px}
.okshonin-article-header h1{max-width:920px;margin:0;color:var(--oks-navy);font-family:serif;font-size:clamp(32px,4vw,48px);line-height:1.5}
.okshonin-article-meta{display:flex;gap:18px;margin-top:16px;color:#7f91a0;font-size:11px}
.okshonin-article-featured{max-width:900px;margin-top:28px}
.okshonin-article-featured img{width:100%;height:auto;max-height:510px;object-fit:contain;background:#fff;border-radius:14px}
.okshonin-article-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:46px;padding-top:54px;padding-bottom:80px;align-items:start}
.okshonin-article-content{min-width:0;color:#425c71;font-size:15px;line-height:2}
.okshonin-article-content h2{margin:48px 0 18px;padding:12px 0 12px 16px;border-left:5px solid var(--oks-blue);color:var(--oks-navy);font-size:27px;line-height:1.55}
.okshonin-article-content h3{margin:34px 0 13px;color:#244c6d;font-size:21px}
.okshonin-article-content p{margin-bottom:22px}
.okshonin-article-content a{color:#1565a8;text-decoration:underline;text-underline-offset:3px}
.okshonin-article-content table,.okshonin-data-table{width:100%;border-collapse:collapse;margin:24px 0;font-size:13px}
.okshonin-article-content table th,.okshonin-article-content table td,.okshonin-data-table th,.okshonin-data-table td{border:1px solid #d4e0e9;padding:11px 13px;vertical-align:top}
.okshonin-article-content table th,.okshonin-data-table th{background:#eff5f9;color:#36566e}
.okshonin-article-aside{position:sticky;top:100px}
.okshonin-article-price-box{border:1px solid #c9dce9;border-radius:16px;padding:20px;background:#f8fbfe}
.okshonin-article-price-box>span{font-size:10px;font-weight:800;color:#6f8ba1}
.okshonin-article-price-box p{display:flex;justify-content:space-between;align-items:baseline;margin:8px 0;color:#516b7f;font-size:12px}
.okshonin-article-price-box p strong{color:var(--oks-blue);font-size:20px}
.okshonin-article-price-box small{display:block;color:#7c8f9f;font-size:10px}
.okshonin-article-price-box .okshonin-btn{width:100%;margin-top:14px}
.okshonin-back-link{display:block;margin-top:16px;color:var(--oks-blue)!important;font-size:12px;font-weight:800}

/* article reusable boxes */
.okshonin-toc-box,.okshonin-price-box,.okshonin-article-box,.okshonin-related-box,.okshonin-reference-box,.okshonin-download-box{border:1px solid #d4e1eb;border-radius:14px;padding:20px 22px;margin:26px 0;background:#fbfdff}
.okshonin-toc-box{background:#f5f9fc}
.okshonin-toc-box>strong,.okshonin-price-box>strong,.okshonin-article-box>strong,.okshonin-related-box>strong,.okshonin-reference-box>strong,.okshonin-download-box>strong{display:block;color:var(--oks-navy);font-size:15px;margin-bottom:8px}
.okshonin-toc-box ul,.okshonin-related-box ul,.okshonin-reference-box ul,.okshonin-download-box ul{margin:8px 0 0;padding-left:1.4em}
.okshonin-toc-box li,.okshonin-related-box li,.okshonin-reference-box li,.okshonin-download-box li{margin:4px 0;font-size:13px}
.okshonin-price-box{border-color:#bcd6e8;background:#eff7fd}
.okshonin-price-box .okshonin-price-row{display:flex;justify-content:space-between;border-bottom:1px solid #d4e5f1;padding:8px 0}
.okshonin-price-box .okshonin-price-row:last-child{border:0}
.okshonin-price-box .okshonin-price-row strong{color:var(--oks-blue)}
.okshonin-article-box{border-left:5px solid #bd8b46;background:#fffaf3}
.okshonin-download-box{background:#f2f8fd}
.okshonin-download-box a{display:inline-block!important;background:var(--oks-blue);color:#fff!important;text-decoration:none!important;border-radius:7px;padding:8px 13px;margin:6px 6px 0 0;font-size:12px;font-weight:800}
.okshonin-reference-box{background:#fafafa}
.okshonin-reference-box a,.okshonin-related-box a{word-break:break-all}

/* footer + floating */
.okshonin-footer{background:#132a3f;color:#d7e3ec;padding:42px 0 22px}
.okshonin-footer-top{display:flex;justify-content:space-between;gap:40px}
.okshonin-footer-top strong{color:#fff;font-size:16px}
.okshonin-footer-top p{margin:9px 0 0;color:#9fb2c1;font-size:11px}
.okshonin-footer-links{display:grid;grid-template-columns:repeat(2,auto);gap:6px 24px;font-size:11px}
.okshonin-footer-links a:hover{color:#fff}
.okshonin-footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:28px;padding-top:17px;color:#8399aa;font-size:10px}
.okshonin-floating-banner{position:fixed;right:22px;bottom:22px;z-index:900;width:168px;aspect-ratio:1;border-radius:20px;background:linear-gradient(145deg,#173c5c,#267abc);color:#fff!important;box-shadow:0 16px 38px rgba(17,54,86,.3);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:16px;border:3px solid rgba(255,255,255,.75);overflow:hidden}
.okshonin-floating-banner.has-image{padding:0;background:#fff;border:2px solid #fff}
.okshonin-floating-banner.has-image img{width:100%;height:100%;object-fit:cover;display:block}
.okshonin-floating-kicker{font-size:9px;letter-spacing:.08em;color:#cae5f7}
.okshonin-floating-banner strong{font-size:15px;line-height:1.45;margin-top:4px}
.okshonin-floating-banner em{font-style:normal;font-size:18px;font-weight:900;color:#fff0cd}
.okshonin-floating-banner small{margin-top:6px;font-size:9px;color:#d8e8f4}

/* responsive */
@media(max-width:1060px){.okshonin-menu-toggle{display:block}
.okshonin-menu{position:absolute;left:0;right:0;top:100%;background:#fff;border-bottom:1px solid var(--oks-line);box-shadow:0 14px 30px rgba(22,55,84,.08);padding:16px 20px 20px;display:none;flex-direction:column;align-items:stretch;gap:0}
.okshonin-header.is-open .okshonin-menu{display:flex}
.okshonin-menu a{padding:12px;border-bottom:1px solid #edf2f6}
.okshonin-menu-request{text-align:center;margin-top:10px;border:0!important}
.okshonin-hero-grid{grid-template-columns:1fr 380px;gap:34px}
.okshonin-prep-box{grid-template-columns:1fr 1fr}
.okshonin-prep-box>.okshonin-btn{grid-column:1/-1}
.okshonin-why-grid{gap:40px}
.okshonin-request-layout{grid-template-columns:1fr}
.okshonin-request-aside{position:static;grid-template-columns:repeat(4,1fr)}
.okshonin-article-layout{grid-template-columns:1fr}
.okshonin-article-aside{position:static;display:grid;grid-template-columns:320px auto;align-items:start;gap:20px}
.okshonin-column-index-page .okshonin-column-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:782px){.admin-bar .okshonin-header{top:46px}
.okshonin-header-inner{height:68px}
.okshonin-container{width:min(100% - 28px,1180px)}
.okshonin-brand strong{font-size:13px}
.okshonin-brand small{display:none}
.okshonin-brand>img{max-width:245px;max-height:48px}
.okshonin-section{padding:64px 0}
.okshonin-hero{padding:48px 0 52px}
.okshonin-hero-grid{grid-template-columns:1fr}
.okshonin-hero-copy{text-align:center}
.okshonin-hero-copy h1{font-size:clamp(32px,8.2vw,46px)}
.okshonin-hero-lead{font-size:14px}
.okshonin-hero-prices,.okshonin-hero-actions{justify-content:center}
.okshonin-fast-note{justify-content:center}
.okshonin-hero-visual{max-width:520px;width:100%;margin:0 auto}
.okshonin-visual-card{min-height:400px}
.okshonin-trust-grid{grid-template-columns:1fr}
.okshonin-trust-grid>div{justify-content:flex-start;padding:15px 22px}
.okshonin-trust-grid>div+div{border-left:0;border-top:1px solid var(--oks-line)}
.okshonin-service-grid,.okshonin-price-grid,.okshonin-why-grid,.okshonin-column-split,.okshonin-contact-grid{grid-template-columns:1fr}
.okshonin-prep-box{grid-template-columns:1fr}
.okshonin-prep-prices{border-left:0;border-top:1px solid var(--oks-line);padding:16px 0 0}
.okshonin-flow-grid{grid-template-columns:repeat(2,1fr)}
.okshonin-why-grid{gap:34px}
.okshonin-office-card{max-width:440px;margin:auto}
.okshonin-column-split{gap:52px}
.okshonin-cta-band .okshonin-container{grid-template-columns:1fr;text-align:center}
.okshonin-cta-band h2{font-size:24px}
.okshonin-form-grid.two{grid-template-columns:1fr}
.okshonin-request-aside{grid-template-columns:repeat(2,1fr)}
.okshonin-payment-summary{grid-template-columns:1fr}
.okshonin-payment-summary .is-total{grid-column:auto}
.okshonin-article-aside{grid-template-columns:1fr}
.okshonin-legal-table dl>div{grid-template-columns:1fr}
.okshonin-legal-table dt{padding-bottom:7px}
.okshonin-legal-table dd{padding-top:7px}
.okshonin-footer-top{flex-direction:column}
.okshonin-footer-links{grid-template-columns:1fr 1fr}
.okshonin-floating-banner{width:128px;right:10px;bottom:10px;border-radius:16px;padding:10px}
.okshonin-floating-banner strong{font-size:12px}
.okshonin-floating-banner em{font-size:15px}
.okshonin-floating-banner small{font-size:8px}
}

@media(max-width:520px){.okshonin-container{width:min(100% - 22px,1180px)}
.okshonin-header-inner{height:62px}
.okshonin-brand-mark{width:36px;height:36px}
.okshonin-brand strong{font-size:12px}
.okshonin-brand>img{max-width:210px;max-height:42px}
.okshonin-heading{margin-bottom:32px}
.okshonin-heading h2{font-size:28px}
.okshonin-hero{padding-top:38px}
.okshonin-hero-copy h1{font-size:31px}
.okshonin-hero-prices{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.okshonin-hero-prices>div{min-width:0;padding:12px}
.okshonin-hero-prices strong{font-size:23px}
.okshonin-hero-actions{display:grid;grid-template-columns:1fr;width:100%}
.okshonin-fast-note{flex-direction:column;gap:1px}
.okshonin-visual-card{min-height:330px;padding:24px}
.okshonin-doc-sheet{left:28px;top:74px;width:78%;height:185px;padding:35px 24px}
.okshonin-doc-sheet b{font-size:19px}
.okshonin-seal{width:78px;height:78px;right:20px;top:220px;font-size:12px}
.okshonin-visual-card>p{font-size:12px;bottom:20px;left:22px}
.okshonin-service-grid article,.okshonin-price-card,.okshonin-form-section,.okshonin-form-panel{padding:22px 20px}
.okshonin-price-big strong{font-size:38px}
.okshonin-flow-grid{grid-template-columns:1fr}
.okshonin-column-index-page .okshonin-column-grid{grid-template-columns:1fr}
.okshonin-choice-grid{grid-template-columns:1fr}
.okshonin-request-aside{grid-template-columns:1fr 1fr}
.okshonin-subhero{padding:42px 0}
.okshonin-subhero h1{font-size:33px}
.okshonin-payment-card{padding:20px}
.okshonin-request-number{flex-direction:column;gap:3px}
.okshonin-bank-box dl>div{grid-template-columns:90px 1fr}
.okshonin-article-header{padding:42px 0 30px}
.okshonin-article-header h1{font-size:31px}
.okshonin-article-layout{padding-top:34px}
.okshonin-article-content h2{font-size:23px}
.okshonin-footer-links{grid-template-columns:1fr}
.okshonin-floating-banner{width:112px}
.okshonin-floating-kicker{font-size:7px}
.okshonin-floating-banner strong{font-size:11px}
.okshonin-floating-banner em{font-size:14px}
}

/* =========================================================
   v1.2.0 / Full-width layout, centred headings and photo slots.
   The content width stays wide; only the requested text is centred.
   Article paragraphs and application fields retain their own alignment.
   ========================================================= */
body.okshonin-page{margin:0!important;padding:0!important;background:#fff!important}
body.okshonin-page>.okshonin,body.okshonin-page .okshonin{width:100%;max-width:none;margin:0;padding:0}
.okshonin{width:100%;max-width:none;margin:0;padding:0;font-size:16px;text-align:left}
.okshonin h1,.okshonin h2,.okshonin h3,.okshonin h4{border:0;background:none;box-shadow:none;text-transform:none;text-decoration:none}
.okshonin h1:before,.okshonin h1:after,.okshonin h2:before,.okshonin h2:after,.okshonin h3:before,.okshonin h3:after{content:none!important;display:none!important}
.okshonin-container{width:calc(100% - 64px);max-width:1240px;margin-left:auto;margin-right:auto}
.okshonin-section{padding:80px 0}
.okshonin [hidden]{display:none!important}
.okshonin a:focus-visible,.okshonin button:focus-visible{outline:3px solid #609bdd;outline-offset:4px}
.okshonin [id^="okshonin-"]{scroll-margin-top:130px}

/* Header: a single replaceable brand image and matching request/LINE buttons. */
.okshonin-header-top{background:#f1f6fb;border-bottom:1px solid #e4edf5}
.okshonin-header-top p{margin:0;padding:6px 0;color:#587087;font-size:12px;line-height:1.7;letter-spacing:.04em;text-align:center}
.okshonin-header-area{white-space:nowrap}
.okshonin-header-inner{height:82px;gap:20px}
.okshonin-brand{flex:0 1 330px;min-width:0}
.okshonin-brand>img{display:block;width:auto;height:auto;max-width:100%;max-height:62px;object-fit:contain;object-position:left center}
.okshonin-brand strong{font-size:15px}
.okshonin-brand small{font-size:10px}
.okshonin-menu{gap:clamp(10px,1vw,18px);font-size:12px;flex:none}
.okshonin-menu>a{white-space:nowrap}
.okshonin-menu-actions{display:flex;align-items:stretch;gap:8px}
.okshonin-menu-request,.okshonin-menu-line{display:inline-flex;align-items:center;justify-content:center;min-height:43px;padding:9px 15px;margin:0;border:1px solid transparent;border-radius:999px;font-size:12px;font-weight:800;line-height:1.5;white-space:nowrap;text-align:center;color:#fff!important}
.okshonin-menu-request{background:var(--oks-navy)}
.okshonin-menu-line{background:#079b50}
.okshonin-menu-actions a:hover{filter:brightness(1.07)}
.okshonin-menu-line.is-unconfigured{opacity:.63;cursor:not-allowed}

/* Hero: keep the photograph outside the constrained grid so it reaches the edge. */
.okshonin-hero{padding:58px 0 54px;background:#edf6ff;isolation:isolate}
.okshonin-hero:before{display:none}
.okshonin-hero .okshonin-container{max-width:1320px}
.okshonin-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;align-items:center}
.okshonin-hero-copy{min-width:0;padding-right:24px;text-align:left}
.okshonin-hero-copy h1{font-size:clamp(22px,2.2vw,32px);line-height:1.65;letter-spacing:0;font-weight:600;overflow-wrap:anywhere}
.okshonin-hero-title-line{display:block}
.okshonin-hero-lead{max-width:none;margin-top:20px;font-size:15px;line-height:2.05}
.okshonin-hero-prices{max-width:570px;margin-top:22px;justify-content:flex-start}
.okshonin-hero-prices>div{flex:1;min-width:0}
.okshonin-hero-actions{justify-content:flex-start;gap:10px;margin-top:22px}
.okshonin-hero-actions .okshonin-btn{padding:12px 21px;font-size:13px}
.okshonin-fast-note{justify-content:flex-start}
.okshonin-hero-visual{position:absolute;z-index:0;top:0;right:0;bottom:0;width:51%;height:100%;max-width:none;margin:0;overflow:hidden;pointer-events:none;-webkit-mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,.36) 7%,#000 23%,#000 100%);mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,.36) 7%,#000 23%,#000 100%)}
.okshonin-hero-visual>img{display:block;width:100%;height:100%;max-height:none;object-fit:cover;object-position:center center;border:0;border-radius:0;box-shadow:none}
.okshonin-hero-placeholder{width:100%;height:100%;min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:40px 30px 40px 16%;background:radial-gradient(ellipse at 75% 28%,#d7ecfb,transparent 64%),linear-gradient(130deg,#edf6ff,#d8e9f5);color:#315d7a;text-align:center}
.okshonin-hero-placeholder>.okshonin-icon{width:110px;height:110px;color:#79a8c8;opacity:.72}
.okshonin-hero-placeholder>span{font-size:18px;letter-spacing:.1em}
.okshonin-hero-placeholder>strong{font-family:serif;font-size:30px;letter-spacing:.08em}
.okshonin-hero-placeholder>small{font-size:13px;color:#587b94}

/* Three equally sized, level and centred feature groups. */
.okshonin-trust-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}
.okshonin-trust-grid>div{display:flex;align-items:center;justify-content:center;gap:16px;padding:24px 14px;min-height:100px;text-align:center}
.okshonin-trust-grid>div+div{border-left:1px solid var(--oks-line);border-top:0}
.okshonin-trust-grid>div>span:not(.okshonin-icon){display:flex;flex-direction:column;align-items:center;justify-content:center}
.okshonin-trust-grid .okshonin-icon{display:inline-grid;width:34px;height:34px;flex:none}
.okshonin-trust-grid strong{font-size:17px;line-height:1.7}
.okshonin-trust-grid small{font-size:13px;line-height:1.8}

/* Section titles and their introductory paragraphs use the available width. */
.okshonin-heading,.okshonin-heading.align-left{max-width:none;margin:0 auto 38px;text-align:center}
.okshonin-heading p{max-width:none;margin:14px auto 0;text-align:center;font-size:16px;line-height:1.95}
.okshonin-heading.light p{color:#dce8f2}
.okshonin-heading>span{font-size:13px}
.okshonin-service-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.okshonin-service-grid article{display:flex;flex-direction:column;min-width:0;padding:30px 28px}
.okshonin-card-icon{width:100px;height:100px;margin:0 auto 22px;flex:none}
.okshonin-card-icon .okshonin-icon{width:42px;height:42px}
.okshonin-card-icon.has-image{width:150px;height:150px;background:transparent;border:0;border-radius:0;overflow:hidden;isolation:isolate}
.okshonin-card-icon.has-image img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;background:transparent;mix-blend-mode:multiply;-webkit-mask-image:radial-gradient(ellipse 76% 76% at center,#000 0%,#000 82%,rgba(0,0,0,.92) 90%,transparent 100%);mask-image:radial-gradient(ellipse 76% 76% at center,#000 0%,#000 82%,rgba(0,0,0,.92) 90%,transparent 100%)}
.okshonin-service-grid h3{text-align:center;font-size:20px}
.okshonin-service-grid p{text-align:left}
.okshonin-service-grid article>a{align-self:center;text-align:center;margin-top:auto;padding-top:16px}
.okshonin-service-grid article .okshonin-card-icon:not(.has-image){width:132px;height:132px}

/* Keep the wide two-card price layout. */
.okshonin-price-grid{width:100%;max-width:none;margin:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.okshonin-price-card{padding:32px;text-align:center}
.okshonin-price-card.is-featured:before{left:50%;transform:translateX(-50%)}
.okshonin-price-big{display:flex;align-items:baseline;justify-content:center;gap:7px;flex-wrap:wrap}
.okshonin-price-card .okshonin-btn{width:auto;min-width:210px}
.okshonin-prep-box{width:100%;max-width:none;margin:28px 0 0;grid-template-columns:minmax(0,1.2fr) minmax(225px,.8fr) auto}
.okshonin-price-footnote{text-align:center;margin:18px auto 0}

/* WHY US stays two-column. Its title is centred within the LEFT column only. */
.okshonin-why-grid{grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:54px;align-items:center}
.okshonin-why-copy{min-width:0}
.okshonin-why-copy>.okshonin-heading{width:100%;text-align:center}
.okshonin-why-copy>.okshonin-heading h2{font-size:clamp(27px,2.6vw,37px)}
.okshonin-why-copy>p,.okshonin-office-support p,.okshonin-office-support small{text-align:left}
.okshonin-office-card{max-width:440px;width:100%;justify-self:center;margin:0 auto;text-align:center}
.okshonin-office-card .okshonin-office-registration{font-size:13px;margin:5px 0 8px;letter-spacing:.04em}
.okshonin-office-support{margin-top:28px;border:1px solid var(--oks-line);border-radius:16px;padding:22px 24px;background:#f5f9fd}
.okshonin-office-support h3{font-size:18px;line-height:1.7;color:var(--oks-navy);margin:0 0 12px}
.okshonin-office-support p{font-size:15px;line-height:2;color:var(--oks-muted);margin:0}
.okshonin-office-support small{display:block;color:#71869a;font-size:12px;line-height:1.85;margin-top:12px}

.okshonin-flow-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.okshonin-flow-grid li{padding:26px 24px}
.okshonin-column-split{gap:48px}
.okshonin-column-split-head{text-align:center}
.okshonin-faq-wrap{max-width:1240px}
.okshonin-faq-list{width:100%;max-width:1040px;margin:0 auto}
.okshonin-cta-band .okshonin-container{grid-template-columns:1fr;gap:26px;text-align:center}
.okshonin-cta-band .okshonin-btn{justify-self:center}
.okshonin-cta-band h2{max-width:1020px;margin-left:auto;margin-right:auto}
.okshonin-cta-band p{text-align:center}
.okshonin-contact-grid{grid-template-columns:minmax(310px,.78fr) minmax(0,1.22fr);gap:60px}
.okshonin-contact-copy>.okshonin-heading{text-align:center}
.okshonin-contact-copy>p{text-align:center}

/* Full-width subpages; centre all legal headings, table boxes and cell text. */
.okshonin-subhero{text-align:center;padding:54px 0 50px}
.okshonin-subhero.compact{padding:48px 0 44px}
.okshonin-subhero p:not(.okshonin-badge){max-width:1040px;margin:16px auto 0;text-align:center}
.okshonin-request-layout{grid-template-columns:minmax(0,1fr) 320px;gap:42px}
.okshonin-request-aside{top:136px}
.okshonin-payment-wrap{max-width:900px}
.okshonin-column-index-page .okshonin-column-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.okshonin-article-header h1,.okshonin-article-featured{max-width:1040px}
.okshonin-article-layout{grid-template-columns:minmax(0,1fr) 300px;gap:48px}
.okshonin-legal-content{max-width:1100px;margin-left:auto;margin-right:auto;text-align:center}
.okshonin-legal-intro{max-width:100%;margin:0 auto 28px;font-size:15px!important;text-align:center}
.okshonin-legal-table{width:100%;margin:0 auto;border:1px solid #d5e1eb;border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 10px 30px rgba(24,58,91,.04)}
.okshonin-legal-data-table{display:table;width:100%;table-layout:fixed;border-collapse:collapse;margin:0;border:0;background:#fff;font-size:15px;line-height:1.95;text-align:center}
.okshonin-legal-data-table col.okshonin-legal-col-label{width:24%}
.okshonin-legal-data-table col.okshonin-legal-col-value{width:76%}
.okshonin-legal-data-table th,.okshonin-legal-data-table td{padding:23px 28px;border:0;border-bottom:1px solid #dce6ee;vertical-align:middle;text-align:center;overflow-wrap:anywhere;word-break:normal}
.okshonin-legal-data-table th{width:24%;background:#f1f6fa;color:#34536c;font-size:15px;font-weight:700}
.okshonin-legal-data-table td{color:#536b7e;background:#fff}
.okshonin-legal-data-table tr:last-child th,.okshonin-legal-data-table tr:last-child td{border-bottom:0}
.okshonin-legal-data-table td p{margin:0 0 14px;text-align:center}
.okshonin-legal-data-table td p:last-child{margin-bottom:0}
.okshonin-legal-data-table a{color:var(--oks-blue);text-decoration:underline;text-underline-offset:3px}
.okshonin-legal-date{text-align:center!important;margin:28px auto 0!important;font-size:13px!important}

/* Footer repeats the same menu items as the header. */
.okshonin-footer{padding-top:32px}
.okshonin-footer-primary-nav{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:12px 24px;margin:0 0 30px;padding:0 0 24px;border-bottom:1px solid rgba(255,255,255,.15);font-size:13px}
.okshonin-footer-primary-nav a:hover{color:#fff;text-decoration:underline;text-underline-offset:4px}
.okshonin-footer-primary-nav .is-unconfigured{opacity:.6}
.okshonin-footer-top{gap:48px}
.okshonin-footer-top p{font-size:13px;line-height:1.9}
.okshonin-footer-registration{color:#d7e3ec!important}
.okshonin-footer-links{font-size:13px;align-content:start}
.okshonin-footer-bottom{text-align:center}

@media(max-width:1170px){
  .okshonin-header-inner{height:76px}
  .okshonin-brand{flex-basis:360px}
  .okshonin-menu-toggle{display:block;flex:none}
  .okshonin-menu{position:absolute;left:0;right:0;top:100%;display:none;flex-direction:column;align-items:stretch;gap:0;padding:16px 24px 22px;background:#fff;border-bottom:1px solid var(--oks-line);box-shadow:0 14px 30px rgba(22,55,84,.08);max-height:calc(100dvh - 115px);overflow-y:auto;font-size:14px}
  .okshonin-header.is-open .okshonin-menu{display:flex}
  .okshonin-menu>a{padding:10px 12px;border-bottom:1px solid #edf2f6}
  .okshonin-menu-actions{justify-content:center;margin-top:14px}
  .okshonin-menu-actions>a,.okshonin-menu-actions>span{flex:1;max-width:240px;padding:11px 12px;min-height:46px;border:0;font-size:14px}
  .okshonin-prep-box{grid-template-columns:1fr 1fr}
  .okshonin-prep-box>.okshonin-btn{grid-column:1/-1;justify-self:center}
}
@media(max-width:1060px){
  .okshonin-container{width:calc(100% - 44px)}
  .okshonin-hero-copy{padding-right:20px}
  .okshonin-hero-lead{font-size:14px}
  .okshonin-hero-actions .okshonin-btn{padding:11px 16px}
  .okshonin-why-grid{gap:32px}
  .okshonin-contact-grid{gap:36px}
  .okshonin-request-layout,.okshonin-article-layout{grid-template-columns:1fr}
  .okshonin-request-aside{position:static;grid-template-columns:repeat(4,minmax(0,1fr))}
  .okshonin-article-aside{position:static}
}
@media(max-width:960px){
  .okshonin-hero{padding:40px 0 0}
  .okshonin-hero-grid{grid-template-columns:1fr}
  .okshonin-hero-copy{padding-right:0;text-align:left}
  .okshonin-hero-copy h1{font-size:clamp(26px,4.4vw,34px);line-height:1.6}
  .okshonin-hero-prices{max-width:620px}
  .okshonin-hero-visual{position:relative;top:auto;right:auto;bottom:auto;width:100%;max-width:none;height:clamp(270px,46vw,420px);margin:22px 0 0;-webkit-mask-image:linear-gradient(to bottom,transparent 0%,#000 24%,#000 100%);mask-image:linear-gradient(to bottom,transparent 0%,#000 24%,#000 100%)}
  .okshonin-hero-placeholder{padding:32px 20px 24px}
  .okshonin-trust-grid>div{gap:10px;padding:22px 10px}
  .okshonin-trust-grid strong{font-size:15px}
  .okshonin-trust-grid small{font-size:12px}
  .okshonin-service-grid article{padding:26px 20px}
  .okshonin-service-grid h3{font-size:18px}
}
@media(max-width:782px){
  .okshonin-container{width:calc(100% - 28px)}
  .okshonin-section{padding:60px 0}
  .okshonin-header-top p{font-size:10px}
  .okshonin-header-inner{height:66px;gap:12px}
  .okshonin-brand{flex:0 1 340px}
  .okshonin-brand strong{font-size:14px}
  .okshonin-brand>img{max-width:100%;max-height:48px}
  .okshonin-heading,.okshonin-heading.align-left{margin:0 auto 30px;text-align:center}
  .okshonin-heading p{margin:12px auto 0;font-size:15px;text-align:center}
  .okshonin-heading h2{font-size:29px}
  .okshonin-hero-prices,.okshonin-hero-actions,.okshonin-fast-note{justify-content:flex-start}
  .okshonin-service-grid,.okshonin-price-grid,.okshonin-why-grid,.okshonin-column-split,.okshonin-contact-grid{grid-template-columns:1fr}
  .okshonin-service-grid article{padding:28px}
  .okshonin-service-grid h3{font-size:21px}
  .okshonin-office-card{max-width:440px;margin:0 auto;justify-self:center}
  .okshonin-office-card>img{aspect-ratio:16/10;object-fit:contain;padding:8px}
  .okshonin-why-grid{gap:32px}
  .okshonin-prep-box{grid-template-columns:1fr}
  .okshonin-prep-box>.okshonin-btn{grid-column:auto}
  .okshonin-flow-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .okshonin-cta-band .okshonin-container{grid-template-columns:1fr;text-align:center;gap:24px}
  .okshonin-request-aside{grid-template-columns:repeat(2,minmax(0,1fr))}
  .okshonin-column-index-page .okshonin-column-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .okshonin-legal-data-table th,.okshonin-legal-data-table td{padding:18px 20px;font-size:14px}
  .okshonin-legal-data-table th{width:28%}
  .okshonin-footer{padding-bottom:145px}
  .okshonin-footer-top{gap:26px}
  .okshonin-footer-primary-nav{gap:12px 20px;font-size:12px}
}
@media(max-width:640px){
  .okshonin-trust-grid{grid-template-columns:1fr}
  .okshonin-trust-grid>div{justify-content:center;gap:16px;min-height:84px;padding:17px 14px}
  .okshonin-trust-grid>div+div{border-left:0;border-top:1px solid var(--oks-line)}
  .okshonin-trust-grid>div>span:not(.okshonin-icon){width:220px}
  .okshonin-trust-grid strong{font-size:17px}
  .okshonin-trust-grid small{font-size:13px}
  .okshonin-legal-data-table colgroup{display:none}
  .okshonin-legal-data-table,.okshonin-legal-data-table tbody,.okshonin-legal-data-table tr,.okshonin-legal-data-table th,.okshonin-legal-data-table td{display:block;width:100%}
  .okshonin-legal-data-table th{padding:14px 18px;border-bottom:0;font-size:15px}
  .okshonin-legal-data-table td{padding:18px 20px;font-size:14px}
  .okshonin-legal-data-table tr:last-child td{border-bottom:0}
}
@media(max-width:520px){
  .okshonin-container{width:calc(100% - 28px)}
  .okshonin-header-top p{font-size:9px;letter-spacing:0}
  .okshonin-brand{flex:1;min-width:0}
  .okshonin-brand strong{font-size:12px;white-space:normal}
  .okshonin-brand-mark{width:34px;height:34px;font-size:19px}
  .okshonin-brand>img{max-width:100%;max-height:44px}
  .okshonin-section{padding:50px 0}
  .okshonin-hero{padding-top:32px}
  .okshonin-hero-copy h1{font-size:27px;line-height:1.6}
  .okshonin-hero-title-line{white-space:normal}
  .okshonin-hero-prices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .okshonin-hero-prices>div{padding:12px 10px}
  .okshonin-hero-prices strong{font-size:25px}
  .okshonin-hero-prices small{font-size:9px}
  .okshonin-hero-actions{display:grid;grid-template-columns:1fr;width:100%}
  .okshonin-hero-visual{height:285px;margin-top:12px}
  .okshonin-fast-note{align-items:flex-start}
  .okshonin-hero-placeholder>strong{font-size:27px}
  .okshonin-heading h2{font-size:27px}
  .okshonin-price-card{padding:26px 20px}
  .okshonin-price-card .okshonin-btn{width:100%;min-width:0}
  .okshonin-prep-box{padding:24px 20px}
  .okshonin-office-support{padding:20px}
  .okshonin-flow-grid{grid-template-columns:1fr}
  .okshonin-column-index-page .okshonin-column-grid{grid-template-columns:1fr}
  .okshonin-subhero h1{font-size:30px;overflow-wrap:anywhere}
  .okshonin-legal-content{width:calc(100% - 28px)}
  .okshonin-legal-data-table td{padding:18px}
  .okshonin-footer-links{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){
  .okshonin *, .okshonin *::before, .okshonin *::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}
}

/* Keyboard focus for radio/option cards and deliberate default-banner lines. */
.okshonin-choice input:focus-visible+span,.okshonin-option-check input:focus-visible+span{outline:3px solid #3285c9;outline-offset:3px}
.okshonin-floating-banner strong span{display:block;white-space:nowrap}

/* =========================================================
   v1.3.0 / Hero polish, compact headings and service buttons.
   v1.2.0 remains untouched as the rollback baseline.
   ========================================================= */

/* H2: one step smaller while keeping the same centered hierarchy. */
.okshonin-heading h2{font-size:clamp(26px,2.35vw,35px);line-height:1.6}
.okshonin-why-copy>.okshonin-heading h2{font-size:clamp(25px,2.2vw,33px)}

/* Hero: a quieter professional treatment from the badge through the 24h notice. */
.okshonin-hero-copy{max-width:650px}
.okshonin-hero .okshonin-badge{display:inline-flex!important;align-items:center;gap:8px;width:auto!important;margin:0 0 17px!important;padding:8px 12px!important;border:1px solid rgba(45,105,160,.20);border-radius:8px;background:rgba(255,255,255,.78);box-shadow:0 5px 16px rgba(35,74,108,.05);color:#46647e!important;font-size:11px!important;font-weight:700;letter-spacing:.04em;backdrop-filter:blur(5px)}
.okshonin-hero .okshonin-badge strong{color:#174e80;font-size:11px;font-weight:800}
.okshonin-badge-dot{width:7px;height:7px;border-radius:50%;background:#2b79bd;box-shadow:0 0 0 4px rgba(43,121,189,.10);flex:none}
.okshonin-badge-divider{width:1px;height:13px;background:#cbdbe8;flex:none}
.okshonin-hero-copy h1{letter-spacing:.01em}
.okshonin-hero-lead{color:#50687c;line-height:1.95}

.okshonin-hero-prices{gap:10px}
.okshonin-hero-prices>div{position:relative;padding:15px 16px 14px;border:1px solid #cfdfeb;border-radius:12px;background:rgba(255,255,255,.94);box-shadow:0 8px 22px rgba(26,68,103,.06);text-align:center;overflow:hidden}
.okshonin-hero-prices>div:before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,#1c5f98,#5ca4d9)}
.okshonin-hero-prices .okshonin-hero-price-label{display:block;color:#526d84;font-size:12px;font-weight:800;letter-spacing:.04em;text-align:center}
.okshonin-hero-price-amount{display:flex;align-items:baseline;justify-content:center;gap:3px;margin:3px 0 3px!important;white-space:nowrap;text-align:center}
.okshonin-hero-price-amount strong{display:inline!important;margin:0!important;color:#1767a8;font-family:"Arial","Noto Sans JP",sans-serif;font-size:31px!important;line-height:1.25;font-weight:800;letter-spacing:-.02em}
.okshonin-hero-price-yen{display:inline!important;color:#1d4f78!important;font-size:14px!important;font-weight:800!important}
.okshonin-hero-price-amount small{display:inline!important;margin-left:4px;color:#71869a!important;font-size:10px!important;font-weight:700;letter-spacing:.02em}
.okshonin-hero-prices .okshonin-hero-price-breakdown{display:block;color:#7a8d9d;font-size:10px;font-weight:500;text-align:center}

.okshonin-hero-actions{gap:9px}
.okshonin-hero-actions .okshonin-btn{min-height:50px;border-radius:11px;padding:12px 22px;font-size:13px;letter-spacing:.02em}
.okshonin-hero-actions .okshonin-btn-primary{background:#173f63;box-shadow:0 9px 22px rgba(23,63,99,.16)}
.okshonin-hero-actions .okshonin-btn-secondary{border-color:#c5d7e6;background:rgba(255,255,255,.80);color:#2d638f!important}
.okshonin-fast-note{display:inline-flex;align-items:center;gap:11px;width:auto;margin-top:16px;padding:0;color:#426078}
.okshonin-fast-mark{display:grid;place-items:center;min-width:39px;height:28px;padding:0 7px;border-radius:6px;background:#e3eef7;color:#1e5d90;font-size:10px;font-weight:900;letter-spacing:.06em}
.okshonin-fast-copy{display:flex;flex-direction:column;align-items:flex-start;gap:0;line-height:1.45}
.okshonin-fast-copy strong{color:#254b6b;font-size:12px;font-weight:800}
.okshonin-fast-copy small{color:#7a8d9e;font-size:10px}

/* Service-card links are real buttons rather than text links. */
.okshonin-service-grid article>a.okshonin-service-link{display:inline-flex;align-self:center;justify-content:center;min-width:190px;min-height:44px;margin-top:auto;padding:10px 20px;border-radius:10px;font-size:12px;font-weight:800;text-align:center}
.okshonin-service-grid article>a.okshonin-service-link.okshonin-btn-secondary{border:1px solid #c7dae9;background:#f9fcff;color:#286a9e!important}
.okshonin-service-grid article>a.okshonin-service-link.okshonin-btn-primary{border:1px solid #1f69b3;background:#1f69b3;color:#fff!important;box-shadow:0 8px 18px rgba(31,105,179,.14)}

/* Column section headings are intentionally more restrained. */
.okshonin-column-split-head h3{font-size:20px;line-height:1.6}

@media(max-width:782px){
  .okshonin-heading h2{font-size:27px}
  .okshonin-why-copy>.okshonin-heading h2{font-size:27px}
}
@media(max-width:520px){
  .okshonin-heading h2{font-size:25px}
  .okshonin-why-copy>.okshonin-heading h2{font-size:25px}
  .okshonin-hero-copy{max-width:none}
  .okshonin-hero .okshonin-badge{font-size:10px!important;gap:6px;padding:7px 9px!important}
  .okshonin-hero .okshonin-badge strong{font-size:10px}
  .okshonin-hero-prices>div{padding:12px 7px 11px}
  .okshonin-hero-price-amount{gap:2px}
  .okshonin-hero-price-amount strong{font-size:24px!important}
  .okshonin-hero-price-yen{font-size:12px!important}
  .okshonin-hero-price-amount small{margin-left:2px;font-size:8px!important}
  .okshonin-hero-prices .okshonin-hero-price-breakdown{font-size:8px}
  .okshonin-fast-note{align-items:center}
  .okshonin-fast-copy{align-items:flex-start}
  .okshonin-column-split-head h3{font-size:19px}
  .okshonin-service-grid article>a.okshonin-service-link{width:100%;min-width:0}
}

/* =========================================================
   v1.5.0 / Request form: conditional divorce-document fields.
   ========================================================= */
.okshonin-request-form input[type=date],
.okshonin-request-form input[type=month]{display:block;width:100%;margin-top:7px;border:1px solid #cbd9e4;background:#fff;border-radius:9px;padding:11px 12px;color:#2c4255;outline:none;transition:.2s;min-height:45px}
.okshonin-request-form input[type=date]:focus,
.okshonin-request-form input[type=month]:focus{border-color:#4b8bc7;box-shadow:0 0 0 3px rgba(67,134,199,.12)}
.okshonin-form-subheading{display:flex;align-items:center;gap:10px;margin:6px 0 18px;padding-bottom:12px;border-bottom:1px solid #dfe9f1}
.okshonin-form-subheading>span{display:inline-flex;align-items:center;justify-content:center;padding:5px 9px;border-radius:999px;background:#edf5fb;color:#2d6e9f;font-size:9px;font-weight:900;letter-spacing:.12em}
.okshonin-form-subheading h3{margin:0;color:var(--oks-navy);font-size:19px;line-height:1.5}
.okshonin-form-group-title{margin:18px 0 9px;padding-left:10px;border-left:3px solid #7aaed3;color:#36536a;font-size:13px;font-weight:900}
.okshonin-field-note{margin:7px 0 0;color:#718699;font-size:11px;line-height:1.75}
.okshonin-inline-check{display:inline-flex!important;align-items:center;gap:8px;margin:2px 0 0!important;color:#4d687e!important;font-size:12px!important;font-weight:700!important;cursor:pointer}
.okshonin-inline-check input{width:16px;height:16px;margin:0;accent-color:#2f78b7}
.okshonin-conditional-box{margin:12px 0 2px;padding:16px 16px 2px;border:1px dashed #bfd2e1;border-radius:12px;background:#f8fbfd}
.okshonin-fieldset{margin:18px 0 0!important}
.okshonin-fieldset legend{display:block;width:100%;color:#36536a;font-size:13px;font-weight:800;margin-bottom:8px}
.okshonin-fieldset legend>span{color:#b64a48;font-size:10px;margin-left:8px}
.okshonin-choice-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr));max-width:520px}
.okshonin-choice-grid.compact .okshonin-choice>span{padding:12px 14px;text-align:center}
.okshonin-children-wrap{margin-top:14px}
.okshonin-child-row{margin:12px 0;padding:17px;border:1px solid #d8e4ed;border-radius:13px;background:#fbfdff}
.okshonin-child-row-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}
.okshonin-child-row-head strong{color:#36536a;font-size:12px}
.okshonin-child-row-head button{border:0;background:transparent;color:#8b5a5a;font-size:11px;text-decoration:underline;cursor:pointer}
.okshonin-add-child{display:inline-flex;align-items:center;justify-content:center;margin-top:4px;border:1px solid #b9d0e1;border-radius:9px;background:#fff;color:#2d6b9d;padding:9px 13px;font-size:12px;font-weight:800;cursor:pointer}
.okshonin-add-child:hover{background:#f2f8fc}
.okshonin-document-fields>.okshonin-party-box:first-of-type{margin-top:16px}
.okshonin-document-fields select{min-height:45px}
.okshonin-document-fields input[readonly]{background:#f2f6f9;color:#60778a}

@media(max-width:520px){
  .okshonin-form-subheading{align-items:flex-start;flex-direction:column;gap:5px}
  .okshonin-form-subheading h3{font-size:18px}
  .okshonin-choice-grid.compact{grid-template-columns:1fr 1fr}
  .okshonin-conditional-box,.okshonin-child-row{padding:14px}
}

/* =========================================================
   v1.6.0 / Image widgets, LP-only PC banner, mobile dock.
   ========================================================= */
.okshonin [hidden]{display:none!important}
.okshonin .okshonin-request-layout.is-without-widgets{
  display:block;width:min(960px,calc(100% - 40px));margin-inline:auto
}
.okshonin .okshonin-article-layout.is-without-widgets{
  display:block;width:min(1040px,calc(100% - 40px));margin-inline:auto
}
.okshonin .okshonin-image-widgets{display:grid;grid-template-columns:minmax(0,1fr);gap:0;min-width:0;align-items:start;align-content:start}
.okshonin .okshonin-widget-image{display:block;min-width:0;margin:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;line-height:0}
.okshonin .okshonin-widget-image img{display:block;width:100%;max-width:100%;height:auto;object-fit:contain;margin:0;padding:0;border:0;border-radius:0;box-shadow:none}
.okshonin a.okshonin-widget-image:focus-visible{outline:3px solid var(--oks-blue);outline-offset:4px}
.okshonin a.okshonin-widget-image:hover{opacity:.9}
.okshonin .okshonin-floating-banner{width:206px;height:206px;aspect-ratio:1}
.okshonin .okshonin-floating-banner.has-image img{width:100%;height:100%;object-fit:contain}
.okshonin-mobile-dock,.okshonin-mobile-dock-spacer{display:none}

/* Conditional address and child choices are mutually exclusive radio groups. */
.okshonin .okshonin-custody-choices{grid-template-columns:repeat(3,minmax(0,1fr));max-width:none;gap:9px}
.okshonin .okshonin-custody-choices .okshonin-choice>span{height:100%;display:flex;flex-direction:column;justify-content:center;min-height:64px;padding:10px 5px}
.okshonin .okshonin-custody-choices strong{font-size:14px;white-space:nowrap}
.okshonin .okshonin-custody-choices small{font-size:10px}
.okshonin .okshonin-previous-address-choices{grid-template-columns:1fr;gap:9px}
.okshonin .okshonin-previous-address-choices .okshonin-choice>span{padding:12px 15px}
.okshonin .okshonin-previous-address-choices strong{font-size:14px}
.okshonin .okshonin-address-preview{margin-top:12px;padding:12px 14px;border-radius:8px;background:#edf5fb;color:#35546d;font-size:13px;overflow-wrap:anywhere}
.okshonin .okshonin-choice input:focus-visible+span{outline:3px solid #4786be;outline-offset:2px}

/* Local birthday calendar: viewing January 2000 does not fill in the field. */
.okshonin .okshonin-date-field{min-width:0;margin-bottom:16px}
.okshonin .okshonin-date-field>label{margin-bottom:0}
.okshonin .okshonin-date-field>small{display:block}
.okshonin .okshonin-birth-control{position:relative;margin-top:7px}
.okshonin .okshonin-birth-control>input{margin-top:0!important;padding-right:50px!important;font-size:16px}
.okshonin .okshonin-calendar-toggle{position:absolute;right:1px;top:1px;width:44px;height:43px;border:0;border-left:1px solid #dce7ef;border-radius:0 8px 8px 0;background:#f2f7fb;color:var(--oks-blue);font-size:24px;line-height:1;cursor:pointer}
.okshonin .okshonin-calendar{position:absolute;top:calc(100% + 7px);left:0;width:min(320px,calc(100vw - 60px));padding:12px;z-index:1100;background:#fff;border:1px solid #c3d7e7;border-radius:12px;box-shadow:0 15px 40px rgba(23,50,74,.2);line-height:1.4}
.okshonin .okshonin-calendar-header{display:grid;grid-template-columns:32px minmax(0,1fr) 70px 32px;gap:5px;align-items:center;margin-bottom:10px}
.okshonin .okshonin-calendar-header select{display:block;width:100%;min-height:36px;margin:0;padding:4px;border:1px solid #dce7ef;border-radius:6px;background:#fff;color:#17324a;font-size:14px;line-height:1.2}
.okshonin .okshonin-calendar button{margin:0;cursor:pointer;font-size:14px;color:#17324a;background:#fff;border:0;border-radius:6px}
.okshonin .okshonin-calendar-header button{min-height:36px;font-size:24px;background:#f2f7fb}
.okshonin .okshonin-calendar-weekdays,.okshonin .okshonin-calendar-days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:3px;text-align:center}
.okshonin .okshonin-calendar-weekdays{margin-bottom:5px;color:#6d8396;font-size:12px}
.okshonin .okshonin-calendar-days button{min-height:34px;padding:4px 0}
.okshonin .okshonin-calendar-days button:hover{background:#edf5fb}
.okshonin .okshonin-calendar-days button.is-focused{outline:1px solid #83abc9;outline-offset:-2px}
.okshonin .okshonin-calendar-days button.is-selected{background:#1f69b3;color:#fff}
.okshonin .okshonin-calendar button:disabled{opacity:.35;cursor:default}
.okshonin .okshonin-calendar button:focus-visible,.okshonin .okshonin-calendar select:focus-visible,.okshonin .okshonin-calendar-toggle:focus-visible{outline:3px solid #4786be;outline-offset:1px}
.okshonin .okshonin-calendar-actions{display:flex;justify-content:space-between;margin-top:9px;padding-top:9px;border-top:1px solid #e2ebf2}
.okshonin .okshonin-calendar-actions button{padding:7px 12px;background:#f2f7fb}

@media(max-width:1060px){
  .okshonin .okshonin-image-widgets{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:782px){
  .okshonin .okshonin-floating-banner{display:none!important}
  .okshonin .okshonin-request-layout.is-without-widgets,
  .okshonin .okshonin-article-layout.is-without-widgets{width:calc(100% - 24px)}
  .okshonin-mobile-dock-spacer{display:block;height:calc(70px + env(safe-area-inset-bottom,0px))}
  .okshonin-mobile-dock-spacer.has-banner{height:calc(154px + env(safe-area-inset-bottom,0px))}
  /* v1.9.0: shared header buttons and an edge-to-edge image above them. */
  .okshonin-mobile-dock{display:block;position:fixed;left:0;right:0;bottom:0;z-index:1000;padding:0 0 env(safe-area-inset-bottom,0px);background:#fff;pointer-events:none}
  .okshonin-mobile-actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px;margin:0;padding:8px max(10px,env(safe-area-inset-right,0px)) 8px max(10px,env(safe-area-inset-left,0px));background:#fff;border:0;box-shadow:none;pointer-events:auto}
  .okshonin .okshonin-mobile-action{display:inline-flex;align-items:center;justify-content:center;min-width:0;min-height:43px;border:1px solid transparent;border-radius:999px;padding:9px 15px;margin:0;color:#fff;font-size:12px;font-weight:800;line-height:1.5;white-space:nowrap;text-align:center;text-decoration:none}
  .okshonin .okshonin-mobile-action.is-request{background:var(--oks-navy)}
  .okshonin .okshonin-mobile-action.is-line{background:#079b50}
  .okshonin .okshonin-mobile-action.is-unconfigured{opacity:.63;cursor:not-allowed}
  .okshonin-mobile-actions a:hover{filter:brightness(1.07)}
  .okshonin-mobile-action:focus-visible{outline:3px solid #659bc5;outline-offset:2px}
  .okshonin-mobile-banner{position:relative;width:100%;max-width:none;margin:0;padding:0;border:0;pointer-events:auto;line-height:0}
  .okshonin-mobile-banner>a{display:block;width:100%;margin:0;padding:0;border:0;line-height:0}
  .okshonin-mobile-banner:not([hidden])+.okshonin-mobile-actions{padding-top:0;border-top:0}
  .okshonin .okshonin-mobile-banner img{display:block;width:100%;height:auto;max-width:100%;max-height:160px;max-height:min(160px,22svh);margin:0;padding:0;border:0;border-radius:0;object-fit:cover;object-position:center}
  .okshonin .okshonin-mobile-banner-close{position:absolute;right:5px;top:-12px;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid #cedce6;border-radius:50%;background:#fff;color:#304b60;font-size:20px;line-height:1;box-shadow:0 2px 6px rgba(23,50,74,.14);cursor:pointer}
  .okshonin-request-form input,.okshonin-request-form select,.okshonin-request-form textarea{scroll-margin-bottom:calc(var(--okshonin-dock-height,80px) + 18px)}
}
@media(max-width:520px){
  .okshonin .okshonin-image-widgets{grid-template-columns:minmax(0,1fr);max-width:420px;width:100%;margin-inline:auto}
  .okshonin .okshonin-custody-choices{gap:6px}
  .okshonin .okshonin-custody-choices strong{font-size:13px}
  .okshonin .okshonin-custody-choices small{font-size:9px}
}
@media(max-width:360px){
  .okshonin .okshonin-mobile-action{font-size:12px}
}
@media print{
  .okshonin .okshonin-floating-banner,.okshonin-mobile-dock,.okshonin-mobile-dock-spacer,.okshonin .okshonin-calendar{display:none!important}
}

/* =========================================================
   v1.7.2 / Compact brand and single-row mobile header.
   Desktop: smaller saved logo; mobile: logo | phone/hours | menu.
   The contact's two small lines stay INSIDE one header row, as in the reference.
   ========================================================= */
.okshonin{--okshonin-adminbar-offset:0px;--okshonin-sticky-top:136px}
.admin-bar .okshonin{--okshonin-adminbar-offset:32px;--okshonin-sticky-top:168px}
.okshonin .okshonin-header{top:var(--okshonin-adminbar-offset,0px)}
.okshonin .okshonin-image-widgets{top:var(--okshonin-sticky-top,136px);row-gap:0;column-gap:0}
.okshonin .okshonin-widget-image+.okshonin-widget-image{margin:0}
.okshonin main [id]{scroll-margin-top:var(--okshonin-sticky-top,136px)}
.okshonin-header-tools,.okshonin-header-phone,.okshonin-mobile-hero{display:none}

/* One bounded source of truth replaces the former 450--500px logo widths.
   The image file is not cropped or edited; object-fit preserves its contents. */
.okshonin .okshonin-header-inner,
.okshonin .okshonin-header-inner.has-brand-image{
  display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;
  height:auto;min-height:88px;gap:20px;padding-top:10px;padding-bottom:10px
}
.okshonin .okshonin-header-inner .okshonin-brand.has-image{
  display:flex;flex:0 1 360px;width:360px;max-width:360px;min-width:0;margin:0
}
.okshonin .okshonin-header-inner .okshonin-brand.has-image>img{
  display:block;width:100%;height:auto;max-width:100%;max-height:72px;
  margin:0;padding:0;border:0;object-fit:contain;object-position:left center
}

@media(max-width:1170px){
  .okshonin .okshonin-header-inner,
  .okshonin .okshonin-header-inner.has-brand-image{min-height:78px;gap:16px;padding-block:8px}
  .okshonin .okshonin-header-tools{display:flex;flex:none;align-items:center;gap:8px;margin-left:auto}
  .okshonin .okshonin-header-inner .okshonin-brand.has-image{
    flex:0 1 340px;width:340px;max-width:calc(100% - 60px)
  }
  .okshonin .okshonin-header-inner .okshonin-brand.has-image>img{max-height:62px}
  .okshonin .okshonin-header-inner .okshonin-menu{
    max-height:calc(100dvh - var(--okshonin-sticky-top,136px) - var(--okshonin-dock-height,0px));
    overscroll-behavior:contain
  }
}
@media(max-width:782px){
  .admin-bar .okshonin{--okshonin-adminbar-offset:46px}
  /* Hide the repeated caption strip ONLY on mobile to keep one compact row. */
  .okshonin .okshonin-header-top{display:none}
  .okshonin .okshonin-header-inner,
  .okshonin .okshonin-header-inner.has-brand-image{
    display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;
    justify-content:stretch;gap:8px;width:calc(100% - 20px);max-width:none;
    height:auto;min-height:60px;padding:7px 0
  }
  .okshonin .okshonin-header-inner .okshonin-brand,
  .okshonin .okshonin-header-inner .okshonin-brand.has-image{
    display:flex;align-items:center;justify-content:flex-start;
    width:100%;max-width:280px;min-width:0;margin:0;gap:5px;justify-self:start
  }
  .okshonin .okshonin-header-inner .okshonin-brand.has-image>img{
    display:block;width:100%;height:auto;max-width:100%;max-height:48px;
    object-fit:contain;object-position:left center;margin:0
  }
  .okshonin .okshonin-header-inner .okshonin-brand:not(.has-image) strong{
    display:block;font-size:clamp(8px,2.4vw,12px);line-height:1.4;white-space:nowrap;
    overflow:hidden;text-overflow:ellipsis
  }
  .okshonin .okshonin-header-inner .okshonin-brand:not(.has-image) small{display:none}
  .okshonin .okshonin-header-inner .okshonin-brand-mark{
    width:28px;height:28px;flex:0 0 28px;font-size:17px;border-radius:50%
  }
  .okshonin .okshonin-header-tools{
    display:flex;flex:none;flex-wrap:nowrap;align-items:center;justify-content:flex-end;
    gap:6px;width:auto;min-width:0;min-height:40px;margin:0;justify-self:end
  }
  .okshonin .okshonin-header-phone{
    display:flex;flex:0 0 auto;flex-direction:column;flex-wrap:nowrap;
    justify-content:center;align-items:center;gap:1px;width:106px;min-height:40px;
    margin:0;color:#333;line-height:1.35;text-decoration:none;white-space:nowrap
  }
  .okshonin .okshonin-header-phone-number{
    display:inline-flex;flex:none;align-items:center;justify-content:center;
    gap:3px;margin:0;white-space:nowrap
  }
  .okshonin .okshonin-header-phone-number svg{
    display:block;width:10px;height:10px;flex:none;color:#333
  }
  .okshonin .okshonin-header-phone-number strong{
    font-size:11px;font-weight:700;font-variant-numeric:tabular-nums;
    letter-spacing:0;line-height:1.35
  }
  .okshonin .okshonin-header-phone>small{
    display:block;flex:none;margin:0;font-size:9px;line-height:1.35;
    letter-spacing:0;color:#666;white-space:nowrap
  }
  .okshonin-header-phone:focus-visible{outline:2px solid var(--oks-blue);outline-offset:2px;border-radius:3px}
  .okshonin .okshonin-header-tools .okshonin-menu-toggle{
    display:block;margin:0;flex:0 0 40px;width:40px;height:40px;padding:8px
  }
  .okshonin .okshonin-menu-toggle>span:not(.screen-reader-text){height:2px;margin:5px 0}

  /* Use the supplied portrait artwork as-is, with no crop, overlays or gutters. */
  .okshonin-hero.has-mobile-image{padding:0;background:transparent}
  .okshonin-hero.has-mobile-image>.okshonin-container,
  .okshonin-hero.has-mobile-image>.okshonin-hero-visual{display:none}
  .okshonin-hero.has-mobile-image>.okshonin-mobile-hero{
    display:block;width:100%;margin:0;padding:0;line-height:0
  }
  .okshonin-mobile-hero picture,.okshonin .okshonin-mobile-hero img{
    display:block;width:100%;height:auto;max-width:100%;max-height:none;
    margin:0;padding:0;border:0;border-radius:0;box-shadow:none;
    object-fit:contain;-webkit-mask-image:none;mask-image:none
  }
}
@media(max-width:360px){
  .okshonin .okshonin-header-inner,
  .okshonin .okshonin-header-inner.has-brand-image{width:calc(100% - 16px);gap:5px;min-height:56px;padding-block:6px}
  .okshonin .okshonin-header-tools{gap:4px}
  .okshonin .okshonin-header-phone{width:98px}
  .okshonin .okshonin-header-phone-number strong{font-size:10px}
  .okshonin .okshonin-header-phone>small{font-size:8.5px}
}
@media(max-width:600px){
  /* WP's small-screen admin toolbar scrolls away. JS measures its visible part. */
  .admin-bar .okshonin{--okshonin-adminbar-offset:0px}
}
@media print{
  .okshonin .okshonin-header-tools{display:none!important}
  .okshonin .okshonin-image-widgets{position:static;top:auto}
}

/* Marriage question labels must not inherit the red required-tag styling. */
.okshonin-request-form label>.okshonin-plain-label{display:inline;margin:0;padding:0;border:0;border-radius:0;background:none;color:inherit;font-size:inherit;font-weight:inherit}
.okshonin-request-form .okshonin-date-field{margin-bottom:16px;min-width:0}
@media(max-width:782px){.okshonin-mobile-hero img{image-rendering:auto;filter:none;transform:none}}

/* Marriage shortcuts are choices, not red required-field badges. */
.okshonin-request-form [data-okshonin-document-fields="marriage"] .okshonin-inline-check>span{color:inherit;background:transparent;font-size:13px;font-weight:500;margin:0;padding:0}
