:root{--theme:#2d3280;--theme-dark:#22265f;--theme-deep:#15183f;--theme-light:#f4f5ff;--theme-soft:#e7e8fa;--theme-accent:#565dc0;--theme-hover:#252a6f;--theme-border:rgba(45,50,128,.28);--header-bg:#1a1e55;--header-bg-2:#252a6b;--text-main:#2b2d45;--text-muted:#60637d;--on-theme:#ffffff;--on-header:#f7f7ff;--on-dark:#f7f7ff;--white:#ffffff;--shadow-soft:0 18px 50px rgba(34,38,95,.16)}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;overflow-x:hidden;overflow-y:auto}body{font-family:Arial,"Helvetica Neue",sans-serif;background:var(--theme-light);color:var(--text-main);line-height:1.7}a{color:var(--theme-dark)}img{max-width:100%}.container,.section-inner,.header-inner,.footer-inner,.hero-inner{width:min(1280px,calc(100% - 80px));margin-left:auto;margin-right:auto}.section{padding:64px 0}.site-header{position:sticky;top:0;width:100%;z-index:9999;background:linear-gradient(180deg,var(--header-bg) 0%,var(--header-bg-2) 100%);color:var(--on-header);box-shadow:var(--shadow-soft);border-bottom:1px solid var(--theme-border);overflow:visible}.header-inner{min-height:82px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px}.site-logo,.drawer-logo{display:inline-flex;align-items:center;justify-content:center}.site-logo img{display:block;width:auto;height:auto;max-width:190px;max-height:72px;object-fit:contain}.main-nav{display:flex;justify-content:center;align-items:center;gap:18px}.main-nav a{color:var(--on-header);text-decoration:none;white-space:nowrap;font-weight:700;font-size:14px;padding:30px 0 25px;border-bottom:3px solid transparent}.main-nav a.active,.main-nav a:hover{color:#c8cbff;border-bottom-color:var(--theme-accent)}.main-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;background:linear-gradient(180deg,var(--theme-accent) 0%,var(--theme) 48%,var(--theme-dark) 100%);color:var(--on-theme);border-radius:999px;box-shadow:0 14px 28px rgba(0,0,0,.18);text-decoration:none;white-space:nowrap;font-weight:800}.main-btn:hover{background:linear-gradient(180deg,var(--theme),var(--theme-hover))}.mobile-menu-toggle{display:none}.page-hero,.hero-section{padding:70px 0 48px;background:radial-gradient(circle at 15% 20%,var(--theme-soft) 0%,transparent 34%),linear-gradient(180deg,var(--theme-light) 0%,var(--white) 100%)}.page-hero-grid,.hero-inner{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:center;gap:56px}.page-hero-copy h1,.hero-content h1{font-size:clamp(42px,4.2vw,64px);line-height:1.08;letter-spacing:-.03em;color:var(--theme-dark);margin:14px 0 22px}.page-hero-copy>p,.hero-content>p{font-size:18px;line-height:1.85;margin:0 0 26px}.eyebrow{display:inline-flex;align-items:center;padding:8px 13px;border-radius:999px;background:var(--theme-soft);border:1px solid var(--theme-border);color:var(--theme-dark);font-weight:800;font-size:13px;text-transform:uppercase;letter-spacing:.06em}.hero-tags{display:flex;flex-wrap:wrap;gap:10px}.hero-tags span{display:inline-flex;padding:9px 14px;border-radius:999px;background:var(--theme-soft);border:1px solid var(--theme-border);color:var(--theme-dark);font-weight:700}.page-visual,.hero-media-box{width:min(100%,540px);min-height:320px;max-height:420px;padding:34px;border-radius:30px;background:linear-gradient(180deg,var(--white) 0%,var(--theme-soft) 100%);border:1px solid var(--theme-border);box-shadow:var(--shadow-soft);display:flex;align-items:center;justify-content:center;overflow:visible}.page-visual img,.hero-media-box img{display:block;max-height:340px;width:auto;height:auto;object-fit:contain;opacity:1}.page-visual img{max-width:100%}.hero-media-box img{max-width:68%}.topic-summary{flex-direction:column;text-align:center}.topic-summary span{font-size:46px;font-weight:900;color:var(--theme)}.topic-summary strong{font-size:24px;color:var(--theme-dark)}.topic-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(300px,.6fr);gap:46px;align-items:start}.topic-grid.reverse{grid-template-columns:minmax(300px,.6fr) minmax(0,1.4fr)}.topic-grid.reverse .topic-copy{order:2}.topic-copy h2,.section-heading h2,.section-heading h3,.split-panel h2,.related-card h2,.related-card h3{font-size:clamp(28px,3vw,42px);line-height:1.15;color:var(--theme-dark);margin:14px 0 18px}.topic-copy p,.section-heading p{font-size:17px;color:var(--text-main)}.detail-list,.check-list{margin:22px 0 0;padding:0;list-style:none;display:grid;gap:12px}.detail-list li,.check-list li{position:relative;padding:14px 16px 14px 42px;background:var(--white);border:1px solid var(--theme-border);border-radius:18px;box-shadow:0 8px 25px rgba(45,50,128,.07)}.detail-list li:before,.check-list li:before{content:'•';position:absolute;left:18px;top:11px;font-size:22px;color:var(--theme)}.topic-side{position:sticky;top:112px}.side-note{padding:28px;border-radius:24px;background:linear-gradient(145deg,var(--theme-soft),var(--white));border:1px solid var(--theme-border);box-shadow:var(--shadow-soft)}.side-note strong{font-size:20px;color:var(--theme-dark)}.entity-section{background:var(--white)}.section-heading{max-width:830px;margin-bottom:30px}.entity-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.entity-card,.info-card,.category-card,.feature-card,.faq-item,.feedback-card,.notice,.related-card{background:var(--white);border:1px solid var(--theme-border);box-shadow:var(--shadow-soft);border-radius:24px}.entity-card{padding:24px;position:relative}.entity-card:before,.info-card:before,.category-card:before{content:'';display:block;width:52px;height:4px;border-radius:999px;background:linear-gradient(90deg,var(--theme),var(--theme-accent));margin-bottom:16px}.entity-card span{color:var(--theme);font-weight:900}.entity-card h3{margin:8px 0;color:var(--theme-dark);font-size:20px}.entity-card p{margin:0;color:var(--text-muted)}.advice-section{background:var(--theme-soft)}.split-panel{display:grid;grid-template-columns:1.2fr .8fr;gap:36px;align-items:start}.notice{padding:30px;background:linear-gradient(145deg,#fff,var(--theme-light));border-left:5px solid var(--theme)}.notice strong{font-size:22px;color:var(--theme-dark)}.feedback-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.feedback-card{margin:0;padding:26px;border-top:4px solid var(--theme)}.feedback-card p{margin:0;font-size:17px}.faq-section{background:var(--theme-soft)}.faq-list{display:grid;gap:14px}.faq-item{padding:0;overflow:visible}.faq-item summary{cursor:pointer;padding:20px 24px;font-weight:800;color:var(--theme-dark)}.faq-item p{margin:0;padding:0 24px 22px;color:var(--text-main)}.related-card{padding:32px;display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center}.related-links{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.related-links a,.category-pills a{display:inline-flex;padding:10px 15px;border-radius:999px;background:var(--white);color:var(--theme-dark);border:1px solid var(--theme-border);text-decoration:none;font-weight:700}.related-links a:hover,.category-pills a:hover{background:linear-gradient(180deg,var(--theme-accent),var(--theme));color:var(--on-theme)}.compliance-section{padding-top:0}.compliance-box{padding:26px 30px;border-radius:24px;background:linear-gradient(135deg,var(--theme-dark),var(--theme-deep));color:var(--on-dark);box-shadow:var(--shadow-soft)}.compliance-box strong{font-size:20px}.footer{background:linear-gradient(180deg,var(--theme-dark) 0%,var(--theme-deep) 100%);color:var(--on-dark);padding:54px 0 26px}.footer-grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:36px}.footer h2{font-size:16px;margin:0 0 14px;color:#c8cbff}.footer a{display:block;color:var(--on-dark);text-decoration:none;padding:5px 0}.footer a:hover{color:#c8cbff}.footer-brand img{width:auto;height:auto;max-width:180px;max-height:68px;object-fit:contain}.footer-legal{border-top:1px solid rgba(255,255,255,.18);padding-top:24px;margin-top:32px}.footer-legal p{margin:8px 0 0;color:#f1f2ff}.mobile-drawer{position:fixed;top:0;left:0;width:82%;max-width:320px;height:100vh;transform:translateX(-100%);transition:transform .28s ease;z-index:10001;background:var(--header-bg);color:var(--on-header);padding:18px;overflow-y:auto}.mobile-drawer.is-open{transform:translateX(0)}.drawer-overlay{position:fixed;inset:0;background:rgba(21,24,63,.58);opacity:0;visibility:hidden;z-index:10000;transition:.2s}.drawer-overlay.is-open{opacity:1;visibility:visible}body.menu-open{overflow:hidden}.drawer-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.18);padding-bottom:16px}.drawer-logo img{max-width:150px;max-height:56px;object-fit:contain}.drawer-close{border:0;background:transparent;color:white;font-size:34px;line-height:1}.drawer-nav{display:grid;padding-top:16px}.drawer-nav a{color:var(--on-header);text-decoration:none;padding:12px 8px;border-bottom:1px solid rgba(255,255,255,.10)}.drawer-nav a.active{color:#c8cbff;font-weight:800}
/* Home */.hero-section{padding:58px 0 42px}.info-section{padding:30px 0 48px}.info-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.info-card{padding:24px}.info-card span{color:var(--theme);font-weight:900}.info-card h2{color:var(--theme-dark);font-size:21px;margin:10px 0}.category-section{padding:18px 0 52px}.category-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.home-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.category-card{padding:24px}.category-card .card-number{color:var(--theme);font-weight:900}.category-card h3{font-size:22px;color:var(--theme-dark);margin:10px 0}.category-card p{color:var(--text-muted)}.text-link{font-weight:800;text-decoration:none}.feature-band{background:var(--theme-soft)}.three-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.feature-card{padding:28px}.feature-card h3{color:var(--theme-dark);font-size:22px}.feature-card p{color:var(--text-muted)}.home-feature{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}.home-feature.reverse .feature-copy{order:2}.feature-visual{min-height:300px;padding:30px;border-radius:28px;background:linear-gradient(145deg,var(--white),var(--theme-soft));border:1px solid var(--theme-border);box-shadow:var(--shadow-soft);display:flex;align-items:center;justify-content:center}.feature-visual img{max-width:100%;max-height:300px;width:auto;height:auto;object-fit:contain}.home-feedback{grid-template-columns:repeat(2,minmax(0,1fr))}
@media(min-width:1440px){.container,.section-inner,.header-inner,.footer-inner,.hero-inner{width:min(1360px,calc(100% - 120px))}}
@media(max-width:1180px){.main-nav{gap:12px}.main-nav a{font-size:13px}.entity-grid,.home-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:1023px){.header-inner{width:min(100% - 28px,1280px);min-height:68px;grid-template-columns:48px minmax(0,1fr) auto;gap:10px}.mobile-menu-toggle{display:inline-flex;flex-direction:column;gap:5px;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid rgba(255,255,255,.25);border-radius:12px;background:rgba(255,255,255,.08)}.mobile-menu-toggle span{width:20px;height:2px;background:white}.main-nav{display:none}.site-logo{justify-self:center}.site-logo img{max-width:min(150px,42vw);max-height:56px}.header-actions{justify-self:end}.header-actions .main-btn{padding:10px 16px}.page-hero-grid,.hero-inner,.topic-grid,.topic-grid.reverse,.split-panel,.home-feature,.related-card{grid-template-columns:1fr;gap:30px}.topic-grid.reverse .topic-copy,.home-feature.reverse .feature-copy{order:initial}.topic-side{position:static}.page-visual,.hero-media-box{max-width:100%;min-height:auto;padding:24px}.entity-grid,.info-grid,.three-grid,.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.related-links{justify-content:flex-start}}
@media(max-width:767px){.container,.section-inner,.header-inner,.footer-inner,.hero-inner{width:min(100% - 32px,1280px)}.section{padding:46px 0}.page-hero,.hero-section{padding:44px 0 34px}.page-hero-copy h1,.hero-content h1{font-size:clamp(34px,10vw,48px)}.entity-grid,.home-grid,.info-grid,.three-grid,.feedback-grid,.footer-grid{grid-template-columns:1fr}.page-visual img,.hero-media-box img{max-height:280px}.footer-grid{gap:24px}.home-feature{gap:24px}}
@media(max-width:390px){.header-inner{width:min(100% - 20px,1280px);grid-template-columns:44px minmax(0,1fr) auto;gap:8px}.site-logo img{max-width:min(120px,36vw);max-height:48px}.header-actions .main-btn{padding:8px 12px;font-size:13px}}
