:root{--accent:#dc2626;--accent2:#b91c1c;--text:#111827;--text2:#6b7280;--text3:#9ca3af;--bg:#f9fafb;--bg2:#fff;--bg3:#f3f4f6;--line:#e5e7eb;--soft-red:#fff1f1;--font:"Inter", system-ui, -apple-system, sans-serif;--page-max:1200px;--page-gutter:24px;--panel-max:calc(var(--page-max) - (var(--page-gutter) * 2))}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font);background:var(--bg);color:var(--text);letter-spacing:0;margin:0;overflow-x:hidden}button,input{font:inherit}a{color:inherit;text-decoration:none}.wrap{width:100%;max-width:var(--page-max);padding:0 var(--page-gutter);min-width:0;margin:0 auto}.wrap.section,.wrap.final-cta{width:calc(100% - (var(--page-gutter) * 2));max-width:var(--panel-max)}.connect-hero{padding:34px 0 22px}.hero-grid{grid-template-columns:minmax(0,1fr) minmax(380px,520px);align-items:stretch;gap:30px;display:grid}.hero-copy,.hero-visual,.section,.final-cta{background:#fff;border:1px solid #e5e7ebe6;box-shadow:0 18px 55px #11182714}.hero-copy{border-radius:28px;flex-direction:column;justify-content:center;height:100%;padding:clamp(30px,4.2vw,52px);display:flex}.eyebrow,.section-kicker{background:var(--soft-red);width:fit-content;color:var(--accent2);text-transform:uppercase;letter-spacing:.04em;border-radius:999px;align-items:center;gap:8px;padding:8px 12px;font-size:12px;font-weight:600;display:inline-flex}.eyebrow{text-transform:none;letter-spacing:0}h1,h2,h3,p{margin-top:0}h1{letter-spacing:0;max-width:760px;margin:22px 0 18px;font-size:clamp(42px,5.2vw,66px);line-height:.98}.hero-copy h1{font-size:46px}h2{letter-spacing:0;margin:14px 0 12px;font-size:clamp(28px,4vw,46px);line-height:1.06}h3{margin-bottom:8px;font-size:20px;line-height:1.2}.lead{color:var(--text2);max-width:780px;font-size:clamp(17px,2vw,21px);font-weight:400;line-height:1.6}.hero-country-links{flex-wrap:wrap;gap:10px;margin:0 0 20px;display:flex}.hero-country-links a{min-height:42px;color:var(--text);background:snow;border:1px solid #dc262629;border-radius:999px;align-items:center;gap:8px;padding:8px 14px;font-size:15px;font-weight:600;transition:border-color .16s,color .16s,background .16s,transform .16s,box-shadow .16s;display:inline-flex;box-shadow:0 8px 22px #1118270f,inset 0 0 0 1px #ffffffb3}.hero-country-links a:hover{background:var(--soft-red);color:var(--accent2);border-color:#dc262647;transform:translateY(-1px);box-shadow:0 12px 26px #dc26261a}.hero-actions{flex-wrap:wrap;gap:12px;margin:28px 0 22px;display:flex}.btn-primary,.btn-ghost,.btn-outline{cursor:pointer;border:0;border-radius:14px;justify-content:center;align-items:center;min-height:48px;padding:0 22px;font-weight:500;transition:transform .16s,background .16s,border-color .16s,box-shadow .16s;display:inline-flex}.btn-primary{color:#fff;background:var(--accent);box-shadow:0 14px 32px #dc26263d}.btn-primary:hover{background:var(--accent2);transform:translateY(-1px)}.btn-ghost,.btn-outline{color:var(--text);border:1px solid var(--line);background:#fff}.btn-ghost:hover,.btn-outline:hover{color:var(--accent2);border-color:#dc262657}.btn-primary.wide{width:100%}.hero-visual{min-height:auto;box-shadow:none;background:0 0;border:0;border-radius:28px;align-self:stretch;padding:0;display:flex;overflow:hidden}.hero-visual img{object-fit:cover;object-position:top center;filter:drop-shadow(0 24px 54px #1118272e);width:100%;height:100%;display:block}.section{border-radius:28px;margin-top:22px;padding:clamp(28px,4vw,48px)}.section-head{max-width:820px;margin-bottom:24px}.section-head p,.text-block p,.implementation-card p,.site-offer-copy p,.steps p,.feature p,.price-card p,.faq-grid p,.final-cta p,.principles-grid p{color:var(--text2);font-weight:650;line-height:1.62}.product-tabs{overflow:hidden}.tabs-layout{grid-template-columns:310px minmax(0,1fr);align-items:stretch;gap:18px;display:grid}.tabs-list{gap:10px;display:grid}.tab-button{border:1px solid var(--line);min-height:76px;color:var(--text);text-align:left;cursor:pointer;background:#fbfcff;border-radius:18px;grid-template-rows:auto auto;grid-template-columns:46px minmax(0,1fr);align-items:center;column-gap:12px;padding:14px;transition:background .16s,border-color .16s,transform .16s,box-shadow .16s;display:grid}.tab-button:hover{border-color:#dc26263d;transform:translateY(-1px)}.tab-button.active{background:#fff5f5;border-color:#dc262661;box-shadow:0 14px 32px #dc262614}.tab-button span{background:#fff;border-radius:14px;grid-row:1/span 2;justify-content:center;align-items:center;width:46px;height:46px;font-size:22px;display:inline-flex}.tab-button b{font-size:17px;line-height:1.1}.tab-button small{color:var(--text2);margin-top:3px;font-size:13px;font-weight:500}.tabs-panels{min-width:0}.tab-panel{border:1px solid var(--line);background:radial-gradient(circle at 92% 8%,#dc26261f,#0000 34%),linear-gradient(135deg,#fff,#fbfcff);border-radius:24px;grid-template-rows:auto minmax(250px,1fr);grid-template-columns:1fr;align-items:stretch;gap:22px;height:100%;min-height:620px;padding:clamp(24px,3vw,36px);display:grid}.tab-panel[hidden]{display:none}.tab-copy{display:block}.panel-label{background:var(--soft-red);width:fit-content;color:var(--accent2);text-transform:uppercase;letter-spacing:.04em;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:700}.tab-copy h3{max-width:760px;margin:16px 0 12px;font-size:clamp(26px,3vw,38px);line-height:1.08}.tab-copy p{color:var(--text2);max-width:780px;font-size:17px;font-weight:500;line-height:1.62}.tab-copy ul{flex-wrap:wrap;gap:10px;margin:18px 0 0;padding:0;list-style:none;display:flex}.tab-copy li{color:var(--text);border:1px solid var(--line);background:#fff;border-radius:999px;align-items:center;gap:10px;padding:9px 12px;font-weight:700;display:flex}.tab-copy li:before{content:"";background:var(--accent);border-radius:999px;flex:0 0 8px;width:8px;height:8px}.tab-illustration{background:#fff;border:1px solid #e5e7ebe6;border-radius:22px;min-height:260px;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffffb3,0 18px 40px #11182714}.tab-illustration.market{background:linear-gradient(#11182714,#1118270a),linear-gradient(135deg,#eef2ff,#fff);align-items:flex-end;padding:22px;display:flex}.tab-illustration.market:before{content:"";background:linear-gradient(135deg,#ffffffe6,#ffffff61),radial-gradient(circle at 35% 35%,#dc262629,#0000 38%);border-radius:26px;position:absolute;inset:24px 34px 94px;box-shadow:0 20px 45px #1118271f}.tab-illustration.market:after{content:"";opacity:.9;border:12px solid #111827;border-bottom-width:20px;border-radius:999px 999px 18px 18px;height:58px;position:absolute;top:72px;left:24%;right:20%}.mini-list{z-index:2;flex-wrap:wrap;gap:10px;width:100%;display:flex;position:relative}.mini-list span{background:#ffffffeb;border-radius:14px;padding:12px 14px;font-weight:800;box-shadow:0 10px 24px #11182714}.search-board,.filter-board,.collection-board{background:linear-gradient(135deg,#fff,#f8fafc);align-content:center;gap:12px;padding:22px;display:grid}.search-line{border:1px solid var(--line);color:var(--text2);background:#fff;border-radius:18px;padding:18px 20px;font-weight:700;box-shadow:0 12px 28px #1118270f}.suggestions,.filter-board,.collection-board{flex-wrap:wrap;display:flex}.suggestions{gap:10px}.suggestions span,.filter-board span,.collection-board span{color:var(--accent2);background:#fff5f5;border:1px solid #dc262629;border-radius:999px;padding:11px 14px;font-weight:800}.filter-board span{color:var(--text);border-color:var(--line);background:#fff}.collection-board span{min-height:74px;color:var(--text);background:#fff;border-radius:18px;align-items:center;display:inline-flex;box-shadow:0 12px 26px #1118270f}.photo-board{background:#111827;grid-template-rows:1fr 1fr;grid-template-columns:1.2fr .8fr;gap:10px;padding:14px;display:grid}.photo-board span{background:linear-gradient(135deg,#e5e7eb,#fff 48%,#d1d5db);border-radius:16px}.photo-board span:first-child{background:linear-gradient(135deg,#111827,#9ca3af 52%,#fff);grid-row:span 2}.spec-board{grid-template-columns:repeat(2,minmax(0,1fr));align-content:center;gap:12px;padding:18px;display:grid}.spec-board b{min-height:108px;color:var(--text);background:#f8fafc;border-radius:18px;justify-content:center;align-items:center;font-size:24px;display:flex}.calc-board{flex-direction:column;justify-content:center;padding:30px;display:flex}.calc-board span{color:var(--text3);text-transform:uppercase;font-weight:900}.calc-board strong{color:var(--accent);margin:18px 0 12px;font-size:clamp(36px,4vw,54px);line-height:1}.calc-board small{color:var(--text2);font-size:17px;font-weight:650}.feature-grid,.pricing-grid,.steps,.faq-grid,.principles-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.feature,.price-card,.steps div,.faq-grid details,.principles-grid article{border:1px solid var(--line);background:#fbfcff;border-radius:20px;padding:22px}.feature span,.steps span{background:var(--soft-red);width:34px;height:34px;color:var(--accent);border-radius:11px;justify-content:center;align-items:center;margin-bottom:16px;font-weight:900;display:inline-flex}.connection-principles{background:radial-gradient(circle at 12% 12%,#dc262614,#0000 28%),linear-gradient(135deg,#fff,#fbfcff)}.connection-principles .section-head{max-width:680px}.principles-grid article{flex-direction:column;justify-content:space-between;min-height:190px;transition:border-color .16s,transform .16s,box-shadow .16s;display:flex}.principles-grid article:hover{border-color:#dc262638;transform:translateY(-2px);box-shadow:0 14px 32px #1118270f}.principles-grid span{background:var(--soft-red);width:fit-content;min-width:42px;height:34px;color:var(--accent2);border-radius:12px;justify-content:center;align-items:center;margin-bottom:20px;padding:0 10px;font-size:13px;font-weight:900;display:inline-flex}.principles-grid h3{max-width:260px;margin-bottom:10px}.principles-grid p{color:var(--text2);margin-bottom:0;font-weight:600;line-height:1.52}.split-section,.implementation-card,.site-offer{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start;gap:32px;display:grid}.text-block{font-size:18px}.integration-section{align-items:center;overflow:hidden}.integration-section h2{max-width:560px}.integration-visual{border-radius:24px;align-self:center;min-width:0;overflow:hidden}.integration-visual img{aspect-ratio:1120/556;object-fit:contain;width:100%;height:auto;display:block}.site-integration-section{overflow:hidden}.site-integration-hero{grid-template-columns:minmax(0,.85fr) minmax(360px,1.15fr);align-items:center;gap:32px;display:grid}.site-integration-hero h2{max-width:620px}.site-integration-visual{border-radius:24px;align-self:center;min-width:0;overflow:hidden}.site-integration-visual img{aspect-ratio:1120/556;object-fit:contain;width:100%;height:auto;display:block}.site-integration-divider{background:var(--line);height:1px;margin:32px 0}.site-integration-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.site-integration-item{border:1px solid var(--line);color:var(--text);background:linear-gradient(#fff 0%,#fbfcff 100%);border-radius:20px;grid-template-columns:48px minmax(0,1fr);align-items:start;gap:14px;min-height:150px;padding:18px;transition:border-color .16s,box-shadow .16s,transform .16s,background .16s;display:grid}.site-integration-item:hover{background:linear-gradient(#fff 0%,#fff8f8 100%);border-color:#dc26263d;transform:translateY(-2px);box-shadow:0 16px 34px #11182712}.site-integration-icon{background:var(--soft-red);width:48px;height:48px;color:var(--accent2);border-radius:16px;justify-content:center;align-items:center;display:inline-flex;box-shadow:inset 0 0 0 1px #dc26260f}.site-integration-icon svg{width:25px;height:25px;display:block}.site-integration-step{color:var(--accent2);letter-spacing:.04em;margin-bottom:8px;font-size:12px;font-weight:500;line-height:1;display:inline-flex}.site-integration-item h3{color:var(--text);margin:0 0 8px;font-size:19px;font-weight:400;line-height:1.25}.site-integration-item p{color:var(--text2);margin:0;font-size:15px;font-weight:400;line-height:1.48}.site-integration-price{color:var(--text3);margin:28px 0 0;font-size:18px;font-weight:700}.smart-search-section{background:#fff;overflow:visible}.smart-search-hero{background-image:url(/assets/connect/connect-smart-search-showcase.jpg);background-position:100%;background-repeat:no-repeat;background-size:min(52%,740px);align-items:center;min-height:430px;display:flex}.smart-search-copy{width:min(48%,620px);min-width:0}.smart-search-copy h2{max-width:670px;margin:20px 0 22px;font-size:38px;line-height:1.08}.smart-search-copy p{max-width:650px;color:var(--text2);font-size:18px;font-weight:600;line-height:1.58}.smart-search-proof{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.smart-search-proof span{color:var(--text);background:#fff;border:1px solid #dc262629;border-radius:999px;padding:13px 16px;font-size:15px;font-weight:400;box-shadow:0 10px 24px #1118270d}.smart-search-normalization{background:#fff7f7;border:1.5px solid #ff1f1f;border-radius:34px;width:100%;margin:42px auto 0;padding:clamp(34px,4.4vw,54px)}.smart-search-normalization h3{color:#000;max-width:760px;margin:0 0 28px;font-size:clamp(34px,4.4vw,46px);font-weight:300;line-height:.98}.smart-search-normalization-flow{grid-template-columns:minmax(0,1fr) 52px minmax(0,1fr);align-items:center;gap:clamp(20px,3vw,26px);display:grid}.smart-search-normalization-step{background:#ffffff2e;border:1px solid #ff1f1f24;border-radius:18px;min-height:146px;padding:24px}.smart-search-normalization-step span{color:#fff;background:#f20505;border-radius:999px;justify-content:center;align-items:center;width:28px;height:28px;margin-bottom:14px;font-size:15px;font-weight:500;line-height:1;display:inline-flex}.smart-search-normalization-step p{color:var(--text2);margin:0;font-size:clamp(17px,2vw,16px);font-weight:300;line-height:1.35}.smart-search-normalization-arrow{color:#f20505;text-align:center;font-size:30px;font-weight:900;line-height:1}.smart-search-progress{grid-template-columns:34px minmax(0,1fr);align-items:center;gap:12px;margin-top:28px;display:grid}.smart-search-progress-icon{color:#f20505;width:28px;height:28px;animation:1.05s linear infinite smart-search-spin}.smart-search-progress-track{background:#fff;border-radius:999px;height:11px;position:relative;overflow:hidden}.smart-search-progress-track span{border-radius:inherit;transform-origin:0;background:#f20505;animation:4s linear infinite smart-search-progress;position:absolute;inset:0;transform:scaleX(0)}@keyframes smart-search-spin{to{transform:rotate(360deg)}}@keyframes smart-search-progress{0%{transform:scaleX(0)}92%{transform:scaleX(1)}to{transform:scaleX(0)}}@media (prefers-reduced-motion:reduce){.smart-search-progress-icon,.smart-search-progress-track span{animation:none}.smart-search-progress-track span{transform:scaleX(.62)}}.smart-search-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:16px;margin-top:54px;display:grid}.smart-search-card{z-index:1;border:1px solid var(--line);background:#fff;border-radius:20px;outline:none;grid-template-columns:48px minmax(0,1fr) 26px;align-items:center;gap:14px;min-height:94px;padding:18px;transition:border-color .16s,box-shadow .16s,transform .16s,background .16s;display:grid;position:relative}.smart-search-card:hover,.smart-search-card:focus-within,.smart-search-card:focus-visible{z-index:10;background:linear-gradient(#fff 0%,snow 100%);border-color:#dc26263d;transform:translateY(-1px);box-shadow:0 14px 32px #1118270f}.smart-search-card-action{width:26px;height:26px;color:var(--text2);background:#f3f4f6;border-radius:999px;justify-content:center;align-items:center;font-size:18px;font-weight:800;line-height:1;display:inline-flex}.smart-search-card:hover .smart-search-card-action,.smart-search-card:focus-within .smart-search-card-action,.smart-search-card:focus-visible .smart-search-card-action{background:var(--soft-red);color:var(--accent2)}.smart-search-card-icon{background:var(--soft-red);width:48px;height:48px;color:var(--accent2);border-radius:16px;justify-content:center;align-items:center;display:inline-flex;box-shadow:inset 0 0 0 1px #dc26260f}.smart-search-card-icon svg{width:25px;height:25px;display:block}.smart-search-card-copy b{color:var(--text);font-size:18px;font-weight:700;line-height:1.25;display:block}.smart-search-card-copy small{color:var(--text2);margin-top:4px;font-size:13px;font-weight:500;line-height:1.38;display:block}.smart-search-tooltip{z-index:30;opacity:0;pointer-events:none;background:#fffffffa;border:1px solid #dc26262e;border-radius:18px;padding:14px;transition:opacity .16s,transform .16s;position:absolute;top:calc(100% + 10px);left:80px;right:18px;transform:translateY(-6px);box-shadow:0 22px 48px #11182729}.smart-search-tooltip:before{content:"";background:#fffffffa;border-top:1px solid #dc26262e;border-left:1px solid #dc26262e;width:12px;height:12px;position:absolute;top:-7px;left:24px;transform:rotate(45deg)}.smart-search-card:hover .smart-search-tooltip,.smart-search-card:focus-within .smart-search-tooltip,.smart-search-card:focus-visible .smart-search-tooltip{opacity:1;pointer-events:auto;transform:translateY(0)}.smart-search-examples{flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}.smart-search-examples span{color:var(--text);background:#fbfcff;border:1px solid #e5e7ebf2;border-radius:999px;padding:8px 10px;font-size:13px;font-weight:700;line-height:1.25}.smart-search-tooltip p{color:var(--text2);margin:0;font-size:15px;font-weight:500;line-height:1.55}.pricing-section{isolation:isolate;padding:clamp(28px,3.8vw,44px);position:relative;overflow:hidden}.pricing-section:after{content:"";z-index:0;aspect-ratio:4/3;pointer-events:none;background:url(/assets/connect/connect-market-map.jpg) 50%/cover no-repeat;width:min(46vw,560px);position:absolute;top:0;right:0}.pricing-section>*{z-index:1;position:relative}.pricing-head{min-height:250px;margin-bottom:62px;display:block}.pricing-section .section-head{max-width:640px;margin-bottom:0}.pricing-section .section-head h2{max-width:550px}.pricing-section .section-head p{max-width:640px;font-weight:500}.pricing-section .pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.price-card{--country-accent:var(--accent);--country-accent-dark:var(--accent2);--country-soft:#fff7f7;--country-pill:#fee2e2;--country-border:#dc262638;--country-shadow:#dc26261f;background:linear-gradient(180deg, var(--country-soft) 0%, #fff 46%);border-color:var(--country-border);cursor:pointer;flex-direction:column;min-height:100%;padding:22px;scroll-margin-top:120px;transition:border-color .16s,box-shadow .16s,transform .16s;display:flex;position:relative;overflow:hidden}.price-card[data-country-card=korea]{--country-accent:#2563eb;--country-accent-dark:#1d4ed8;--country-soft:#f6f9ff;--country-pill:#eaf1ff;--country-border:#2563eb42;--country-shadow:#2563eb24}.price-card[data-country-card=china]{--country-accent:#ea580c;--country-accent-dark:#9a3412;--country-soft:#fff8f1;--country-pill:#ffedd5;--country-border:#ea580c47;--country-shadow:#ea580c24}.price-card[data-country-card=japan]{--country-accent:#d946ef;--country-accent-dark:#a21caf;--country-soft:#fdf4ff;--country-pill:#fae8ff;--country-border:#d946ef4d;--country-shadow:#d946ef26}.price-card:hover{border-color:var(--country-border);box-shadow:0 18px 42px var(--country-shadow), 0 12px 30px #1118270f;transform:translateY(-1px)}.price-card-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.price-card-head>span{color:var(--text3);text-transform:uppercase;white-space:nowrap;font-size:12px;font-weight:600}.country{background:var(--country-pill);width:fit-content;color:var(--country-accent-dark);border:1px solid var(--country-border);border-radius:999px;align-items:center;gap:7px;padding:7px 11px;font-weight:700;line-height:1;display:inline-flex}.flag-icon{object-fit:cover;border-radius:3px;flex:none;width:18px;height:13px;display:inline-block;box-shadow:0 0 0 1px #11182714}.price-line{flex-wrap:wrap;align-items:baseline;gap:7px;margin-bottom:14px;display:flex}.price-line strong{color:var(--text);white-space:nowrap;letter-spacing:0;font-size:clamp(29px,2.7vw,34px);font-weight:700;line-height:.98}.price-line span,.site-price span{color:var(--text3);white-space:nowrap;font-size:14px;font-weight:600}.price-card p{min-height:78px;margin-bottom:14px;font-weight:500}.price-features{gap:8px;margin:0 0 18px;padding:0;list-style:none;display:grid}.price-features li{color:var(--text);padding-left:18px;font-size:14px;font-weight:500;line-height:1.35;position:relative}.price-features li:before{content:"";background:var(--country-accent);border-radius:999px;width:7px;height:7px;position:absolute;top:.55em;left:0}.price-card .btn-outline,.price-card .btn-primary{width:100%;margin-top:auto;font-weight:500}.price-card .btn-outline{color:var(--country-accent-dark);border-color:var(--country-border);background:#fff}.price-card .btn-outline:hover{color:var(--country-accent-dark);border-color:var(--country-accent);background:var(--country-pill);box-shadow:0 12px 26px var(--country-shadow)}.complex-offer-section{--complex-border:#dc262629;isolation:isolate;border-color:var(--complex-border);background:#fff url(/assets/connect/connect-all-countries-network.png) 110%/65% no-repeat;margin-top:18px;position:relative;overflow:hidden}.complex-offer-section:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(circle at 18% 75%,#dc262621 0,#dc262614 28%,#dc262600 66%),linear-gradient(90deg,#fee2e2cc 0%,#fff7f76b 46%,#fff0 100%);width:min(43%,510px);position:absolute;inset:0 auto 0 0}.complex-offer-card{z-index:1;min-height:clamp(520px,43vw,620px);position:relative}.complex-offer-copy{z-index:1;flex-direction:column;align-items:flex-start;width:min(52%,680px);min-width:0;display:flex;position:relative}.complex-offer-copy h2{max-width:660px;font-weight:700}.complex-offer-copy p{max-width:760px;color:var(--text2);font-size:18px;font-weight:500;line-height:1.58}.complex-features{flex-wrap:wrap;gap:10px;margin:20px 0 0;padding:0;list-style:none;display:flex}.complex-features li{border:1px solid var(--line);color:var(--text);background:#fff;border-radius:999px;align-items:center;gap:7px;padding:10px 14px;font-weight:500;display:inline-flex}.complex-offer-price{background:#fff;border:1px solid #e5e7ebf2;border-radius:22px;gap:8px;width:100%;max-width:360px;margin-top:24px;padding:22px;display:grid}.complex-offer-price>span{color:var(--accent2);text-transform:uppercase;font-size:13px;font-weight:600}.complex-offer-price strong{color:var(--text);white-space:nowrap;font-size:clamp(34px,4vw,44px);font-weight:700;line-height:1}.complex-offer-price small{color:var(--text3);font-size:16px;font-weight:500}.complex-offer-price .btn-primary{width:100%;margin-top:12px}.check-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0;padding:0;list-style:none;display:grid}.check-list li,.site-offer-list span{border:1px solid var(--line);color:var(--text);background:#f8fafc;border-radius:14px;padding:14px 16px;font-weight:800}.check-list li:before{content:"✓";color:var(--accent);margin-right:8px}.site-offer{color:#fff;background:#111827;border-color:#ffffff14}.site-offer .section-kicker{color:#fff;background:#ffffff1a}.site-offer-copy p{color:#ffffffbd}.site-price{margin:16px 0 8px;font-size:40px;font-weight:900}.small-note{font-size:14px}.site-offer-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.site-offer-list span{color:#fff;background:#ffffff14;border-color:#ffffff1f}.faq-grid{grid-template-columns:minmax(0,1fr);gap:12px}.faq-grid details{background:#fbfcff;border-radius:18px;padding:0;transition:border-color .18s,background .18s,box-shadow .18s;overflow:hidden}.faq-grid details:hover,.faq-grid details[open]{background:#fff;border-color:#dc262633;box-shadow:0 12px 28px #1118270d}.faq-grid summary{cursor:pointer;min-height:70px;color:var(--text);justify-content:space-between;align-items:center;gap:18px;padding:18px 20px 18px 22px;font-size:18px;font-weight:400;line-height:1.35;list-style:none;display:flex}.faq-grid summary::-webkit-details-marker{display:none}.faq-grid summary:after{content:"+";border:1px solid var(--line);width:32px;height:32px;color:var(--text2);background:#fff;border-radius:999px;flex:none;justify-content:center;align-items:center;font-size:22px;font-weight:400;line-height:1;transition:transform .2s,color .2s,border-color .2s,background .2s;display:inline-flex}.faq-grid details[open] summary:after{content:"−";background:var(--soft-red);color:var(--accent);border-color:#dc26263d;transform:rotate(180deg)}.faq-grid summary:focus-visible{outline-offset:-5px;border-radius:18px;outline:3px solid #dc26262e}.faq-answer{max-height:0;transition:max-height .24s;overflow:hidden}.faq-grid details[open] .faq-answer{max-height:420px}.faq-answer-inner{padding:0 22px 22px}.faq-grid p{max-width:860px;color:var(--text2);margin:0;font-weight:400;line-height:1.62}.final-cta{text-align:center;background:linear-gradient(135deg,#fff,#fff4f4);border-radius:28px;margin-top:22px;margin-bottom:48px;padding:clamp(34px,5vw,58px)}.final-cta p{max-width:720px;margin:0 auto 24px}.connect-footer-wrap{width:calc(100% - (var(--page-gutter) * 2));max-width:var(--panel-max);margin:22px auto 34px;padding:0}.connect-footer{background:#fff;border:1px solid #e5e7ebe6;border-radius:28px;grid-template-columns:minmax(260px,.72fr) minmax(0,1fr);align-items:center;gap:clamp(22px,4vw,54px);padding:clamp(26px,4vw,44px);display:grid;box-shadow:0 18px 55px #11182714}.connect-footer-logo{align-items:center;width:168px;max-width:100%;display:inline-flex}.connect-footer-logo img{width:100%;height:auto;display:block}.connect-footer-brand p{max-width:430px;color:var(--text2);margin:18px 0 0;font-size:16px;font-weight:400;line-height:1.62}.connect-footer-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px;display:grid}.connect-footer-links a{border:1px solid var(--line);min-height:46px;color:var(--text);background:#fbfcff;border-radius:14px;align-items:center;padding:10px 14px;font-size:15px;font-weight:500;line-height:1.25;transition:border-color .16s,background .16s,color .16s,transform .16s,box-shadow .16s;display:flex}.connect-footer-links a:hover{background:var(--soft-red);color:var(--accent2);border-color:#dc262642;transform:translateY(-1px);box-shadow:0 10px 24px #dc262614}.connect-legal-line{color:var(--text3);flex-wrap:wrap;justify-content:center;gap:10px 18px;padding:16px 10px 0;font-size:14px;font-weight:400;line-height:1.4;display:flex}.connect-legal-line a{color:var(--text2);transition:color .16s}.connect-legal-line a:hover{color:var(--accent2)}.connect-modal{z-index:300;--modal-accent:var(--accent);--modal-accent-dark:var(--accent2);--modal-accent-bg:var(--accent);--modal-text-bg:var(--accent2);--modal-soft:#fff5f5;--modal-pill:var(--soft-red);--modal-border:#dc262657;--modal-shadow:#dc262638;display:none;position:fixed;inset:0}.connect-modal.theme-korea{--modal-accent:#2563eb;--modal-accent-dark:#1d4ed8;--modal-accent-bg:#2563eb;--modal-text-bg:#1d4ed8;--modal-soft:#f6f9ff;--modal-pill:#eaf1ff;--modal-border:#2563eb52;--modal-shadow:#2563eb33}.connect-modal.theme-china{--modal-accent:#ea580c;--modal-accent-dark:#9a3412;--modal-accent-bg:#ea580c;--modal-text-bg:#9a3412;--modal-soft:#fff8f1;--modal-pill:#ffedd5;--modal-border:#ea580c57;--modal-shadow:#ea580c33}.connect-modal.theme-japan{--modal-accent:#d946ef;--modal-accent-dark:#a21caf;--modal-accent-bg:#d946ef;--modal-text-bg:#a21caf;--modal-soft:#fdf4ff;--modal-pill:#fae8ff;--modal-border:#d946ef57;--modal-shadow:#d946ef33}.connect-modal.theme-multi .modal-panel{background:linear-gradient(#fff, #fff) padding-box, var(--modal-accent-bg) border-box;border-color:#0000}.connect-modal.open{justify-content:center;align-items:center;padding:14px;display:flex}.modal-backdrop{backdrop-filter:blur(8px);background:#1118278f;position:absolute;inset:0}.modal-panel{border:1px solid var(--modal-border);width:min(720px,100%);max-height:calc(100dvh - 28px);box-shadow:0 24px 80px #00000047, 0 18px 56px var(--modal-shadow);background:#fff;border-radius:24px;margin:0;padding:28px;position:relative;overflow:auto}.modal-close{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:12px;width:38px;height:38px;font-size:24px;line-height:1;position:absolute;top:18px;right:18px}.modal-head{padding-right:44px}.connect-modal .modal-head .section-kicker{background:var(--modal-pill);color:var(--modal-accent-dark)}.modal-head p,.modal-note{color:var(--text2);font-weight:500;line-height:1.55}.modal-consent{max-width:none;margin:12px 0 0;font-size:13px}.modal-consent a{color:var(--modal-accent-dark);text-underline-offset:3px;font-weight:650;text-decoration:underline}.modal-consent a:hover{color:var(--modal-accent)}.modal-grid{gap:10px;margin:18px 0;display:grid}.choice{border:1px solid var(--line);cursor:pointer;border-radius:16px;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:14px 16px;font-weight:600;display:grid}.choice input{accent-color:var(--modal-accent)}.choice.is-checked,.choice:has(input:checked){border-color:var(--modal-border);background:var(--modal-soft);box-shadow:0 10px 24px #1118270a}.connect-modal.theme-multi .choice.is-checked,.connect-modal.theme-multi .choice:has(input:checked){background:var(--modal-soft) padding-box, var(--modal-accent-bg) border-box;border-color:#0000}.choice-label{align-items:center;gap:10px;min-width:0;display:flex}.country-flag,.summary-flag{background:#fff;border-radius:6px;flex:none;place-items:center;width:24px;height:18px;font-size:14px;line-height:1;display:inline-grid;box-shadow:0 0 0 1px #0f172a14,0 4px 12px #0f172a14}.choice-price{text-align:right;min-width:116px;color:var(--modal-accent-dark);flex-direction:column;justify-content:flex-end;align-items:flex-end;gap:4px;font-weight:700;line-height:1.05;display:inline-flex}.choice-price small{color:var(--text2);font-size:11px;font-weight:700}.old-price{color:var(--text3);font-size:.78em;font-weight:700;text-decoration-line:line-through;text-decoration-color:currentColor;text-decoration-thickness:2px}.old-price[hidden],.summary-deal[hidden]{display:none}.periods{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:16px 0;display:grid}.period{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:12px;min-height:42px;font-weight:650}.period:hover{border-color:var(--modal-border);color:var(--modal-accent-dark)}.period.active{color:#fff;background:var(--modal-accent-bg);box-shadow:0 12px 26px var(--modal-shadow);border-color:#0000}.setup-option{border:1px dashed var(--modal-border);cursor:pointer;background:#ffffffb8;border-radius:16px;grid-template-columns:auto 1fr;align-items:start;gap:12px;margin:16px 0 0;padding:14px 16px;display:grid}.setup-option input{accent-color:var(--modal-accent);margin-top:4px}.setup-option b{color:var(--text);font-size:16px;line-height:1.25;display:block}.setup-option small{color:var(--text2);margin-top:5px;font-size:13px;font-weight:500;line-height:1.45;display:block}.setup-option.is-checked,.setup-option:has(input:checked){background:var(--modal-soft);border-style:solid;box-shadow:0 10px 24px #1118270a}.connect-modal.theme-multi .setup-option.is-checked,.connect-modal.theme-multi .setup-option:has(input:checked){background:var(--modal-soft) padding-box, var(--modal-accent-bg) border-box;border-color:#0000}.summary{border:1px solid var(--line);border-radius:18px;margin:18px 0;overflow:hidden}.summary div{border-bottom:1px solid var(--line);color:var(--text2);justify-content:space-between;gap:16px;padding:14px 16px;font-weight:600;display:flex}.summary div[hidden]{display:none}.summary div:last-child{border-bottom:0}.summary b{color:var(--text)}.summary-label{gap:4px;display:grid}.summary-deal{color:var(--modal-accent-dark);font-size:12px;font-weight:700;line-height:1.25}.summary-price{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:inline-flex}.summary-flags{justify-content:flex-end;align-items:center;gap:4px;display:inline-flex}.summary-price .old-price{font-size:12px}.total-price{gap:10px}.summary .total{background:var(--modal-soft);color:var(--text);font-size:18px}.summary .total b{color:var(--modal-accent-dark)}.connect-modal .btn-primary{background:var(--modal-accent-bg);box-shadow:0 14px 32px var(--modal-shadow)}.connect-modal .btn-primary:hover{background:var(--modal-accent-bg);filter:brightness(.95)}.connect-modal.theme-multi .modal-head .section-kicker,.connect-modal.theme-multi .choice.is-checked b,.connect-modal.theme-multi .choice:has(input:checked) b,.connect-modal.theme-multi .period:not(.active):hover,.connect-modal.theme-multi .summary .total b,.connect-modal.theme-multi .modal-consent a{background-image:var(--modal-text-bg);color:#0000;background-clip:text}body.modal-lock{overflow:hidden}@media (width<=1100px){.pricing-section .pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.complex-offer-section{background-position:right 0 center;background-size:min(46vw,540px)}.complex-offer-price{max-width:360px}}@media (width<=980px){.hero-grid,.split-section,.implementation-card,.site-offer,.site-integration-hero{grid-template-columns:1fr}.connect-footer{grid-template-columns:1fr;align-items:stretch}.smart-search-hero{background-position:bottom;background-size:min(100%,740px);align-items:flex-start;min-height:760px;padding-bottom:min(56vw,430px)}.smart-search-copy{width:min(100%,620px)}.smart-search-grid{grid-template-columns:1fr}.smart-search-normalization{width:100%}.hero-copy,.hero-visual{min-height:auto}.hero-visual img{object-fit:contain;height:auto}.integration-section{gap:22px}.tabs-layout{grid-template-columns:1fr}.tabs-list{grid-template-columns:repeat(3,minmax(0,1fr))}.tab-panel{min-height:auto}.tab-illustration{min-height:280px}.feature-grid,.pricing-grid,.steps,.principles-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pricing-head{min-height:220px;margin-bottom:34px}.pricing-section:after{opacity:.72;width:min(55vw,380px);top:0;right:-70px}.pricing-section .pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.complex-offer-card{min-height:clamp(500px,64vw,620px)}.complex-offer-section{background-position:right 0 center;background-size:min(46vw,450px)}.complex-offer-copy{width:min(58%,620px)}.complex-offer-price{max-width:360px}}@media (width<=640px){:root{--page-gutter:12px}.wrap{padding:0 var(--page-gutter)}.connect-hero{padding-top:18px}.hero-copy,.hero-visual,.section,.final-cta{border-radius:20px}.hero-copy,.section,.final-cta{padding:24px 18px}h1,.hero-copy h1{overflow-wrap:anywhere;font-size:34px;line-height:1.06}.lead{overflow-wrap:anywhere}h2{font-size:30px}.integration-visual,.site-integration-visual{border-radius:16px}.smart-search-hero{background-size:min(112%,560px);min-height:690px;padding-bottom:min(68vw,320px)}.smart-search-copy h2{font-size:38px}.smart-search-proof span{font-size:15px;font-weight:400}.smart-search-normalization{border-radius:22px;margin-top:22px;padding:24px 16px}.smart-search-normalization h3{font-size:30px;line-height:1.02}.smart-search-normalization-flow{grid-template-columns:1fr;gap:14px}.smart-search-normalization-arrow{transform:rotate(90deg)}.smart-search-normalization-step{min-height:0;padding:18px}.smart-search-normalization-step p{font-size:17px}.smart-search-card{grid-template-columns:42px minmax(0,1fr) 24px;gap:12px;padding:16px}.smart-search-card-icon{border-radius:14px;width:42px;height:42px}.smart-search-card-icon svg{width:23px;height:23px}.smart-search-card-action{width:24px;height:24px}.smart-search-tooltip{top:calc(100% + 8px);left:16px;right:16px}.smart-search-examples span{border-radius:12px}.tabs-list,.feature-grid,.pricing-grid,.steps,.faq-grid,.check-list,.site-offer-list,.principles-grid,.site-integration-list{grid-template-columns:1fr}.pricing-head{gap:16px;min-height:auto;margin-bottom:18px}.pricing-section:after{opacity:.18;width:330px;top:0;right:-120px}.pricing-section .pricing-grid{grid-template-columns:1fr}.price-card{padding:20px}.price-card p{min-height:auto}.price-card-head{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:16px}.price-line strong{font-size:32px}.complex-offer-card{min-height:0;padding-bottom:min(78vw,420px)}.complex-offer-section{background-position:bottom;background-size:min(104%,560px)}.complex-offer-copy{width:100%}.complex-offer-section:before{background:radial-gradient(circle at 22% 70%,#dc26261c 0,#dc26260f 34%,#dc262600 72%),linear-gradient(#fee2e2b8 0%,#fff7f75c 54%,#fff0 100%);width:100%;height:58%;bottom:auto}.complex-offer-copy p{font-size:16px}.connect-footer-wrap{margin:18px auto 30px}.connect-footer{border-radius:22px;gap:20px;padding:24px 18px}.connect-footer-links{grid-template-columns:1fr}.connect-footer-links a{min-height:44px}.connect-legal-line{justify-content:flex-start;padding:14px 4px 0}.complex-features{width:100%;display:grid}.complex-offer-price strong{font-size:34px}.tab-button{min-height:68px}.tab-button small{font-size:12px}.tab-panel{border-radius:20px;padding:20px 16px}.tab-copy h3{font-size:28px}.tab-copy ul{display:grid}.tab-copy li{border-radius:14px}.tab-illustration{min-height:230px}.mini-list{display:grid}.spec-board b{min-height:84px;font-size:20px}.periods{grid-template-columns:repeat(2,minmax(0,1fr))}.modal-panel{border-radius:20px;padding:22px 16px}}@media (width<=480px){:root{--page-gutter:10px}.connect-modal.open{padding:10px}.modal-panel{width:100%;max-height:calc(100dvh - 20px)}.choice{grid-template-columns:auto 1fr;align-items:start}.choice-price{text-align:left;grid-column:2;justify-content:flex-start;align-items:flex-start;min-width:0}.summary div{align-items:flex-start}.summary-price{flex-direction:column;align-items:flex-end;gap:4px}}
