@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";: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}body{background:#fbfaf5;min-height:100vh;margin:0}button,a{font:inherit}h1,h2,h3,p,span{margin:0}p{line-height:1.7}:root{--green:#143f24;--green-soft:#e4efe6;--cream:#f7f3ea;--cream-2:#ebe5d9;--white:#fff;--text:#172219;--text-muted:#5d6a5b;--line:#143f2429;--shadow:0 18px 48px #143f241f;--radius-xl:32px;--radius-lg:24px;--radius-md:16px;--max-width:1180px}*{box-sizing:border-box}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}img{max-width:100%;display:block}#root{min-height:100vh}.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}.topbar{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);background:#f7f3eae0;position:sticky;top:0}.topbar-inner{justify-content:space-between;align-items:center;gap:16px;padding:18px 0;display:flex}.brand{color:var(--green);gap:4px;display:grid}.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:before,.cta-hero:before{content:"";z-index:0;background:radial-gradient(circle at 12% 10%,#fffffff0,#0000 34%),radial-gradient(circle at 82% 24%,#e2ad3b3d,#0000 26%);position:absolute;inset:0}.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-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-heading-with-link{grid-template-columns:auto 1fr auto;align-items:center;display:grid}.community-btn{justify-self:end}.grid-3,.grid-2,.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}.cta-panel{min-height:100%;padding:36px}.country-card{min-height:320px;color:var(--green);flex-direction:column;display:flex;overflow:hidden}.country-card .country-image{background-position:50% 35%;background-repeat:no-repeat;background-size:cover;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 h3{color:var(--green);margin:0;font-size:24px}.country-body p{color:inherit;margin:0;line-height:1.65}.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)}.partner-card{gap:14px;padding:24px;display:grid}.info-card{padding:20px}.partner-card h4{margin:0;font-size:20px}.partner-meta{color:var(--text-muted);font-size:14px;line-height:1.7}.partner-list{gap:18px;display:grid}.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;padding:10px 14px;font-size:13px;font-weight:700}.section-split{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:32px;display:grid}@media (width<=960px){.hero-inner,.section-split,.grid-3,.grid-4,.stat-grid{grid-template-columns:1fr}.topbar-inner{flex-direction:column;align-items:stretch}}@media (width<=640px){.hero,.cta-hero,.section{padding:56px 0 40px}.hero-copy p,.page-heading p,.section-heading p{font-size:16px}.top-links{justify-content:flex-start}}.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}.section.alt{background:var(--cream)}.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}@media (width<=680px){.section-heading-with-action{flex-direction:column;align-items:flex-start}.community-btn{margin-left:0}}.feature-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.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}.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}.feature-card h3{color:var(--green);letter-spacing:-.03em;margin:0 0 10px;font-size:20px;line-height:1.1}.feature-card p{color:var(--text-muted);margin:0;font-size:14px}.country-card{border-radius:var(--radius-lg);min-height:260px;color:var(--green);background:linear-gradient(#143f2414,#143f2447) 50%/cover;border:1px solid #143f2429;flex-direction:column;justify-content:space-between;padding:18px;display:flex;position:relative;overflow:hidden;box-shadow:0 14px 32px #143f2414}.country-card:before{content:"";z-index:0;background:linear-gradient(#143f240f,#143f24c7);position:absolute;inset:0}.country-card>*{z-index:1;position:relative}.country-flag{background:#ffffffe0;border-radius:999px;place-items:center;width:44px;height:44px;font-size:23px;display:grid;box-shadow:0 10px 24px #0000001f}.country-card h3{letter-spacing:-.04em;color:var(--green);margin:0;font-size:24px;line-height:1.05}.country-card p{color:inherit;margin:7px 0 16px;font-size:14px}.country-card a{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1f;border:1px solid #ffffffad;border-radius:9px;justify-content:space-between;align-items:center;width:100%;min-height:40px;padding:10px 12px;font-size:14px;font-weight:900;display:inline-flex}.bg-singapore{--country-bg:linear-gradient(135deg, #8ab0c4, #f2d6a2)}.bg-germany{--country-bg:linear-gradient(135deg, #6f8b80, #d8c3a5)}.bg-france{--country-bg:linear-gradient(135deg, #8da9c4, #e4c0b8)}.bg-italy{--country-bg:linear-gradient(135deg, #7e9b77, #e6d3ab)}.bg-spain{--country-bg:linear-gradient(135deg, #d79d48, #b65d44)}.bg-australia{--country-bg:linear-gradient(135deg, #6ba3b9, #e7c37d)}.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}.cta-card{border-radius:var(--radius-lg);background:var(--green);color:var(--white);box-shadow:var(--shadow);grid-template-columns:1fr auto;align-items:center;gap:28px;padding:34px;display:grid}.cta-card h2{letter-spacing:-.05em;margin:0;font-size:clamp(26px,4vw,40px);line-height:1.05}.footer{border-top:1px solid var(--line);background:#fbfaf5;padding:24px 0}@media (width<=980px){.hero-inner,.spotlight,.cta-card{grid-template-columns:1fr}.feature-grid,.country-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.event-grid{grid-template-columns:1fr}.cta-card .btn{width:100%}}@media (width<=680px){.topbar-inner,.top-links,.footer-inner{flex-direction:column;align-items:flex-start}.hero{padding:42px 0}.hero h1{font-size:50px}.hero-actions,.tabs,.hero-card-body,.feature-grid,.country-grid,.guide-list{grid-template-columns:1fr}.hero-actions{display:grid}.btn,.pill{width:100%}.stat{border-left:0;border-top:1px solid var(--line)}.stat:first-child{border-top:0}.section{padding:46px 0}.section-heading{grid-template-columns:1fr}.guide-item{border-left:0}}.page{overflow:hidden}.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<=620px){.topbar{background:var(--cream);padding:18px 0;position:relative}.topbar-inner{align-items:center}.language-pill{padding:8px 12px;font-size:12px}.hero{padding:32px 0 52px}.hero-content{padding-top:0}.hero-copy h1{font-size:54px}.hero-copy p{font-size:16px}.hero-actions{display:grid}.btn{width:100%}.section{padding:44px 0}.section-heading,.country-grid,.programme-card{grid-template-columns:1fr}.programme-item{border-left:0}.footer-inner{flex-direction:column}}.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}html{scroll-behavior:smooth}.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}@media (width<=768px){.country-guide-grid{grid-template-columns:1fr}}.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;text-decoration:none;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}@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}}.guide-back-link{color:#154f2d;align-items:center;gap:10px;margin-bottom:20px;font-weight:600;text-decoration:none;transition:opacity .15s;display:inline-flex}.guide-back-link:hover{opacity:.8}.guide-back-arrow{font-size:18px;line-height:1}.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{color:#5f6d61;background:0 0;border:none;padding:0;font-size:15px;font-weight:500}@media (width<=960px){.home-page .hero-inner{grid-template-columns:1fr}.home-page .hero-copy{max-width:100%}.home-page .hero-copy h1{font-size:clamp(56px,10vw,72px)}.home-page .hero-stats-grid{grid-template-columns:1fr}}
