@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700;800;900&display=swap');
@import url('./brand-tokens.css');
:root{--ink:var(--brand-charcoal);--muted:#5f6876;--line:#e5e7eb;--paper:var(--brand-accent-soft);--card:var(--brand-white);--mint:var(--brand-primary-soft);--green:var(--brand-primary);--green-dark:var(--brand-primary);--orange:var(--brand-accent);--shadow:0 20px 60px rgba(17,24,39,.13);--radius:28px;--max:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'Noto Sans KR',system-ui,sans-serif;color:var(--ink);background:#fff;line-height:1.65;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit}.container{width:min(var(--max),calc(100% - 40px));margin:0 auto}.skip-link{position:fixed;left:16px;top:-80px;z-index:999;background:#000;color:#fff;padding:12px 18px;border-radius:10px}.skip-link:focus{top:16px}.site-header{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(223,232,228,.82)}.header-inner{height:72px;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand{display:flex;align-items:center;gap:11px;font-weight:900;font-size:21px;letter-spacing:-.04em}.brand img{width:40px;height:40px;border-radius:12px;box-shadow:0 8px 24px rgba(255,90,0,.18)}.desktop-nav{display:flex;gap:27px;font-size:15px;font-weight:700;color:#41504c}.desktop-nav a:hover,.desktop-nav a[aria-current=page]{color:var(--green-dark)}.header-cta{display:flex;align-items:center;gap:10px}.mobile-menu{display:none;border:0;background:var(--paper);width:44px;height:44px;border-radius:14px;font-size:22px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:0 20px;border-radius:14px;border:1px solid transparent;font-weight:800;cursor:pointer;transition:.18s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--ink);color:#fff;box-shadow:0 10px 24px rgba(16,33,29,.16)}.btn-green{background:var(--green);color:#fff;box-shadow:0 10px 24px rgba(255,90,0,.22)}.btn-outline{border-color:var(--line);background:#fff}.btn-disabled{opacity:.58;cursor:not-allowed}.hero{overflow:hidden;background:radial-gradient(circle at 76% 8%,#cdf4dc 0,transparent 30%),linear-gradient(180deg,#f6fbf8 0,#fff 88%)}.hero-grid{min-height:690px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:50px;padding:80px 0 74px}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 13px;border-radius:999px;background:var(--mint);color:var(--green-dark);font-size:13px;font-weight:900}.eyebrow:before{content:'';width:8px;height:8px;border-radius:50%;background:var(--green)}h1,h2,h3,p{margin-top:0}.hero h1{font-size:clamp(44px,6vw,72px);line-height:1.08;letter-spacing:-.065em;margin:22px 0 25px}.hero h1 strong{color:var(--green-dark)}.hero-copy{font-size:19px;color:#52635d;max-width:590px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}.hero-trust{display:flex;gap:24px;flex-wrap:wrap;margin-top:34px;font-size:14px;color:#52635d}.hero-trust span:before{content:'✓';display:inline-grid;place-items:center;width:20px;height:20px;margin-right:7px;border-radius:50%;background:var(--mint);color:var(--green-dark);font-weight:900}.phone-stage{position:relative;min-height:560px;display:grid;place-items:center}.orb{position:absolute;border-radius:50%;filter:blur(2px)}.orb.one{width:360px;height:360px;background:#c9f0d8;right:5%;top:18%}.orb.two{width:160px;height:160px;background:#ffdccf;left:3%;bottom:10%}.phone{position:relative;width:302px;padding:12px;border-radius:44px;background:#14211e;box-shadow:0 45px 95px rgba(10,45,34,.28);transform:rotate(4deg)}.phone-screen{overflow:hidden;border-radius:34px;background:#f5f7f6;min-height:582px}.phone-top{height:27px;background:#fff;display:flex;justify-content:center;align-items:center}.notch{width:82px;height:8px;border-radius:99px;background:#1e2926}.app-bar{background:#fff;padding:15px 17px 12px;display:flex;justify-content:space-between;align-items:center;font-weight:900}.app-mark{display:flex;gap:8px;align-items:center}.app-mark img{width:28px;height:28px;border-radius:9px}.location-chip{font-size:11px;padding:6px 9px;background:var(--paper);border-radius:9px}.search-box{margin:11px 14px 12px;padding:11px 13px;border-radius:13px;background:#fff;color:#75817e;font-size:12px}.category-row{display:flex;gap:7px;padding:0 14px 13px;overflow:hidden}.category-row span{white-space:nowrap;background:#fff;border:1px solid #e5ebe8;border-radius:10px;padding:7px 10px;font-size:10px}.listing-card{margin:0 14px 13px;background:#fff;border-radius:17px;overflow:hidden;box-shadow:0 8px 22px rgba(34,70,58,.08)}.listing-card img{width:100%;height:128px;object-fit:cover}.listing-body{padding:12px}.listing-badges{display:flex;gap:5px;margin-bottom:8px}.listing-badges i{font-style:normal;font-size:9px;padding:4px 7px;border-radius:99px;background:#fff0e9;color:#c84214;font-weight:900}.listing-body b{display:block;font-size:13px;line-height:1.4}.listing-price{font-size:11px;color:#596862;margin-top:6px}.phone-nav{height:58px;background:#fff;display:flex;justify-content:space-around;align-items:center;font-size:9px;color:#73807c}.phone-nav b{color:var(--green-dark)}.section{padding:104px 0}.section-soft{background:var(--paper)}.section-dark{background:var(--ink);color:#fff}.section-head{max-width:720px;margin-bottom:44px}.section-head.center{text-align:center;margin-left:auto;margin-right:auto}.section-kicker{color:var(--green-dark);font-size:14px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.section h2{font-size:clamp(34px,4vw,52px);line-height:1.18;letter-spacing:-.045em;margin:10px 0 18px}.section-head p{font-size:18px;color:var(--muted)}.section-dark .section-head p{color:#b8c9c3}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px;min-height:230px}.feature-icon{width:52px;height:52px;border-radius:17px;display:grid;place-items:center;background:var(--mint);font-size:25px;margin-bottom:24px}.feature-card h3{font-size:21px;letter-spacing:-.03em}.feature-card p{color:var(--muted);margin-bottom:0}.split{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.photo-stack{position:relative;min-height:520px}.photo-main{position:absolute;inset:20px 62px 55px 0;border-radius:34px;object-fit:cover;width:calc(100% - 62px);height:445px;box-shadow:var(--shadow)}.photo-float{position:absolute;right:0;bottom:0;width:245px;height:205px;border-radius:26px;object-fit:cover;border:8px solid #fff;box-shadow:var(--shadow)}.check-list{display:grid;gap:14px;margin:28px 0}.check-list div{display:flex;gap:12px;align-items:flex-start}.check-list div:before{content:'✓';flex:0 0 25px;height:25px;display:grid;place-items:center;border-radius:50%;background:var(--mint);color:var(--green-dark);font-weight:900}.step-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.step{padding:28px 23px;border-radius:22px;background:#fff;border:1px solid var(--line)}.step-num{font-size:12px;color:var(--green-dark);font-weight:900}.step h3{margin:13px 0 8px}.step p{font-size:14px;color:var(--muted);margin:0}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product-card{position:relative;border:1px solid #dce6e2;border-radius:24px;padding:26px;background:#fff;overflow:hidden}.product-card.featured{border:2px solid var(--green);box-shadow:0 18px 44px rgba(255,90,0,.14)}.product-card .tag{display:inline-flex;border-radius:99px;padding:6px 9px;background:var(--mint);color:var(--green-dark);font-size:11px;font-weight:900}.product-card h3{font-size:22px;margin:18px 0 9px}.product-card p{color:var(--muted);min-height:50px}.product-card ul{padding-left:18px;color:#4d5e58;font-size:14px}.app-preview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.preview-card{border-radius:28px;background:#fff;border:1px solid var(--line);overflow:hidden}.preview-visual{height:340px;background:linear-gradient(155deg,#e8f8ef,#f8fbf9);display:grid;place-items:center;padding:28px}.mini-phone{width:180px;border-radius:26px;background:#15231f;padding:7px;box-shadow:0 22px 50px rgba(17,44,35,.2)}.mini-screen{height:285px;background:#fff;border-radius:21px;overflow:hidden}.mini-head{padding:16px;font-size:12px;font-weight:900;border-bottom:1px solid #edf1ef}.mini-photo{width:100%;height:120px;object-fit:cover}.mini-lines{padding:13px}.mini-lines span{display:block;height:7px;border-radius:9px;background:#e7ecea;margin:8px 0}.mini-lines span:first-child{width:82%;background:#9ce0bb}.preview-copy{padding:24px}.preview-copy h3{margin-bottom:8px}.preview-copy p{color:var(--muted);font-size:14px;margin:0}.download-panel{display:grid;grid-template-columns:1fr auto;gap:55px;align-items:center;border-radius:34px;padding:48px;background:linear-gradient(135deg,#16352c,#0b211a);color:#fff}.download-panel h2{margin:0 0 12px}.download-panel p{color:#c3d3ce;max-width:650px}.store-buttons{display:flex;flex-wrap:wrap;gap:11px;margin-top:24px}.store-btn{min-width:175px;min-height:54px;padding:10px 16px;border-radius:14px;background:#fff;color:#17231f;display:flex;align-items:center;gap:10px;font-weight:900;border:0;cursor:pointer}.store-btn span{display:block;font-size:10px;font-weight:600;color:#6d7975}.store-btn strong{display:block;font-size:15px}.qr-wrap{background:#fff;border-radius:23px;padding:14px;color:var(--ink);text-align:center;width:180px}.qr-wrap img{width:152px;height:152px;display:block}.qr-wrap small{display:block;margin-top:8px;font-weight:800}.faq-list{display:grid;gap:12px}.faq-item{border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden}.faq-item button{width:100%;border:0;background:#fff;padding:21px 23px;text-align:left;font-weight:800;display:flex;justify-content:space-between;gap:20px;cursor:pointer}.faq-answer{display:none;padding:0 23px 22px;color:var(--muted)}.faq-item.open .faq-answer{display:block}.faq-item.open button span:last-child{transform:rotate(45deg)}.page-hero{padding:104px 0 72px;background:linear-gradient(180deg,#f2faf6,#fff)}.page-hero .container{max-width:900px;text-align:center}.page-hero h1{font-size:clamp(42px,6vw,68px);line-height:1.12;letter-spacing:-.055em;margin:18px 0}.page-hero p{font-size:19px;color:var(--muted)}.content-card{max-width:900px;margin:0 auto;border:1px solid var(--line);border-radius:26px;background:#fff;padding:42px}.content-card h2{font-size:28px;margin-top:38px}.content-card h2:first-child{margin-top:0}.content-card h3{margin-top:26px}.content-card p,.content-card li{color:#52635d}.notice-list{display:grid;gap:14px}.notice-item{padding:22px 24px;border:1px solid var(--line);border-radius:18px;background:#fff;display:flex;justify-content:space-between;gap:20px}.notice-item strong{display:block}.notice-item span{color:var(--muted);font-size:14px}.support-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.support-card{border:1px solid var(--line);border-radius:24px;padding:28px;background:#fff}.support-card h3{margin:15px 0 8px}.support-card p{color:var(--muted)}.legal-alert{padding:18px 20px;border-radius:16px;background:#fff8e8;border:1px solid #f5d99c;color:#74551b;font-weight:700;margin-bottom:28px}.footer{background:#f5f8f6;border-top:1px solid var(--line);padding:52px 0 28px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:40px}.footer h4{margin:0 0 14px}.footer a{display:block;margin:8px 0;color:#56655f;font-size:14px}.company-info{color:#77827f;font-size:13px;line-height:1.9;margin-top:20px}.footer-bottom{border-top:1px solid var(--line);margin-top:36px;padding-top:22px;display:flex;justify-content:space-between;gap:20px;color:#7a8581;font-size:13px}.toast{position:fixed;left:50%;bottom:30px;transform:translate(-50%,20px);background:#13251f;color:#fff;padding:14px 20px;border-radius:14px;box-shadow:var(--shadow);z-index:200;opacity:0;pointer-events:none;transition:.2s}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:920px){.desktop-nav,.header-cta .btn-outline{display:none}.mobile-menu{display:block}.desktop-nav.open{display:flex;position:absolute;left:20px;right:20px;top:76px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px;flex-direction:column;box-shadow:var(--shadow)}.hero-grid{grid-template-columns:1fr;padding-top:58px}.hero-copy{max-width:720px}.phone-stage{min-height:530px}.feature-grid,.product-grid,.app-preview-grid{grid-template-columns:repeat(2,1fr)}.split{grid-template-columns:1fr;gap:34px}.step-grid{grid-template-columns:repeat(2,1fr)}.download-panel{grid-template-columns:1fr}.qr-wrap{display:none}.footer-grid{grid-template-columns:1fr 1fr}.support-grid{grid-template-columns:1fr}}
@media(max-width:620px){.container{width:min(100% - 28px,var(--max))}.header-inner{height:64px}.brand{font-size:19px}.brand img{width:36px;height:36px}.hero-grid{padding:46px 0 58px;gap:18px}.hero h1{font-size:43px}.hero-copy{font-size:16px}.hero-actions .btn{width:100%}.phone-stage{min-height:480px;transform:scale(.86);margin:-30px 0}.section{padding:76px 0}.section h2{font-size:34px}.section-head p{font-size:16px}.feature-grid,.product-grid,.app-preview-grid,.step-grid{grid-template-columns:1fr}.feature-card{min-height:0}.photo-stack{min-height:390px}.photo-main{height:340px;right:40px}.photo-float{width:175px;height:145px}.download-panel{padding:30px 22px}.store-btn{width:100%}.content-card{padding:26px 20px}.notice-item{flex-direction:column}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.page-hero{padding:72px 0 50px}.page-hero h1{font-size:40px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* V0.12.0.10.6.2 analytics consent and SEO utility UI */
.analytics-consent{position:fixed;left:50%;bottom:20px;z-index:1000;transform:translateX(-50%);width:min(760px,calc(100% - 28px));display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 20px;border:1px solid rgba(16,33,29,.12);border-radius:18px;background:rgba(255,255,255,.98);box-shadow:0 18px 60px rgba(16,33,29,.2);backdrop-filter:blur(12px)}
.analytics-consent strong{display:block;font-size:16px;margin-bottom:4px}.analytics-consent p{margin:0;color:#53645f;font-size:13px;line-height:1.55}.analytics-consent-actions{display:flex;gap:8px;flex:0 0 auto}.analytics-consent button{min-width:72px;border:1px solid #cdd8d4;border-radius:10px;padding:10px 14px;background:#fff;color:#20322d;font-weight:700;cursor:pointer}.analytics-consent button.primary{background:var(--brand-primary);border-color:var(--brand-primary);color:#fff}.privacy-controls{margin-top:16px}.privacy-controls button{border:0;background:transparent;color:#527068;text-decoration:underline;cursor:pointer;padding:0;font:inherit}.download-router{min-height:70vh;display:grid;place-items:center;padding:80px 20px}.download-router-card{width:min(680px,100%);padding:40px;border-radius:28px;background:#fff;box-shadow:0 24px 80px rgba(16,33,29,.14);text-align:center}.download-router-card .store-buttons{justify-content:center}.search-status{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#eef7f3;color:#166e4d;font-size:13px;font-weight:800}
@media(max-width:680px){.analytics-consent{align-items:stretch;flex-direction:column;gap:14px;bottom:12px}.analytics-consent-actions{justify-content:flex-end}.download-router-card{padding:28px 18px}}
.cms-legal-body{white-space:pre-wrap;line-height:1.85;color:#344b44}.legal-meta{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:14px 16px;margin-bottom:22px;background:#f1f7f4;border-radius:14px}.legal-meta span{font-size:13px;color:#61756e}@media(max-width:640px){.legal-meta{align-items:flex-start;flex-direction:column}}
/* V0.12.0.10.6.2 unified notice publishing */
.notice-loading,.notice-empty{padding:42px 24px;text-align:center;border:1px dashed #d9e0e7;border-radius:16px;background:#fafcfc;color:#7d8995}.notice-empty strong{display:block;color:#3c4652}.notice-empty p{margin:8px 0 0;font-size:14px}.notice-item--cms{display:block;padding:0!important;overflow:hidden}.notice-item--cms>button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 22px;border:0;background:#fff;text-align:left;cursor:pointer}.notice-item--cms>button>div{display:grid;gap:6px}.notice-item--cms strong{font-size:17px;color:#202a32}.notice-item--cms small{font-size:12px;color:#8b96a0}.notice-importance{width:max-content;padding:4px 8px;border-radius:999px;background:#eef3f5;color:#60717a;font-size:11px;font-weight:800}.importance-important .notice-importance{background:#fff1d2;color:#9b6500}.importance-critical .notice-importance{background:#ffe6e3;color:#c9463c}.notice-open-icon{font-size:24px;color:#87949e}.notice-body{display:none;padding:20px 22px;border-top:1px solid #edf1f2;background:#fafcfc;color:#4e5963;font-size:15px;line-height:1.8}.notice-item--cms.open .notice-body{display:block}

/* V0.12.0.11.0 Brand Identity Foundation */
.btn-primary,.btn-green{background:var(--brand-gradient);color:var(--brand-white);box-shadow:var(--brand-shadow-orange)}
.btn-primary:hover,.btn-green:hover{background:linear-gradient(135deg,var(--brand-accent),var(--brand-primary))}
.hero{background:radial-gradient(circle at 76% 8%,var(--brand-primary-soft) 0,transparent 30%),linear-gradient(180deg,var(--brand-accent-soft) 0,#fff 88%)}
.section-dark{background:var(--brand-charcoal)}
.download-panel{background:linear-gradient(135deg,var(--brand-charcoal),#20293a)}
.brand img{box-shadow:var(--brand-shadow-orange)}
.analytics-consent button.primary{background:var(--brand-primary);border-color:var(--brand-primary)}
.search-status{background:var(--brand-primary-soft);color:var(--brand-primary)}
/* V0.12.0.11.0 landing visual normalization — replaces legacy green brand decoration */
.orb.one{background:var(--brand-primary-soft)}
.orb.two{background:#FFE1CC}
.phone,.mini-phone{background:var(--brand-charcoal)}
.phone-screen{background:var(--brand-accent-soft)}
.notch{background:var(--brand-charcoal)}
.preview-visual{background:linear-gradient(155deg,var(--brand-primary-soft),var(--brand-accent-soft))}
.mini-lines span:first-child{background:var(--brand-border-soft)}
.page-hero{background:linear-gradient(180deg,var(--brand-accent-soft),#fff)}
.footer{background:var(--brand-accent-soft)}
.toast{background:var(--brand-charcoal)}
.location-chip,.mobile-menu{background:var(--brand-accent-soft)}
.category-row span{border-color:var(--brand-border-soft)}
.listing-badges i{background:var(--brand-primary-soft);color:var(--brand-primary)}
.phone-nav b,.desktop-nav a:hover,.desktop-nav a[aria-current=page]{color:var(--brand-primary)}
.hero-trust span:before{background:var(--brand-primary-soft);color:var(--brand-primary)}

/* === OFFICIAL WEBSITE REDESIGN V2-24O === */
.official-home{margin:0;background:#fbfaf8;color:#111827;font-family:Inter,Pretendard,"Noto Sans KR",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.official-home *{box-sizing:border-box}
.official-home img{display:block;max-width:100%}
.official-home a{text-decoration:none;color:inherit}
.ow-container{width:min(1180px,calc(100% - 48px));margin:0 auto}
.ow-header{position:sticky;top:0;z-index:50;background:rgba(251,250,248,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(17,24,39,.07)}
.ow-nav{height:76px;display:flex;align-items:center;gap:36px}
.ow-brand{display:flex;align-items:center;gap:11px;font-weight:900;font-size:20px;letter-spacing:-.03em}
.ow-brand img{width:38px;height:38px;border-radius:11px}
.ow-nav-links{display:flex;gap:28px;margin-left:auto;font-size:14px;font-weight:700;color:#4b5563}
.ow-nav-links a:hover{color:#111827}
.ow-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 19px;border-radius:14px;font-weight:850;font-size:14px}
.ow-button-dark{background:#111827;color:#fff}
.ow-nav-cta{margin-left:10px}
.ow-hero{padding:88px 0 92px;overflow:hidden}
.ow-hero-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(460px,.98fr);gap:72px;align-items:center}
.ow-eyebrow{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;background:#fff0e6;color:#d95400;font-size:12px;font-weight:900;letter-spacing:.02em}
.ow-hero h1{margin:22px 0 22px;font-size:clamp(48px,5.2vw,76px);line-height:1.06;letter-spacing:-.055em;font-weight:900}
.ow-hero h1 strong{color:#ff6b00;font-weight:900}
.ow-lead{max-width:640px;margin:0;color:#4b5563;font-size:18px;line-height:1.8;letter-spacing:-.02em}
.ow-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.ow-store-button{display:flex;align-items:center;gap:11px;min-width:178px;padding:12px 16px;border-radius:15px;background:#101114;color:#fff;box-shadow:0 10px 30px rgba(17,24,39,.12);transition:.2s ease}
.ow-store-button:hover{transform:translateY(-2px)}
.ow-store-button.btn-disabled{opacity:.44;filter:grayscale(.2);cursor:not-allowed;pointer-events:none}
.ow-store-mark{display:flex;width:31px;height:31px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.35);border-radius:10px;font-weight:900}
.ow-store-button span:last-child{display:flex;flex-direction:column;line-height:1.05}
.ow-store-button small{font-size:9px;letter-spacing:.04em;opacity:.72}
.ow-store-button strong{font-size:16px;margin-top:3px}
.ow-store-note{margin:12px 0 0;color:#9ca3af;font-size:12px}
.ow-hero-visual{position:relative;min-height:560px}
.ow-photo{position:absolute;overflow:hidden;margin:0;border-radius:28px;background:#e5e7eb;box-shadow:0 26px 65px rgba(17,24,39,.13)}
.ow-photo img{width:100%;height:100%;object-fit:cover}
.ow-photo-main{inset:54px 50px 46px 58px}
.ow-photo-top{width:210px;height:160px;right:-18px;top:0;transform:rotate(3deg)}
.ow-photo-bottom{width:200px;height:150px;left:0;bottom:0;transform:rotate(-3deg)}
.ow-brand-card{position:absolute;left:18px;top:28px;display:flex;align-items:center;gap:12px;padding:13px 16px;border-radius:18px;background:rgba(255,255,255,.94);box-shadow:0 14px 40px rgba(17,24,39,.12);backdrop-filter:blur(12px)}
.ow-brand-card img{width:44px;height:44px;border-radius:13px}
.ow-brand-card div{display:flex;flex-direction:column}.ow-brand-card span{font-size:12px;color:#6b7280}.ow-brand-card strong{font-size:14px;margin-top:2px}
.ow-trust-strip{background:#111827;color:#fff}
.ow-trust-grid{display:grid;grid-template-columns:repeat(5,1fr)}
.ow-trust-grid>div{padding:29px 22px;border-right:1px solid rgba(255,255,255,.1)}.ow-trust-grid>div:last-child{border-right:0}
.ow-trust-grid span{font-size:11px;color:#ff8d3b;font-weight:900}.ow-trust-grid strong{display:block;margin-top:7px;font-size:15px}.ow-trust-grid p{margin:5px 0 0;color:#9ca3af;font-size:12px;line-height:1.5}
.ow-section{padding:112px 0}
.ow-section-head{max-width:760px;margin-bottom:48px}.ow-section-head h2{margin:18px 0 0;font-size:clamp(38px,4.2vw,58px);line-height:1.13;letter-spacing:-.045em}.ow-section-head p{color:#9ca3af;font-size:16px;line-height:1.75}
.ow-section-head.light h2{color:#fff}
.ow-split-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.ow-role-card{position:relative;min-height:590px;border-radius:32px;overflow:hidden;background:#fff;border:1px solid #eee9e3;box-shadow:0 18px 55px rgba(17,24,39,.055)}
.ow-role-copy{position:relative;z-index:2;padding:40px 40px 32px;background:linear-gradient(180deg,#fff 74%,rgba(255,255,255,.82) 100%)}
.ow-role-tag{display:inline-flex;padding:7px 11px;border-radius:999px;background:#fff0e6;color:#d95400;font-size:12px;font-weight:900}
.ow-role-card.buyer .ow-role-tag{background:#eef2ff;color:#3949ab}
.ow-role-card h3{margin:18px 0 14px;font-size:34px;line-height:1.22;letter-spacing:-.04em}.ow-role-card p{margin:0;color:#6b7280;line-height:1.7}
.ow-role-card ul{padding:0;margin:22px 0 22px;list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:10px}.ow-role-card li{font-size:13px;font-weight:750}.ow-role-card li:before{content:"✓";margin-right:7px;color:#ff6b00}
.ow-role-card a{font-size:14px;font-weight:900;color:#111827}.ow-role-card>img{width:100%;height:230px;object-fit:cover}
.ow-section-dark{background:#111827;color:#fff}
.ow-feature-flow{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.12);border-radius:26px;overflow:hidden}
.ow-feature-flow article{padding:34px;background:#151d2a;min-height:190px}.ow-feature-flow b{color:#ff7a1a;font-size:12px}.ow-feature-flow h3{margin:16px 0 9px;font-size:22px}.ow-feature-flow p{margin:0;color:#aeb7c5;font-size:14px;line-height:1.7}
.ow-app-proof{margin-top:22px;display:flex;justify-content:space-between;align-items:center;padding:20px 22px;border-radius:20px;background:rgba(255,255,255,.06)}
.ow-app-proof>div{display:flex;align-items:center;gap:12px}.ow-app-proof img{width:46px;height:46px;border-radius:13px}.ow-app-proof span{display:block;color:#aeb7c5;font-size:12px}.ow-app-proof strong{display:block;margin-top:3px}.ow-app-proof a{font-weight:850;color:#ff9a52}
.ow-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.ow-steps article{padding:30px;border-radius:24px;background:#fff;border:1px solid #eee9e3}.ow-steps span{display:flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:12px;background:#fff0e6;color:#d95400;font-weight:900}.ow-steps h3{margin:22px 0 10px;font-size:19px}.ow-steps p{margin:0;color:#6b7280;font-size:14px;line-height:1.65}
.ow-download{padding:96px 0;background:#fff3ea}.ow-download-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:72px;align-items:center}.ow-download h2{margin:18px 0;font-size:clamp(36px,4vw,54px);line-height:1.15;letter-spacing:-.045em}.ow-download p{max-width:650px;color:#6b7280;line-height:1.75}
.ow-qr-card{display:flex;align-items:center;gap:22px;padding:26px;border-radius:26px;background:#fff;box-shadow:0 20px 55px rgba(17,24,39,.08)}.ow-qr-card img{width:138px;height:138px;border-radius:16px;border:1px solid #eee}.ow-qr-card strong{font-size:18px}.ow-qr-card p{margin:7px 0 0;font-size:13px}
.ow-footer{padding:54px 0 34px;background:#f3f1ed;color:#4b5563}.ow-footer-top{display:flex;justify-content:space-between;gap:30px;padding-bottom:28px;border-bottom:1px solid #dedbd5}.ow-footer-brand{display:flex;align-items:center;gap:12px}.ow-footer-brand img{width:42px;height:42px;border-radius:12px}.ow-footer-brand strong{display:block;color:#111827}.ow-footer-brand span{display:block;margin-top:3px;font-size:12px}.ow-footer nav{display:flex;flex-wrap:wrap;gap:18px;align-items:center;font-size:13px;font-weight:750}
.ow-company-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px 24px;padding:25px 0;font-size:12px}.ow-company-grid b{margin-left:5px;color:#111827;font-weight:750}.ow-footer-note{max-width:900px;margin:0;color:#8a8f98;font-size:11px;line-height:1.7}.ow-copyright{margin:18px 0 0;color:#9ca3af;font-size:11px}
@media(max-width:980px){.ow-nav-links{display:none}.ow-nav-cta{margin-left:auto}.ow-hero-grid,.ow-download-grid{grid-template-columns:1fr}.ow-hero-visual{min-height:510px}.ow-trust-grid{grid-template-columns:repeat(3,1fr)}.ow-trust-grid>div{border-bottom:1px solid rgba(255,255,255,.1)}.ow-split-grid{grid-template-columns:1fr}.ow-feature-flow{grid-template-columns:1fr 1fr}.ow-steps{grid-template-columns:1fr 1fr}.ow-company-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.ow-container{width:min(100% - 32px,1180px)}.ow-nav{height:66px}.ow-brand span{font-size:18px}.ow-nav-cta{min-height:40px;padding:0 14px}.ow-hero{padding:58px 0 64px}.ow-hero-grid{gap:42px}.ow-hero h1{font-size:43px}.ow-lead{font-size:16px}.ow-hero-actions{display:grid;grid-template-columns:1fr 1fr}.ow-store-button{min-width:0;padding:11px}.ow-hero-visual{min-height:400px}.ow-photo-main{inset:42px 22px 32px 32px}.ow-photo-top{width:150px;height:115px;right:-10px}.ow-photo-bottom{width:145px;height:110px}.ow-brand-card{left:4px;padding:10px 12px}.ow-brand-card img{width:36px;height:36px}.ow-brand-card strong{font-size:12px}.ow-trust-grid{grid-template-columns:1fr 1fr}.ow-trust-grid>div{padding:22px 17px}.ow-section{padding:78px 0}.ow-section-head{margin-bottom:32px}.ow-section-head h2{font-size:38px}.ow-role-copy{padding:30px 26px 26px}.ow-role-card{min-height:0}.ow-role-card h3{font-size:29px}.ow-role-card ul{grid-template-columns:1fr}.ow-feature-flow{grid-template-columns:1fr}.ow-feature-flow article{min-height:0}.ow-app-proof{align-items:flex-start;gap:18px;flex-direction:column}.ow-steps{grid-template-columns:1fr}.ow-download{padding:72px 0}.ow-qr-card{align-items:flex-start}.ow-qr-card img{width:110px;height:110px}.ow-footer-top{flex-direction:column}.ow-company-grid{grid-template-columns:1fr}.ow-footer nav{gap:12px}}
/* === OFFICIAL FULL-SITE R3B === */
.official-subpage{margin:0;background:#fbfaf8;color:#111827;font-family:Inter,Pretendard,"Noto Sans KR",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.official-subpage *{box-sizing:border-box}
.official-subpage img{max-width:100%}
.official-subpage .container{width:min(1180px,calc(100% - 48px));margin:0 auto}
.official-subpage .site-header{position:sticky;top:0;z-index:80;background:rgba(251,250,248,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(17,24,39,.07)}
.official-subpage .header-inner{height:76px}
.official-subpage .brand{font-size:20px;color:#111827;letter-spacing:-.03em}
.official-subpage .brand img{width:38px;height:38px;border-radius:11px;box-shadow:none}
.official-subpage .desktop-nav{font-size:14px;font-weight:750;color:#4b5563}
.official-subpage .desktop-nav a:hover,.official-subpage .desktop-nav a[aria-current=page]{color:#ff6b00}
.official-subpage .btn{border-radius:14px;font-weight:850}
.official-subpage .btn-primary{background:#111827;color:#fff;box-shadow:0 10px 30px rgba(17,24,39,.12)}
.official-subpage .btn-green{background:#ff6b00;color:#fff;box-shadow:0 10px 30px rgba(255,107,0,.18)}
.official-subpage .btn-outline{border-color:#e6e1da;background:#fff;color:#111827}
.official-subpage .page-hero{padding:104px 0 78px;background:radial-gradient(circle at 82% 5%,rgba(255,107,0,.10),transparent 30%),linear-gradient(180deg,#fbfaf8 0,#fff 100%)}
.official-subpage .page-hero .container{max-width:900px}
.official-subpage .page-hero h1{font-size:clamp(44px,6vw,70px);line-height:1.08;letter-spacing:-.055em;color:#111827;margin:18px 0 20px}
.official-subpage .page-hero p{font-size:18px;line-height:1.75;color:#68707d}
.official-subpage .eyebrow,.official-subpage .official-kicker{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;background:#fff0e6;color:#d95400;font-size:12px;font-weight:900;letter-spacing:0;text-transform:none}
.official-subpage .eyebrow:before{background:#ff6b00}
.official-subpage .section{padding:96px 0}
.official-subpage .section-soft{background:#f5f2ed}
.official-subpage .section-dark{background:#111827;color:#fff}
.official-subpage .section-head{max-width:760px;margin-bottom:42px}
.official-subpage .section h2,.official-subpage .official-subpage-head h2{font-size:clamp(34px,4vw,52px);line-height:1.16;letter-spacing:-.045em;color:#111827;margin:14px 0 16px}
.official-subpage .section-dark h2{color:#fff}
.official-subpage .section-head p,.official-subpage .official-subpage-head p{color:#6b7280;font-size:16px;line-height:1.75}
.official-subpage .section-dark .section-head p{color:#aeb7c5}
.official-subpage .feature-grid,.official-subpage .product-grid,.official-subpage .support-grid{gap:20px}
.official-subpage .feature-card,.official-subpage .product-card,.official-subpage .support-card,.official-subpage .step,.official-subpage .notice-item,.official-subpage .content-card,.official-subpage .faq-item{background:#fff;border:1px solid #ebe6df;box-shadow:0 14px 45px rgba(17,24,39,.045)}
.official-subpage .feature-card,.official-subpage .product-card,.official-subpage .support-card{border-radius:26px}
.official-subpage .feature-icon{background:#fff0e6;color:#d95400}
.official-subpage .check-list div:before,.official-subpage .step-num{color:#d95400}
.official-subpage .check-list div:before{background:#fff0e6}
.official-subpage .product-card.featured{border-color:#ff6b00;box-shadow:0 18px 50px rgba(255,107,0,.12)}
.official-subpage .product-card .tag{background:#fff0e6;color:#d95400}
.official-subpage .notice-item{border-radius:20px;padding:24px 26px}
.official-subpage .content-card{border-radius:28px;padding:44px;max-width:960px}
.official-subpage .faq-item{border-radius:19px}
.official-subpage .faq-item button{padding:22px 24px;color:#111827}
.official-subpage .download-panel{border-radius:30px;background:#111827;box-shadow:0 24px 65px rgba(17,24,39,.13)}
.official-subpage .store-btn{background:#0f1115;color:#fff;border:1px solid rgba(255,255,255,.08);box-shadow:0 10px 28px rgba(17,24,39,.12)}
.official-subpage .store-btn span{color:#aeb7c5}
.official-subpage .store-btn strong{color:#fff}
.official-subpage .store-btn.btn-disabled{opacity:.42}
.official-subpage .footer{background:#f3f1ed;border-top:1px solid #dedbd5}
.official-subpage .footer h4{color:#111827}
.official-subpage .footer a{color:#59616d}
.official-subpage .company-info,.official-subpage .footer-bottom{color:#7b818a}
.official-app-screens{background:#111827;color:#fff}
.official-app-screens .official-subpage-head{max-width:760px;margin-bottom:40px}
.official-app-screens .official-subpage-head h2{color:#fff}
.official-app-screens .official-subpage-head p{color:#aeb7c5}
.official-screen-grid{display:grid;grid-template-columns:repeat(3,minmax(0,260px));gap:26px;align-items:start;justify-content:center}
.official-screen-grid figure{margin:0;width:100%;max-width:260px;padding:16px;border-radius:28px;background:#1a2330;border:1px solid rgba(255,255,255,.09);box-shadow:0 24px 65px rgba(0,0,0,.18)}
.official-screen-grid img{display:block;width:100%;height:auto;object-fit:contain;object-position:top;border-radius:20px;background:#fff}
.official-screen-grid figcaption{padding:14px 4px 2px;color:#d4d9e0;font-size:13px;line-height:1.6}
.official-screen-note{margin:20px 0 0;color:#8f99a7;font-size:12px}
.official-download .download-router{background:radial-gradient(circle at 82% 10%,rgba(255,107,0,.12),transparent 30%),#fbfaf8}
.official-download .download-router-card{border:1px solid #ebe6df;box-shadow:0 24px 70px rgba(17,24,39,.09)}
@media(max-width:920px){
  .official-subpage .desktop-nav{display:none}
  .official-subpage .container{width:min(100% - 36px,1180px)}
  .official-screen-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
  .official-subpage .container{width:min(100% - 30px,1180px)}
  .official-subpage .header-inner{height:66px}
  .official-subpage .page-hero{padding:72px 0 54px}
  .official-subpage .page-hero h1{font-size:42px}
  .official-subpage .section{padding:72px 0}
  .official-subpage .content-card{padding:28px 22px}
  .official-screen-grid{grid-template-columns:1fr}
  .official-app-screens .official-subpage-head h2{font-size:36px}
}
/* === R3C BUTTON CONTRAST HOTFIX === */
.official-home a.ow-button-dark,
.official-home a.ow-store-button{
  color:#fff;
}
.official-home a.ow-store-button strong{
  color:#fff;
}
/* PHASE 2-24P R6 — dark download CTA heading contrast */
.official-subpage .download-panel h2{color:#fff}
