:root{--bg:#fdfbf7;--bg-soft:#fffdfa;--bg-cream:#fbf4ed;--bg-blush:#fbefea;--ink:#4a3f38;--ink-soft:#5c5048;--muted:#b8a99c;--accent:#e8695b;--teal:#56ac9d;--purple:#a98bc7;--yellow:#f6b83c;--line:#ede2d8;--dotted-line:#d8ccc2;--card-pink-bg:#fdf1ec;--card-pink-border:#f3d5cb;--card-mint-bg:#eaf5f1;--card-mint-border:#cbe3db;--card-lavender-bg:#f3eef8;--card-lavender-border:#ded2ec;--circle-pink:#f0c9be;--circle-mint:#bfdbd3;--circle-lavender:#d8c9e8;--circle-yellow:#f2dfa8;--circle-coral:#e8998a}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font-maru),"Hiragino Maru Gothic ProN",sans-serif;-webkit-font-smoothing:antialiased}img{max-width:100%}a:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:6px}section[id]{scroll-margin-top:76px}@keyframes floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes sway{0%,to{transform:rotate(-4deg)}50%{transform:rotate(5deg)}}@keyframes scrollBall{0%{top:-4px;opacity:0}12%{opacity:1}82%{opacity:1}to{top:58px;opacity:0}}.reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s cubic-bezier(.22,.9,.3,1)}.reveal.is-visible{opacity:1;transform:translateY(0)}.reveal-group>*{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s cubic-bezier(.22,.9,.3,1)}.reveal-group.is-visible>*{opacity:1;transform:translateY(0)}.reveal-group.is-visible>:nth-child(2){transition-delay:.13s}.reveal-group.is-visible>:nth-child(3){transition-delay:.26s}.reveal-group.is-visible>:nth-child(4){transition-delay:.39s}.reveal-group.is-visible>:nth-child(5){transition-delay:.52s}.reveal-group.is-visible>:nth-child(6){transition-delay:.65s}.section-title{font-family:var(--font-mincho),serif;font-size:28px;font-weight:700;text-align:center;margin:0 0 52px;letter-spacing:.06em}.section-title--lined{display:flex;align-items:center;justify-content:center;gap:18px;letter-spacing:.1em;margin-bottom:48px}.title-line{width:48px;height:2px;background:var(--ink);display:inline-block}.thin-divider{max-width:960px;margin:0 auto;border-top:1px solid var(--line)}.bg-soft-wrap{background:var(--bg-soft)}.site-header{justify-content:space-between;padding:18px 48px;background:var(--bg);position:-webkit-sticky;position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(0,0,0,.03)}.brand,.site-header{display:flex;align-items:center}.brand{gap:6px;text-decoration:none;color:var(--ink)}.brand-name{font-family:var(--font-mincho),serif;font-size:28px;font-weight:700;letter-spacing:.06em}.brand-sprig{width:48px;height:auto;transform:rotate(12deg)}.site-nav{display:flex;align-items:center;gap:34px}.nav-link{color:var(--ink);font-weight:500}.nav-line-btn,.nav-link{font-size:14px;text-decoration:none}.nav-line-btn{display:flex;align-items:center;gap:8px;background:var(--accent);color:#fff;font-weight:700;padding:11px 22px;border-radius:999px;box-shadow:0 3px 10px rgba(232,105,91,.35);transition:filter .2s ease}.nav-line-btn:hover{filter:brightness(1.06)}.hero{position:relative;overflow:hidden;padding:96px 48px 130px;background:var(--bg-soft)}.hero-blob-mint{left:-148px;top:-134px;width:334px;opacity:.8}.hero-blob-mint,.hero-blob-pink2{position:absolute;pointer-events:none}.hero-blob-pink2{right:-140px;top:-105px;width:380px;opacity:.6}.hero-blob-pink1{left:-312px;top:323px;width:495px;opacity:.75}.hero-blob-pink1,.hero-dots{position:absolute;pointer-events:none}.hero-dots{left:64px;top:512px;width:112px;opacity:.7}.hero-grid{max-width:1060px;margin:0 auto;display:grid;grid-template-columns:1fr minmax(340px,500px);grid-gap:40px;gap:40px;align-items:center;position:relative}.hero-title{font-family:var(--font-mincho),serif;font-size:clamp(23px,3.4vw,38px);line-height:1.6;font-weight:700;margin:0 0 28px;letter-spacing:.04em;animation:fadeUp .8s ease both}.hero-title .nowrap{white-space:nowrap}.hero-lead{font-size:16px;line-height:2.1;margin:0 0 36px;color:var(--ink-soft);animation:fadeUp .8s ease .15s both}.hero-cta{display:inline-flex;align-items:center;gap:10px;background:var(--accent);color:#fff;font-size:17px;font-weight:700;padding:16px 34px;border-radius:999px;text-decoration:none;box-shadow:0 4px 14px rgba(232,105,91,.4);animation:fadeUp .8s ease .3s both;transition:transform .25s ease,box-shadow .25s ease}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(232,105,91,.45)}.hero-cta-chev{font-size:14px}.hero-art{position:relative;width:100%;max-width:500px;aspect-ratio:500/400;margin:0 auto;animation:fadeUp .9s ease .25s both}.hero-art img{position:absolute;height:auto}.hero-art .art-plant{left:18%;top:-10%;width:35%;z-index:2}.hero-art .art-laptop{right:0;top:10%;width:60%;z-index:3}.hero-art .art-coffee{left:2%;top:20%;width:28%;z-index:2}.hero-art .art-notepad{left:11.6%;top:53.2%;width:32%;z-index:4}.hero-art .art-pencil{left:-4.6%;top:65.7%;width:24.6%;z-index:4;transform:rotate(60deg)}.hero-art .art-phone{left:82%;top:70%;width:22%;z-index:5}.hero-scroll{position:absolute;right:max(24px,calc(25% - 195px));bottom:0;display:flex;flex-direction:column;align-items:center;gap:10px;z-index:5}.hero-scroll-label{font-size:11px;font-weight:700;letter-spacing:.28em;text-indent:.28em;color:var(--ink)}.hero-scroll-line{position:relative;width:1.5px;height:64px;background:var(--ink)}.hero-scroll-ball{position:absolute;left:50%;transform:translateX(-50%);width:9px;height:9px;border-radius:50%;background:var(--ink);animation:scrollBall 2.9s ease-in-out infinite}.problems{padding:72px 48px;position:relative;overflow:hidden;background:var(--bg-cream)}.problems-grid{flex-wrap:wrap;gap:28px;max-width:1100px;margin:0 auto}.problem-circle,.problems-grid{display:flex;justify-content:center}.problem-circle{width:230px;height:230px;border-radius:50%;background:#fff;flex-direction:column;align-items:center;gap:10px;padding:20px;box-sizing:border-box;animation:floaty 5s ease-in-out infinite}.problems-grid>:nth-child(2){animation-delay:.6s}.problems-grid>:nth-child(3){animation-delay:1.2s}.problems-grid>:nth-child(4){animation-delay:1.8s}.problem-circle--pink{border:1.5px solid var(--circle-pink)}.problem-circle--mint{border:1.5px solid var(--circle-mint)}.problem-circle--lavender{border:1.5px solid var(--circle-lavender)}.problem-circle--yellow{border:1.5px solid var(--circle-yellow)}.problem-circle p{margin:0;font-size:15px;font-weight:700;text-align:center;line-height:1.7}.problem-circle img{height:auto}.problem-img--calendar{width:37%}.problem-img--laptop{width:52%}.problem-img--question{width:48%}.problem-img--worried{width:53%}.services{padding:64px 48px 80px;background:var(--bg);position:relative;overflow:hidden}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,320px));grid-gap:28px;gap:28px;justify-content:center;max-width:1016px;margin:0 auto}.service-card{position:relative;border-radius:14px;padding:38px 28px 30px;display:flex;flex-direction:column;align-items:center;gap:14px;transition:transform .25s ease,box-shadow .25s ease}.service-card:hover{transform:translateY(-6px);box-shadow:0 12px 26px rgba(0,0,0,.08)}.service-card--pink{background:var(--card-pink-bg);border:1px solid var(--card-pink-border)}.service-card--mint{background:var(--card-mint-bg);border:1px solid var(--card-mint-border)}.service-card--lavender{background:var(--card-lavender-bg);border:1px solid var(--card-lavender-border)}.service-badge{position:absolute;top:14px;right:14px;background:var(--yellow);color:#fff;font-size:12px;font-weight:700;padding:5px 12px;border-radius:999px}.service-icon{width:92px;height:92px;object-fit:contain}.service-card h3{font-family:var(--font-mincho),serif;font-size:21px;font-weight:700;margin:0;letter-spacing:.06em}.service-card p{margin:0;font-size:13.5px;line-height:2;text-align:center;color:var(--ink-soft)}.service-note{font-size:12px}.service-btn{margin-top:6px;display:inline-block;color:#fff;font-size:14px;font-weight:700;padding:11px 38px;border-radius:999px;text-decoration:none;transition:filter .2s ease}.service-btn:hover{filter:brightness(1.06)}.service-btn--coral{background:var(--accent)}.service-btn--teal{background:var(--teal)}.service-btn--purple{background:var(--purple)}.reasons{padding:56px 48px 80px;background:var(--bg)}.reasons-grid{display:grid;grid-template-columns:300px 1px 300px 1px 300px;grid-gap:24px;gap:24px;justify-content:center;align-items:start}.reason{display:flex;flex-direction:column;align-items:center;gap:16px}.reason img{width:84px;height:84px;object-fit:contain}.reason h3{font-size:16.5px;font-weight:700;margin:0}.reason p{margin:0;font-size:13.5px;line-height:2;text-align:center;color:var(--ink-soft)}.reason-divider{height:180px;border-left:2px dotted var(--dotted-line)}.profile{position:relative;overflow:hidden;padding:72px 48px;background:var(--bg-blush)}.profile-sprig{position:absolute;top:50%;transform:translateY(-50%);pointer-events:none}.profile-sprig--left{left:calc(50% - 590px);width:110px}.profile-sprig--right{right:calc(50% - 590px);width:120px}.profile-sprig .sway{animation:sway 7s ease-in-out infinite;transform-origin:bottom center}.profile-sprig--right .sway{animation-duration:8s;animation-delay:1s}.profile-sprig img{display:block;opacity:.9;width:100%}.profile-sprig--left img{transform:scaleX(-1)}.profile-grid{max-width:900px;margin:0 auto;display:grid;grid-template-columns:220px 1fr;grid-gap:48px;gap:48px;align-items:center}.profile-side{display:flex;flex-direction:column;align-items:center;gap:22px}.profile-avatar{width:220px;height:220px;border-radius:50%;background:#fff;border:3px solid #fff;box-shadow:0 0 0 1px #f0d8ce,0 6px 18px rgba(160,120,100,.15);overflow:hidden}.profile-avatar img{width:100%;height:100%;object-fit:cover;display:block}.profile h2{font-family:var(--font-mincho),serif;font-size:26px;font-weight:700;margin:0 0 20px;letter-spacing:.06em}.profile-text{margin:0;font-size:14px;line-height:2.2;color:var(--ink-soft)}.social-links{list-style:none;margin:0;padding:0;gap:8px}.social-link,.social-links{display:flex;justify-content:center}.social-link{align-items:center;box-sizing:border-box;width:36px;height:36px;border-radius:50%;background:#fff;border:1px solid var(--card-pink-border);color:var(--ink-soft);text-decoration:none;transition:transform .25s ease,color .25s ease,box-shadow .25s ease}.social-link:hover{transform:translateY(-3px);color:var(--accent);box-shadow:0 6px 14px rgba(160,120,100,.18)}.social-link svg{width:17px;height:17px}.social-udemy{font-size:15px;font-weight:800;line-height:1}.flow{padding:72px 48px;background:var(--bg-soft)}.flow-grid{justify-content:center;gap:20px}.flow-card,.flow-grid{display:flex;align-items:center}.flow-card{position:relative;width:290px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:34px 24px 28px;flex-direction:column;gap:12px;box-sizing:border-box;box-shadow:0 2px 8px rgba(0,0,0,.03);transition:transform .25s ease,box-shadow .25s ease}.flow-card:hover{transform:translateY(-5px);box-shadow:0 10px 22px rgba(0,0,0,.07)}.flow-num{position:absolute;left:-14px;top:-14px;width:44px}.flow-card h3{font-size:16px;font-weight:700;margin:0}.flow-icon{width:80px;height:80px;object-fit:contain}.flow-card p{margin:0;font-size:13px;line-height:1.9;text-align:center;color:var(--ink-soft)}.flow-arrow{width:60px;height:auto;flex:none}.faq{padding:56px 48px 88px;background:var(--bg-soft)}.faq-grid{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 280px;grid-gap:48px;gap:48px;align-items:start}.faq h2{font-family:var(--font-mincho),serif;font-size:26px;font-weight:700;margin:0 0 28px;letter-spacing:.08em}.faq-list{display:flex;flex-direction:column;gap:12px}.faq-item{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden}.faq-q{width:100%;display:flex;align-items:center;gap:14px;padding:16px 20px;background:none;border:none;cursor:pointer;font-family:var(--font-maru),sans-serif;font-size:14px;font-weight:500;color:var(--ink);text-align:left;transition:background .2s ease}.faq-q:hover{background:#fdf8f3}.faq-q-mark{color:var(--accent);font-weight:700;flex:none}.faq-q-text{flex:1 1}.faq-chev{color:var(--muted);font-size:12px;flex:none}.faq-a{display:flex;gap:14px;padding:2px 20px 18px;border-top:1px dashed var(--line)}.faq-a-mark{color:var(--teal);font-weight:700;font-size:14px;padding-top:12px;flex:none}.faq-a p{margin:0;padding-top:12px;font-size:13.5px;line-height:2;color:var(--ink-soft)}.faq-art{position:relative;height:280px;align-self:end}.faq-art img{position:absolute;height:auto}.faq-art .art-hearts{left:152px;top:74px;width:96px;z-index:3;opacity:.9}.faq-art .art-flowerpot{left:0;bottom:20px;width:150px;z-index:2}.faq-art .art-books{right:0;bottom:0;width:170px;z-index:1}.cta{position:relative;overflow:hidden;background:var(--bg-blush);padding:40px 48px}.cta-inner{max-width:1000px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:36px}.cta-lets{font-style:italic;font-size:22px;color:var(--accent);transform:rotate(-8deg);flex:none}.cta-copy,.cta-lets{font-family:var(--font-mincho),serif}.cta-copy{margin:0;font-size:21px;font-weight:600;letter-spacing:.05em}.cta-btn{display:inline-flex;align-items:center;gap:10px;background:var(--accent);color:#fff;font-size:15px;font-weight:700;padding:14px 30px;border-radius:999px;text-decoration:none;box-shadow:0 4px 12px rgba(232,105,91,.4);flex:none;transition:transform .25s ease}.cta-btn:hover{transform:translateY(-2px)}.cta-btn-chev{font-size:13px}.cta-branch{position:absolute;width:83px;opacity:.85;left:calc(50% + 480px);top:27px;pointer-events:none}.site-footer{background:var(--bg);padding:26px 48px;border-top:1px solid rgba(0,0,0,.04)}.footer-inner{max-width:1060px;margin:0 auto;justify-content:space-between}.footer-brand,.footer-inner{display:flex;align-items:center}.footer-brand{gap:6px}.footer-brand-name{font-family:var(--font-mincho),serif;font-size:20px;font-weight:700}.footer-brand img{width:38px;height:auto;transform:rotate(12deg)}.footer-nav{display:flex;gap:28px;align-items:center}.footer-line-link,.footer-link{font-size:12.5px;color:var(--ink-soft);text-decoration:none}.footer-line-link{display:flex;align-items:center;gap:6px}.copyright{text-align:center;margin:18px 0 0;font-size:11px;color:var(--muted)}@media (max-width:1080px){.site-header{padding:16px 24px}.site-nav{gap:20px}.hero{padding:72px 32px 110px}.reasons-grid{grid-template-columns:minmax(0,420px);gap:28px}.reason-divider{height:0;width:140px;border-left:none;border-top:2px dotted var(--dotted-line);margin:0 auto}.flow-grid{flex-direction:column;gap:14px}.flow-arrow{width:44px;transform:rotate(90deg);margin:6px 0}}@media (max-width:900px){.hero-grid{grid-template-columns:1fr;gap:48px}.hero-art{max-width:440px}.hero-scroll{display:none}.faq-grid{grid-template-columns:1fr;gap:36px}.faq-art{width:280px;margin:0 auto}}@media (max-width:768px){.site-header{padding:12px 20px}.brand-name{font-size:22px}.brand-sprig{width:36px}.nav-link{display:none}.nav-line-btn{padding:9px 16px;font-size:13px}section[id]{scroll-margin-top:64px}.section-title{font-size:22px;margin-bottom:36px}.title-line{width:32px}.hero{padding:56px 24px 88px}.hero-lead{font-size:14.5px;margin-bottom:30px}.hero-cta{font-size:15px;padding:14px 28px}.hero-blob-mint{width:240px;left:-120px;top:-100px}.hero-blob-pink2{width:260px;right:-130px}.hero-blob-pink1,.hero-dots{display:none}.problems{padding:56px 20px}.problems-grid{gap:18px}.problem-circle{width:clamp(148px,42vw,230px);height:auto;aspect-ratio:1;padding:10px;gap:6px}.problem-circle p{font-size:11.5px;line-height:1.6}.services{padding:56px 20px 64px}.reasons{padding:48px 24px 64px}.profile{padding:56px 24px}.profile-grid{grid-template-columns:1fr;gap:28px;justify-items:center}.profile-avatar{width:160px;height:160px}.profile h2{font-size:22px;text-align:center}.profile-text{font-size:13.5px;line-height:2.1}.flow{padding:56px 20px}.flow-card{width:min(320px,100%)}.faq{padding:48px 20px 64px}.faq h2{font-size:22px}.cta{padding:40px 24px 48px}.cta-inner{flex-direction:column;gap:18px;text-align:center}.cta-copy{font-size:18px}.cta-branch{width:56px;left:auto;right:10px;top:10px}.site-footer{padding:24px 20px}.footer-inner{flex-direction:column;gap:16px}.footer-nav{flex-wrap:wrap;justify-content:center;gap:16px;row-gap:10px}.copyright{margin-top:16px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation:none!important;transition:none!important}.reveal,.reveal-group>*{opacity:1;transform:none}}.learn-hero{background:var(--bg-soft);padding:72px 48px 36px;text-align:center}.learn-title{font-family:var(--font-mincho),serif;font-size:30px;font-weight:700;letter-spacing:.1em;margin:0}.learn-lead{font-size:14.5px;line-height:2.1;color:var(--ink-soft);margin:20px auto 0;max-width:600px}.guide{background:var(--bg-soft);padding:24px 48px 72px}.guide-heading{font-size:16px;font-weight:700;text-align:center;margin:0 0 26px;letter-spacing:.05em}.guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,300px));grid-gap:20px;gap:20px;justify-content:center}.guide-card{background:#fff;border:1.5px solid;border-radius:14px;padding:26px 20px;display:flex;flex-direction:column;align-items:center;gap:8px;text-decoration:none;color:var(--ink);transition:transform .25s ease,box-shadow .25s ease}.guide-card:hover{transform:translateY(-4px);box-shadow:0 10px 22px rgba(0,0,0,.06)}.guide-card--red{border-color:var(--circle-coral);background:var(--card-pink-bg)}.guide-card--purple{border-color:var(--circle-lavender);background:var(--card-lavender-bg)}.guide-card--yellow{border-color:var(--circle-yellow);background:#fcf5e3}.guide-q{font-size:13px;color:var(--ink-soft)}.guide-dest{font-family:var(--font-mincho),serif;font-size:17px;font-weight:700;letter-spacing:.04em}.guide-arrow{font-size:14px}.guide-card--red .guide-arrow{color:var(--accent)}.guide-card--purple .guide-arrow{color:var(--purple)}.guide-card--yellow .guide-arrow{color:var(--yellow)}.learn-section{padding:64px 48px 72px}.learn-section--cream{background:var(--bg-cream)}.learn-section--soft{background:var(--bg-soft)}.learn-intro{text-align:center;font-size:14px;line-height:2;color:var(--ink-soft);margin:-24px 0 44px}.section-cta-row{text-align:center;margin-top:40px}.video-frame{position:relative;display:block;width:100%;max-width:640px;margin:0 auto;aspect-ratio:16/9;border-radius:14px;overflow:hidden;background:#000;border:none;padding:0;box-shadow:0 8px 24px rgba(0,0,0,.1)}.video-facade{cursor:pointer}.video-frame iframe,.video-frame img{width:100%;height:100%;object-fit:cover;display:block;border:0}.video-play-btn{position:absolute;inset:0;margin:auto;width:72px;height:72px;border-radius:50%;background:rgba(232,105,91,.92);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px rgba(0,0,0,.25);transition:transform .25s ease}.video-play-btn svg{margin-left:4px}.video-facade:hover .video-play-btn{transform:scale(1.08)}.video-caption{text-align:center;font-size:13px;color:var(--ink-soft);margin:14px 0 48px}.playlist-grid{display:grid;grid-template-columns:repeat(2,minmax(0,440px));grid-gap:26px;gap:26px;justify-content:center}.playlist-card{position:relative;border-radius:14px;padding:20px 20px 26px;display:flex;flex-direction:column;gap:12px;background:#fff;border:1px solid var(--line)}.playlist-badge{position:absolute;top:12px;right:12px;z-index:1;background:var(--accent);color:#fff;font-size:12px;font-weight:700;padding:5px 12px;border-radius:999px}.playlist-thumb{border-radius:10px;overflow:hidden;aspect-ratio:16/9}.playlist-thumb img{width:100%;height:100%;object-fit:cover;display:block}.playlist-title{font-family:var(--font-mincho),serif;font-size:17.5px;font-weight:700;letter-spacing:.04em;margin:0;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.playlist-count{font-family:var(--font-maru),sans-serif;font-size:11.5px;font-weight:700;color:var(--ink-soft);background:#fff;border:1px solid var(--line);border-radius:999px;padding:3px 10px;white-space:nowrap}.playlist-audience{margin:0;font-size:13px;line-height:1.9;color:var(--ink-soft)}.audience-label{display:block;font-size:11.5px;font-weight:700;letter-spacing:.05em;color:var(--accent);margin-bottom:2px}.playlist-card .service-btn,.udemy-card .service-btn{align-self:center;margin-top:auto}.playlist-btn{background:#fff;color:var(--accent);border:1.5px solid var(--accent)}.playlist-btn:hover{background:var(--card-pink-bg);filter:none}.udemy-btn{background:#fff;color:var(--purple);border:1.5px solid var(--purple)}.udemy-btn:hover{background:var(--card-lavender-bg);filter:none}.udemy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,440px));grid-gap:26px;gap:26px;justify-content:center}.udemy-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:30px 28px;display:flex;flex-direction:column;gap:14px;box-shadow:0 2px 8px rgba(0,0,0,.03)}.udemy-title{font-family:var(--font-mincho),serif;font-size:18px;font-weight:700;line-height:1.6;letter-spacing:.04em;margin:0}.udemy-learn-label{font-size:12px;font-weight:700;letter-spacing:.08em;color:var(--teal);margin:4px 0 0}.udemy-learnings{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.udemy-learnings li{position:relative;padding-left:22px;font-size:13.5px;line-height:1.8;color:var(--ink-soft)}.udemy-learnings li:before{content:"✓";position:absolute;left:0;color:var(--teal);font-weight:700}.udemy-note{text-align:center;font-size:12px;color:var(--muted);margin:28px 0 0}.text-link{color:var(--ink-soft);font-size:13.5px;text-decoration:underline;text-underline-offset:3px}.text-link:hover{color:var(--accent)}.seminar-next{position:relative;max-width:640px;margin:0 auto 48px;background:#fff;border:1.5px solid var(--accent);border-radius:14px;padding:26px 28px 24px;box-shadow:0 4px 14px rgba(232,105,91,.12)}.seminar-next-badge{position:absolute;top:-13px;left:20px;background:var(--accent);color:#fff;font-size:12px;font-weight:700;padding:4px 14px;border-radius:999px}.seminar-list-heading{text-align:center;font-size:15px;font-weight:700;letter-spacing:.05em;margin:0 0 20px}.seminar-list{max-width:640px;margin:0 auto;display:flex;flex-direction:column;gap:14px}.seminar-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:18px 24px}.seminar-date{margin:0 0 4px;font-size:12px;font-weight:700;letter-spacing:.04em;color:var(--muted)}.seminar-title{margin:0 0 6px;font-size:15.5px;font-weight:700}.seminar-desc{margin:0;font-size:13px;line-height:1.9;color:var(--ink-soft)}.seminar-cta{text-align:center;margin-top:44px}.seminar-cta>p:first-child{font-size:14px;margin:0 0 16px}.seminar-group-note{font-size:12.5px;color:var(--ink-soft);margin:16px 0 0}@media (max-width:900px){.guide-grid{grid-template-columns:minmax(0,360px)}.playlist-grid,.udemy-grid{grid-template-columns:minmax(0,480px)}.learn-section{padding:56px 24px 64px}}@media (max-width:768px){.learn-hero{padding:48px 20px 24px}.learn-title{font-size:24px}.learn-lead{font-size:13.5px}.guide{padding:20px 20px 56px}.learn-section{padding:48px 20px 56px}.learn-intro{margin:-16px 0 36px}.video-play-btn{width:58px;height:58px}.video-caption{margin-bottom:40px}.playlist-card{padding:16px 16px 22px}.udemy-card{padding:24px 20px}.seminar-card{padding:16px 18px}}