@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";:root{--green:#143f24;--green-soft:#e4efe6;--cream:#f7f3ea;--cream-2:#ebe5d9;--white:#fff;--coral:#ff9f7a;--text:#172219;--text-muted:#5d6a5b;--line:#143f2429;--shadow:0 18px 48px #143f241f;--radius-xl:32px;--radius-lg:24px;--radius-md:16px;--max-width:1180px}body{color:var(--text);background:#fbfaf5;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}.app{background:radial-gradient(circle at 0 0,#fffffffa,#0000 18%),linear-gradient(#fbfaf5 0%,#f2efe8 100%);min-height:100vh}.container{width:min(100% - 32px, var(--max-width));margin-inline:auto}.page{overflow:hidden}.topbar{width:100%}.topbar-inner{justify-content:space-between;align-items:center;gap:24px;width:100%;max-width:none;margin:0;padding:18px 32px;display:flex}.brand{color:var(--green);flex-direction:column;gap:4px;display:flex}.brand-title{align-items:center;gap:8px;display:flex}.brand-name{letter-spacing:-.05em;font-family:Georgia,Times New Roman,serif;font-size:clamp(30px,4vw,42px);line-height:1}.brand-handle{color:var(--text-muted);font-size:14px}.top-links{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.top-links a{color:var(--green);border:1px solid #0000;border-radius:999px;padding:10px 16px;font-size:14px;font-weight:700}.top-links a.active,.top-links a:hover{background:#ffffffb8;border-color:#143f242e}.hero,.cta-hero{background:linear-gradient(120deg, var(--cream) 0%, var(--cream-2) 50%, #dbe6d8 100%);padding:72px 0 52px;position:relative;overflow:hidden}.hero-inner,.hero-grid{z-index:1;gap:32px;display:grid;position:relative}.hero-inner{grid-template-columns:minmax(0,1.25fr) minmax(320px,.85fr);align-items:center}.hero-copy h1,.page-heading h1{color:var(--green);letter-spacing:-.05em;margin:0;font-size:clamp(42px,6vw,76px);line-height:.96}.hero-copy p,.page-heading p,.section-copy p{color:#223024;max-width:680px;margin:24px 0 0;font-size:18px}.hero-actions,.card-actions{flex-wrap:wrap;gap:14px;margin-top:24px;display:flex}.btn,.card-link{border:1px solid var(--green);border-radius:12px;justify-content:center;align-items:center;min-height:46px;padding:12px 20px;font-weight:800;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex}.btn:hover,.card-link:hover{transform:translateY(-2px);box-shadow:0 12px 28px #143f2421}.btn-primary,.card-link.primary{background:var(--green);color:var(--white)}.btn-secondary,.card-link.secondary{color:var(--green);background:#ffffffc2}.section{padding:64px 0}.section.alt{background:var(--cream)}.section-heading{gap:14px;margin-bottom:36px;display:grid}.section-heading h2{color:var(--green);margin:0;font-size:clamp(32px,4vw,44px);line-height:1.05}.section-heading p{color:var(--text-muted);max-width:720px;margin:0}.section-split{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:32px;display:grid}.grid-2,.grid-3,.grid-4{gap:22px;display:grid}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.cta-panel,.partner-card,.stat-card,.country-card,.feature-card,.info-card{border-radius:var(--radius-lg);background:var(--white);box-shadow:var(--shadow);border:1px solid #143f241f}.partner-card{gap:14px;padding:24px;display:grid}.info-card{padding:20px}.partner-list{gap:18px;display:grid}.partner-meta{color:var(--text-muted);font-size:14px}.country-tag,.status-pill,.metric-pill{color:var(--green);text-transform:uppercase;background:#ffffffd1;border-radius:999px;align-items:center;gap:8px;padding:10px 14px;font-size:12px;font-weight:700;display:inline-flex}.stat-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.stat-card{gap:12px;padding:24px;display:grid}.stat-card strong{color:var(--green);font-size:30px;line-height:1}.breadcrumb{color:var(--green);gap:8px;margin-bottom:20px;font-size:14px;font-weight:700;display:inline-flex}.breadcrumb a{color:var(--green)}.country-card{min-height:320px;color:var(--green);flex-direction:column;display:flex;overflow:hidden}.country-image{background-position:50% 35%;background-repeat:no-repeat;background-size:cover;width:100%;min-height:180px;position:relative}.country-card .country-flag{background:#ffffffe0;border-radius:999px;place-items:center;width:44px;height:44px;font-size:24px;display:grid;position:absolute;top:6px;right:18px;box-shadow:0 10px 28px #0000001f}.country-body{flex-direction:column;flex:1;gap:18px;padding:24px;display:flex}.country-body h3{color:var(--green);margin:0;font-size:24px}.country-body p{color:inherit;margin:0;line-height:1.65}.card-link{min-height:42px;color:var(--green);border-radius:7px;justify-content:space-between;margin-top:auto;padding:10px 14px;font-size:14px}@media (width<=960px){.container{width:min(100% - 28px, var(--max-width))}.topbar-inner{padding:16px 24px}.hero-inner,.hero-grid,.section-split{grid-template-columns:1fr;gap:32px}.grid-4,.country-grid,.grid-3,.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.container{width:min(100% - 20px, var(--max-width));max-width:none}.topbar{background:#f7f3eaf5;border-bottom:1px solid #143f241f}.topbar-inner{flex-direction:column;align-items:center;gap:14px;padding:14px 10px 12px}.top-links{flex-flow:row;gap:8px;width:100%;display:flex}.top-links a{min-width:0;min-height:42px;color:var(--green);text-align:center;white-space:nowrap;background:#ffffffc7;border:1px solid #143f241f;border-radius:999px;flex:1 1 0;justify-content:center;align-items:center;padding:10px 6px;font-size:13px;line-height:1;display:flex}.brand{text-align:center;align-items:center;gap:6px}.brand-title{justify-content:center}.brand-name{font-size:32px}.brand-handle{font-size:12px}.hero,.cta-hero{padding:48px 0 42px}.section{padding:46px 0}.hero-inner,.hero-grid,.section-split{grid-template-columns:1fr;gap:24px}.hero-copy h1,.page-heading h1{font-size:clamp(36px,12vw,52px);line-height:.98}.hero-copy p,.page-heading p,.section-copy p{margin-top:16px;font-size:16px;line-height:1.6}.hero-actions,.card-actions{flex-direction:column;align-items:stretch;gap:12px}.btn,.card-link{width:100%}.section-heading{gap:10px;margin-bottom:24px}.section-heading h2{font-size:clamp(28px,9vw,36px)}.section-heading p{font-size:15px;line-height:1.6}.grid-2,.grid-3,.grid-4,.stat-grid,.country-grid{grid-template-columns:1fr}.country-grid{gap:18px;width:100%}.country-card{width:100%;min-width:0;max-width:none;min-height:auto;margin:0;padding:0}.country-image{background-position:50%;background-size:cover;width:100%;min-height:210px}.country-body{gap:14px;width:100%;padding:22px}.country-body h3{font-size:24px}.country-body p{font-size:16px;line-height:1.65}.country-body .card-link{width:100%}.partner-card,.info-card,.stat-card,.feature-card{border-radius:20px;padding:20px}.stat-card strong{font-size:26px}.tag{padding:7px 12px;font-size:11px;top:12px;left:12px}.flag,.country-card .country-flag{width:40px;height:40px;font-size:21px;top:12px;right:12px}}@media (width<=480px){.container{width:min(100% - 12px, var(--max-width));max-width:none}.brand-name{font-size:30px}.topbar-inner{padding:12px 4px}.top-links{gap:5px;width:100%;flex-flow:row!important;display:flex!important}.top-links a{white-space:nowrap;text-align:center;flex:1 1 0;justify-content:center;align-items:center;min-width:0;max-width:none;min-height:40px;padding:9px 2px;font-size:11px;line-height:1;display:flex}.hero,.cta-hero{padding:38px 0 34px}.section{padding:38px 0}.hero-copy h1,.page-heading h1{font-size:clamp(32px,13vw,44px)}.hero-copy p,.page-heading p,.section-copy p,.section-heading p{font-size:15px}.country-grid{gap:16px}.country-image{min-height:190px}.country-body{padding:18px}.country-body h3{font-size:20px}.btn,.card-link{min-height:44px;padding:11px 14px;font-size:14px}.partner-card,.info-card,.stat-card,.feature-card{padding:18px}}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#172219;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fbfaf5;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.6}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:#fbfaf5;min-height:100vh;margin:0}button,a{font:inherit}img{max-width:100%;display:block}#root{min-height:100vh}h1,h2,h3,p,span{margin:0}p{line-height:1.7}.home-page .hero{background:radial-gradient(circle at 12% 20%,#fffffff2,#0000 35%),radial-gradient(circle at 92% 10%,#dcecd2bf,#0000 28%),linear-gradient(120deg,#f8f4ec 0%,#f5f0e6 55%,#edf4e8 100%);align-items:center;min-height:calc(100vh - 90px);padding:60px 0 80px;display:flex}.home-page .hero-inner{grid-template-columns:1.05fr .95fr;align-items:center;gap:60px;display:grid}.home-page .hero-showcase{flex-direction:column;align-items:flex-end;display:flex}.home-page .hero-image-circle{aspect-ratio:1;background:#fff;border:10px solid #fff;border-radius:50%;width:100%;max-width:520px;overflow:hidden;box-shadow:0 20px 60px #0000001f}.home-page .hero-image-circle img{object-fit:cover;width:100%;height:100%;display:block}.home-page .hero-stats{width:100%;max-width:520px;box-shadow:none;background:0 0;margin-top:16px;padding:0;position:static}.home-page .hero-stats-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.home-page .hero-copy{max-width:620px}.home-page .country-tag{letter-spacing:.18em;text-transform:uppercase;background:#fffc;border:1px solid #143f2426;border-radius:999px;align-items:center;gap:8px;padding:8px 18px;font-size:12px;display:inline-flex}.home-page .country-tag:before{content:"";background:var(--green);border-radius:50%;width:8px;height:8px}.home-page .hero-copy h1{color:var(--green);letter-spacing:-.06em;margin:28px 0 22px;font-family:Georgia,Times New Roman,serif;font-size:clamp(68px,6vw,94px);font-weight:700;line-height:.92}.home-page .hero-copy p{color:#617164;max-width:560px;margin-bottom:36px;font-size:24px;line-height:1.7}.home-page .hero-actions{gap:18px;margin-bottom:34px;display:flex}.home-page .hero-actions .btn{border-radius:999px;min-height:56px;padding:0 28px;font-size:16px}.home-page .btn-primary{box-shadow:0 12px 30px #143f2438}.home-page .btn-secondary{background:#ffffffd1}.home-page .badge-list{gap:18px}.home-page .badge{background:0 0;border:none;padding:0;font-size:15px;font-weight:500}.home-page .feature-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.home-page .feature-card{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--white);min-height:220px;padding:24px;box-shadow:0 10px 30px #143f240f}.home-page .feature-card .emoji{border:1px solid #143f243d;border-radius:999px;place-items:center;width:52px;height:52px;margin-bottom:18px;font-size:24px;display:grid}.home-page .feature-card h3{color:var(--green);letter-spacing:-.03em;margin:0 0 10px;font-size:20px;line-height:1.1}.home-page .feature-card p{color:var(--text-muted);margin:0;font-size:14px}@media (width<=768px){.home-page .hero-inner{grid-template-columns:1fr;gap:32px}.home-page .hero-showcase{align-items:stretch}.home-page .hero-image-circle{max-width:100%}}@media (width<=900px){.home-page .hero{min-height:auto;padding:56px 0 64px}.home-page .hero-inner{grid-template-columns:1fr;gap:40px}.home-page .hero-copy{max-width:100%}.home-page .hero-copy h1{font-size:clamp(48px,11vw,72px)}.home-page .hero-copy p{max-width:100%;font-size:20px}.home-page .hero-showcase{align-items:center}.home-page .hero-image-circle{max-width:460px}.home-page .feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.home-page .hero{padding:42px 0 52px}.home-page .hero-inner{gap:30px}.home-page .country-tag{letter-spacing:.12em;padding:7px 14px;font-size:10px}.home-page .hero-copy h1{margin:22px 0 16px;font-size:clamp(42px,14vw,58px);line-height:.95}.home-page .hero-copy p{margin-bottom:26px;font-size:17px;line-height:1.55}.home-page .hero-actions{flex-direction:column;gap:12px;margin-bottom:24px}.home-page .hero-actions .btn{width:100%;min-height:52px;padding:0 20px}.home-page .badge-list{gap:10px;display:grid}.home-page .hero-image-circle{border-width:7px;max-width:320px}.home-page .hero-stats{max-width:320px;margin-inline:auto}.home-page .hero-stats-grid{grid-template-columns:1fr;gap:10px}.home-page .feature-grid{grid-template-columns:1fr}.home-page .feature-card{min-height:auto;padding:20px}}@media (width<=380px){.home-page .hero-copy h1{font-size:40px}.home-page .hero-image-circle{max-width:280px}}.badge{color:var(--green);background:#143f2414;border-radius:999px;padding:10px 14px;font-size:13px;font-weight:700}@media (width<=960px){.hero-inner,.section-split{grid-template-columns:1fr}}@media (width<=720px){.highlight-box{padding:20px}.hero{min-height:auto;padding:56px 0 42px}.hero-copy h1{font-size:clamp(34px,8vw,52px)}.hero-copy p{font-size:16px}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn{width:100%}.country-grid,.country-guide-grid{grid-template-columns:1fr}}@media (width<=480px){.highlight-box{border-radius:16px;padding:16px}.badge-list{gap:8px}.badge{justify-content:center;width:100%}.hero{padding:40px 0 36px}.hero-copy h1{line-height:1.02}.hero-actions .btn{min-height:48px}.country-card-body{padding:18px}.country-card-link{justify-content:center;width:100%}}.highlight-box{border-radius:var(--radius-lg);background:linear-gradient(135deg,#e2ad3b24,#f7f3eae6);border:1px solid #e2ad3b38;padding:24px}.badge-list{flex-wrap:wrap;gap:10px;display:flex}.badge{color:var(--green);background:#143f2414;border-radius:999px;justify-content:center;align-items:center;padding:10px 14px;font-size:13px;font-weight:700;display:inline-flex}.hero-copy h1{color:var(--green);letter-spacing:-.05em;margin:0;font-size:clamp(42px,6vw,76px);line-height:.96}.hero-copy p{color:#223024;max-width:680px;margin:24px 0 0;font-size:18px}.hero-actions{flex-wrap:wrap;gap:14px;margin-top:24px;display:flex}@media (width<=960px){.hero-inner,.section-split{grid-template-columns:1fr}.hero{min-height:auto;padding:64px 0 52px}.highlight-box{padding:22px}}@media (width<=720px){.highlight-box{border-radius:20px;padding:20px}.badge-list{gap:8px}.badge{padding:9px 12px;font-size:12px}.hero{min-height:auto;padding:52px 0 42px}.hero-copy h1{font-size:clamp(34px,10vw,52px);line-height:1}.hero-copy p{margin-top:18px;font-size:16px;line-height:1.6}.hero-actions{flex-direction:column;align-items:stretch;gap:12px}.hero-actions .btn{width:100%}.country-grid,.country-guide-grid{grid-template-columns:1fr}}@media (width<=480px){.highlight-box{border-radius:16px;padding:16px}.badge-list{grid-template-columns:1fr;gap:8px;display:grid}.badge{justify-content:center;width:100%}.hero{padding:40px 0 36px}.hero-copy h1{font-size:clamp(30px,12vw,42px);line-height:1.02}.hero-copy p{font-size:15px}.hero-actions .btn{min-height:48px}.country-card-body{padding:18px}.country-card-link{justify-content:center;width:100%}}.section-heading{grid-template-columns:auto 1fr;align-items:start;gap:18px;margin-bottom:34px;display:grid}.section-icon{background:var(--green);width:56px;height:56px;color:var(--white);border-radius:500px;place-items:center;font-size:25px;display:grid}.section-heading h2{color:var(--green);letter-spacing:-.05em;margin:0;font-size:clamp(30px,4vw,46px);line-height:1.05}.section-heading h3{color:var(--green);letter-spacing:-.04em;margin:20px 0 0;font-size:clamp(20px,3vw,28px);line-height:1.05}.section-heading p{max-width:820px;color:var(--text);margin:10px 0 0}.section-heading-with-action{justify-content:space-between;align-items:center;gap:16px;display:flex}.section-heading-left{align-items:flex-start;gap:10px;min-width:0;display:flex}.section-heading-text h2{margin:0}.section-heading-text p{max-width:820px;color:var(--text);margin:10px 0 0}.community-btn{flex-shrink:0;margin-left:auto}.hero-card{border-radius:var(--radius-xl);box-shadow:var(--shadow);background:#ffffffd1;border:1px solid #143f2429;overflow:hidden}.hero-card-visual{min-height:240px;color:var(--white);background:linear-gradient(130deg,#143f24d6,#143f241f),radial-gradient(circle at 78% 28%,#e2ad3bc7,#0000 18%),linear-gradient(135deg,#cbd7ea,#f7f3ea 58%,#d6e5d2);flex-direction:column;justify-content:space-between;padding:28px;display:flex}.hero-card-visual span{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:999px;align-items:center;gap:8px;width:fit-content;padding:8px 13px;font-size:14px;font-weight:900;display:inline-flex}.hero-card-visual strong{letter-spacing:-.05em;font-size:44px;line-height:.95}.hero-card-body{background:#ffffffe0;grid-template-columns:repeat(3,1fr);display:grid}.stat{border-left:1px solid var(--line);padding:22px}.stat:first-child{border-left:0}.stat span{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:900;display:block}.stat strong{color:var(--green);margin-top:6px;font-size:24px;line-height:1;display:block}.tabs-wrap{border-bottom:1px solid var(--line);background:#fbfaf5}.tabs{grid-template-columns:repeat(2,1fr);gap:12px;padding:22px 0;display:grid}.tab-button{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--white);min-height:96px;color:var(--text);text-align:left;cursor:pointer;padding:22px;position:relative;overflow:hidden;box-shadow:0 10px 30px #143f240f}.tab-button.is-active{background:var(--green);color:var(--white);border-color:#143f2461}.tab-button span{letter-spacing:.08em;text-transform:uppercase;opacity:.82;margin-bottom:6px;font-size:13px;font-weight:900;display:block}.tab-button strong{letter-spacing:-.04em;font-size:clamp(22px,3vw,32px);line-height:1.05;display:block}.tab-panel{display:none}.tab-panel.is-active{display:block}.spotlight{grid-template-columns:minmax(0,.92fr) minmax(320px,1.08fr);align-items:stretch;gap:24px;display:grid}.spotlight-card,.guide-panel{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--white);overflow:hidden;box-shadow:0 14px 34px #143f2414}.spotlight-card{background:linear-gradient(145deg,#fffffff5,#ffffffc7),radial-gradient(circle at 82% 20%,#e2ad3b33,#0000 24%);padding:28px}.spotlight-card h3{color:var(--green);letter-spacing:-.05em;margin:0 0 12px;font-size:clamp(26px,4vw,42px);line-height:1.04}.spotlight-card p{color:var(--text-muted);margin:0 0 20px}.quick-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.quick-list li{border-top:1px solid var(--line);align-items:flex-start;gap:10px;padding:12px 0;display:flex}.quick-list li:first-child{border-top:0}.quick-list strong{color:var(--green)}.guide-panel-header{background:var(--green);color:var(--white);border-top-left-radius:var(--radius-lg);border-top-right-radius:var(--radius-lg);padding:24px}.guide-panel-header span{letter-spacing:.08em;text-transform:uppercase;opacity:.86;font-size:13px;font-weight:900}.guide-panel-header h3{letter-spacing:-.04em;margin:6px 0 0;font-size:30px;line-height:1.05}.guide-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;display:grid}.guide-item{border-top:1px solid var(--line);border-left:1px solid var(--line);padding:22px}.guide-item:nth-child(odd){border-left:0}.guide-item h4{color:var(--green);margin:0 0 8px;font-size:17px}.guide-item p{color:var(--text-muted);margin:0;font-size:14px}.event-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.event-card{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--white);padding:22px;box-shadow:0 10px 28px #143f240f}.event-date{background:var(--green-soft);color:var(--green);letter-spacing:.05em;text-transform:uppercase;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900;display:inline-flex}.event-card h3{color:var(--green);letter-spacing:-.03em;margin:18px 0 8px;font-size:21px;line-height:1.1}.event-card p{color:var(--text-muted);margin:0;font-size:14px}@media (width<=980px){.spotlight,.event-grid,.guide-list{grid-template-columns:1fr}}@media (width<=780px){.section-heading-with-action{flex-direction:column;align-items:flex-start}.community-btn{width:100%;margin-left:0}.hero-card-visual{min-height:220px;padding:24px}.hero-card-visual strong{font-size:clamp(28px,8vw,36px)}.hero-card-body,.tabs,.event-grid,.spotlight,.guide-list{grid-template-columns:1fr}.stat{border-left:0;border-top:1px solid var(--line)}.stat:first-child{border-top:0}.tab-button{min-height:auto;padding:18px}.spotlight-card,.guide-panel{border-radius:20px}.guide-panel-header{padding:20px}.guide-item{border-left:0;border-top:1px solid var(--line);padding:18px}.guide-item:first-child{border-top:0}.event-card{padding:18px}}@media (width<=480px){.section-heading{grid-template-columns:1fr}.hero-card-visual{padding:20px}.hero-card-visual strong{font-size:28px}.tab-button strong{font-size:22px}}@media (width<=980px){.section-heading{grid-template-columns:auto 1fr;gap:16px;margin-bottom:28px}.section-heading h2{font-size:clamp(28px,5vw,40px)}.section-heading h3{font-size:clamp(20px,4vw,26px)}.section-heading-with-action{align-items:flex-start}.hero-card-visual{min-height:220px}.hero-card-body{grid-template-columns:repeat(3,1fr)}.tabs{grid-template-columns:repeat(2,1fr)}.spotlight,.event-grid,.guide-list{grid-template-columns:1fr}.guide-item{border-left:0}}@media (width<=780px){.section-heading{grid-template-columns:1fr;gap:14px;margin-bottom:24px}.section-icon{width:48px;height:48px;font-size:22px}.section-heading h2{font-size:clamp(28px,9vw,38px);line-height:1.05}.section-heading h3{margin-top:14px;font-size:clamp(20px,7vw,26px)}.section-heading p,.section-heading-text p{max-width:100%;font-size:15px;line-height:1.65}.section-heading-with-action{flex-direction:column;align-items:stretch;gap:16px}.section-heading-left{gap:12px;width:100%}.community-btn{width:100%;margin-left:0}.hero-card{border-radius:22px}.hero-card-visual{min-height:210px;padding:22px}.hero-card-visual span{padding:7px 11px;font-size:12px}.hero-card-visual strong{font-size:clamp(30px,10vw,38px)}.hero-card-body{grid-template-columns:1fr}.stat{border-left:0;border-top:1px solid var(--line);padding:18px}.stat:first-child{border-top:0}.tabs{grid-template-columns:1fr;gap:10px;padding:16px 0}.tab-button{border-radius:18px;min-height:auto;padding:18px}.tab-button span{font-size:12px}.tab-button strong{font-size:clamp(22px,8vw,28px)}.spotlight{grid-template-columns:1fr;gap:18px}.spotlight-card,.guide-panel{border-radius:20px}.spotlight-card{padding:22px}.spotlight-card h3{font-size:clamp(26px,9vw,34px)}.spotlight-card p{font-size:15px;line-height:1.6}.quick-list li{padding:10px 0}.guide-panel-header{border-top-left-radius:20px;border-top-right-radius:20px;padding:20px}.guide-panel-header h3{font-size:24px}.guide-list{grid-template-columns:1fr}.guide-item{border-left:0;border-top:1px solid var(--line);padding:18px}.guide-item:first-child{border-top:0}.event-grid{grid-template-columns:1fr;gap:14px}.event-card{border-radius:18px;padding:18px}}@media (width<=480px){.section-heading{gap:12px;margin-bottom:20px}.section-icon{width:44px;height:44px;font-size:20px}.section-heading h2{font-size:clamp(26px,10vw,34px)}.section-heading h3{font-size:21px}.section-heading-left{flex-direction:column}.hero-card{border-radius:18px}.hero-card-visual{min-height:190px;padding:18px}.hero-card-visual strong{font-size:28px}.stat{padding:16px}.stat strong{font-size:22px}.tab-button{padding:16px}.tab-button strong{font-size:22px}.spotlight-card,.guide-panel-header{padding:18px}.guide-panel-header h3{font-size:22px}.guide-item,.event-card{padding:16px}}.hero{background:linear-gradient(120deg, var(--cream) 0%, var(--cream-2) 50%, #dbe6d8 100%);align-items:center;min-height:calc(100vh - 76px);padding:72px 0;display:flex;position:relative;overflow:hidden}.hero-content{width:min(520px,100%);padding-top:42px}.eyebrow{color:var(--green);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:20px;font-size:14px;font-weight:700;display:inline-flex}.scribble{z-index:2;color:#122116;text-align:right;width:max-content;max-width:260px;font-family:Bradley Hand,Segoe Print,cursive;font-size:clamp(18px,2.4vw,29px);line-height:1.15;position:absolute;top:150px;left:70%;transform:rotate(-6deg)}.scribble span{display:block}.pin{background:var(--green);width:56px;height:56px;color:var(--white);border-radius:999px;flex:none;place-items:center;font-size:26px;display:grid}.country-card{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--white);flex-direction:column;min-height:390px;display:flex;overflow:hidden;box-shadow:0 10px 32px #143f240f}.country-image{background:linear-gradient(to bottom, #143f240d, #143f2433), var(--country-image,linear-gradient(135deg, #cfd8c3, #ead3a4));background-position:50%;background-size:cover;min-height:150px;position:relative}.country-image.image-indonesia{--country-image:linear-gradient(135deg, #cfd8c3, #ead3a4)}.country-image.image-malaysia{--country-image:linear-gradient(135deg, #f1e3d4, #d8e9d8)}.country-image.image-thailand{--country-image:linear-gradient(135deg, #e8e3d2, #d2e0d9)}.country-image.image-vietnam{--country-image:linear-gradient(135deg, #e7dbd1, #dae6d7)}.country-image.image-philippines{--country-image:linear-gradient(135deg, #e7d5d3, #e6e1d4)}.country-image.image-singapore{--country-image:linear-gradient(135deg, #d8e1e0, #e9d9c8)}.tag{background:var(--yellow);color:var(--green);letter-spacing:.06em;text-transform:uppercase;border-radius:8px;padding:8px 16px;font-size:12px;font-weight:800;display:inline-flex;position:absolute;top:14px;left:14px;box-shadow:0 4px 12px #e2ad3b33}.tag.available,.tag.home{background:var(--green);color:var(--white);box-shadow:0 4px 12px #143f2433}.tag.coming--soon{background:var(--golden);color:var(--black);box-shadow:0 4px 12px #143f241f}.flag{background:#ffffffdb;border-radius:999px;place-items:center;width:44px;height:44px;font-size:23px;display:grid;position:absolute;top:14px;right:14px;box-shadow:0 10px 28px #0000001f}.country-body{flex-direction:column;gap:18px;padding:24px;display:flex}.country-body .city{color:var(--text-muted);font-size:14px}.card-link{border:1px solid var(--green);min-height:42px;color:var(--green);border-radius:7px;justify-content:space-between;align-items:center;margin-top:auto;padding:10px 14px;font-size:14px;font-weight:800;display:flex}.programme{background:#fbfaf5;padding:0 0 64px}.programme-card{border-radius:var(--radius-lg);background:var(--cream-2);box-shadow:var(--shadow);grid-template-columns:repeat(5,1fr);gap:0;display:grid;overflow:hidden}.programme-card-header{text-align:center;grid-column:1/-1;padding:28px 24px 12px}.programme-card-header h2{color:var(--green);letter-spacing:-.04em;margin:0;font-size:clamp(24px,2.6vw,34px)}.programme-item{border-left:1px solid #143f2429;padding:24px}.programme-item:first-of-type{border-left:0}.icon{border:1px solid var(--green);width:54px;height:54px;color:var(--green);border-radius:999px;place-items:center;margin-bottom:16px;font-size:24px;display:grid}.programme-item h3{color:var(--green);margin:0 0 8px;font-size:16px}.programme-item p{color:var(--text);margin:0;font-size:14px}.cta{background:#fbfaf5;padding:0 0 42px}.cta-card{background:var(--green);color:var(--white);box-shadow:var(--shadow);border-radius:18px;grid-template-columns:1fr auto;align-items:center;gap:24px;padding:30px 34px;display:grid}.cta-card h2{letter-spacing:-.04em;margin:0;font-size:clamp(24px,3vw,36px)}.cta-card p{color:#ffffffd1;margin:4px 0 0}.cta-card .btn{background:var(--cream);min-width:270px;color:var(--green);border-color:#ffffffdb}.footer{background:var(--cream);border-top:1px solid var(--line);padding:24px 0}.footer-inner{color:var(--green);justify-content:space-between;align-items:center;gap:20px;font-size:14px;display:flex}.footer-logo{letter-spacing:-.04em;font-family:Georgia,Times New Roman,serif;font-size:28px}.socials{color:var(--green);gap:16px;font-weight:800;display:flex}@media (width<=920px){.hero{min-height:auto;padding-bottom:54px}.scribble{opacity:.9;left:50%}.country-grid,.programme-card{grid-template-columns:repeat(2,1fr)}.programme-item{border-top:1px solid #143f2429;border-left:0}.cta-card{grid-template-columns:1fr}.cta-card .btn{width:100%;min-width:0}}@media (width<=768px){.topbar{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f7f3eaf5;position:sticky;top:0}.topbar-inner{flex-direction:column;align-items:center;gap:12px;padding:14px 0 12px}.brand{text-align:center;align-items:center}.brand-title{justify-content:center}.brand-name{font-size:32px}.brand-handle{font-size:12px}.top-links{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;width:100%;display:grid}.top-links a{text-align:center;border-radius:999px;justify-content:center;align-items:center;min-height:42px;padding:10px 12px;font-size:13px;line-height:1;display:flex}}@media (width<=920px){.country-grid,.programme-card{grid-template-columns:repeat(2,minmax(0,1fr))}.programme-item{border-top:1px solid #143f2429;border-left:0}.cta-card{grid-template-columns:1fr}.cta-card .btn{width:100%;min-width:0}}@media (width<=640px){.hero{min-height:auto;padding:44px 0 46px}.hero-content{width:100%;padding-top:0}.hero-copy h1{font-size:clamp(34px,10vw,50px)}.hero-copy p{font-size:16px;line-height:1.65}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn,.card-link{width:100%}.section{padding:44px 0}.section-heading,.country-grid,.programme-card{grid-template-columns:1fr}.programme-item{border-left:0;padding:20px}.cta-card{border-radius:16px;padding:22px}.footer-inner{flex-direction:column;align-items:flex-start}.socials{flex-wrap:wrap;gap:10px}}@media (width<=920px){.hero{min-height:auto;padding:60px 0 54px}.hero-content{width:min(100%,620px);padding-top:24px}.scribble{opacity:.85;font-size:clamp(18px,3vw,24px);top:120px;left:auto;right:24px}.country-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.programme-card{grid-template-columns:repeat(2,minmax(0,1fr))}.programme-item{border-top:1px solid #143f2429;border-left:0}.programme-item:first-of-type{border-top:1px solid #143f2429}.cta-card{text-align:left;grid-template-columns:1fr}.cta-card .btn{width:100%;min-width:0}}@media (width<=768px){.brand{text-align:center;align-items:center}.brand-title{justify-content:center}.brand-name{font-size:32px}.brand-handle{font-size:12px}.top-links{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;width:100%;display:grid}.top-links a{text-align:center;background:#ffffffb8;border:1px solid #143f2414;border-radius:999px;justify-content:center;align-items:center;min-height:42px;padding:10px 12px;font-size:13px;line-height:1;display:flex}.hero{min-height:auto;padding:48px 0 46px}.hero-content{width:100%;padding-top:0}.eyebrow{margin-bottom:16px;font-size:12px}.scribble{text-align:left;width:100%;max-width:none;margin:24px 0 0;position:relative;top:auto;left:auto;right:auto;transform:rotate(-3deg)}.pin{width:48px;height:48px;font-size:22px}.hero-copy h1{font-size:clamp(34px,10vw,52px);line-height:1}.hero-copy p{font-size:16px;line-height:1.65}.hero-actions{flex-direction:column;align-items:stretch;gap:12px}.hero-actions .btn{width:100%}.country-grid{grid-template-columns:1fr;gap:20px;width:100%}.country-card{border-radius:20px;width:100%;min-height:auto;padding:0}.country-image{width:100%;min-height:210px}.country-body{width:100%;padding:22px}.card-link{width:100%}.programme{padding:0 0 46px}.programme-card{border-radius:20px;grid-template-columns:1fr}.programme-card-header{text-align:left;padding:24px 20px 8px}.programme-item{border-top:1px solid #143f2429;border-left:0;padding:22px}.icon{width:48px;height:48px;font-size:22px}.cta{padding:0 0 36px}.cta-card{border-radius:18px;grid-template-columns:1fr;gap:18px;padding:24px}.cta-card .btn{width:100%;min-width:0}.footer-inner{flex-direction:column;align-items:flex-start;gap:14px}.socials{flex-wrap:wrap;gap:10px}}@media (width<=480px){.hero{padding:40px 0 38px}.hero-copy h1{font-size:clamp(32px,12vw,44px)}.hero-copy p{font-size:15px}.top-links{grid-template-columns:1fr}.country-grid{gap:18px}.country-card{border-radius:18px}.country-image{min-height:190px}.country-body{gap:14px;padding:18px}.tag{padding:7px 12px;font-size:11px;top:12px;left:12px}.flag{width:40px;height:40px;font-size:21px;top:12px;right:12px}.programme-card{border-radius:18px}.programme-card-header{padding:22px 18px 6px}.programme-item{padding:18px}.cta-card{border-radius:16px;padding:20px}.footer{padding:20px 0}}.uni-page{color:#172219;background:linear-gradient(#fdfcf8 0%,#f4efe6 100%)}.uni-container{width:min(100% - 30px,1500px);margin:0 auto}.uni-hero{justify-content:center;align-items:center;min-height:560px;padding:48px 0 44px;display:flex;position:relative;overflow:hidden}.uni-hero:before,.uni-hero:after{content:"";pointer-events:none;position:absolute;inset:0}.uni-hero:before{z-index:0;background:linear-gradient(90deg,#091a14d6 0%,#091a1457 45%,#091a1424 100%)}.uni-hero:after{z-index:0;background:radial-gradient(circle at 80% 20%,#ffffff47,#0000 20%)}.uni-passport-card{z-index:1;background:#ffffffeb;border:1px solid #143f241f;border-radius:28px;width:min(100% - 40px,460px);padding:28px;position:relative;box-shadow:0 18px 48px #143f2429}.uni-passport-card:before{content:"";border-radius:inherit;pointer-events:none;border:1px solid #ffffff40;position:absolute;inset:0}.uni-passport-card:after{content:"";pointer-events:none;border:1px dashed #143f2429;border-radius:20px;position:absolute;inset:14px}.uni-sticker{color:#143f24;text-transform:uppercase;letter-spacing:.08em;background:#e4efe6;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:800;display:inline-flex}.uni-passport-card h2{color:#143f24;margin:14px 0 0;font-size:clamp(24px,3vw,32px);line-height:1.1}.uni-stats{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px;display:grid}.uni-stat{background:#f7f3ea;border-radius:16px;padding:14px}.uni-stat span{text-transform:uppercase;letter-spacing:.08em;color:#5d6a5b;font-size:11px;display:block}.uni-stat strong{color:#143f24;margin-top:6px;font-size:18px;display:block}.uni-tabs-wrap{background:#fbfaf5;border-bottom:1px solid #143f241a}.uni-tabs-toggle{display:none}.uni-tabs{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;padding:22px 0;display:grid}.uni-tab{color:#172219;text-align:left;cursor:pointer;background:#fff;border:1px solid #143f241a;border-radius:18px;min-height:96px;padding:18px;transition:transform .18s,box-shadow .18s,background .18s;position:relative;overflow:hidden;box-shadow:0 10px 30px #143f240f}.uni-tab:hover{transform:translateY(-2px)rotate(-2deg)}.uni-tab.active{color:#fff;background:#143f24;border-color:#143f2457;transform:rotate(-2deg)}.uni-tab span{letter-spacing:.08em;text-transform:uppercase;opacity:.82;margin-bottom:6px;font-size:13px;font-weight:900;display:block}.uni-tab strong{letter-spacing:-.04em;font-size:clamp(18px,2.4vw,24px);line-height:1.05;display:block}.uni-section{padding:56px 0}.uni-heading{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.uni-heading h2{color:#143f24;margin:0;font-size:clamp(26px,3.2vw,34px);line-height:1.05}.uni-heading p{color:#5d6a5b;max-width:700px;margin:8px 0 0;line-height:1.7}.uni-bubble{color:#fff;background:#143f24;border-radius:999px;flex-shrink:0;place-items:center;width:56px;height:56px;font-size:24px;display:grid}.uni-split{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:22px;display:grid}.uni-grid-3,.uni-grid-4{gap:18px;display:grid}.uni-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.uni-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.uni-card{background:#fff;border:1px solid #143f241a;border-radius:22px;padding:24px;transition:transform .18s,box-shadow .18s;position:relative;overflow:hidden;box-shadow:0 12px 30px #143f240f}.uni-card:hover{transform:translateY(-2px)}.uni-card:after{content:"";background:#ff9f7a29;border-radius:50%;width:120px;height:120px;position:absolute;bottom:-20px;right:-20px}.uni-card>*{z-index:1;position:relative}.uni-card-icon{background:#e4efe6;border-radius:999px;place-items:center;width:48px;height:48px;margin-bottom:14px;font-size:22px;display:grid}.uni-card h3{color:#143f24;margin:0;font-size:20px}.uni-card p{color:#5d6a5b;margin:12px 0 0;line-height:1.7}.uni-tag{color:#143f24;text-transform:uppercase;letter-spacing:.05em;background:#f7f3ea;border-radius:999px;margin-top:10px;padding:7px 10px;font-size:12px;font-weight:800;display:inline-flex}.uni-price{float:right;color:#143f24;font-size:24px;font-weight:800}.uni-panel{background:linear-gradient(145deg,#fbfaf5,#f4efe6);border:1px solid #143f2414;border-radius:24px;padding:24px}.uni-panel-head{margin-bottom:14px}.uni-panel-head span{text-transform:uppercase;letter-spacing:.08em;color:#5d6a5b;font-size:12px;font-weight:800}.uni-panel-head h3{color:#143f24;margin:6px 0 0;font-size:20px}.uni-list{gap:12px;display:grid}.uni-mini{background:#ffffffb3;border:1px solid #143f240f;border-radius:16px;padding:14px 16px}.uni-mini h4{color:#143f24;margin:0;font-size:16px}.uni-mini p{color:#5d6a5b;margin:6px 0 0;line-height:1.6}@media (width<=900px){.uni-container{width:min(100% - 28px,760px)}.uni-hero{min-height:520px;padding:56px 0;background-position:50%!important;background-size:cover!important}.uni-split{grid-template-columns:1fr}.uni-passport-card{width:min(100% - 40px,420px)}.uni-tabs,.uni-grid-3,.uni-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=680px){.uni-container{width:min(100% - 24px,100%)}.uni-hero{min-height:420px;padding:28px 0;background-position:top!important;background-size:cover!important}.uni-hero:before{background:linear-gradient(#091a14a8 0%,#091a145c 55%,#091a142e 100%)}.uni-passport-card{background:#ffffffdb;border-radius:20px;width:min(100% - 32px,320px);padding:16px}.uni-passport-card:after{border-radius:14px;inset:10px}.uni-sticker{padding:6px 9px;font-size:10px}.uni-passport-card h2{font-size:20px;line-height:1.1}.uni-stats{grid-template-columns:1fr;gap:8px;margin-top:14px}.uni-stat{padding:10px 12px}.uni-stat strong{font-size:15px}.uni-tabs-wrap{padding:12px 0}.uni-tabs-toggle{color:#143f24;background:#fff;border:1px solid #143f241f;border-radius:999px;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:14px 18px;font-size:15px;font-weight:900;display:flex;box-shadow:0 10px 24px #143f2414}.uni-tabs-toggle span{align-items:center;gap:8px;display:flex}.uni-tabs-toggle strong{font-size:13px}.uni-tabs{display:none}.uni-tabs.is-open{grid-template-columns:1fr;gap:8px;padding:10px 0 0;display:grid}.uni-tab{min-height:auto;box-shadow:none;border-radius:16px;align-items:center;gap:10px;padding:13px 16px;display:flex}.uni-tab span{margin:0;font-size:18px}.uni-tab strong{letter-spacing:-.02em;font-size:15px}.uni-tab:hover,.uni-tab.active{transform:none}.uni-section{padding:42px 0}.uni-heading{flex-direction:column;gap:14px}.uni-heading h2{font-size:30px}.uni-heading p{font-size:15px;line-height:1.6}.uni-bubble{width:48px;height:48px;font-size:22px}.uni-split,.uni-grid-3,.uni-grid-4{grid-template-columns:1fr}.uni-card,.uni-panel{border-radius:18px;padding:20px}}@media (width<=420px){.uni-container{width:min(100% - 20px,100%)}.uni-hero{min-height:380px}.uni-passport-card{width:min(100% - 24px,300px);padding:14px}.uni-card,.uni-panel{padding:18px}.uni-tabs-toggle{padding:12px 14px;font-size:14px}.uni-tab{padding:12px 14px}.uni-tab strong{font-size:14px}}.guide-list{flex-direction:column;display:flex}.guide-row{border-bottom:1px solid #e5e7eb}.guide-row-trigger{cursor:pointer;width:100%;font:inherit;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:18px 16px;display:flex}.guide-row-title{color:#153b24;font-weight:600}.guide-row-arrow{color:#6b7280;font-size:.85rem;transition:transform .2s}.guide-row-arrow.open{transform:rotate(90deg)}.guide-row-content{color:#4b5563;padding:0 0 20px 24px;line-height:1.6}.country-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.country-card{background:#fff;border:2px solid #d9e6dd;border-radius:24px;transition:all .2s;overflow:hidden}.country-card-header{color:#fff;background:#154f2d;align-items:center;gap:12px;padding:18px 22px;display:flex}.country-card-header h3{margin:0;font-size:1.15rem;font-weight:700}.country-card-icon{font-size:1.4rem}.country-card-image{background:#f5f7f5;height:220px}.country-placeholder{color:#9ca3af;flex-direction:column;justify-content:center;align-items:center;height:100%;font-size:3rem;display:flex}.country-placeholder span{margin-top:12px;font-size:.9rem}.country-card-body{padding:24px}.country-card-body p{color:#444;line-height:1.8}.country-card-link{color:#154f2d;cursor:pointer;background:0 0;border:none;margin-top:16px;font-weight:600}.country-card-image{background:#f5f5f5;width:100%;height:220px;overflow:hidden}.country-card-photo{object-fit:cover;width:100%;height:100%;display:block}.country-header{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.country-title{text-transform:uppercase;letter-spacing:.04em;color:var(--green);margin:0;padding-top:3rem;font-size:clamp(24px,6vw,32px);font-weight:900;line-height:1}.country-overview{text-align:center;color:#475569;width:100%;max-width:2000px;margin:2rem auto 0;padding-bottom:2rem;font-size:16px;line-height:1.8}.country-guide-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:24px;display:grid}.guide-hero{background:#fff;border-radius:32px;min-height:340px;margin-top:24px;position:relative;overflow:hidden;box-shadow:0 12px 30px #0000000f}.guide-hero img{object-fit:cover;width:100%;height:340px;display:block}.guide-hero-overlay{background:linear-gradient(#0000,#00000026,#000000a6);position:absolute;inset:0}.guide-hero-content{padding:32px;position:absolute;bottom:0;left:0;right:0}.guide-tag{color:#334155;letter-spacing:.08em;text-transform:uppercase;background:#ffffffeb;border-radius:999px;align-items:center;gap:8px;padding:6px 12px;font-size:12px;font-weight:700;display:inline-flex}.guide-hero-content h1{color:#fff;margin:14px 0 0;font-size:clamp(34px,5vw,58px);line-height:1.05}.guide-hero-content p{color:#ffffffeb;max-width:900px;margin:12px 0 0;font-size:18px;line-height:1.8}.guide-facts-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:24px;display:grid}.guide-fact-card{background:#fff;border:1px solid #e5e7eb;border-radius:22px;padding:16px;box-shadow:0 8px 24px #0000000a}.guide-fact-label{letter-spacing:.08em;text-transform:uppercase;color:#64748b;font-size:11px}.guide-fact-value{color:#111827;margin-top:8px;font-weight:700}.guide-sections-grid{gap:16px;margin-top:24px;display:grid}.guide-section-card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;grid-template-columns:2fr 1fr;gap:24px;padding:24px;display:grid;box-shadow:0 8px 24px #0000000a}.guide-section-main{flex-direction:column;height:100%;display:flex}.guide-section-content{flex:1}.guide-section-side{border-left:1px solid #e5e7eb;flex-direction:column;gap:12px;padding-left:20px;display:flex}.guide-section-icon{color:#154f2d;background:#f8fafc;border-radius:999px;flex-shrink:0;place-items:center;width:42px;height:42px;font-size:18px;display:grid}.guide-section-header h2{color:#111827;margin:0;font-size:22px}.guide-section-main p{color:#475569;margin:0;line-height:1.8}.guide-side-item{color:#000;border-radius:14px;padding:14px 16px}.guide-side-item *{color:#000}.guide-side-warning{background:#fff3cd}.guide-side-info{background:#aad5f1}.guide-side-tip{background:#dcfce7}.guide-links{flex-wrap:wrap;gap:10px;margin-top:auto;padding-top:16px;display:flex}.guide-link{color:#334155;background:#fff;border:1px solid #e5e7eb;border-radius:999px;align-items:center;gap:8px;padding:8px 14px;font-size:12px;font-weight:600;display:inline-flex}.guide-link:hover{background:#f8fafc;border-color:#154f2d}.guide-link-arrow{opacity:.7}.guide-table-wrapper{border:1px solid #e5e7eb;border-radius:18px;margin-top:16px;overflow:hidden}.guide-table{border-collapse:collapse;background:#fff;width:100%}.guide-table th,.guide-table td{text-align:left;border-bottom:1px solid #e5e7eb;padding:12px 14px}.guide-table th{color:#334155;background:#f8fafc;font-size:13px;font-weight:700}.guide-table td{color:#475569;font-size:14px}.guide-back-link{color:#154f2d;align-items:center;gap:10px;margin-bottom:20px;font-weight:600;transition:opacity .15s;display:inline-flex}.guide-back-link:hover{opacity:.8}.guide-back-arrow{font-size:18px;line-height:1}@media (width<=1024px){.guide-facts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.guide-hero{min-height:320px}.guide-hero img{height:320px}.guide-hero-content{padding:24px}.guide-hero-content h1{font-size:clamp(30px,8vw,44px)}.guide-hero-content p{font-size:16px}.guide-facts-grid{grid-template-columns:1fr}.guide-section-card{grid-template-columns:1fr;gap:16px}.country-guide-grid{grid-template-columns:1fr}}@media (width<=640px){.guide-hero{border-radius:20px;min-height:270px}.guide-hero img{height:270px}.guide-hero-content{padding:18px}.guide-hero-content h1{font-size:clamp(26px,8vw,36px)}.guide-hero-content p{font-size:15px;line-height:1.6}.guide-fact-card,.guide-section-card,.guide-row-trigger{padding:14px}.guide-row-content{padding:0 0 14px 14px}.guide-links{flex-direction:column}.guide-link{justify-content:center;width:100%}.guide-table-wrapper{overflow-x:auto}.guide-table{min-width:540px}}@media (width<=768px){.guide-hero{min-height:320px}.country-guide-grid,.country-grid{grid-template-columns:1fr}}.guide-section-card,.guide-section-main,.guide-section-side,.guide-links,.guide-table-wrapper{min-width:0;max-width:100%}.guide-links{grid-column:1/-1}.guide-table-wrapper{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.guide-table{width:100%}@media (width<=768px){.guide-sections-grid{width:100%;overflow:hidden}.guide-section-card{border-radius:20px;gap:16px;width:100%;padding:18px;overflow:hidden;grid-template-columns:1fr!important}.guide-section-main{width:100%}.guide-section-header{align-items:center;gap:12px;min-width:0;display:flex}.guide-section-header h2{overflow-wrap:anywhere;min-width:0;font-size:20px;line-height:1.15}.guide-section-main p{overflow-wrap:anywhere;font-size:15px;line-height:1.65}.guide-section-side{border-top:1px solid #e5e7eb;border-left:0;width:100%;padding-top:14px;padding-left:0}.guide-side-item{width:100%;padding:12px 14px}.guide-links{width:100%;margin-top:0;padding-top:0}.guide-link{justify-content:space-between;width:100%}.guide-table-wrapper{border-radius:16px}.guide-table{min-width:420px}.guide-table th,.guide-table td{white-space:nowrap;padding:11px 12px;font-size:13px}}@media (width<=480px){.guide-section-card{border-radius:18px;padding:14px}.guide-section-icon{width:38px;height:38px;font-size:16px}.guide-section-header h2{font-size:18px}.guide-table{min-width:360px}.guide-table th,.guide-table td{padding:10px;font-size:12px}}
