:root{--primary:#FF6600;--primary-ink:#fff;--ink:#1a1a1a;--pill:#c2410c;--muted:#64748b;--danger:#E53935;--bg:#ffffff;--bg-soft:#f8fafc;--border:#e2e8f0;--radius:20px;--shadow-sm:0 1px 3px rgba(0,0,0,.05);--shadow:0 4px 12px rgba(0,0,0,.08);--shadow-lg:0 12px 32px rgba(0,0,0,.12);--shadow-xl:0 20px 48px rgba(0,0,0,.15)}[data-astro-cid-4wqw766y]{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans JP,Hiragino Kaku Gothic ProN,Meiryo,Yu Gothic UI,sans-serif;color:var(--ink);margin:0;background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a[data-astro-cid-4wqw766y]{color:var(--primary);text-decoration:none;transition:color .2s ease}a[data-astro-cid-4wqw766y]:hover{color:#ff8533}img[data-astro-cid-4wqw766y]{max-width:100%;height:auto;display:block}h2[data-astro-cid-4wqw766y]{font-size:clamp(28px,4.5vw,36px);font-weight:800;margin:0 0 1rem;letter-spacing:-.02em;color:#0f172a;line-height:1.2}.container[data-astro-cid-4wqw766y]{max-width:1200px;margin:0 auto;padding:0 24px}.btn[data-astro-cid-4wqw766y]{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:16px 32px;border-radius:12px;background:var(--primary);color:var(--primary-ink);font-weight:700;font-size:1rem;box-shadow:var(--shadow);transition:all .5s cubic-bezier(.4,0,.2,1);border:none;cursor:pointer}.btn[data-astro-cid-4wqw766y]:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg);background:#ff8533;color:#fff}.btn[data-astro-cid-4wqw766y]:active{transform:translateY(0)}.btn-primary[data-astro-cid-4wqw766y]{background:var(--primary);color:#fff}.btn-primary[data-astro-cid-4wqw766y]:hover{background:#ff8533;color:#fff}.btn-outline[data-astro-cid-4wqw766y]{background:transparent;color:var(--primary);border:2px solid var(--primary);box-shadow:none}.btn-outline[data-astro-cid-4wqw766y]:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg);background:var(--primary);color:#fff;opacity:.9}.btn-large[data-astro-cid-4wqw766y]{padding:20px 40px;font-size:1.125rem;border-radius:14px}.pill[data-astro-cid-4wqw766y]{display:inline-block;padding:10px 18px;border-radius:999px;background:linear-gradient(135deg,#fff3ec,#ffe5d6);color:var(--pill);font-weight:700;font-size:.875rem;letter-spacing:.02em;box-shadow:var(--shadow-sm)}header[data-astro-cid-4wqw766y]{position:sticky;top:0;z-index:50;background:#fffffffa;backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid var(--border);box-shadow:var(--shadow-sm)}.nav[data-astro-cid-4wqw766y]{display:flex;align-items:center;justify-content:space-between;gap:12px;height:72px}.nav[data-astro-cid-4wqw766y] a[data-astro-cid-4wqw766y]{font-weight:600;color:#475569;transition:color .2s ease;font-size:.95rem}.nav[data-astro-cid-4wqw766y] a[data-astro-cid-4wqw766y]:hover{color:var(--primary)}.nav[data-astro-cid-4wqw766y] .menu[data-astro-cid-4wqw766y]{display:flex;gap:24px;align-items:center}.nav[data-astro-cid-4wqw766y] .cta[data-astro-cid-4wqw766y]{margin-left:8px;transition:all .5s cubic-bezier(.4,0,.2,1)}.nav[data-astro-cid-4wqw766y] .cta[data-astro-cid-4wqw766y]:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg);background:#ff8533;color:#fff;opacity:.9}.logo[data-astro-cid-4wqw766y]{display:flex;align-items:center;gap:10px;font-weight:800;letter-spacing:-.01em;color:#0f172a;font-size:1.05rem}.logo-mark[data-astro-cid-4wqw766y]{width:32px;height:32px;border-radius:10px}.hamburger[data-astro-cid-4wqw766y]{display:none;background:none;border:none;padding:12px;border-radius:10px;font-size:28px;align-items:center;justify-content:center;cursor:pointer;color:#475569;transition:background .2s ease}.hamburger[data-astro-cid-4wqw766y]:hover{background:#f1f5f9}.drawer[data-astro-cid-4wqw766y]{flex-direction:column;gap:16px;padding:16px;background:#fff;position:absolute;top:64px;right:0;left:0;z-index:1000;border-bottom:1px solid var(--border);box-shadow:0 4px 12px #0000001a;max-height:0;opacity:0;overflow:hidden;visibility:hidden;transform:translateY(-10px);transition:max-height .4s ease,opacity .3s ease,transform .3s ease}.drawer[data-astro-cid-4wqw766y].open{max-height:500px;opacity:1;visibility:visible;transform:translateY(0)}.overlay[data-astro-cid-4wqw766y]{display:none;position:fixed;top:64px;left:0;width:100%;height:calc(100% - 64px);background:#0003;z-index:900;opacity:0;transition:opacity .3s ease}.overlay[data-astro-cid-4wqw766y].show{display:block;opacity:1}.hero[data-astro-cid-4wqw766y]{position:relative;min-height:75vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:80px 24px;color:#fff;background:linear-gradient(135deg,#0006,#0000004d),url(/_astro/eyecatch.DxaoKU60.webp) no-repeat center center/cover}.hero[data-astro-cid-4wqw766y]:before{content:"";position:absolute;inset:0;background:#0003;z-index:0}.hero-content[data-astro-cid-4wqw766y]{position:relative;z-index:1;max-width:1100px}.hero[data-astro-cid-4wqw766y] h1[data-astro-cid-4wqw766y]{font-size:clamp(36px,6.5vw,64px);line-height:1.2;font-weight:900;letter-spacing:-.03em;text-shadow:0 2px 8px rgba(0,0,0,.2);max-width:1000px;margin:24px auto 28px}.hero[data-astro-cid-4wqw766y] p[data-astro-cid-4wqw766y].lead{font-size:clamp(18px,2.5vw,24px);margin-bottom:40px;color:#fffffff2;line-height:1.7;font-weight:400}.hero-benefits[data-astro-cid-4wqw766y]{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;margin:40px 0}.benefit-item[data-astro-cid-4wqw766y]{display:flex;align-items:center;gap:10px;background:#fff3;backdrop-filter:blur(12px);padding:14px 24px;border-radius:12px;color:#fff;font-weight:600;border:1px solid rgba(255,255,255,.3);transition:all .3s ease}.benefit-item[data-astro-cid-4wqw766y]:hover{background:#ffffff40;transform:translateY(-2px)}.benefit-icon[data-astro-cid-4wqw766y]{font-size:1.3rem;font-weight:900}.hero[data-astro-cid-4wqw766y] .cta-group[data-astro-cid-4wqw766y]{justify-content:center;display:flex;gap:20px;flex-wrap:wrap;margin-top:40px;width:100%}section[data-astro-cid-4wqw766y]{padding:100px 0;background:var(--bg)}section[data-astro-cid-4wqw766y].alt{background:var(--bg-soft)}.section-hd[data-astro-cid-4wqw766y]{display:flex;flex-direction:column;align-items:center;justify-content:space-between;margin-bottom:64px;gap:16px;text-align:center}.section-hd[data-astro-cid-4wqw766y] h2[data-astro-cid-4wqw766y]{font-size:clamp(28px,4.5vw,40px);margin:0;font-weight:800;letter-spacing:-.02em}.section-hd[data-astro-cid-4wqw766y] p[data-astro-cid-4wqw766y]{color:var(--muted);margin:0;font-size:1.125rem;line-height:1.7;max-width:700px}.problems-section[data-astro-cid-4wqw766y]{padding:100px 0}.problems-chat[data-astro-cid-4wqw766y]{max-width:900px;margin:0 auto 48px;display:flex;flex-direction:column;gap:24px;overflow:visible}.chat-bubble[data-astro-cid-4wqw766y]{position:relative;max-width:75%;overflow:visible;z-index:1;opacity:0}.chat-left[data-astro-cid-4wqw766y]{align-self:flex-start}.chat-right[data-astro-cid-4wqw766y]{align-self:flex-end}.chat-bubble[data-astro-cid-4wqw766y].is-visible.chat-left{animation:fadeInFromLeft .6s ease-out forwards}.chat-bubble[data-astro-cid-4wqw766y].is-visible.chat-right{animation:fadeInFromRight .6s ease-out forwards}.chat-bubble[data-astro-cid-4wqw766y].is-visible:nth-child(1){animation-delay:.1s}.chat-bubble[data-astro-cid-4wqw766y].is-visible:nth-child(2){animation-delay:.2s}.chat-bubble[data-astro-cid-4wqw766y].is-visible:nth-child(3){animation-delay:.3s}.chat-bubble[data-astro-cid-4wqw766y].is-visible:nth-child(4){animation-delay:.4s}@keyframes fadeInFromLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInFromRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.chat-content[data-astro-cid-4wqw766y]{background:#fff;border-radius:20px;padding:32px 36px;box-shadow:var(--shadow);position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:visible}.chat-content[data-astro-cid-4wqw766y]:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.chat-left[data-astro-cid-4wqw766y] .chat-content[data-astro-cid-4wqw766y]{border-radius:20px;background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid var(--border)}.chat-left[data-astro-cid-4wqw766y] .chat-content[data-astro-cid-4wqw766y]:before{content:"";position:absolute;top:50%;left:0;border-style:solid;border-width:20px 20px 0 0;border-color:transparent var(--border) transparent transparent;translate:-100% calc(-50% + .4px);transform:skew(0,10deg);transform-origin:right;z-index:1}.chat-left[data-astro-cid-4wqw766y] .chat-content[data-astro-cid-4wqw766y]:after{content:"";position:absolute;top:50%;left:0;border-style:solid;border-width:18px 18px 0 0;border-color:transparent #ffffff transparent transparent;translate:calc(-100% + 1px) calc(-50% + .4px);transform:skew(0,10deg);transform-origin:right;z-index:2}.chat-right[data-astro-cid-4wqw766y] .chat-content[data-astro-cid-4wqw766y]{border-radius:20px;background:linear-gradient(135deg,#f8fafc,#fff);border:1px solid var(--border)}.chat-right[data-astro-cid-4wqw766y] .chat-content[data-astro-cid-4wqw766y]:before{content:"";position:absolute;top:50%;right:0;border-style:solid;border-width:20px 0 0 20px;border-color:transparent transparent transparent var(--border);translate:100% calc(-50% + .4px);transform:skew(0,-10deg);transform-origin:left;z-index:1}.chat-right[data-astro-cid-4wqw766y] .chat-content[data-astro-cid-4wqw766y]:after{content:"";position:absolute;top:50%;right:0;border-style:solid;border-width:18px 0 0 18px;border-color:transparent transparent transparent #ffffff;translate:calc(100% - 1px) calc(-50% + .4px);transform:skew(0,-10deg);transform-origin:left;z-index:2}.chat-content[data-astro-cid-4wqw766y] h3[data-astro-cid-4wqw766y]{font-size:1.25rem;font-weight:700;margin:0 0 12px;color:#111;line-height:1.4}.chat-content[data-astro-cid-4wqw766y] p[data-astro-cid-4wqw766y]{line-height:1.8;margin:0;color:var(--ink);font-size:1rem}.problems-cta[data-astro-cid-4wqw766y]{text-align:center;padding:32px;background:linear-gradient(135deg,#fff8f0,#fff3e6);border-radius:20px;border:2px solid rgba(255,102,0,.2)}.problems-cta[data-astro-cid-4wqw766y] p[data-astro-cid-4wqw766y]{font-size:1.2rem;margin:0 0 24px;color:#111}.problems-cta[data-astro-cid-4wqw766y] strong[data-astro-cid-4wqw766y]{color:var(--primary);font-size:1.3rem}.solution-section[data-astro-cid-4wqw766y]{padding:100px 0}.solution-overview[data-astro-cid-4wqw766y]{display:flex;flex-direction:column;gap:48px}.solution-main[data-astro-cid-4wqw766y]{display:grid;grid-template-columns:1.2fr 1fr;gap:48px;align-items:start}.solution-visual[data-astro-cid-4wqw766y]{background:#fff;border-radius:24px;padding:40px;box-shadow:0 12px 40px #0000001a}.solution-box[data-astro-cid-4wqw766y]{display:flex;align-items:flex-start;gap:16px}.solution-step[data-astro-cid-4wqw766y]{flex:1;text-align:center;min-width:0;display:flex;flex-direction:column;align-items:center}.step-number[data-astro-cid-4wqw766y]{width:64px;height:64px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:900;margin:0 auto 16px;flex-shrink:0}.solution-step[data-astro-cid-4wqw766y] h3[data-astro-cid-4wqw766y]{font-size:1.2rem;font-weight:700;margin:0 0 8px;color:#111}.solution-step[data-astro-cid-4wqw766y] p[data-astro-cid-4wqw766y]{font-size:.95rem;line-height:1.6;margin:0;color:var(--muted)}.arrow[data-astro-cid-4wqw766y]{font-size:2rem;color:var(--primary);font-weight:900}.solution-content[data-astro-cid-4wqw766y] h3[data-astro-cid-4wqw766y]{font-size:1.5rem;font-weight:700;margin:0 0 24px;color:#111}.solution-list[data-astro-cid-4wqw766y]{list-style:none;padding:0;margin:0}.solution-list[data-astro-cid-4wqw766y] li[data-astro-cid-4wqw766y]{padding:12px 0;font-size:1.1rem;line-height:1.8;color:#111}.solution-note[data-astro-cid-4wqw766y]{background:#fff3ec;padding:24px 32px;border-radius:12px;width:100%;text-align:center}.solution-note[data-astro-cid-4wqw766y] p[data-astro-cid-4wqw766y]{margin:0;line-height:1.8;color:#111}.price-section[data-astro-cid-4wqw766y]{padding:100px 0}.price-grid[data-astro-cid-4wqw766y]{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-bottom:48px}.price-card[data-astro-cid-4wqw766y]{background:#fff;border-radius:24px;padding:40px;box-shadow:var(--shadow);border:1px solid var(--border);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.price-card[data-astro-cid-4wqw766y]:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary),#ff8533);opacity:0;transition:opacity .3s ease}.price-card[data-astro-cid-4wqw766y]:hover{transform:translateY(-6px);box-shadow:var(--shadow-xl);border-color:var(--primary)}.price-card[data-astro-cid-4wqw766y]:hover:before{opacity:1}.price-header[data-astro-cid-4wqw766y]{text-align:center;padding-bottom:24px;border-bottom:2px solid var(--border);margin-bottom:24px}.price-badge[data-astro-cid-4wqw766y]{display:inline-block;background:var(--primary);color:#fff;padding:6px 16px;border-radius:999px;font-size:.9rem;font-weight:700;margin-bottom:16px}.price-amount[data-astro-cid-4wqw766y]{font-size:2.5rem;font-weight:900;color:var(--primary);margin:8px 0}.price-period[data-astro-cid-4wqw766y]{color:var(--muted);font-size:.95rem}.price-body[data-astro-cid-4wqw766y] h3[data-astro-cid-4wqw766y]{font-size:1.3rem;font-weight:700;margin:0 0 12px;color:#111}.price-desc[data-astro-cid-4wqw766y]{line-height:1.7;margin:0 0 20px;color:var(--ink)}.price-features[data-astro-cid-4wqw766y]{list-style:none;padding:0;margin:0}.price-features[data-astro-cid-4wqw766y] li[data-astro-cid-4wqw766y]{padding:10px 0;line-height:1.7;color:#111}.price-guarantee[data-astro-cid-4wqw766y]{margin-top:48px}.guarantee-box[data-astro-cid-4wqw766y]{background:linear-gradient(135deg,#fff8f0,#fff3e6);border-radius:24px;padding:40px;border:2px solid rgba(255,102,0,.2);margin-bottom:24px}.guarantee-box[data-astro-cid-4wqw766y] h3[data-astro-cid-4wqw766y]{font-size:1.5rem;font-weight:700;text-align:center;margin:0 0 32px;color:#111}.guarantee-items[data-astro-cid-4wqw766y]{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.guarantee-item[data-astro-cid-4wqw766y]{text-align:center}.guarantee-icon[data-astro-cid-4wqw766y]{width:48px;height:48px;margin:0 auto 12px;color:var(--primary);display:flex;align-items:center;justify-content:center}.guarantee-icon[data-astro-cid-4wqw766y] svg[data-astro-cid-4wqw766y]{width:100%;height:100%}.guarantee-item[data-astro-cid-4wqw766y] strong[data-astro-cid-4wqw766y]{display:block;font-size:1.2rem;font-weight:700;margin-bottom:8px;color:#111}.guarantee-item[data-astro-cid-4wqw766y] p[data-astro-cid-4wqw766y]{margin:0;color:var(--muted);font-size:.95rem}.price-note[data-astro-cid-4wqw766y]{text-align:center;padding:20px;background:#f9fafb;border-radius:12px}.price-note[data-astro-cid-4wqw766y] p[data-astro-cid-4wqw766y]{margin:0;color:var(--muted);font-size:.95rem;line-height:1.7}.flow-section[data-astro-cid-4wqw766y]{padding:100px 0}.flow-steps[data-astro-cid-4wqw766y]{display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap;margin-bottom:48px}.flow-step[data-astro-cid-4wqw766y]{flex:1;min-width:200px;max-width:240px;background:linear-gradient(135deg,#fff,#f8fafc);border-radius:24px;padding:36px 28px;box-shadow:0 4px 20px #0000000f,0 1px 3px #0000000a;text-align:center;border:1px solid rgba(255,102,0,.1);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.flow-step[data-astro-cid-4wqw766y]:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary) 0%,#ff8533 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.4,0,.2,1)}.flow-step[data-astro-cid-4wqw766y]:hover{transform:translateY(-8px);box-shadow:0 12px 32px #0000001f,0 4px 8px #00000014;border-color:#f603}.flow-step[data-astro-cid-4wqw766y]:hover:before{transform:scaleX(1)}.flow-number[data-astro-cid-4wqw766y]{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,var(--primary) 0%,#ff8533 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:900;margin:0 auto 20px;box-shadow:0 8px 20px #ff66004d,0 4px 8px #f603;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.flow-step[data-astro-cid-4wqw766y]:hover .flow-number[data-astro-cid-4wqw766y]{transform:scale(1.1) rotate(5deg);box-shadow:0 12px 28px #f606,0 6px 12px #ff66004d}.flow-number[data-astro-cid-4wqw766y]:after{content:"";position:absolute;inset:-2px;border-radius:50%;background:linear-gradient(135deg,rgba(255,255,255,.3) 0%,transparent 100%);pointer-events:none}.flow-content[data-astro-cid-4wqw766y] h3[data-astro-cid-4wqw766y]{font-size:1.25rem;font-weight:700;margin:0 0 12px;color:#111;letter-spacing:-.02em}.flow-content[data-astro-cid-4wqw766y] p[data-astro-cid-4wqw766y]{line-height:1.7;margin:0 0 16px;color:var(--ink);font-size:.95rem}.flow-time[data-astro-cid-4wqw766y]{display:inline-flex;align-items:center;gap:6px;background:linear-gradient(135deg,#ff660014,#ff66000d);padding:8px 16px;border-radius:999px;font-size:.8rem;color:var(--primary);font-weight:700;border:1px solid rgba(255,102,0,.15)}.flow-time[data-astro-cid-4wqw766y]:before{content:"⏱";font-size:.9rem}.flow-arrow[data-astro-cid-4wqw766y]{font-size:2rem;color:var(--primary);font-weight:900;transition:transform .3s ease;display:flex;align-items:center;justify-content:center}@media (hover: hover) and (pointer: fine){.flow-steps[data-astro-cid-4wqw766y]:hover .flow-arrow[data-astro-cid-4wqw766y]{transform:translate(4px)}}.flow-cta[data-astro-cid-4wqw766y]{text-align:center}.faq-section[data-astro-cid-4wqw766y]{padding:100px 0}.faq-grid[data-astro-cid-4wqw766y]{max-width:800px;margin:0 auto;display:grid;gap:16px}.faq-item[data-astro-cid-4wqw766y]{background:#fff;border-radius:16px;box-shadow:0 4px 12px #0000000f;overflow:hidden;border:1px solid var(--border)}.faq-item[data-astro-cid-4wqw766y] summary[data-astro-cid-4wqw766y]{padding:24px;font-weight:700;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;color:#111;font-size:1.05rem}.faq-item[data-astro-cid-4wqw766y] summary[data-astro-cid-4wqw766y]::-webkit-details-marker{display:none}.faq-item[data-astro-cid-4wqw766y] summary[data-astro-cid-4wqw766y]:after{content:"+";font-size:1.8rem;color:var(--primary);font-weight:900;transition:transform .3s}.faq-item[data-astro-cid-4wqw766y][open] summary[data-astro-cid-4wqw766y]:after{content:"-";transform:rotate(180deg)}.faq-content[data-astro-cid-4wqw766y]{padding:0 24px 24px;color:var(--ink);line-height:1.8}.faq-content[data-astro-cid-4wqw766y] p[data-astro-cid-4wqw766y]{margin:0}.final-cta[data-astro-cid-4wqw766y]{padding:100px 0;background:linear-gradient(135deg,var(--primary),#ff8533);color:#fff}.cta-content[data-astro-cid-4wqw766y]{max-width:800px;margin:0 auto;text-align:center}.final-cta[data-astro-cid-4wqw766y] h2[data-astro-cid-4wqw766y]{font-size:clamp(28px,5vw,40px);margin:0 0 24px;color:#fff}.final-cta[data-astro-cid-4wqw766y] p[data-astro-cid-4wqw766y]{font-size:clamp(16px,2vw,20px);line-height:1.8;margin:0 0 32px;color:#fff}.final-cta[data-astro-cid-4wqw766y] strong[data-astro-cid-4wqw766y]{font-size:1.1em}.cta-benefits[data-astro-cid-4wqw766y]{display:flex;gap:24px;justify-content:center;flex-wrap:wrap;margin:32px 0}.cta-benefits[data-astro-cid-4wqw766y] span[data-astro-cid-4wqw766y]{background:#fff3;backdrop-filter:blur(10px);padding:12px 24px;border-radius:999px;font-weight:600;font-size:1.1rem}.final-cta[data-astro-cid-4wqw766y] .btn[data-astro-cid-4wqw766y]{background:#fff;color:var(--primary);font-size:1.2rem;padding:20px 40px}.final-cta[data-astro-cid-4wqw766y] .btn[data-astro-cid-4wqw766y]:hover{transform:translateY(-2px);box-shadow:0 12px 32px #0003}.cta-note[data-astro-cid-4wqw766y]{margin-top:24px;font-size:.9rem;opacity:.9}@media (max-width: 960px){.chat-bubble[data-astro-cid-4wqw766y]{max-width:85%}.chat-content[data-astro-cid-4wqw766y]{padding:24px 28px}.solution-main[data-astro-cid-4wqw766y]{grid-template-columns:1fr}.solution-box[data-astro-cid-4wqw766y]{flex-direction:column;align-items:center;gap:24px}.solution-step[data-astro-cid-4wqw766y]{width:100%;max-width:300px}.arrow[data-astro-cid-4wqw766y]{transform:rotate(90deg);margin:8px 0;align-self:center}.price-grid[data-astro-cid-4wqw766y],.guarantee-items[data-astro-cid-4wqw766y]{grid-template-columns:1fr}.flow-steps[data-astro-cid-4wqw766y]{flex-direction:column}.flow-arrow[data-astro-cid-4wqw766y]{transform:rotate(90deg)!important;margin:16px 0}.nav[data-astro-cid-4wqw766y] .menu[data-astro-cid-4wqw766y]{display:none}.hamburger[data-astro-cid-4wqw766y]{display:inline-flex;width:48px}.drawer[data-astro-cid-4wqw766y]{display:flex;flex-direction:column;gap:14px;padding:12px 16px;border-top:1px solid var(--border)}}@media (min-width: 601px) and (max-width: 1200px){.flow-steps[data-astro-cid-4wqw766y]{flex-direction:column}.flow-arrow[data-astro-cid-4wqw766y]{transform:rotate(90deg)!important;margin:16px 0}.flow-step[data-astro-cid-4wqw766y]{max-width:80%;flex:none;width:80%;min-width:auto;display:flex;align-items:center;gap:24px;text-align:left;padding:28px 32px;margin:0 auto}.flow-step[data-astro-cid-4wqw766y]:hover{transform:translateY(-4px)}.flow-number[data-astro-cid-4wqw766y]{margin:0;flex-shrink:0;width:72px;height:72px;font-size:2rem}.flow-step[data-astro-cid-4wqw766y]:hover .flow-number[data-astro-cid-4wqw766y]{transform:scale(1.05)}.flow-content[data-astro-cid-4wqw766y]{flex:1;display:flex;flex-direction:column;gap:8px}.flow-content[data-astro-cid-4wqw766y] h3[data-astro-cid-4wqw766y],.flow-content[data-astro-cid-4wqw766y] p[data-astro-cid-4wqw766y]{margin:0}.flow-time[data-astro-cid-4wqw766y]{margin-top:4px;width:fit-content}}@media (max-width: 600px){section[data-astro-cid-4wqw766y]{padding:60px 0}.hero[data-astro-cid-4wqw766y]{min-height:60vh;padding:40px 16px}.hero[data-astro-cid-4wqw766y] h1[data-astro-cid-4wqw766y]{font-size:28px}.hero[data-astro-cid-4wqw766y] p[data-astro-cid-4wqw766y].lead{font-size:16px}.hero-benefits[data-astro-cid-4wqw766y]{flex-direction:column;gap:12px}.benefit-item[data-astro-cid-4wqw766y]{width:100%;justify-content:center}.problems-section[data-astro-cid-4wqw766y]{padding:60px 0}.chat-bubble[data-astro-cid-4wqw766y]{max-width:90%}.chat-content[data-astro-cid-4wqw766y]{padding:20px 24px}.chat-content[data-astro-cid-4wqw766y] h3[data-astro-cid-4wqw766y]{font-size:1.1rem}.chat-content[data-astro-cid-4wqw766y] p[data-astro-cid-4wqw766y]{font-size:.95rem}.solution-section[data-astro-cid-4wqw766y]{padding:60px 0}.solution-visual[data-astro-cid-4wqw766y]{padding:24px}.solution-box[data-astro-cid-4wqw766y]{gap:20px}.solution-step[data-astro-cid-4wqw766y]{max-width:100%}.arrow[data-astro-cid-4wqw766y]{margin:4px 0}.price-section[data-astro-cid-4wqw766y],.flow-section[data-astro-cid-4wqw766y],.faq-section[data-astro-cid-4wqw766y],.final-cta[data-astro-cid-4wqw766y]{padding:60px 0}.guarantee-box[data-astro-cid-4wqw766y]{padding:24px}.flow-step[data-astro-cid-4wqw766y]{max-width:100%;flex:none;width:100%;min-width:auto}}
