*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}html,body{background:var(--os-bg)}body.os-lp{font-family:'Plus Jakarta Sans',-apple-system,BlinkMacSystemFont,'Hiragino Sans',sans-serif;font-size:16px;line-height:1.75;color:var(--os-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-bottom:80px;text-rendering:optimizeLegibility}img,picture{max-width:100%;height:auto;display:block}a{color:var(--os-green);text-decoration:underline;text-decoration-color:var(--os-green-light);text-underline-offset:3px;transition:color 0.2s ease}a:hover{color:var(--os-green-light)}::selection{background:var(--os-green-pale);color:var(--os-green)}.os-container{max-width:var(--os-container);margin:0 auto;padding:0 1.25rem}.os-header{position:sticky;top:0;z-index:100;background:#d4edda;border-bottom:1px solid var(--os-green-pale);padding:0.75rem 1rem;box-shadow:0 2px 8px rgba(45,106,79,0.04);border-top-left-radius:16px;border-top-right-radius:16px}.os-header-inner{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:0.6rem;padding:0}.os-header-symbol{width:40px;height:40px;flex-shrink:0;display:block}.os-header-school-name{font-size:0.85rem;font-weight:600;color:var(--os-text);line-height:1.2}@media (max-width:480px){.os-header-school-name{font-size:0.75rem}.os-header-symbol{width:36px;height:36px}}@media (max-width:1023px){.os-header{border-top-left-radius:0;border-top-right-radius:0}}.os-section{padding:3.5rem 0;position:relative;opacity:0;transform:translateY(14px);animation:osFadeUp 0.7s ease forwards;animation-delay:0.05s}@keyframes osFadeUp{to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.os-section{animation:none;opacity:1;transform:none}html{scroll-behavior:auto}}.os-section.bg-light{background:var(--os-bg-light)}.os-section-number{display:inline-block;font-size:0.75rem;font-weight:700;color:var(--os-green);background:var(--os-green-pale);padding:0.25rem 0.65rem;border-radius:999px;letter-spacing:0.08em;margin-bottom:0.75rem}.os-h2{font-size:1.6rem;font-weight:800;line-height:1.35;color:var(--os-text);margin-bottom:1.5rem;letter-spacing:-0.01em}.os-h2 strong{color:var(--os-green)}.os-h2 .accent{background:linear-gradient(transparent 60%,var(--os-green-pale) 60%);padding:0 0.15em}.os-lead{font-size:1.05rem;color:var(--os-text);margin-bottom:1.75rem;line-height:1.8}.os-lead strong{color:var(--os-green);font-weight:700}.os-p{margin-bottom:1.25rem;color:var(--os-text)}.os-p strong{color:var(--os-green);font-weight:700}.os-accent-line{display:inline-block;width:48px;height:3px;background:var(--os-green);border-radius:2px;margin-bottom:1rem}.os-highlight{background:var(--os-green-pale);border-left:4px solid var(--os-green);padding:1.25rem 1.5rem;border-radius:0 12px 12px 0;margin:1.5rem 0}.os-highlight p{margin:0.25rem 0}.os-highlight strong{color:var(--os-green)}.os-quote{background:var(--os-green-pale);border-left:4px solid var(--os-green);padding:1.5rem 1.5rem 1.5rem 2.25rem;margin:1.5rem 0;border-radius:0 12px 12px 0;font-style:italic;color:var(--os-text);position:relative;font-size:1rem;line-height:1.8}.os-quote::before{content:'\201C';position:absolute;left:0.5rem;top:0.25rem;font-size:3rem;color:var(--os-green-light);line-height:1;font-family:Georgia,'Times New Roman',serif;font-style:normal}.os-quote-attr{display:block;margin-top:0.75rem;font-style:normal;font-size:0.88rem;color:var(--os-green);font-weight:700}.os-card{background:var(--os-bg);border:1px solid var(--os-border);border-radius:16px;padding:1.5rem;box-shadow:0 4px 16px rgba(45,106,79,0.04);transition:transform 0.2s ease,box-shadow 0.2s ease,border-color 0.2s ease}.os-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(45,106,79,0.09);border-color:var(--os-green-light)}.os-card.green{border-left:4px solid var(--os-green)}.os-card h3{font-size:1.2rem;font-weight:800;color:var(--os-text);margin-bottom:0.75rem;line-height:1.4}.os-card p{color:var(--os-text)}.os-card-grid{display:grid;gap:1rem;margin:1.5rem 0}.os-btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;width:100%;padding:1rem 1.5rem;background:var(--os-cta);color:#fff !important;text-decoration:none;border-radius:12px;font-weight:700;font-size:1rem;box-shadow:0 4px 16px rgba(255,107,53,0.3);transition:transform 0.2s ease,box-shadow 0.2s ease}.os-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 22px rgba(255,107,53,0.45);color:#fff !important}.os-btn-whatsapp{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;width:100%;padding:0.95rem 1.5rem;background:var(--os-whatsapp);color:#fff !important;text-decoration:none;border-radius:12px;font-weight:700;font-size:1rem;box-shadow:0 4px 16px rgba(37,211,102,0.25);transition:transform 0.2s ease,box-shadow 0.2s ease}.os-btn-whatsapp:hover{transform:translateY(-2px);box-shadow:0 6px 22px rgba(37,211,102,0.4);color:#fff !important}.os-btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:0.35rem;padding:0.75rem 1.25rem;background:transparent;color:var(--os-green) !important;text-decoration:none;border:2px solid var(--os-green);border-radius:10px;font-weight:700;font-size:0.95rem;transition:background 0.2s ease,color 0.2s ease}.os-btn-secondary:hover{background:var(--os-green);color:#fff !important}.os-hero-eyebrow{display:inline-block;font-size:0.88rem;color:var(--os-green);font-weight:600;margin-bottom:1rem;padding:0.35rem 0.9rem;background:var(--os-green-pale);border-radius:999px}.os-hero-h1 strong{color:var(--os-green);background:linear-gradient(transparent 62%,var(--os-green-pale) 62%);padding:0 0.1em}.os-hero-sub strong{font-weight:700;color:var(--os-green)}.os-hero-badges{display:flex;flex-direction:column;gap:0.5rem;margin:1.5rem 0 2rem;align-items:center}.os-badge{display:inline-flex;align-items:center;gap:0.4rem;padding:0.5rem 1rem;background:#fff;border:1px solid var(--os-green-light);color:var(--os-green);border-radius:999px;font-size:0.88rem;font-weight:600;box-shadow:0 2px 8px rgba(45,106,79,0.08)}.os-hero-cta{display:flex;flex-direction:column;gap:0.75rem;max-width:400px;margin:0 auto}.os-stats{display:grid;gap:0.75rem;margin:1.5rem 0}.os-stat{background:#fff;border:1px solid var(--os-green-pale);padding:1rem 1.25rem;border-radius:10px;display:flex;align-items:flex-start;gap:0.75rem;transition:border-color 0.2s ease}.os-stat:hover{border-color:var(--os-green-light)}.os-stat-icon{font-size:1.5rem;line-height:1;flex-shrink:0}.os-stat-body strong{color:var(--os-green);font-weight:700}.os-conclusion{background:var(--os-text);color:#fff;padding:1.75rem 1.5rem;border-radius:16px;margin:2rem 0 0;text-align:center}.os-conclusion p{margin:0.35rem 0;font-size:1rem;line-height:1.7}.os-conclusion .emph{color:var(--os-green-light);font-weight:700;font-size:1.1rem}.os-table-wrap{overflow-x:auto;margin:1.5rem 0;border-radius:12px}.os-table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px rgba(45,106,79,0.06);font-size:0.92rem;min-width:320px}.os-table th,.os-table td{padding:0.85rem 0.85rem;text-align:left;border-bottom:1px solid var(--os-border)}.os-table th{background:var(--os-green-pale);color:var(--os-green);font-weight:700;font-size:0.82rem;text-transform:uppercase;letter-spacing:0.03em}.os-table td.highlight{color:var(--os-green);font-weight:700}.os-table tr:last-child td{border-bottom:none}.os-table tbody tr.total td{background:var(--os-green-pale);font-weight:800;color:var(--os-green)}.os-table tbody tr:hover td{background:rgba(216,243,220,0.25)}.os-bar-chart{margin:1.5rem 0}.os-bar-item{margin-bottom:1rem;display:grid;grid-template-columns:1fr auto;grid-template-areas:"label label" "track amount";align-items:center;column-gap:0.75rem;row-gap:0.35rem}.os-bar-label{grid-area:label;font-weight:600;margin-bottom:0;font-size:0.95rem}.os-bar-track{grid-area:track;background:var(--os-bg-light);border-radius:6px;overflow:hidden;height:32px;position:relative;border:1px solid var(--os-border)}.os-bar-fill{height:100%;border-radius:6px;animation:osBarExpand 1.2s cubic-bezier(0.2,0.8,0.2,1) both;transform-origin:left center}.os-bar-amount{grid-area:amount;font-weight:700;font-size:0.95rem;white-space:nowrap;color:var(--os-text);line-height:1.2}.os-bar-amount.osaki{color:var(--os-green)}.os-bar-amount.tokyo{color:var(--os-text-sub)}@media (max-width:480px){.os-bar-item{grid-template-columns:1fr;grid-template-areas:"label" "track" "amount"}.os-bar-amount{text-align:right}}@keyframes osBarExpand{from{transform:scaleX(0)}to{transform:scaleX(1)}}.os-bar-fill.tokyo{background:var(--os-text-sub);width:100%}.os-bar-fill.osaki{background:var(--os-green);width:22%}.os-savings{display:block;background:var(--os-cta);color:#fff;padding:1.25rem 1.5rem;border-radius:12px;margin-top:1rem;text-align:center;font-weight:800;box-shadow:0 4px 14px rgba(255,107,53,0.28);transition:box-shadow 0.2s ease,transform 0.2s ease}.os-savings:hover{box-shadow:0 6px 20px rgba(255,107,53,0.4);transform:translateY(-1px)}.os-savings-label{display:block;font-size:0.75rem;font-weight:700;text-transform:uppercase;letter-spacing:0.1em;margin-bottom:0.4rem;opacity:0.95}.os-savings-amount{display:block;font-size:1.4rem;font-weight:900;line-height:1.2;letter-spacing:-0.01em}.os-savings-percent{display:block;font-size:0.85rem;font-weight:600;margin-top:0.5rem;opacity:0.95}@media (max-width:480px){.os-savings{padding:1rem 1.25rem}.os-savings-amount{font-size:1.25rem}}@media (prefers-reduced-motion:reduce){.os-savings{transition:none}.os-savings:hover{transform:none}}.os-hero-main-visual{margin:1.25rem auto 1.5rem;max-width:100%;text-align:center}.os-hero-main-visual img{width:100%;max-width:480px;height:auto;border-radius:12px;box-shadow:0 4px 16px rgba(45,106,79,0.12);display:block;margin:0 auto;aspect-ratio:640/427;object-fit:cover}@media (max-width:480px){.os-hero-main-visual{margin:1rem auto 1.25rem}.os-hero-main-visual img{border-radius:10px}}.os-cta-note{font-size:0.88rem;color:var(--os-text-sub);text-align:center;margin:0.75rem auto 0;max-width:400px;line-height:1.5;font-style:italic}@media (max-width:480px){.os-cta-note{font-size:0.82rem;padding:0 1rem}}.os-faq-item summary.os-faq-q{cursor:pointer;list-style:none;position:relative;padding-right:2rem;margin-bottom:0;transition:margin-bottom 0.2s ease}.os-faq-item summary.os-faq-q::-webkit-details-marker{display:none}.os-faq-item summary.os-faq-q::after{content:'+';position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:1.4rem;font-weight:300;color:var(--os-green);transition:transform 0.2s ease;line-height:1}.os-faq-item[open] summary.os-faq-q{margin-bottom:0.75rem}.os-faq-item[open] summary.os-faq-q::after{content:'−'}.os-faq-item summary.os-faq-q:focus-visible{outline:2px solid var(--os-green);outline-offset:2px;border-radius:4px}.os-payment-steps{list-style:none;padding:0;margin:1.5rem 0}.os-payment-step{display:flex;align-items:flex-start;gap:1rem;padding:0.5rem 0 1.25rem 0;position:relative}.os-payment-step:not(:last-child)::after{content:'';position:absolute;left:1.25rem;top:3rem;bottom:0;width:2px;background:var(--os-green-pale)}.os-payment-step-number{flex-shrink:0;width:2.5rem;height:2.5rem;border-radius:50%;background:var(--os-green-pale);border:2px solid var(--os-green);display:flex;align-items:center;justify-content:center;font-weight:800;color:var(--os-green);font-size:1.05rem;z-index:1}.os-payment-step-content{flex:1;padding-top:0.35rem}.os-payment-step-title{margin:0 0 0.25rem 0;font-size:1rem;font-weight:700;color:var(--os-text)}.os-payment-step-cost{margin:0;font-size:0.92rem;color:var(--os-text-sub)}.os-payment-step-cost strong{color:var(--os-green)}.os-payment-note{margin-top:1rem;padding:0.85rem 1rem;background:var(--os-green-pale);border-left:3px solid var(--os-green);border-radius:0 8px 8px 0;font-size:0.92rem;color:var(--os-text);line-height:1.6}.os-timeline-summary{list-style:none;padding:0;margin:1rem 0 0.5rem 0}.os-timeline-summary li{padding:0.55rem 0;border-bottom:1px dashed var(--os-border);color:var(--os-text);line-height:1.5}.os-timeline-summary li:last-child{border-bottom:none}.os-timeline-summary li strong{color:var(--os-green);display:inline-block;min-width:130px;margin-right:0.5rem}.os-timeline-detail{margin:0.5rem 0 1rem 0}.os-timeline-detail summary{cursor:pointer;color:var(--os-green);font-weight:700;font-size:0.92rem;padding:0.5rem 0;list-style:none;display:inline-flex;align-items:center;gap:0.35rem}.os-timeline-detail summary::-webkit-details-marker{display:none}.os-timeline-detail summary::after{content:'▾';font-size:0.75rem;transition:transform 0.2s ease}.os-timeline-detail[open] summary::after{transform:rotate(180deg)}.os-timeline-detail summary:focus-visible{outline:2px solid var(--os-green);outline-offset:2px}.os-dokumen-group{background:#fff;border:1px solid var(--os-border);border-radius:10px;padding:0.85rem 1.1rem;margin-bottom:0.6rem;transition:border-color 0.2s ease}.os-dokumen-group[open]{border-color:var(--os-green-light)}.os-dokumen-group summary{cursor:pointer;font-weight:700;color:var(--os-text);font-size:1rem;list-style:none;position:relative;padding-right:2rem}.os-dokumen-group summary::-webkit-details-marker{display:none}.os-dokumen-group summary::after{content:'+';position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:1.3rem;font-weight:300;color:var(--os-green);line-height:1}.os-dokumen-group[open] summary::after{content:'−'}.os-dokumen-group summary:focus-visible{outline:2px solid var(--os-green);outline-offset:2px;border-radius:4px}.os-dokumen-group[open] summary{margin-bottom:0.6rem}.os-faq-item{background:#fff;border:1px solid var(--os-border);border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:0.75rem;transition:border-color 0.2s ease,box-shadow 0.2s ease}.os-faq-item:hover{border-color:var(--os-green-light);box-shadow:0 4px 16px rgba(45,106,79,0.06)}.os-faq-q{font-weight:700;color:var(--os-text);margin-bottom:0.5rem;font-size:1rem;line-height:1.5;display:flex;align-items:flex-start;gap:0.5rem}.os-faq-q::before{content:'Q';background:var(--os-green);color:#fff;font-weight:800;width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-size:0.75rem}.os-faq-a{color:var(--os-text);font-size:0.95rem;padding-left:1.9rem;line-height:1.7}.os-faq-a strong{color:var(--os-green)}.os-timeline{margin:1.5rem 0}.os-timeline-item{display:flex;gap:0.85rem;padding:0.75rem 0;border-bottom:1px dashed var(--os-border)}.os-timeline-item:last-child{border-bottom:none}.os-timeline-date{color:var(--os-green);font-weight:700;font-size:0.88rem;min-width:155px;flex-shrink:0}.os-timeline-event{color:var(--os-text);font-size:0.95rem}.os-check-list{list-style:none;padding:0;margin:1rem 0}.os-check-list li{padding:0.4rem 0 0.4rem 1.75rem;position:relative;color:var(--os-text);line-height:1.65}.os-check-list li::before{content:'\2713';position:absolute;left:0;top:0.4rem;color:var(--os-green);font-weight:800;font-size:1.1rem}.os-check-list strong{color:var(--os-green)}.os-dash-list{list-style:none;padding:0;margin:1rem 0}.os-dash-list li{padding:0.4rem 0 0.4rem 1.5rem;position:relative;color:var(--os-text);line-height:1.7}.os-dash-list li::before{content:'\2192';position:absolute;left:0;color:var(--os-green);font-weight:800}.os-course{background:#fff;border:2px solid var(--os-green-pale);border-radius:16px;padding:1.5rem;transition:border-color 0.25s ease,transform 0.25s ease,box-shadow 0.25s ease;display:flex;flex-direction:column}.os-course:hover{border-color:var(--os-green);transform:translateY(-4px);box-shadow:0 12px 28px rgba(45,106,79,0.12)}.os-course .emoji{font-size:2rem;margin-bottom:0.5rem;display:block}.os-course h3{color:var(--os-green);font-size:1.25rem;margin-bottom:1rem;line-height:1.3}.os-course .price{display:block;background:var(--os-green-pale);color:var(--os-green);padding:0.75rem 1rem;border-radius:8px;font-weight:800;margin:1rem 0;text-align:center}.os-sticky-cta{position:fixed;bottom:0;left:0;right:0;z-index:90;background:#fff;padding:0.65rem 0.75rem;border-top:1px solid var(--os-green-pale);box-shadow:0 -4px 16px rgba(45,106,79,0.08)}.os-sticky-cta a{display:flex;align-items:center;justify-content:center;gap:0.4rem;width:100%;padding:0.85rem;background:var(--os-cta);color:#fff !important;text-decoration:none;border-radius:10px;font-weight:700;font-size:0.95rem;box-shadow:0 2px 8px rgba(255,107,53,0.3);animation:osStickyPulse 2.4s ease-in-out infinite}@keyframes osStickyPulse{0%,100%{box-shadow:0 2px 8px rgba(255,107,53,0.30)}50%{box-shadow:0 4px 18px rgba(255,107,53,0.55)}}@media (prefers-reduced-motion:reduce){.os-sticky-cta a{animation:none}}.os-footer{background:var(--os-text);color:#fff;padding:3rem 0 2rem;margin-top:3rem}.os-footer-inner{max-width:var(--os-container-wide);margin:0 auto;padding:0 1.25rem;display:grid;gap:2rem}.os-footer h3{color:#fff;font-size:1.15rem;margin-bottom:0.5rem;font-weight:800}.os-footer h4{color:var(--os-green-light);font-size:0.95rem;margin-bottom:0.75rem;font-weight:700;text-transform:uppercase;letter-spacing:0.05em}.os-footer p,.os-footer li{color:rgba(255,255,255,0.75);font-size:0.9rem;line-height:1.7}.os-footer ul{list-style:none;padding:0}.os-footer ul li{padding:0.2rem 0}.os-footer a{color:var(--os-green-light);text-decoration:none}.os-footer a:hover{color:#fff}.os-footer-brand p:first-of-type{color:#fff;font-weight:600;margin-top:0.5rem}.os-footer-legal{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,0.15);font-size:0.8rem}@media (min-width:768px){.os-container{padding:0 1.5rem}.os-section{padding:5rem 0}.os-h2{font-size:2rem}.os-lead{font-size:1.1rem}.os-hero{padding:5rem 0 6rem}.os-hero-h1{font-size:2.4rem}.os-hero-sub{font-size:1.1rem}.os-hero-badges{flex-direction:row;flex-wrap:wrap;justify-content:center}.os-hero-cta{flex-direction:row;max-width:none;justify-content:center}.os-btn-primary,.os-btn-whatsapp{width:auto;padding:1.1rem 2.25rem}.os-card-grid.cols-2{grid-template-columns:repeat(2,1fr)}.os-card-grid.cols-3{grid-template-columns:repeat(3,1fr)}.os-footer-inner{grid-template-columns:1.5fr 1fr 1fr}.os-sticky-cta{display:none}body.os-lp{padding-bottom:0}}@media (min-width:1024px){.os-container{padding:0 2rem}.os-section{padding:6rem 0}.os-h2{font-size:2.25rem}.os-hero-h1{font-size:2.75rem}.os-hero-sub{font-size:1.15rem}.os-header{padding:1rem 0}.os-logo-fuji,.os-logo-school{height:44px;font-size:0.78rem;padding:0 0.75rem}.os-timeline-date{min-width:185px}}@media print{.os-header,.os-sticky-cta,.os-footer{display:none}.os-section{animation:none;opacity:1;transform:none;page-break-inside:avoid}body.os-lp{padding:0;font-size:11pt}.os-btn-primary,.os-btn-whatsapp,.os-btn-secondary{display:none}}body.os-lp{background:#e8f5e9}.os-main{background:#fff}.os-lp-wrapper{width:100%}.os-sidebar{display:none}.os-main-container{background:#fff;width:100%}.os-side-card{display:block;background:#fff;border-radius:12px;padding:0.65rem 0.75rem;box-shadow:0 2px 8px rgba(0,0,0,0.05);text-decoration:none;color:var(--os-text);transition:transform 0.22s ease,box-shadow 0.22s ease;overflow:hidden;position:relative}a.os-side-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,0.08);color:var(--os-text)}.os-side-card .os-side-icon{display:flex;width:28px;height:28px;align-items:center;justify-content:center;border-radius:8px;margin-bottom:0.25rem}.os-side-card .os-side-icon svg{width:18px;height:18px}.os-side-card .os-side-handle{display:block;font-weight:700;font-size:0.78rem;line-height:1.2;margin-bottom:0.1rem;color:var(--os-text)}.os-side-card .os-side-cta{display:block;font-size:0.68rem;font-weight:700;color:var(--os-green);letter-spacing:0.01em;line-height:1.2}.os-side-card .os-side-title{display:block;font-weight:800;font-size:0.82rem;margin-bottom:0.15rem;line-height:1.25}.os-side-card .os-side-sub{display:block;font-size:0.68rem;opacity:0.88;margin-bottom:0.2rem;line-height:1.25}.os-side-card--ig{background:#fff;color:var(--os-text);border:1px solid var(--os-border)}.os-side-card--ig .os-side-icon{background:linear-gradient(135deg,#833ab4 0%,#fd1d1d 50%,#fcb045 100%);color:#fff}.os-side-card--ig .os-side-icon svg{color:#fff}.os-side-card--tiktok{background:#fff;color:var(--os-text);border:1px solid var(--os-border);position:relative}.os-side-card--tiktok::before{display:none}.os-side-card--tiktok .os-side-icon{background:#010101;color:#fff}.os-side-card--tiktok .os-side-icon svg{color:#fff}.os-side-card--yt,.os-side-card--yt-playlist{background:#fff;color:var(--os-text);border:1px solid var(--os-border)}.os-side-card--yt .os-side-icon,.os-side-card--yt-playlist .os-side-icon{background:#C4302B;color:#fff}.os-side-card--yt .os-side-icon svg,.os-side-card--yt-playlist .os-side-icon svg{color:#fff}.os-side-card--countdown{text-align:center;padding:0.85rem 0.5rem;background:#fff;border:1px solid var(--os-green-pale);overflow-wrap:break-word}.os-side-card--countdown .os-count-label{font-size:0.66rem;color:var(--os-text-sub);margin-bottom:0.35rem;font-weight:600;line-height:1.3;overflow-wrap:break-word;word-break:keep-all}.os-side-card--countdown .os-count-number{font-size:2rem;font-weight:900;line-height:1;color:var(--os-green);letter-spacing:-0.02em;transition:color 0.3s}.os-side-card--countdown .os-count-unit{font-size:0.8rem;font-weight:700;color:var(--os-green);margin-top:0.15rem;transition:color 0.3s}.os-side-card--countdown .os-count-sub{font-size:0.6rem;color:var(--os-text-sub);margin-top:0.5rem;padding-top:0.5rem;border-top:1px solid var(--os-border);line-height:1.35;overflow-wrap:break-word}.os-side-card--countdown.warning{border-color:var(--os-cta);background:#FFF5F0}.os-side-card--countdown.warning .os-count-number,.os-side-card--countdown.warning .os-count-unit{color:var(--os-cta)}.os-side-card--countdown.urgent{border-color:#DC2626;background:#FEF2F2;animation:osCountPulse 2s ease-in-out infinite}.os-side-card--countdown.urgent .os-count-number,.os-side-card--countdown.urgent .os-count-unit{color:#DC2626}.os-side-card--countdown.urgent .os-count-flag{display:block;margin-top:0.4rem;font-size:0.62rem;font-weight:800;color:#DC2626;text-transform:uppercase;letter-spacing:0.08em}.os-side-card--countdown.urgent .os-count-flag::before{content:'⚠ Terakhir!'}.os-side-card--countdown.closed .os-count-number,.os-side-card--countdown.closed .os-count-unit{display:none}.os-side-card--countdown.closed .os-count-label::after{content:'Pendaftaran telah ditutup';display:block;font-size:0.82rem;color:#DC2626;font-weight:800;margin-top:0.4rem}@keyframes osCountPulse{0%,100%{box-shadow:0 2px 8px rgba(220,38,38,0.10)}50%{box-shadow:0 4px 14px rgba(220,38,38,0.26)}}.os-side-card--linktree{text-align:center;background:#fff;padding:0.85rem 0.75rem}.os-side-card--linktree .os-lt-title{font-size:0.72rem;font-weight:700;color:var(--os-text);margin-bottom:0.4rem;line-height:1.3}.os-side-card--linktree .os-lt-qr-wrap{display:block;padding:0.25rem;background:var(--os-bg-light);border-radius:8px;margin-bottom:0.4rem;line-height:0}.os-side-card--linktree .os-lt-qr{width:100%;max-width:140px;height:auto;margin:0 auto}.os-side-card--linktree .os-lt-btn{display:block;font-size:0.68rem;font-weight:700;color:var(--os-green);text-decoration:none;padding-top:0.2rem}.os-side-card--linktree .os-lt-btn:hover{color:var(--os-green-light)}@media (min-width:1024px){.os-lp-wrapper{display:grid;grid-template-columns:minmax(0,480px);gap:1.75rem;max-width:1100px;margin:0 auto;padding:1rem 1.5rem 2rem;align-items:start;justify-content:center}.os-sidebar{display:flex;flex-direction:column;gap:1rem;position:fixed;top:50%;transform:translateY(-50%);width:260px;max-height:90vh;overflow-y:auto;padding:0;scrollbar-width:thin;scrollbar-gutter:stable;z-index:50}.os-sidebar::-webkit-scrollbar{width:5px}.os-sidebar::-webkit-scrollbar-thumb{background:var(--os-green-pale);border-radius:3px}.os-sidebar-left{left:max(8px,calc((100vw - 480px) / 2 - 260px - 2rem))}.os-sidebar-right{right:max(8px,calc((100vw - 480px) / 2 - 260px - 2rem))}.os-main-container{max-width:480px;width:100%;margin:0 auto;background:#fff;border-radius:16px;box-shadow:0 4px 24px rgba(0,0,0,0.06)}.os-main{background:#fff;border-radius:0;overflow:visible;box-shadow:none}.os-section{padding:3rem 0}.os-hero{padding:3rem 0 4rem}}@media (min-width:1280px){.os-lp-wrapper{grid-template-columns:minmax(0,480px);gap:2.25rem;max-width:1200px}.os-sidebar{width:280px}.os-sidebar-left{left:max(8px,calc((100vw - 480px) / 2 - 280px - 2.5rem))}.os-sidebar-right{right:max(8px,calc((100vw - 480px) / 2 - 280px - 2.5rem))}}.os-phase-2,.os-phase-3{display:none}.os-phase-2.is-revealed,.os-phase-3.is-revealed{display:block;animation:osRevealPhase 0.6s ease forwards}@keyframes osRevealPhase{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.os-phase-2.is-revealed,.os-phase-3.is-revealed{animation:none}}.os-phase-bridge{background:linear-gradient(135deg,var(--os-bg-light) 0%,var(--os-green-pale) 100%);padding:3rem 1rem;text-align:center}.os-bridge-card{max-width:560px;margin:0 auto;background:#fff;border-radius:16px;padding:2rem 1.5rem;box-shadow:0 4px 24px rgba(45,106,79,0.10);border:1px solid var(--os-green-pale)}.os-bridge-icon{font-size:2.25rem;margin-bottom:0.75rem;line-height:1}.os-bridge-title{font-size:1.35rem;font-weight:800;color:var(--os-text);margin:0 0 0.5rem;line-height:1.35}.os-bridge-desc{font-size:0.95rem;color:var(--os-text-sub);margin:0 0 1.5rem;line-height:1.55}.os-btn-reveal{display:inline-block;background:var(--os-green);color:#fff;font-weight:700;font-size:1rem;padding:0.9rem 2rem;border:none;border-radius:10px;cursor:pointer;min-height:48px;transition:background 0.2s,transform 0.2s,box-shadow 0.2s;font-family:inherit}.os-btn-reveal:hover{background:var(--os-green-light);transform:translateY(-2px);box-shadow:0 6px 16px rgba(45,106,79,0.28)}.os-btn-reveal:focus-visible{outline:3px solid var(--os-green-light);outline-offset:2px}.os-bridge-divider{display:flex;align-items:center;gap:0.75rem;margin:1.25rem 0;color:var(--os-text-sub);font-size:0.8rem}.os-bridge-divider::before,.os-bridge-divider::after{content:"";flex:1;height:1px;background:var(--os-border)}.os-btn-whatsapp-secondary{display:inline-block;color:var(--os-whatsapp);font-weight:700;text-decoration:none;font-size:0.95rem;padding:0.65rem 1.25rem;border:2px solid var(--os-whatsapp);border-radius:10px;min-height:44px;transition:background 0.2s,color 0.2s}.os-btn-whatsapp-secondary:hover{background:var(--os-whatsapp);color:#fff}.os-phase-bridge.is-completed .os-btn-reveal,.os-phase-bridge.is-completed .os-bridge-divider{display:none}.os-phase-bridge.is-completed .os-bridge-title::after{content:" \2713";color:var(--os-green);margin-left:0.25rem}.os-phase-bridge.is-completed .os-bridge-desc{opacity:0.7}.os-logo-wrap{display:flex;align-items:center;gap:0.6rem;text-decoration:none;flex-shrink:0}.os-footer-brand{margin-bottom:1.25rem}.os-footer-logo{height:36px;width:auto;max-width:220px;display:block;margin-bottom:0.6rem;filter:brightness(0) invert(1);opacity:0.95}.os-footer-tagline{font-size:0.85rem;color:rgba(255,255,255,0.78);margin:0 0 0.9rem;line-height:1.5}.os-number-giant{display:block;font-size:clamp(3.5rem,12vw,7rem);font-weight:900;line-height:0.95;letter-spacing:-0.035em;color:var(--os-green);font-variant-numeric:tabular-nums;text-align:center}.os-number-large{display:block;font-size:clamp(2rem,6vw,3.25rem);font-weight:900;line-height:1;letter-spacing:-0.025em;color:var(--os-green);font-variant-numeric:tabular-nums}.os-number-medium{display:inline-block;font-size:clamp(1.25rem,3vw,1.7rem);font-weight:800;line-height:1.1;color:var(--os-green);font-variant-numeric:tabular-nums}.os-number-unit{display:block;font-size:clamp(0.78rem,2vw,0.95rem);font-weight:800;color:var(--os-green);text-transform:uppercase;letter-spacing:0.08em;margin-top:0.25rem}.os-number-desc{display:block;font-size:clamp(0.82rem,2.2vw,0.95rem);color:var(--os-text-sub);font-weight:500;line-height:1.5;margin-top:0.5rem}.os-hero-title{font-size:clamp(1.55rem,5.5vw,2.6rem);font-weight:800;line-height:1.25;letter-spacing:-0.015em;color:var(--os-text);margin:0}.os-hero-subtitle{display:inline-block;font-size:clamp(0.85rem,2.5vw,1.05rem);font-weight:700;color:var(--os-green);text-transform:uppercase;letter-spacing:0.1em;margin:0.75rem 0 0}.os-section-title{font-size:clamp(1.4rem,4.5vw,2rem);font-weight:800;line-height:1.3;color:var(--os-text);letter-spacing:-0.01em}.os-card-title{font-size:clamp(1rem,2.8vw,1.2rem);font-weight:800;line-height:1.3;color:var(--os-text)}.os-icon{flex-shrink:0;vertical-align:middle}.os-icon--inline{display:inline-block;margin-right:0.45em;position:relative;top:-0.075em}.os-icon--bridge{color:var(--os-green)}.os-icon--hero{color:var(--os-green)}.os-icon--check{color:var(--os-green);margin-right:0.4em}.os-icon-badge{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background:var(--os-green-pale);color:var(--os-green);margin:0 auto 1rem}.os-icon-badge.lg{width:80px;height:80px}.os-icon-badge.sm{width:44px;height:44px}.os-hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:0.5rem;margin:1.5rem auto;max-width:560px}.os-hero-stat{background:#fff;border:1px solid var(--os-green-pale);border-radius:14px;padding:0.9rem 0.5rem;text-align:center;box-shadow:0 2px 8px rgba(45,106,79,0.06)}.os-hero-stat .os-number-large{font-size:clamp(1.4rem,6vw,2rem)}.os-hero-stat .os-number-unit{font-size:clamp(0.6rem,1.8vw,0.75rem);margin-top:0.15rem}.os-promise-grid{display:grid;gap:1rem;margin:1.5rem 0}@media (min-width:768px){.os-promise-grid{grid-template-columns:repeat(3,1fr)}}.os-promise-card{background:#fff;border:1px solid var(--os-green-pale);border-radius:16px;padding:1.5rem 1.25rem;text-align:center;box-shadow:0 4px 16px rgba(45,106,79,0.06);transition:transform 0.22s ease,box-shadow 0.22s ease;display:flex;flex-direction:column}.os-promise-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(45,106,79,0.12);border-color:var(--os-green)}.os-promise-card .os-icon-badge{color:var(--os-green);background:var(--os-green-pale)}.os-promise-card .os-number-large{margin-bottom:0.25rem}.os-promise-card .os-card-title{margin-bottom:0.75rem;color:var(--os-green);text-transform:uppercase;letter-spacing:0.04em;font-size:0.95rem}.os-promise-card .os-promise-body{color:var(--os-text-sub);font-size:0.92rem;line-height:1.6;margin-bottom:1rem}.os-promise-check{list-style:none;padding:0;margin:0;text-align:left;border-top:1px solid var(--os-border);padding-top:1rem}.os-promise-check li{display:flex;align-items:flex-start;gap:0.5rem;font-size:0.88rem;line-height:1.5;padding:0.3rem 0;color:var(--os-text)}.os-giant-stat{text-align:center;padding:2rem 0}.os-giant-stat .os-icon-badge{margin-bottom:1.25rem}.os-giant-stat .os-number-desc{max-width:480px;margin-left:auto;margin-right:auto}.os-giant-stat .os-check-list-centered{list-style:none;padding:0;margin:1.5rem auto 0;max-width:420px;display:inline-flex;flex-direction:column;gap:0.5rem;align-items:flex-start;text-align:left}.os-giant-stat .os-check-list-centered li{display:flex;align-items:center;gap:0.5rem;font-size:0.95rem;color:var(--os-text);font-weight:500}.os-course-grid{display:grid;gap:1rem;margin:1.5rem 0}@media (min-width:768px){.os-course-grid{grid-template-columns:repeat(2,1fr)}}.os-course-card-v2{background:#fff;border:2px solid var(--os-green-pale);border-radius:16px;padding:1.5rem;text-align:center;transition:all 0.22s ease;display:flex;flex-direction:column;align-items:center;text-decoration:none;color:var(--os-text)}.os-course-card-v2:hover{border-color:var(--os-green);transform:translateY(-4px);box-shadow:0 12px 28px rgba(45,106,79,0.12);color:var(--os-text)}.os-life-chips{display:grid;grid-template-columns:repeat(2,1fr);gap:0.75rem;margin:1.5rem 0}@media (min-width:640px){.os-life-chips{grid-template-columns:repeat(3,1fr)}}.os-life-chip{background:var(--os-green-pale);border:1px solid var(--os-green-light);border-radius:12px;padding:0.85rem 0.5rem;text-align:center}.os-life-chip .os-life-value{display:block;font-weight:800;font-size:clamp(0.95rem,3vw,1.15rem);color:var(--os-green);line-height:1.1}.os-life-chip .os-life-label{display:block;font-size:0.72rem;color:var(--os-text-sub);margin-top:0.25rem;font-weight:600}.os-final-countdown{background:linear-gradient(135deg,#FFF5F0 0%,#FEF2F2 100%);border:2px solid var(--os-cta);border-radius:20px;padding:2rem 1.5rem;text-align:center;margin:1.5rem 0 2rem}.os-final-countdown .os-number-giant{color:var(--os-cta)}.os-final-countdown .os-number-unit{color:var(--os-cta);margin-top:0.75rem;font-size:clamp(1rem,3vw,1.35rem)}.os-final-countdown .os-final-deadline{display:block;margin-top:1rem;font-size:0.95rem;font-weight:700;color:var(--os-text)}.os-timeline-steps{display:grid;gap:0.75rem;margin:1.5rem 0}.os-timeline-step-v2{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:start;background:#fff;border-left:3px solid var(--os-green);border-radius:0 12px 12px 0;padding:1rem 1.25rem;box-shadow:0 2px 8px rgba(45,106,79,0.05)}.os-timeline-step-v2 .os-step-num{width:40px;height:40px;border-radius:50%;background:var(--os-green);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:0.95rem;flex-shrink:0}.os-timeline-step-v2 .os-step-body h4{margin:0 0 0.25rem;font-size:0.95rem;color:var(--os-green);font-weight:700}.os-timeline-step-v2 .os-step-body p{margin:0;font-size:0.88rem;color:var(--os-text);line-height:1.5}.os-faq-item .os-faq-q::after{content:'';width:18px;height:18px;display:inline-block;margin-left:auto;flex-shrink:0;background:currentColor;-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><polyline points='6 9 12 15 18 9' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/contain no-repeat;mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><polyline points='6 9 12 15 18 9' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/contain no-repeat;color:var(--os-green);transition:transform 0.2s ease}.os-faq-item.is-collapsed .os-faq-q::after{transform:rotate(-90deg)}.os-btn-primary .os-icon,.os-btn-whatsapp .os-icon,.os-btn-secondary .os-icon{stroke-width:2.25}.os-proof-photo{margin:2rem 0;text-align:center}.os-proof-photo-img{width:100%;max-width:900px;height:auto;border-radius:16px;box-shadow:0 8px 32px rgba(45,106,79,0.15);display:block;margin:0 auto;filter:saturate(1.05);aspect-ratio:900 / 548;object-fit:cover;background:var(--os-bg-light)}.os-proof-photo-caption{margin-top:1rem;font-size:0.85rem;color:var(--os-text-sub);display:inline-flex;align-items:center;gap:0.4rem;font-weight:500;font-style:italic}@media (max-width:767px){.os-proof-photo-img{border-radius:12px;box-shadow:0 4px 16px rgba(45,106,79,0.12)}}#operator{padding:3rem 0}.os-operator-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:2rem 0}.os-operator-card{background:#fff;border:1px solid var(--os-green-pale);border-radius:16px;padding:1.5rem 1.25rem;text-align:center;transition:transform 0.2s ease,box-shadow 0.2s ease}.os-operator-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(45,106,79,0.12)}.os-operator-badge{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;background:var(--os-green-pale);color:var(--os-green);border-radius:50%;margin-bottom:1rem}.os-operator-card h3{font-size:1rem;font-weight:800;color:var(--os-text);margin:0 0 0.35rem;line-height:1.3}.os-operator-role{font-size:0.78rem;color:var(--os-green);font-weight:700;text-transform:uppercase;letter-spacing:0.05em;margin:0 0 0.75rem}.os-operator-desc{font-size:0.85rem;color:var(--os-text-sub);line-height:1.5;margin:0}.os-operator-summary{background:var(--os-green-pale);border-radius:12px;padding:1.25rem 1.5rem;margin-top:2rem;text-align:center;font-size:0.95rem;color:var(--os-text)}.os-operator-summary strong{color:var(--os-green)}@media (max-width:1023px){.os-operator-grid{grid-template-columns:1fr;gap:1rem}.os-operator-card{padding:1.25rem 1rem}}.os-stories-bar{background:#fff;border-bottom:1px solid var(--os-green-pale);padding:1rem 0 0.6rem;position:sticky;top:56px;z-index:99;display:block;overflow:visible}@media (min-width:768px){.os-stories-bar{top:64px}}@media (min-width:1024px){.os-stories-bar{top:72px}}.os-stories-inner{display:flex;gap:1.5rem;padding:0 1rem;padding-top:24px;margin-top:-24px;overflow-x:auto;overflow-y:hidden;overflow-clip-margin:30px;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;justify-content:center}.os-stories-inner::-webkit-scrollbar{display:none}.os-story-item{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:0.3rem;padding-bottom:0.2rem;text-decoration:none;color:var(--os-text);min-width:50px;transition:transform 0.15s ease}.os-story-item:hover,.os-story-item:active{transform:scale(0.95);text-decoration:none}.os-story-icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;border:2px solid transparent;transition:border-color 0.15s ease,box-shadow 0.15s ease;box-shadow:0 1px 3px rgba(0,0,0,0.08)}.os-story-icon svg{width:20px;height:20px}.os-story--ig .os-story-icon{border:2px solid transparent;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#833ab4 0%,#fd1d1d 50%,#fcb045 100%) border-box}.os-story--yt .os-story-icon{border-color:#FF0000}.os-story--wa .os-story-icon{border-color:#25D366}.os-story--tt .os-story-icon{border-color:#000}.os-story-label{font-size:0.6rem;font-weight:600;color:var(--os-text-sub);line-height:1.2;white-space:nowrap;padding:1px 0}.os-story--ig .os-story-label{color:#e1306c}.os-story--yt .os-story-label{color:#FF0000}.os-story--wa .os-story-label{color:#25D366}.os-story--tt .os-story-label{color:#000}@media (max-width:375px){.os-stories-inner{gap:1.1rem;padding:0 0.75rem}.os-story-icon{width:32px;height:32px}.os-story-icon svg{width:18px;height:18px}.os-story-label{font-size:0.58rem}}.os-story--wa .os-story-icon{position:relative;overflow:visible;animation:os-wa-glow 2s ease-in-out infinite}.os-story--wa .os-story-icon svg{animation:os-wa-heartbeat 1.5s ease-in-out infinite}@keyframes os-wa-glow{0%,100%{box-shadow:0 1px 3px rgba(0,0,0,0.08),0 0 0 0 rgba(37,211,102,0.6)}50%{box-shadow:0 1px 3px rgba(0,0,0,0.08),0 0 20px 8px rgba(37,211,102,0.35)}}@keyframes os-wa-heartbeat{0%,100%{transform:scale(1)}14%{transform:scale(1.15)}28%{transform:scale(1)}42%{transform:scale(1.15)}56%{transform:scale(1)}}@media (prefers-reduced-motion:reduce){.os-story--wa .os-story-icon,.os-story--wa .os-story-icon svg{animation:none}}.os-side-card--yt-playlist{background:#fff;color:var(--os-text);border:1px solid var(--os-border)}.os-side-card--yt-playlist .os-side-icon{background:#C4302B;color:#fff}.os-side-card--yt-playlist .os-side-title,.os-side-card--yt-playlist .os-side-sub{color:var(--os-text)}.os-side-card--yt-playlist .os-side-cta{color:var(--os-green)}.os-close-friends-card{position:relative;background:#fff;border:2px solid #00c853;border-radius:16px;padding:1.5rem 1.25rem 1.25rem;margin:0;box-shadow:0 4px 12px rgba(0,200,83,0.08)}.os-close-friends-card .os-promise-card{border:none;box-shadow:none;background:transparent;padding:0;border-radius:0}.os-close-friends-card .os-promise-card:hover{transform:none;box-shadow:none;border-color:transparent}.os-cf-badge{position:absolute;top:-14px;left:16px;background:#00c853;color:#fff;font-size:0.75rem;font-weight:700;padding:5px 12px;border-radius:14px;display:inline-flex;align-items:center;gap:5px;letter-spacing:0.02em;box-shadow:0 2px 8px rgba(0,200,83,0.3);animation:os-cf-glow 3s ease-in-out infinite;z-index:1}.os-cf-badge svg{width:14px;height:14px;flex-shrink:0}@keyframes os-cf-glow{0%,100%{box-shadow:0 2px 8px rgba(0,200,83,0.30)}50%{box-shadow:0 2px 16px rgba(0,200,83,0.50)}}.os-cf-content h3,.os-cf-content .os-cf-title{color:#2D6A4F;font-weight:700}@media (prefers-reduced-motion:reduce){.os-cf-badge{animation:none}}@media (max-width:480px){.os-close-friends-card{padding:1.25rem 1rem 1rem}.os-cf-badge{font-size:0.7rem;padding:4px 10px}}:root{--os-sidebar-card-height:100px}.os-side-card--ig,.os-side-card--tiktok,.os-side-card--yt-playlist{padding:0.85rem 1rem;border-radius:14px;text-decoration:none;transition:transform 0.2s ease,box-shadow 0.2s ease;display:flex;flex-direction:column;justify-content:center;gap:0.2rem;position:relative;overflow:hidden}.os-side-card--ig:hover,.os-side-card--yt-playlist:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,0.12)}.os-side-card--ig .os-side-icon,.os-side-card--tiktok .os-side-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;margin-bottom:0.15rem;border-radius:8px;padding:0}.os-side-card--ig .os-side-icon svg,.os-side-card--tiktok .os-side-icon svg{width:18px;height:18px;fill:#fff}.os-side-card--ig .os-side-handle,.os-side-card--tiktok .os-side-handle,.os-side-card--yt-playlist .os-side-title,.os-side-card--yt-playlist .os-side-handle{font-size:0.88rem;font-weight:700;line-height:1.2;display:block;color:var(--os-text)}.os-side-card--ig .os-side-cta,.os-side-card--tiktok .os-side-cta,.os-side-card--yt-playlist .os-side-cta{font-size:0.75rem;font-weight:700;display:block;margin-top:0.15rem;color:var(--os-green)}.os-side-card--yt-playlist .os-side-sub{font-size:0.65rem;opacity:0.88;line-height:1.3;display:block;color:var(--os-text)}.os-side-card--ig{background:#fff;color:var(--os-text);border:1px solid var(--os-border);box-shadow:0 2px 8px rgba(0,0,0,0.04)}.os-side-card--ig .os-side-icon{background:linear-gradient(135deg,#833ab4 0%,#fd1d1d 50%,#fcb045 100%)}.os-side-card--tiktok{background:#fff;color:var(--os-text);border:1px solid var(--os-border);box-shadow:0 2px 8px rgba(0,0,0,0.04)}.os-side-card--tiktok .os-side-icon{background:#010101}.os-side-card--yt-playlist{background:#fff;color:var(--os-text);border:1px solid var(--os-border);box-shadow:0 2px 8px rgba(0,0,0,0.04)}.os-side-card--yt-playlist .os-side-icon{width:32px;height:32px;background:#C4302B;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;padding:3px;margin-bottom:0.15rem}.os-side-card--yt-playlist .os-side-icon svg{width:20px;height:20px;fill:#fff}.os-side-card--disabled{cursor:default;pointer-events:none;opacity:0.7}.os-side-card--disabled:hover{transform:none;box-shadow:0 2px 8px rgba(0,0,0,0.04)}.os-side-card--tiktok.os-side-card--disabled .os-side-cta::before{content:'⏳ '}@media (min-width:1024px){.os-sidebar{gap:0.75rem}.os-side-card--ig,.os-side-card--tiktok,.os-side-card--yt-playlist{min-height:var(--os-sidebar-card-height)}.os-side-card--countdown,.os-side-card--linktree{min-height:var(--os-sidebar-card-height);padding:0.85rem 1rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.os-side-card--linktree .os-lt-qr{max-height:70px;width:auto}.os-sidebar-right{margin-top:0}}.os-header-inner{justify-content:center !important}@media (min-width:768px){.os-header-inner{justify-content:center !important}}@media (min-width:1024px){.os-sidebar > *{height:var(--os-sidebar-card-height,100px);flex:0 0 var(--os-sidebar-card-height,100px);box-sizing:border-box}}@media (min-width:1024px){.os-sidebar{transition:opacity 0.3s ease,visibility 0.3s ease}.os-sidebar--fade{opacity:0;visibility:hidden;pointer-events:none}}@media (prefers-reduced-motion:reduce){.os-sidebar{transition:none}}.os-site-header{width:100%;padding:1.5rem 0 0;background:transparent}.os-site-header-inner{max-width:1100px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:flex-start}.os-site-header-logo{display:inline-flex;align-items:center;text-decoration:none;transition:transform 0.2s ease}.os-site-header-logo:hover{transform:scale(1.02)}.os-site-header-logo-img{height:48px;width:auto;max-width:280px;display:block;object-fit:contain}@media (max-width:1023px){.os-site-header{display:none}}@media (min-width:1024px){.os-site-header{display:none}.os-logo-topleft{position:fixed;top:1rem;left:1rem;z-index:100;width:200px;height:auto}.os-logo-topleft img{width:100%;height:auto;display:block}.os-hero{min-height:360px}}@media (max-width:1023px){.os-logo-topleft{display:none}}@media (min-width:1280px){.os-site-header-inner{max-width:1200px}.os-site-header-logo-img{height:56px}}@media (min-width:1024px){aside.os-sidebar.os-sidebar-left{left:max(8px,calc((100vw - 420px) / 2 - 280px - 3rem)) !important;right:auto !important}aside.os-sidebar.os-sidebar-right{right:max(8px,calc((100vw - 420px) / 2 - 280px - 3rem)) !important;left:auto !important}}@media (min-width:1280px){aside.os-sidebar.os-sidebar-left{left:max(8px,calc((100vw - 420px) / 2 - 300px - 3.5rem)) !important}aside.os-sidebar.os-sidebar-right{right:max(8px,calc((100vw - 420px) / 2 - 300px - 3.5rem)) !important}}@media (min-width:1024px){body.os-lp{background-color:#e8f5e9;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'><g transform='translate(80,80)' stroke='%232D6A4F' stroke-width='0.6' fill='none' opacity='0.4'><circle r='6'/><g><line x1='0' y1='-12' x2='0' y2='-30'/><path d='M0,-12 L8,-22 L0,-30 L-8,-22 Z'/></g><g transform='rotate(60)'><line x1='0' y1='-12' x2='0' y2='-30'/><path d='M0,-12 L8,-22 L0,-30 L-8,-22 Z'/></g><g transform='rotate(120)'><line x1='0' y1='-12' x2='0' y2='-30'/><path d='M0,-12 L8,-22 L0,-30 L-8,-22 Z'/></g><g transform='rotate(180)'><line x1='0' y1='-12' x2='0' y2='-30'/><path d='M0,-12 L8,-22 L0,-30 L-8,-22 Z'/></g><g transform='rotate(240)'><line x1='0' y1='-12' x2='0' y2='-30'/><path d='M0,-12 L8,-22 L0,-30 L-8,-22 Z'/></g><g transform='rotate(300)'><line x1='0' y1='-12' x2='0' y2='-30'/><path d='M0,-12 L8,-22 L0,-30 L-8,-22 Z'/></g></g></svg>");background-repeat:repeat;background-attachment:fixed;background-size:160px 160px}}@media (max-width:1023px){body.os-lp{background-color:#e8f5e9;background-image:none}}@media (min-width:1024px){aside.os-sidebar:not(.os-sidebar--fade){visibility:visible !important;opacity:1 !important;pointer-events:auto !important}}@media (min-width:768px){.os-main-container .os-hero-stats,.os-main-container .os-card-grid,.os-main-container .os-card-grid.cols-2,.os-main-container .os-card-grid.cols-3,.os-main-container .os-promise-grid,.os-main-container .os-course-grid,.os-main-container .os-life-chips,.os-main-container .os-operator-grid{grid-template-columns:1fr !important}.os-main-container .os-hero-stats > *,.os-main-container .os-card-grid > *,.os-main-container .os-promise-grid > *,.os-main-container .os-course-grid > *,.os-main-container .os-life-chips > *,.os-main-container .os-operator-grid > *{width:100% !important;max-width:100% !important}}.os-main-container{overflow-x:clip}@media (min-width:768px){.os-main-container [class*="-grid"]:not(.os-stories-bar):not(.os-stories-inner),.os-main-container [class*="-cards"]:not(.os-side-card){display:flex !important;flex-direction:column !important;grid-template-columns:1fr !important;gap:1rem !important}.os-main-container [class*="-grid"]:not(.os-stories-bar):not(.os-stories-inner) > *,.os-main-container [class*="-cards"]:not(.os-side-card) > *{width:100% !important;max-width:100% !important;box-sizing:border-box !important}}.os-main-container{max-width:420px;box-sizing:border-box}@media (min-width:1280px){.os-main-container{max-width:480px}}.os-trust-grid{display:flex;flex-direction:column;gap:1rem;margin:1.5rem 0}.os-trust-card{background:#ffffff;border:1px solid rgba(45,106,79,0.15);border-radius:12px;padding:2rem 1.5rem;text-align:center;box-shadow:0 2px 8px rgba(45,106,79,0.06);box-sizing:border-box}.os-trust-headline{font-size:3.5rem;font-weight:800;color:#2D6A4F;line-height:1;margin-bottom:0.5rem}.os-trust-card--tunjangan .os-trust-headline{font-size:2.5rem}.os-trust-title{font-size:1.25rem;font-weight:700;color:#2D6A4F;margin:0 0 1rem}.os-trust-body{font-size:1rem;line-height:1.6;color:#333;margin:0 0 0.5rem}.os-trust-emphasis{font-size:1.125rem;font-weight:700;color:#FF6B35;margin:1rem 0 0.25rem}.os-trust-emphasis strong{color:#FF6B35;font-size:1.25rem}.os-trust-note{font-size:0.875rem;color:#666;font-style:italic;margin:0}.os-trust-list{list-style:none;padding:0;margin:0}.os-trust-list li{font-size:1rem;padding:0.5rem 0;border-bottom:1px solid rgba(45,106,79,0.1);color:#333}.os-trust-list li:last-child{border-bottom:none}.os-trust-list li::before{content:'\2713';color:#2D6A4F;font-weight:700;margin-right:0.5rem}.os-trust-sub{font-size:0.9rem;color:#666;margin:0.5rem 0 0}@media (min-width:768px){.os-trust-grid{flex-direction:column !important;grid-template-columns:1fr !important}}.os-main-container,.os-main-container p,.os-main-container h1,.os-main-container h2,.os-main-container h3,.os-main-container h4,.os-main-container li,.os-main-container span,.os-main-container .os-trust-card,.os-main-container .os-trust-body,.os-main-container .os-trust-emphasis,.os-main-container .os-trust-note,.os-main-container .os-trust-sub,.os-main-container .os-trust-list li{word-break:keep-all;overflow-wrap:break-word;hyphens:none;line-break:normal;text-wrap:pretty}.os-sidebar,.os-sidebar p,.os-sidebar h3,.os-sidebar h4,.os-sidebar span{word-break:keep-all;overflow-wrap:break-word;hyphens:none;line-break:normal;text-wrap:pretty}@media (min-width:1024px){aside.os-sidebar.os-sidebar-left,aside.os-sidebar.os-sidebar-right{width:240px !important;max-width:240px !important}aside.os-sidebar.os-sidebar-left{left:1rem !important;right:auto !important}aside.os-sidebar.os-sidebar-right{right:1rem !important;left:auto !important}.os-sidebar > *{width:100% !important;max-width:100% !important;box-sizing:border-box !important}}@media (min-width:1280px){aside.os-sidebar.os-sidebar-left,aside.os-sidebar.os-sidebar-right{width:260px !important;max-width:260px !important}aside.os-sidebar.os-sidebar-left{left:2rem !important}aside.os-sidebar.os-sidebar-right{right:2rem !important}}@media (min-width:1440px){aside.os-sidebar.os-sidebar-left,aside.os-sidebar.os-sidebar-right{width:280px !important;max-width:280px !important}aside.os-sidebar.os-sidebar-left{left:3rem !important}aside.os-sidebar.os-sidebar-right{right:3rem !important}}@media (min-width:1024px){html,body,body.os-lp{overflow-x:visible !important}}
/* caseO 2026-04-26: Hero CTA 階層化 */.os-btn-hero-main{font-size:1.1rem;padding:0.95rem 1.5rem;font-weight:800;letter-spacing:0.01em;box-shadow:0 4px 14px rgba(45,106,79,0.25);min-height:56px;display:inline-flex;align-items:center;justify-content:center;gap:0.5rem}.os-btn-hero-main:hover{box-shadow:0 6px 18px rgba(45,106,79,0.35);transform:translateY(-1px)}.os-btn-hero-sub{font-size:0.95rem;padding:0.7rem 1.25rem;font-weight:600;margin-top:0.5rem;min-height:48px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1.5px solid var(--os-green);color:var(--os-green)}.os-btn-hero-sub:hover{background:rgba(45,106,79,0.05)}
/* caseO+1 2026-04-26: QR コードカード本体ブランド統一 */.os-qr-label-top{display:block;font-size:0.62rem;font-weight:600;color:var(--os-text-sub);text-transform:uppercase;letter-spacing:0.06em;margin-bottom:0.5rem;text-align:center;line-height:1.3}.os-qr-label-bottom{display:block;font-size:0.85rem;font-weight:700;color:var(--os-text);margin-top:0.5rem;padding-top:0;text-align:center;line-height:1.3;text-decoration:none}.os-side-card--linktree{display:flex;flex-direction:column;align-items:center;text-align:center}.os-side-card--linktree .os-lt-qr{width:100%;max-width:140px;height:auto;margin:0 auto}
/* caseO+10 2026-04-27: QR カードを JobJepang 本体デザインに統一 (D 案=サブカードなし) */.os-side-card--linktree{background:#ffffff;padding:16px;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,0.06);border-radius:14px;display:block;flex-direction:initial;justify-content:initial;align-items:initial;min-height:auto;overflow:hidden}.os-side-card--linktree .os-qr-label-top{display:block;font-size:11px;font-weight:600;color:#718096;margin-bottom:10px;text-transform:uppercase;letter-spacing:0.04em;line-height:1.3;text-align:center}.os-side-card--linktree .os-lt-qr-wrap{display:block;padding:0;background:transparent;border-radius:0;margin-bottom:0;line-height:0;text-decoration:none}.os-side-card--linktree .os-lt-qr{width:100%;max-width:140px;height:auto;margin:0 auto;display:block}.os-side-card--linktree .os-qr-label-bottom{display:block;font-size:12px;font-weight:600;color:var(--os-green);margin-top:8px;padding-top:0;text-align:center;line-height:1.3;text-decoration:none;letter-spacing:0;text-transform:none}.os-side-card--linktree .os-qr-label-bottom:hover{color:var(--os-green-light);text-decoration:none}@media (min-width:1024px){.os-side-card--linktree{min-height:auto;padding:16px;display:block;flex-direction:initial;justify-content:initial;align-items:initial}.os-side-card--linktree .os-lt-qr{max-height:none;max-width:140px;width:100%;height:auto}}
/* caseO+2 2026-04-27: Phase 制御無効化 — 全 16 section 初期表示 (緊急対応) */.os-phase-2,.os-phase-3{display:block !important;opacity:1 !important;transform:none !important;animation:none !important}.os-phase-bridge{display:none !important}
/* caseO+10.1 2026-04-27: QR カード高さ強制バグ修正 (.os-sidebar > * の height:100px を解除) */@media (min-width:1024px){.os-sidebar > .os-side-card--linktree{height:auto !important;flex:0 0 auto !important;min-height:auto !important}}
/* caseO+9 2026-04-27: 寮ツアー横スワイプカルーセル (純 CSS scroll-snap、5 枚 480x360 WebP) */.os-dorm-tour{margin:2rem 0}.os-dorm-tour .os-subheading{font-size:1.25rem;font-weight:800;color:var(--os-text);margin:0 0 0.5rem;line-height:1.35}.os-dorm-tour .os-lead-sm{font-size:0.95rem;color:var(--os-text-sub);margin:0 0 1rem;line-height:1.6}.os-swipe-gallery{list-style:none;margin:0 -1rem;padding:0 1rem 1rem;display:flex;gap:0.75rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-left:1rem;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--os-green-pale) transparent}.os-swipe-gallery::-webkit-scrollbar{height:4px}.os-swipe-gallery::-webkit-scrollbar-thumb{background:var(--os-green-pale);border-radius:2px}.os-photo-card{flex:0 0 86%;max-width:320px;scroll-snap-align:start;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,0.06);margin:0;padding:0}.os-photo-card figure{margin:0;display:flex;flex-direction:column}.os-photo-card--standard img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;display:block;background:var(--os-bg-light)}.os-photo-card--landscape img{aspect-ratio:16/9}.os-photo-card figcaption{font-size:0.85rem;line-height:1.5;color:var(--os-text);padding:0.65rem 0.85rem 0.85rem;margin:0}.os-photo-card[data-image-status="pending"] img{visibility:hidden}.os-photo-card[data-image-status="pending"]::before{content:'📷 Foto segera hadir';display:flex;align-items:center;justify-content:center;aspect-ratio:4/3;background:var(--os-bg-light);color:var(--os-text-sub);font-size:0.85rem}.os-swipe-hint{text-align:center;font-size:0.78rem;color:var(--os-text-sub);margin:0.5rem 0 0;font-weight:500}@media (min-width:768px){.os-swipe-gallery{overflow-x:visible;flex-wrap:wrap;margin:0;padding:0;scroll-snap-type:none}.os-photo-card{flex:0 0 calc(33.333% - 0.5rem);max-width:none}.os-swipe-hint{display:none}}@media (min-width:1024px){.os-photo-card{flex:0 0 calc(50% - 0.375rem)}}@media (prefers-reduced-motion:reduce){.os-swipe-gallery{scroll-behavior:auto}}
/* caseO+11 2026-04-27: 下部 Sticky CTA 非表示化 (案 A) */.os-sticky-cta{display:none !important}
/* caseO+12 2026-04-28: 学校外観写真セクション (Hero 直後の信頼感確立) */.os-school-hero-photo-section{padding:1.5rem 0 2rem;background:#fff}.os-school-hero-photo{margin:0;text-align:center}.os-school-hero-photo img{width:100%;max-width:720px;height:auto;border-radius:12px;box-shadow:0 4px 16px rgba(45,106,79,0.10);display:block;margin:0 auto;aspect-ratio:16/9;object-fit:cover;background:var(--os-bg-light)}.os-school-hero-photo-caption{margin-top:0.85rem;font-size:0.82rem;color:var(--os-text-sub);font-weight:500;font-style:italic;line-height:1.5;padding:0 1rem}@media (min-width:768px){.os-school-hero-photo-section{padding:2rem 0 2.5rem}.os-school-hero-photo img{border-radius:16px;box-shadow:0 6px 24px rgba(45,106,79,0.12)}.os-school-hero-photo-caption{font-size:0.88rem;margin-top:1rem}}@media (max-width:767px){.os-school-hero-photo-section{padding:1rem 0 1.5rem}.os-school-hero-photo img{border-radius:10px}}
/* caseO+13 2026-04-28: Hero 統合バッジ (アイコンなし、品位重視) */.os-hero-badge{background:#fff;border:1px solid rgba(45,106,79,0.2);border-left:3px solid var(--os-green);border-radius:12px;padding:1rem 1.25rem;margin:1.5rem auto;max-width:480px;font-size:0.95rem;line-height:1.65;color:var(--os-text);text-align:left;box-shadow:0 2px 8px rgba(45,106,79,0.05)}@media (min-width:768px){.os-hero-badge{font-size:1rem;padding:1.25rem 1.5rem;margin:1.75rem auto}}@media (max-width:480px){.os-hero-badge{font-size:0.9rem;padding:0.85rem 1rem;margin:1.25rem 1rem}}
.os-life-block{padding:2rem 0;border-top:1px solid var(--os-green-pale);margin-top:1.5rem}.os-life-block:first-of-type{border-top:none;margin-top:0;padding-top:0}.os-program-compare-grid{display:grid;gap:1rem;margin:1.5rem 0}@media (min-width:768px){.os-program-compare-grid{grid-template-columns:1fr 1fr;align-items:start}}.os-program-card-v2{margin-top:0 !important}.os-photo-card--instagram-cta{background:linear-gradient(135deg,#833ab4 0%,#fd1d1d 50%,#fcb045 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;min-height:200px;aspect-ratio:4/3;flex-shrink:0;overflow:hidden}.os-instagram-cta-link{color:#fff !important;text-decoration:none;text-align:center;padding:1.5rem;display:flex;align-items:center;justify-content:center;width:100%;height:100%;transition:transform 0.2s ease}.os-instagram-cta-link:hover{color:#fff !important;transform:scale(1.02)}.os-instagram-cta-content{display:flex;flex-direction:column;align-items:center;gap:0.75rem}.os-instagram-cta-content svg{width:48px;height:48px;flex-shrink:0}.os-instagram-cta-text{display:block;font-weight:700;font-size:0.95rem;line-height:1.4;color:#fff}.os-payment-steps{list-style:none;padding-left:0}
.os-school-info{background:var(--os-green-pale);border-radius:12px;padding:1.25rem;margin:1.5rem 0}.os-school-info-title{font-size:1.05rem;font-weight:800;color:var(--os-green);margin:0 0 0.75rem}.os-school-info-list{list-style:none;padding-left:0;margin:0 0 1rem}.os-school-info-list li{padding:0.5rem 0;font-size:0.92rem;border-bottom:1px solid rgba(0,0,0,0.06);line-height:1.5}.os-school-info-list li:last-child{border-bottom:none}.os-school-info-list strong{display:inline-block;min-width:110px;font-weight:700;color:var(--os-text)}.os-school-info-note{display:inline-block;font-size:0.82rem;opacity:0.75;margin-top:0.15rem}.os-school-official-link{display:inline-block;background:var(--os-green);color:#fff !important;padding:0.85rem 1.25rem;border-radius:8px;text-decoration:none;font-weight:700;margin-top:0.5rem;transition:background 0.2s ease,transform 0.2s ease}.os-school-official-link:hover{color:#fff !important;transform:translateY(-1px);opacity:0.92}.os-school-official-link-note{display:block;font-size:0.78rem;font-weight:400;margin-top:0.25rem;opacity:0.92}.os-trust-source{font-size:0.82rem;color:var(--os-text-sub);margin:0.75rem 0 0;line-height:1.5;opacity:0.85}.os-program-total{background:linear-gradient(135deg,var(--os-green-pale) 0%,#f0f7f3 100%);border-radius:8px;padding:0.85rem 1rem;margin:1rem 0;display:flex;flex-direction:column;gap:0.2rem;border-left:3px solid var(--os-green)}.os-program-total-label{font-size:0.82rem;color:var(--os-text-sub);font-weight:600}.os-program-total-amount{font-size:1.4rem;font-weight:800;color:var(--os-green);line-height:1.2}.os-program-total-source{font-size:0.72rem;color:var(--os-text-sub);opacity:0.8}.os-footer-school{margin:1.25rem 0;padding:1rem 0;border-top:1px solid rgba(255,255,255,0.15);font-size:0.85rem;line-height:1.6}.os-footer-school-title{font-size:0.95rem;font-weight:800;margin:0 0 0.5rem;color:#fff}.os-footer-school-name{font-weight:700;margin:0;font-size:0.9rem}.os-footer-school-name-jp{margin:0.15rem 0 0;font-size:0.78rem;opacity:0.85}.os-footer-school-address{margin:0.5rem 0;font-size:0.78rem;opacity:0.92}.os-footer-school-links{margin:0.5rem 0 0;font-size:0.82rem}.os-footer-school-links a{color:var(--os-green-light);text-decoration:underline}.os-footer-school-links a:hover{color:#fff}.os-footer-school-divider{margin:0 0.5rem;opacity:0.5}.os-footer-school-note{display:inline-block;font-size:0.72rem;opacity:0.7;margin-left:0.25rem}
.os-hero-accreditation{text-align:center;margin:0 0 1rem;padding:0.5rem 0}.os-accreditation-logo{max-width:320px;width:100%;height:auto;display:inline-block}@media (max-width:480px){.os-accreditation-logo{max-width:280px}}@media (min-width:1024px){.os-footer{position:relative;z-index:60}}.os-reading-progress{position:absolute;left:0;right:0;bottom:0;height:3px;background:rgba(45,106,79,0.08);pointer-events:none}.os-reading-progress-bar{height:100%;transform:scaleX(0);transform-origin:left center;background:var(--os-green)}@media (min-width:1024px){.os-logo-topleft{width:360px}}.os-footer-logo{height:auto;width:100%;max-width:220px}