:root{--navy:#071b35;--deep:#06152b;--orange:#ff7a1a;--gold:#ffd83e;--text:#0e1726}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff}
.wrap{width:1120px;max-width:calc(100% - 48px);margin:0 auto}
.topbar{height:58px;background:#071b35;color:#fff;position:sticky;top:0;z-index:20}
.nav{height:58px;display:flex;align-items:center;gap:30px}
.brand,.footer-logo{display:flex;align-items:center;gap:8px;color:#fff;text-decoration:none}
.brand img{display:block;width:auto;height:44px;object-fit:contain}
.brand strong{font-size:18px;letter-spacing:.6px;color:#fff;font-weight:900}
.brand-icon{width:28px;height:28px;border:2px solid #76bcff;border-radius:6px;display:grid;place-items:center;color:#fff;background:#0a203f;font-weight:900;font-size:13px}
.menu{margin-left:auto;display:flex;align-items:center;gap:30px}
.menu a{color:#fff;text-decoration:none;font-size:13px;white-space:nowrap}
.menu a.active{color:#ff8732}
.partner-link{display:inline-flex;align-items:center;gap:6px}
.chevron{font-size:18px;line-height:0;transform:translateY(-1px)}
.language-switch{display:inline-flex;align-items:center;gap:2px;border:0;border-radius:4px;background:#ffe94a;color:#071b35;font-size:12px;font-weight:900;padding:3px 6px;line-height:1;cursor:pointer}
.language-switch span{font-size:11px}
.login-link{color:#fff;text-decoration:none;font-size:13px;white-space:nowrap}
.quote,.cta{background:var(--orange);color:#fff;text-decoration:none;font-weight:800;border-radius:999px;box-shadow:0 8px 18px rgba(255,122,26,.35)}
.quote{padding:10px 22px;font-size:13px}
.hero{height:min(54.545vw,calc(100vh - 58px));overflow:hidden;background:#071b35;display:flex;align-items:center;justify-content:center}
.hero img{display:block;width:100%;height:100%;object-fit:contain;object-position:center}
.section-title{text-align:center;margin:0 0 27px;font-size:31px;line-height:1.1;font-weight:900}
.why{padding:32px 0 43px;background:#fff}
.why-list{width:760px;max-width:100%;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:70px;text-align:center}
.why-list img{width:58px;height:58px;object-fit:contain}
.why-list h3{margin:8px 0 3px;font-size:17px}
.why-list p{margin:0 auto;font-size:11px;line-height:1.2;max-width:170px;color:#111827}
.booths{padding:33px 0 44px;background:linear-gradient(180deg,#f5fbff,#eef8fc)}
.booth-list{width:970px;max-width:100%;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 8px 18px rgba(7,27,53,.18)}
.card>img{display:block;width:100%;height:220px;object-fit:cover}
.card div{padding:13px 16px 17px}
.card h3{margin:0 0 4px;font-size:20px}
.card p{margin:0 0 13px;font-size:13px;line-height:1.32}
.card a{display:block;width:max-content;margin:0 auto;background:var(--orange);color:#fff;text-decoration:none;border-radius:999px;padding:10px 18px;font-weight:800;font-size:13px}
.testimonials{padding:32px 0 44px;background:#fff}
.testimonial-row{display:flex;align-items:center;gap:15px}
.testimonial-list{flex:1;display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.testimonial-list article{background:#fff;border-radius:8px;box-shadow:0 7px 18px rgba(7,27,53,.15);overflow:hidden;padding-bottom:11px}
.testimonial-list img{display:block;width:100%;height:105px;object-fit:cover}
.testimonial-list h3{font-size:13px;line-height:1.2;min-height:34px;margin:12px 13px 6px}
.testimonial-list span{display:block;margin:0 13px;color:#ffc400;font-size:18px;letter-spacing:1px}
.nav-arrow{width:32px;height:32px;border:0;border-radius:50%;background:#fff;color:#ff7a1a;box-shadow:0 4px 12px rgba(0,0,0,.15);font-size:30px;line-height:22px;cursor:pointer}
.dots{text-align:center;margin-top:14px}
.dots b,.dots i{display:inline-block;width:7px;height:7px;border-radius:10px;background:#d8dce2;margin:0 3px}
.dots b{width:22px;background:#ff7a1a}
.footer{background:#071b35;color:#fff;padding:32px 0 16px}
.footer-grid{display:grid;grid-template-columns:1.35fr repeat(5,1fr);gap:32px}
.footer-logo img{display:block;width:190px;max-width:100%;height:auto;object-fit:contain}
.footer h4{margin:0 0 12px;font-size:14px}
.footer a,.footer p{display:block;margin:0;color:#fff;text-decoration:none;font-size:12px;line-height:1.55}
.social{display:flex;gap:8px;margin:8px 0}
.social span{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#071b35;font-size:12px;font-weight:900}
.bottom{border-top:1px solid rgba(255,255,255,.14);margin-top:28px;padding-top:14px;display:flex;justify-content:space-between;color:#dbe6f5;font-size:11px}
@media(max-width:1100px){.menu{gap:18px}.menu a,.login-link{font-size:12px}}
@media(max-width:900px){.menu{display:none}.language-switch,.login-link{display:none}.why-list,.booth-list,.testimonial-list,.footer-grid{grid-template-columns:1fr}.testimonial-list{grid-template-columns:repeat(2,1fr)}.footer-grid{gap:22px}.bottom{display:block}}
@media(max-width:560px){.wrap{max-width:calc(100% - 28px)}.quote{display:none}.brand img{height:38px}.brand strong{font-size:15px}.section-title{font-size:27px}.testimonial-list{grid-template-columns:1fr}.card>img{height:210px}}
