.aws-funnel{--paper:#F3EEE1;--paper-ink:#2B241C;--paper-line:#CFC4A6;--paper-stamp:#8B3A2B;--dark:#0B0F0E;--dark2:#101513;--term-text:#DCEFE4;--term-dim:#5C7A6C;--green:#00C389;--amber:#E8A33D;--ink:#181712;--sub:#6B6558;--bg:#FBF9F4;--lead-bg:#16211C;--lead-border:#223028;--lead-placeholder:#7C8B82;margin:0;background:var(--bg);color:var(--ink);font-family:Noto Sans KR,sans-serif;font-size:16px;line-height:1.6}.aws-funnel *{box-sizing:border-box}.aws-funnel a{color:inherit}.aws-funnel .wrap{max-width:1120px;margin:0 auto;padding:0 24px}.aws-funnel .btn{display:inline-flex;align-items:center;gap:10px;background:var(--ink);color:#fff;font-weight:700;font-size:16px;cursor:pointer;border:none;padding:16px 32px;border-radius:999px;text-decoration:none;transition:background .15s ease}.aws-funnel .btn:hover{background:#000}.aws-funnel .btn:focus-visible{outline:2px solid var(--green);outline-offset:3px}.aws-funnel .btn .arrow{transition:transform .15s ease}.aws-funnel .btn:hover .arrow{transform:translateX(3px)}.aws-funnel .btn.sm{background:transparent;color:var(--ink);border:1px solid var(--ink);font-family:JetBrains Mono,monospace;font-weight:500;font-size:14px;padding:8px 14px}.aws-funnel .btn.sm:hover{background:var(--ink);color:#fff}.aws-funnel .btn.on-dark{background:var(--green);color:#06231A}.aws-funnel .btn.on-dark:hover{filter:brightness(1.08)}.aws-funnel .btn:disabled{opacity:.5;cursor:not-allowed}.aws-funnel .btn.on-dark:disabled:hover{background:var(--green);filter:none}.aws-funnel .reveal{opacity:0;transform:translateY(14px);transition:opacity .6s ease,transform .6s ease}.aws-funnel .reveal.in-view{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.aws-funnel .reveal{transition:none!important;opacity:1!important;transform:none!important}}.aws-funnel .hero{padding:20px 0 64px;text-align:center}.aws-funnel .eyebrow{font-family:JetBrains Mono,monospace;font-size:14px;letter-spacing:.14em;text-transform:uppercase;color:var(--term-dim);margin-bottom:18px}.aws-funnel .hero h1{font-family:"Noto Serif KR",serif;font-weight:700;font-size:clamp(30px,4.6vw,52px);line-height:1.28;max-width:900px;margin:0 auto 18px;word-break:keep-all}.aws-funnel .hero h1 em{font-style:normal;color:var(--paper-stamp);text-decoration:underline;text-decoration-color:var(--amber);text-decoration-thickness:3px;text-underline-offset:4px}.aws-funnel .hero p.sub{max-width:520px;margin:0 auto;color:var(--sub);font-size:16px}.aws-funnel .split{display:grid;grid-template-columns:1fr auto 1fr;gap:0;align-items:stretch;margin-top:56px}.aws-funnel .vs{display:flex;align-items:center;justify-content:center;font-family:JetBrains Mono,monospace;font-weight:700;font-size:14px;color:#fff;background:var(--ink);width:38px;height:38px;border-radius:50%;align-self:center;margin:0 -19px;z-index:2;position:relative}.aws-funnel .panel{text-align:left;padding:30px 28px 26px}.aws-funnel .panel-old{background:var(--paper);color:var(--paper-ink);border:1px solid var(--paper-line);border-radius:4px 18px 18px 4px}.aws-funnel .panel-new{background:var(--dark);color:var(--term-text);border-radius:18px 4px 4px 18px}.aws-funnel .panel-label{font-family:JetBrains Mono,monospace;font-size:14px;letter-spacing:.08em;margin-bottom:14px;display:inline-block}.aws-funnel .panel-old .panel-label{color:var(--paper-stamp);border:1px solid var(--paper-stamp);padding:3px 9px;border-radius:3px;transform:rotate(-2deg)}.aws-funnel .panel-new .panel-label{color:var(--green)}.aws-funnel .panel-old h3{font-family:"Noto Serif KR",serif;font-size:19px;font-weight:700;margin-bottom:16px;border-bottom:1px dashed var(--paper-line);padding-bottom:12px}.aws-funnel .panel-new h3{font-family:JetBrains Mono,monospace;font-size:14px;font-weight:500;margin-bottom:16px;color:#fff}.aws-funnel .panel-new h3:before{content:"$ ";color:var(--green)}.aws-funnel .old-line{font-size:16px;padding:7px 0;border-bottom:1px solid var(--paper-line);display:flex;justify-content:space-between;gap:10px}.aws-funnel .old-line span:last-child{color:var(--paper-stamp);font-weight:600;white-space:nowrap}.aws-funnel .term-line{font-family:JetBrains Mono,monospace;font-size:16px;padding:6px 0;color:var(--term-text)}.aws-funnel .term-line:before{content:"> ";color:var(--term-dim)}.aws-funnel .term-cursor{display:inline-block;width:7px;height:14px;background:var(--green);margin-left:2px;vertical-align:middle;animation:aws-blink 1.1s steps(1) infinite}@keyframes aws-blink{50%{opacity:0}}.aws-funnel .panel-total{margin-top:16px;padding-top:14px;font-size:16px;font-weight:700}.aws-funnel .panel-old .panel-total{border-top:2px solid var(--paper-ink)}.aws-funnel .panel-new .panel-total{border-top:1px solid #223028;color:var(--green);font-family:JetBrains Mono,monospace}.aws-funnel .section{padding:88px 0}.aws-funnel .section-head{max-width:620px;margin:0 auto 48px;text-align:center}.aws-funnel .section-eyebrow{font-family:JetBrains Mono,monospace;font-size:14px;color:var(--green);letter-spacing:.1em;margin-bottom:12px}.aws-funnel .section-head h2{font-family:"Noto Serif KR",serif;font-weight:700;font-size:clamp(24px,3vw,34px);line-height:1.35}.aws-funnel .why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;max-width:960px;margin:0 auto}.aws-funnel .why-card{background:var(--dark2);color:var(--term-text);border-radius:14px;padding:28px 24px}.aws-funnel .why-tag{font-family:JetBrains Mono,monospace;font-size:14px;color:var(--green);margin-bottom:14px;letter-spacing:.06em}.aws-funnel .why-card h4{font-size:16.5px;font-weight:700;margin-bottom:10px;color:#fff}.aws-funnel .why-card p{font-size:16px;color:#A9B8AF}.aws-funnel .benefits{background:var(--paper)}.aws-funnel .benefit-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--paper-line);border:1px solid var(--paper-line);border-radius:16px;overflow:hidden;max-width:900px;margin:0 auto}.aws-funnel .benefit-item{background:var(--paper);padding:32px 30px}.aws-funnel .benefit-item .num{font-family:"Noto Serif KR",serif;font-size:14px;color:var(--paper-stamp);margin-bottom:10px}.aws-funnel .benefit-item h4{font-family:"Noto Serif KR",serif;font-size:19px;font-weight:700;margin-bottom:10px;color:var(--paper-ink)}.aws-funnel .benefit-item p{font-size:16px;color:#5E5546}.aws-funnel .compare-block{max-width:900px;margin:0 auto 20px}.aws-funnel .compare-domain-label{font-family:JetBrains Mono,monospace;font-size:14px;color:var(--paper-stamp);letter-spacing:.06em;margin-bottom:14px}.aws-funnel .compare-row{margin-top:0;margin-bottom:40px}.aws-funnel .mini-terms{display:flex;flex-direction:column;gap:10px;justify-content:center}.aws-funnel .mini-term{background:var(--dark);color:var(--term-text);border-radius:10px;padding:13px 16px;font-family:Noto Sans KR,sans-serif;font-size:16px;color:#A9B8AF}.aws-funnel .mini-term b{display:block;font-size:16px;font-weight:700;color:var(--green);margin-bottom:3px}.aws-funnel .quest{max-width:900px;margin:0 auto;background:var(--dark);color:var(--term-text);border-radius:18px;padding:40px 36px;display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center}.aws-funnel .quest h3{font-family:"Noto Serif KR",serif;color:#fff;font-size:22px;line-height:1.4;margin-bottom:12px}.aws-funnel .quest p{font-size:16px;color:#A9B8AF}.aws-funnel .quest-steps{font-family:JetBrains Mono,monospace;font-size:16px}.aws-funnel .quest-steps div{padding:9px 0;border-bottom:1px solid #1e2823;display:flex;justify-content:space-between}.aws-funnel .quest-steps div:last-child{border-bottom:none}.aws-funnel .quest-steps b{color:var(--green);font-weight:500}.aws-funnel .final{text-align:center;padding:100px 0 110px;background:var(--dark);color:var(--term-text)}.aws-funnel .final h2{font-family:"Noto Serif KR",serif;font-weight:700;font-size:clamp(26px,3.6vw,40px);margin-bottom:16px;color:#fff}.aws-funnel .final p{font-size:16px;color:#A9B8AF;margin-bottom:32px;max-width:460px;margin-left:auto;margin-right:auto}.aws-funnel .final-note{display:block;margin-top:20px;font-family:JetBrains Mono,monospace;font-size:14px;color:var(--term-dim)}.aws-funnel .lead-form{margin:8px auto 0;max-width:440px;text-align:left;display:flex;flex-direction:column;gap:12px}.aws-funnel .lead-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width:520px){.aws-funnel .lead-row{grid-template-columns:1fr}}.aws-funnel .lead-form input,.aws-funnel .lead-form textarea{font-family:Noto Sans KR,sans-serif;font-size:16px;padding:12px 14px;background:var(--lead-bg);border:1px solid var(--lead-border);color:var(--term-text);border-radius:8px;width:100%}.aws-funnel .lead-form textarea{resize:vertical;min-height:64px}.aws-funnel .lead-form input::placeholder,.aws-funnel .lead-form textarea::placeholder{color:var(--lead-placeholder)}.aws-funnel .lead-form input:focus,.aws-funnel .lead-form textarea:focus{outline:2px solid var(--green);outline-offset:1px;border-color:var(--green)}.aws-funnel .lead-form button{margin-top:4px;width:100%;justify-content:center}.aws-funnel .lead-consent{display:flex;align-items:center;gap:8px;font-size:14px;line-height:1.5;color:var(--lead-placeholder)}.aws-funnel .lead-consent input[type=checkbox]{width:15px;height:15px;flex-shrink:0;accent-color:var(--green)}.aws-funnel .lead-consent a{color:var(--term-text);text-decoration:underline;text-underline-offset:2px}.aws-funnel .lead-error{font-size:14px;color:#FF9B9B}@media(max-width:760px){.aws-funnel .split{grid-template-columns:1fr;gap:0}.aws-funnel .vs{margin:-19px auto}.aws-funnel .panel-old{border-radius:14px 14px 4px 4px}.aws-funnel .panel-new{border-radius:4px 4px 14px 14px}.aws-funnel .benefit-grid,.aws-funnel .quest,.aws-funnel .why-grid{grid-template-columns:1fr}}