
:root{
  --blue:#123f5d; --blue2:#0b3f60; --gold:#d5a75f; --text:#18394f;
  --soft:#f4f7f9; --line:#e5eaee; --white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Segoe UI",Arial,sans-serif;color:var(--text);background:#fff}
a{text-decoration:none;color:inherit}
.shell{width:min(1148px,calc(100% - 36px));margin:0 auto}
.site-header{background:#fff;border-bottom:1px solid #eef1f4;position:sticky;top:0;z-index:20}
.header-inner{height:68px;display:flex;align-items:center;gap:26px}
.brand-image{width:275px;display:block;margin-right:auto}
.brand-image img{display:block;width:100%;height:auto}
.nav{display:flex;align-items:center;gap:21px;font-size:13px;font-weight:600;white-space:nowrap}
.nav a{color:#173a52}
.nav-actions{display:flex;align-items:center;gap:16px}
.search-mark{font-size:28px;line-height:1;color:#173a52}
.login-link{font-weight:700;font-size:14px}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:6px;font-weight:700;padding:12px 22px}
.register,.primary{background:var(--blue);color:white}
.secondary{border:1px solid #6d8fa4;background:#fff;color:var(--blue)}
.gold{background:#dda957;color:#163b55}
.menu-toggle{display:none;border:0;background:transparent;font-size:24px}

.hero-v2{background:linear-gradient(90deg,#fff 0 49%,#f7f2e9 49% 100%)}
.hero-grid{display:grid;grid-template-columns:50% 50%;min-height:342px}
.hero-copy{padding:31px 24px 14px 0}
.eyebrow{font-size:11px;letter-spacing:.12em;font-weight:800;color:#224f6a;margin-bottom:8px}
.hero-copy h1{font-family:Georgia,serif;font-size:50px;line-height:.99;letter-spacing:-1.3px;margin:0 0 13px;color:#174360}
.hero-copy h1 span{font-size:.86em}
.hero-lead{font-size:18px;line-height:1.35;max-width:540px;margin:0;color:#36586f}
.hero-buttons{display:flex;gap:18px;margin:20px 0 24px}
.hero-buttons .primary{min-width:290px}
.hero-points{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;font-size:11px;line-height:1.22}
.hero-points>div{display:flex;align-items:center;gap:9px;border-right:1px solid #d7dee3;padding-right:8px}
.hero-points>div:last-child{border-right:0}
.ico{font-size:22px;color:#164c6c}
.hero-photo{background:url('/assets/img/hero-approved.jpg') center center/cover no-repeat;min-height:342px}

.topics-area{background:#f4f7f9;padding:8px 0}
.panel{background:#f7f9fa;border-radius:6px;padding:11px 16px 13px}
.section-title-line{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}
.section-title-line h2{font-family:Georgia,serif;font-size:25px;line-height:1;margin:0 0 2px;color:#16415d}
.section-title-line p{margin:0;font-size:13px;color:#527086}
.section-title-line>a{font-size:12px;color:#086ba8;margin-top:7px}
.topic-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:12px;margin-top:10px}
.topic-grid a{min-height:94px;background:#fff;border:1px solid #edf1f4;border-radius:5px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#103f5f;box-shadow:0 3px 10px rgba(13,55,82,.03)}
.topic-icon{font-size:32px;line-height:1;color:#0a4b73;margin-bottom:7px}
.topic-icon.ae{font-weight:900;font-size:33px}
.topic-icon.aer{font-weight:900;font-size:24px;color:#b1884a}
.topic-grid b{font-size:12px;line-height:1.1}

.info-area{padding:9px 0;background:white}
.info-grid{display:grid;grid-template-columns:50% 50%;background:#f6f8f9;border-radius:6px;overflow:hidden;min-height:215px}
.approved-doc-photo{background:url('/assets/img/documents-approved.jpg') center/cover no-repeat}
.info-copy{padding:16px 25px}
.info-copy h2{font-family:Georgia,serif;font-size:26px;line-height:1.05;margin:0 0 8px;color:#16415d}
.info-copy>p{font-size:14px;line-height:1.35;margin:0;color:#395a70}
.info-points{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin:18px 0 12px}
.info-points>div{display:flex;gap:8px;align-items:center;border-right:1px solid #d9e0e4;font-size:11px;line-height:1.2}
.info-points>div:last-child{border-right:0}
.info-points span{font-size:25px;color:#c79546}

.guides-area{background:#f4f7f9;padding:8px 0 12px}
.guides-panel{padding-top:9px}
.guides-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:10px}
.guides-grid article{background:#fff;border:1px solid #e9eef1;border-radius:5px;padding:9px;display:grid;grid-template-columns:126px 1fr;gap:12px;min-height:124px}
.guides-grid img{width:126px;height:105px;object-fit:cover;border-radius:2px}
.guide-kicker{display:block;font-size:8px;font-weight:800;color:#1680bb;margin-bottom:4px}
.guides-grid h3{font-family:Georgia,serif;font-size:15px;line-height:1.16;margin:0 0 4px;color:#143f5c}
.guides-grid p{font-size:10px;line-height:1.25;margin:0 0 6px;color:#527086}
.guides-grid a{font-size:10px;font-weight:700;color:#0a72ad}

.cta-strip{background:linear-gradient(90deg,#0d3d5a,#1b5b7e);color:white}
.cta-inner{height:74px;display:flex;align-items:center;justify-content:space-between}
.cta-inner h2{font-family:Georgia,serif;font-size:27px;margin:0}
.cta-inner p{font-size:13px;margin:0;color:#deebf2}
.cta-inner .gold{min-width:170px}

.footer-v2{background:#fff;padding:11px 0 8px}
.footer-grid{display:grid;grid-template-columns:2.25fr 1.05fr 1.05fr 1.1fr .7fr 1.25fr;gap:24px;align-items:start}
.footer-brand img{width:220px}
.footer-brand p{font-size:10px;max-width:250px;color:#526f82}
.footer-grid h4{font-size:10px;margin:2px 0 6px}
.footer-grid>div>a{display:block;font-size:9px;margin:3px 0}
.social{font-size:19px;font-weight:700;color:#134b6d}
.studio-box{background:#f3eee6;border-radius:5px;text-align:center;padding:10px 8px;color:#6a5540}
.studio-box small,.studio-box span{display:block;font-size:8px}
.studio-box strong{display:block;font-family:Georgia,serif;font-size:14px;line-height:1.05;margin:5px 0}
.footer-bottom{border-top:1px solid #dce4e8;margin-top:9px;padding-top:8px;display:flex;justify-content:space-between;font-size:8px;color:#496b80}

@media(min-width:1500px){
  .shell{width:min(1280px,calc(100% - 48px))}
  .hero-grid{min-height:380px}
  .hero-photo{min-height:380px}
  .hero-copy{padding-top:39px}
  .hero-copy h1{font-size:56px}
}

@media(max-width:1050px){
  .nav{display:none;position:absolute;top:68px;left:0;right:0;background:white;padding:20px;flex-direction:column;align-items:flex-start;border-bottom:1px solid #ddd}
  .nav.open{display:flex}
  .menu-toggle{display:block}
  .search-mark,.login-link{display:none}
  .brand-image{width:230px}
  .hero-grid{grid-template-columns:1fr}
  .hero-photo{min-height:360px}
  .hero-v2{background:#fff}
  .hero-points{grid-template-columns:repeat(2,1fr)}
  .topic-grid{grid-template-columns:repeat(4,1fr)}
  .info-grid{grid-template-columns:1fr}
  .approved-doc-photo{min-height:250px}
  .footer-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:700px){
  .shell{width:min(100% - 24px,1280px)}
  .header-inner{height:64px}
  .brand-image{width:200px}
  .register{display:none}
  .hero-copy h1{font-size:40px}
  .hero-copy{padding:28px 0}
  .hero-buttons{flex-direction:column}
  .hero-buttons .primary{min-width:0}
  .hero-points{grid-template-columns:1fr}
  .topic-grid{grid-template-columns:repeat(2,1fr)}
  .guides-grid{grid-template-columns:1fr}
  .guides-grid article{grid-template-columns:110px 1fr}
  .guides-grid img{width:110px}
  .info-points{grid-template-columns:1fr}
  .cta-inner{height:auto;padding:20px 0;gap:18px;align-items:flex-start;flex-direction:column}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-bottom{flex-direction:column;gap:5px}
}
