﻿.page-illust{max-width:100%;height:auto;display:inline-block}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:"Noto Sans JP",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1rem;line-height:1.8;color:#334155;background-color:#fff;-webkit-font-smoothing:antialiased}a{color:#0e7490;text-decoration:none;transition:color 150ms ease}a:hover{color:#0891b2}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4,h5,h6{color:#1e293b;font-weight:700;line-height:1.4}h1{font-size:2.25rem}h2{font-size:1.875rem}h3{font-size:1.5rem}h4{font-size:1.25rem}.container{max-width:1120px;margin:0 auto;padding:0 1.5rem}.container-narrow{max-width:780px;margin:0 auto;padding:0 1.5rem}.section{padding:4rem 0}@media(min-width: 1024px){.section{padding:5rem 0}}.section-title{text-align:center;margin-bottom:.75rem;font-size:1.5rem}@media(min-width: 1024px){.section-title{font-size:1.875rem}}.section-subtitle{text-align:center;color:#64748b;font-size:1rem;margin-bottom:2.5rem;max-width:560px;margin-left:auto;margin-right:auto}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;border-radius:.5rem;border:1px solid rgba(0,0,0,0);cursor:pointer;transition:all 300ms ease;text-decoration:none;gap:.5rem}.btn-primary{background:#1a3a6b;color:#fff;border-color:#1a3a6b}.btn-primary:hover{background:#2a5298;border-color:#2a5298;color:#fff}.btn-accent{background:#0891b2;color:#fff;border-color:#0891b2}.btn-accent:hover{background:#0e7490;border-color:#0e7490;color:#fff}.btn-outline{background:rgba(0,0,0,0);color:#1a3a6b;border-color:#cbd5e1}.btn-outline:hover{border-color:#1a3a6b;background:#f8fafc}.btn-lg{padding:1rem 2rem;font-size:1rem}.badge{display:inline-block;padding:.25rem .75rem;font-size:.75rem;font-weight:600;border-radius:9999px}.badge-accent{background:rgba(8,145,178,.08);color:#0e7490}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:hsla(0,0%,100%,.96);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-bottom:1px solid #f1f5f9;transition:box-shadow 300ms ease}.site-header.scrolled{box-shadow:0 1px 2px rgba(0,0,0,.05)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:76px;max-width:1120px;margin:0 auto;padding:0 1.5rem}.site-logo{display:flex;align-items:center;gap:.75rem;font-weight:700;font-size:1.125rem;color:#1a3a6b;text-decoration:none;line-height:1}.site-logo:hover{color:#1a3a6b}.site-logo .logo-img{height:52px;width:auto;max-width:200px;display:block;object-fit:contain}.site-logo .site-logo-suffix{font-size:1rem;font-weight:600;color:#64748b;padding-left:.75rem;border-left:1px solid #e2e8f0;line-height:1}.nav-desktop{display:none}@media(min-width: 1024px){.nav-desktop{display:flex;align-items:center;gap:1.5rem}}.nav-link{font-size:.875rem;font-weight:500;color:#64748b;text-decoration:none;transition:color 150ms ease}.nav-link:hover,.nav-link.active{color:#1a3a6b}.header-cta{display:none}@media(min-width: 1024px){.header-cta{display:inline-flex}}.mobile-toggle{display:flex;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem}@media(min-width: 1024px){.mobile-toggle{display:none}}.mobile-toggle span{width:22px;height:2px;background:#475569;transition:all 300ms ease}.mobile-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px, 5px)}.mobile-toggle.active span:nth-child(2){opacity:0}.mobile-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px, -5px)}.nav-mobile{display:none;position:fixed;top:76px;left:0;right:0;bottom:0;background:#fff;padding:1.5rem;z-index:999}.nav-mobile.open{display:block}@media(min-width: 1024px){.nav-mobile{display:none !important}}.nav-mobile a{display:block;padding:.75rem 0;font-size:1rem;font-weight:500;color:#475569;border-bottom:1px solid #f1f5f9}.nav-mobile a:hover{color:#1a3a6b}.nav-mobile .mobile-cta{margin-top:1.5rem}.hero{position:relative;min-height:520px;display:flex;align-items:center;background:linear-gradient(160deg, #0f2647 0%, #1a3a6b 60%, #2a5298 100%);padding-top:76px}.hero::after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);background-size:50px 50px}.hero-content{position:relative;z-index:1;padding:4rem 0}@media(min-width: 1024px){.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center;padding:4rem 0}}.hero-text{color:#fff}.hero-text .hero-label{font-size:.875rem;color:hsla(0,0%,100%,.6);font-weight:500;margin-bottom:1rem;letter-spacing:.05em}.hero-text h1{color:#fff;font-size:1.875rem;margin-bottom:1.5rem;line-height:1.3;font-weight:800}@media(min-width: 1024px){.hero-text h1{font-size:3rem}}.hero-text p{font-size:1rem;color:hsla(0,0%,100%,.75);max-width:480px;line-height:1.8}@media(min-width: 1024px){.hero-text p{font-size:1.125rem}}.hero-visual{display:none}@media(min-width: 1024px){.hero-visual{display:block}}.hero-stats{display:grid;grid-template-columns:repeat(2, 1fr);gap:1rem}.stat-card{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);border-radius:.75rem;padding:1.5rem}.stat-card .stat-value{font-size:1.5rem;font-weight:800;color:#fff;margin-bottom:.25rem}.stat-card .stat-label{font-size:.875rem;color:hsla(0,0%,100%,.6)}.page-hero{background:#f8fafc;padding:4rem 0 2.5rem;padding-top:calc(76px + 3rem);border-bottom:1px solid #f1f5f9}.page-hero h1{font-size:1.5rem}@media(min-width: 1024px){.page-hero h1{font-size:1.875rem}}.page-hero p{color:#64748b;font-size:1rem;max-width:560px;margin-top:.75rem}.page-hero .breadcrumb{display:flex;gap:.5rem;font-size:.875rem;color:#94a3b8;margin-bottom:1rem}.page-hero .breadcrumb a{color:#94a3b8}.page-hero .breadcrumb a:hover{color:#475569}.page-hero .breadcrumb .sep{color:#cbd5e1}.features-strip{background:#fff;border-bottom:1px solid #f1f5f9;padding:2.5rem 0}.features-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:1rem}@media(min-width: 768px){.features-grid{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 1024px){.features-grid{grid-template-columns:repeat(6, 1fr)}}.feature-item{text-align:center;padding:.75rem}.feature-item .feature-icon{width:40px;height:40px;margin:0 auto .5rem;background:#f8fafc;border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#1a3a6b}.feature-item .feature-icon svg{width:20px;height:20px}.feature-item .feature-label{font-size:.75rem;font-weight:600;color:#475569}.services-section{background:#f8fafc}.services-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width: 768px){.services-grid{grid-template-columns:repeat(2, 1fr)}}.service-card{background:#fff;border-radius:.75rem;padding:2rem;border:1px solid #e2e8f0;transition:border-color 300ms ease}.service-card:hover{border-color:#cbd5e1}.service-card .service-icon{width:48px;height:48px;border-radius:.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.service-card h3{font-size:1.125rem;margin-bottom:.75rem}.service-card p{color:#64748b;font-size:.875rem;margin-bottom:1rem;line-height:1.8}.service-card .service-link{font-size:.875rem;font-weight:600;color:#0e7490}.dc-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:.75rem}@media(min-width: 768px){.dc-grid{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 1024px){.dc-grid{grid-template-columns:repeat(4, 1fr)}}.dc-card{background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;padding:1rem;text-align:center;transition:border-color 150ms ease}.dc-card:hover{border-color:#cbd5e1}.dc-card .dc-code{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:#f1f5f9;border-radius:.375rem;font-size:.75rem;font-weight:700;color:#1a3a6b;margin:0 auto .25rem}.dc-card .dc-name{font-weight:600;color:#334155;font-size:.875rem}.dc-card .dc-country{font-size:.75rem;color:#94a3b8}.cta-section{background:#f8fafc;text-align:center;border-top:1px solid #f1f5f9}.cta-section h2{margin-bottom:.75rem}.cta-section p{color:#64748b;margin-bottom:2rem;max-width:480px;margin-left:auto;margin-right:auto}.cta-section .cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.why-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width: 768px){.why-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.why-grid{grid-template-columns:repeat(3, 1fr)}}.why-card{padding:1.5rem;border:1px solid #f1f5f9;border-radius:.75rem}.why-card .why-number{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:#f1f5f9;color:#1a3a6b;font-weight:700;font-size:.75rem;border-radius:9999px;margin-bottom:.75rem}.why-card h3{font-size:1rem;margin-bottom:.5rem}.why-card p{font-size:.875rem;color:#64748b;line-height:1.8}.country-tabs{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:2rem}.country-tab{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;font-family:"Noto Sans JP",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.875rem;color:#475569;cursor:pointer;transition:all 150ms ease}.country-tab-code{display:inline-flex;align-items:center;justify-content:center;min-width:28px;padding:0 .5rem;height:22px;background:#f1f5f9;border-radius:.375rem;font-size:.75rem;font-weight:700;color:#1a3a6b;letter-spacing:.03em}.country-tab-name{font-weight:500}.country-tab:hover{border-color:#cbd5e1;color:#1e293b}.country-tab.active{background:#1a3a6b;border-color:#1a3a6b;color:#fff}.country-tab.active .country-tab-code{background:hsla(0,0%,100%,.15);color:#fff}.country-panel.hidden{display:none}.country-empty{max-width:520px;margin:0 auto;padding:2.5rem 1.5rem;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:.75rem;text-align:center}.country-empty h3{margin:0 0 .75rem;font-size:1.25rem;color:#334155}.country-empty p{margin:0 0 1.5rem;color:#64748b;font-size:.875rem;line-height:1.7}.pricing-section{background:#fff}.pricing-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width: 768px){.pricing-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1280px){.pricing-grid{grid-template-columns:repeat(4, 1fr)}}.pricing-card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;position:relative}.pricing-card.popular{border-color:#1a3a6b}.pricing-card.popular .pricing-header::after{content:"POPULAR";position:absolute;top:-1px;right:1rem;background:#1a3a6b;color:#fff;font-size:10px;font-weight:700;padding:2px .5rem;border-radius:0 0 .375rem .375rem}.pricing-header{text-align:center;padding-bottom:1rem;border-bottom:1px solid #f1f5f9;margin-bottom:1rem}.pricing-header h3{font-size:1rem;margin-bottom:.75rem;color:#475569}.pricing-header .price{font-size:1.875rem;font-weight:800;color:#1e293b;line-height:1}.pricing-header .price .period{font-size:.875rem;font-weight:400;color:#94a3b8}.pricing-specs{list-style:none;margin-bottom:1.5rem}.pricing-specs li{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;font-size:.875rem;color:#475569}.pricing-specs li .spec-label{color:#94a3b8;min-width:60px;font-size:.75rem}.pricing-specs li .spec-value{font-weight:500;color:#334155}.pricing-cta{text-align:center}.pricing-cta .btn{width:100%}.apply-section{background:#fff}.apply-layout{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width: 1024px){.apply-layout{grid-template-columns:5fr 3fr}}.apply-form{background:#f8fafc;padding:2rem;border-radius:.75rem;border:1px solid #e2e8f0}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.875rem;font-weight:600;color:#334155;margin-bottom:.25rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem .75rem;border:1px solid #cbd5e1;border-radius:.5rem;font-size:.875rem;font-family:"Noto Sans JP",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;transition:border-color 150ms ease;background:#fff}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#1a3a6b;box-shadow:0 0 0 2px rgba(26,58,107,.08)}.form-group textarea{min-height:100px;resize:vertical}.form-group .required{color:#ef4444;margin-left:2px}.form-group .form-hint{font-size:.75rem;color:#94a3b8;margin-top:.25rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width: 640px){.form-row{grid-template-columns:1fr}}.type-selector{display:flex;gap:.75rem}.type-selector label{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border:1px solid #cbd5e1;border-radius:.5rem;cursor:pointer;font-weight:500;font-size:.875rem;transition:all 150ms ease;flex:1;justify-content:center}.type-selector label input{width:auto;margin:0}.type-selector label:has(input:checked){border-color:#1a3a6b;background:rgba(26,58,107,.04);color:#1a3a6b}.radio-group{display:flex;flex-direction:column;gap:.5rem}.radio-group .radio-option{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:.5rem;cursor:pointer;font-size:.875rem;font-weight:500;color:#334155;background:#fff;transition:all 150ms ease;margin-bottom:0}.radio-group .radio-option input[type=radio]{width:auto;margin:0;accent-color:#1a3a6b}.radio-group .radio-option:hover{border-color:#cbd5e1;background:#f8fafc}.radio-group .radio-option:has(input:checked){border-color:#1a3a6b;background:rgba(26,58,107,.05);color:#1a3a6b;font-weight:600}.form-submit{margin-top:1.5rem}.form-message{padding:1rem;border-radius:.5rem;font-size:.875rem;margin-bottom:1rem;display:none}.form-message.success{display:block;background:rgba(16,185,129,.08);color:rgb(9.9104477612,114.5895522388,79.9029850746);border:1px solid rgba(16,185,129,.2)}.form-message.error{display:block;background:rgba(239,68,68,.08);color:hsl(0,84.236453202%,50.1960784314%);border:1px solid rgba(239,68,68,.2)}.contact-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width: 768px){.contact-grid{grid-template-columns:repeat(2, 1fr)}}.contact-card{display:flex;gap:1rem;padding:1.5rem;background:#f8fafc;border-radius:.5rem;border:1px solid #f1f5f9}.contact-card .contact-icon{width:40px;height:40px;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#64748b}.contact-card .contact-icon svg{width:18px;height:18px}.contact-card h4{font-size:.875rem;margin-bottom:.25rem}.contact-card p,.contact-card a{font-size:.875rem;color:#64748b}.apply-sidebar h3{font-size:1.125rem;margin-bottom:1rem}.apply-sidebar .sidebar-card{padding:1.5rem;background:#f8fafc;border:1px solid #f1f5f9;border-radius:.5rem;margin-bottom:1rem}.apply-sidebar .sidebar-card h4{font-size:.875rem;margin-bottom:.75rem}.apply-sidebar .sidebar-card ul{list-style:none;font-size:.875rem;color:#64748b}.apply-sidebar .sidebar-card ul li{padding:.25rem 0;padding-left:1rem;position:relative}.apply-sidebar .sidebar-card ul li::before{content:"–";position:absolute;left:0;color:#cbd5e1}.apply-sidebar .sidebar-card p{font-size:.875rem;color:#64748b;line-height:1.8}.faq-list{max-width:780px;margin:0 auto}.faq-item{border-bottom:1px solid #f1f5f9}.faq-item.open .faq-question svg{transform:rotate(180deg)}.faq-item.open .faq-answer{display:block}.faq-question{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 0;background:none;border:none;cursor:pointer;font-size:.875rem;font-weight:600;color:#334155;font-family:"Noto Sans JP",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;text-align:left}.faq-question svg{width:16px;height:16px;color:#94a3b8;transition:transform 300ms ease;flex-shrink:0}.faq-answer{display:none;padding:0 0 1rem;font-size:.875rem;color:#64748b;line-height:1.8}.dcp-region{margin-bottom:3rem}.dcp-region-head{display:flex;align-items:center;gap:1rem;padding-bottom:1rem;margin-bottom:1.5rem;border-bottom:1px solid #e2e8f0}.dcp-region-badge{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background:#1a3a6b;color:#fff;border-radius:.5rem;font-size:.875rem;font-weight:700;letter-spacing:.05em;flex-shrink:0}.dcp-region-title{margin:0 0 .25rem;font-size:1.25rem;color:#1e293b}.dcp-region-summary{margin:0;color:#64748b;font-size:.875rem}.dcp-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(320px, 1fr));gap:1.5rem}.dcp-card{display:flex;flex-direction:column;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;overflow:hidden;transition:transform 150ms ease,box-shadow 150ms ease}.dcp-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,.08),0 4px 6px -4px rgba(0,0,0,.05)}.dcp-card-media{background:#f1f5f9;aspect-ratio:5/3;overflow:hidden}.dcp-card-media img{width:100%;height:100%;object-fit:cover;display:block}.dcp-card-body{padding:1.5rem;display:flex;flex-direction:column;gap:1rem;flex:1}.dcp-card-title{margin:0;font-size:1.125rem;color:#1e293b;line-height:1.4}.dcp-card-actions{margin-top:auto;display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding-top:.75rem;border-top:1px solid #f1f5f9;flex-wrap:wrap}.dcp-meta{display:flex;flex-direction:column;gap:.5rem;margin:0}.dcp-meta>div{display:flex;gap:.75rem;font-size:.875rem}.dcp-meta dt{color:#94a3b8;flex-shrink:0;width:3.5rem}.dcp-meta dd{color:#334155;margin:0}.dcp-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.dcp-features li{position:relative;padding-left:1.25rem;font-size:.875rem;color:#475569;line-height:1.5}.dcp-features li::before{content:"";position:absolute;left:0;top:.55em;width:6px;height:6px;background:#0891b2;border-radius:50%}.dcp-inquiry-link{font-size:.875rem;color:#1a3a6b;font-weight:600;text-decoration:none}.dcp-inquiry-link:hover{color:#2a5298;text-decoration:underline}.dcp-source-link{font-size:.75rem;color:#94a3b8;text-decoration:none}.dcp-source-link:hover{color:#475569;text-decoration:underline}.dcp-disclaimer{margin-top:2rem;color:#94a3b8;font-size:.75rem;text-align:center}.about-lead{text-align:center;margin-bottom:2.5rem}.about-tagline{font-size:1.5rem;font-weight:700;color:#1a3a6b;margin:0 0 1rem;letter-spacing:.02em}.about-intro{color:#475569;line-height:1.9;font-size:1rem;max-width:720px;margin:0 auto}.about-stats{display:grid;grid-template-columns:repeat(auto-fit, minmax(160px, 1fr));gap:.75rem}.about-stat{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;padding:1rem 1.5rem;text-align:center}.about-stat-label{font-size:.75rem;color:#94a3b8;font-weight:600;margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.05em}.about-stat-value{font-size:.875rem;color:#1e293b;font-weight:700}.about-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;overflow:hidden}.about-table th,.about-table td{padding:.75rem 1rem;text-align:left;font-size:.875rem;border-bottom:1px solid #f1f5f9;vertical-align:top}.about-table th{width:200px;color:#64748b;font-weight:600;background:#f8fafc}.about-table td{color:#334155}.about-table td a{color:#1a3a6b;text-decoration:none}.about-table td a:hover{text-decoration:underline}.about-table tr:last-child th,.about-table tr:last-child td{border-bottom:none}@media(max-width: 768px){.about-table th{width:120px}}.about-services{display:grid;grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));gap:1rem}.about-service{background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;padding:1.5rem;transition:all 150ms ease}.about-service h3{margin:0 0 .75rem;font-size:1rem;color:#1a3a6b}.about-service p{margin:0;font-size:.875rem;color:#475569;line-height:1.8}.about-service:hover{border-color:#cbd5e1;box-shadow:0 4px 6px -1px rgba(0,0,0,.07),0 2px 4px -2px rgba(0,0,0,.05)}.about-brands{display:grid;grid-template-columns:repeat(auto-fill, minmax(240px, 1fr));gap:.75rem}.about-brand{display:block;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;padding:1.5rem;text-decoration:none;color:inherit;transition:all 150ms ease}.about-brand h4{margin:0 0 .5rem;font-size:.875rem;color:#1a3a6b}.about-brand p{margin:0;font-size:.75rem;color:#64748b;line-height:1.6}.about-brand[href]:hover{border-color:#1a3a6b;transform:translateY(-1px);box-shadow:0 4px 6px -1px rgba(0,0,0,.07),0 2px 4px -2px rgba(0,0,0,.05)}.about-certs{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:.75rem;margin-bottom:2.5rem}.about-cert{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;padding:1rem 1.5rem}.about-cert-label{font-size:.75rem;color:#94a3b8;font-weight:600;margin-bottom:.25rem}.about-cert-value{font-size:.875rem;color:#334155;font-weight:500}.about-partners-title{font-size:1rem;color:#334155;margin:0 0 1rem}.about-partners{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.5rem}.about-partners li{padding:.5rem 1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:9999px;font-size:.75rem;color:#475569}.news-list{list-style:none;padding:0;margin:0}.news-item{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid #f1f5f9;flex-wrap:wrap}.news-item:last-child{border-bottom:none}.news-date{font-size:.875rem;color:#94a3b8;font-family:"SFMono-Regular",Consolas,monospace;flex-shrink:0;width:90px}.news-category{display:inline-block;padding:.25rem .5rem;background:rgba(26,58,107,.08);color:#1a3a6b;border-radius:.375rem;font-size:.75rem;font-weight:600;flex-shrink:0}.news-title{color:#334155;text-decoration:none;font-size:.875rem;font-weight:500;flex:1}.news-title:hover{color:#1a3a6b;text-decoration:underline}.news-empty{text-align:center;padding:4rem 0;color:#94a3b8;font-size:.875rem}.news-meta{display:flex;align-items:center;gap:.75rem;color:#94a3b8;font-size:.875rem;margin-top:.75rem}.news-article{background:#fff;font-size:1rem;line-height:1.9;color:#334155}.news-article h2{margin-top:2.5rem;margin-bottom:1rem;font-size:1.25rem;color:#1e293b;padding-bottom:.5rem;border-bottom:2px solid #f1f5f9}.news-article h3{margin-top:2rem;margin-bottom:.75rem;font-size:1.125rem;color:#1e293b}.news-article p{margin-bottom:1rem}.news-article ul,.news-article ol{margin:0 0 1rem 1.5rem;padding:0}.news-article ul li,.news-article ol li{margin-bottom:.5rem}.news-article a{color:#1a3a6b;text-decoration:underline}.news-article a:hover{color:#2a5298}.news-article code{background:#f1f5f9;padding:2px 6px;border-radius:.375rem;font-family:"SFMono-Regular",Consolas,monospace;font-size:.9em}.news-article blockquote{margin:1.5rem 0;padding:1rem 1.5rem;background:#f8fafc;border-left:4px solid #1a3a6b;border-radius:.375rem;color:#475569}.news-footer{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid #f1f5f9;text-align:center}.error-code{font-size:5rem;font-weight:800;color:#1a3a6b;line-height:1;margin-bottom:1rem}.error-title{font-size:1.5rem;color:#1e293b;margin-bottom:1rem}.error-description{color:#64748b;font-size:.875rem;line-height:1.8}.error-links{margin-top:3rem;padding-top:2rem;border-top:1px solid #f1f5f9}.error-links h3{font-size:.875rem;color:#64748b;margin-bottom:1rem;font-weight:600}.error-links ul{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.error-links ul a{color:#1a3a6b;text-decoration:none;font-size:.875rem}.error-links ul a:hover{text-decoration:underline}.site-footer{background:#f8fafc;border-top:1px solid #f1f5f9;padding:3rem 0 1.5rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}@media(min-width: 768px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}.footer-brand .footer-logo{font-size:1rem;font-weight:700;color:#1a3a6b;margin-bottom:.75rem}.footer-brand p{color:#94a3b8;font-size:.75rem;line-height:1.8;margin-bottom:.75rem}.footer-brand .footer-cert{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;border:1px solid #e2e8f0;border-radius:.375rem;font-size:.75rem;color:#64748b}.footer-col h4{font-size:.75rem;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.footer-col ul{list-style:none}.footer-col li{margin-bottom:.25rem}.footer-col a{font-size:.75rem;color:#94a3b8}.footer-col a:hover{color:#475569}.footer-bottom{display:flex;flex-direction:column;gap:.75rem;align-items:center;padding-top:1.5rem;border-top:1px solid #f1f5f9;font-size:.75rem;color:#94a3b8}@media(min-width: 768px){.footer-bottom{flex-direction:row;justify-content:space-between}}/*# sourceMappingURL=main.css.map */