
/* === Lavio Digital V11 final polish === */
:root{--lv-blue:#0077ff;--lv-blue2:#00a8ff;--lv-ink:#07111f;--lv-muted:#64748b;--lv-line:#dfe9f7;--lv-soft:#f6f9ff;--lv-card:#ffffff;--lv-green:#15c784;--lv-dark:#060b16;}
body{overflow-x:hidden}.site-header{z-index:1000}.container{max-width:1220px}.section{padding:88px 0}.soft{background:#f6f9ff}.pill{border:1px solid rgba(0,119,255,.14);background:#eef6ff;color:#075dcf}.cta-blue,.btn-primary{background:linear-gradient(135deg,var(--lv-blue),var(--lv-blue2))!important;color:#fff!important;border:0!important;box-shadow:0 18px 45px rgba(0,119,255,.22)!important}.cta-dark{background:#07111f!important;color:#fff!important}.footer{background:#fff}.v11-phone{white-space:nowrap!important;font-size:25px!important;line-height:1!important;width:max-content!important;min-width:220px!important;text-align:center!important}.contact-button{display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;gap:10px!important}
/* reusable */
.v11-hero{padding:110px 0 72px;background:radial-gradient(circle at 50% 0%,rgba(0,119,255,.08),transparent 34%),linear-gradient(180deg,#fff,#f7fbff);border-bottom:1px solid var(--lv-line);text-align:center}.v11-hero h1{max-width:980px;margin:14px auto 16px;font-size:clamp(42px,6.4vw,78px);line-height:.96;letter-spacing:-.075em;color:var(--lv-ink);font-weight:950}.v11-hero p{max-width:780px;margin:0 auto;color:var(--lv-muted);font-size:18px;line-height:1.62;font-weight:650}.v11-hero-actions{margin-top:28px;display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.v11-btn{height:48px;padding:0 22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-weight:950;text-decoration:none;border:1px solid var(--lv-line);background:#fff;color:var(--lv-ink);transition:.2s}.v11-btn:hover{transform:translateY(-2px);box-shadow:0 18px 45px rgba(15,23,42,.08)}.v11-btn.primary{background:#07111f;color:#fff;border-color:#07111f}.v11-btn.blue{background:linear-gradient(135deg,var(--lv-blue),var(--lv-blue2));color:#fff;border:0}.v11-kicker{display:inline-flex;gap:8px;align-items:center;height:34px;padding:0 14px;border-radius:999px;border:1px solid rgba(0,119,255,.14);background:#eef6ff;color:#075dcf;font-weight:900;font-size:13px}.v11-kicker:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--lv-blue);box-shadow:0 0 0 5px rgba(0,119,255,.12)}.v11-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:34px}.v11-head h2{margin:10px 0 0;font-size:clamp(34px,4vw,56px);line-height:1;letter-spacing:-.065em;color:var(--lv-ink);font-weight:950}.v11-head p{max-width:660px;color:var(--lv-muted);font-weight:650;line-height:1.55}.v11-grid{display:grid;gap:18px}.v11-card{background:#fff;border:1px solid var(--lv-line);border-radius:28px;box-shadow:0 18px 55px rgba(15,23,42,.055);transition:.2s}.v11-card:hover{transform:translateY(-4px);box-shadow:0 28px 70px rgba(0,119,255,.10);border-color:rgba(0,119,255,.22)}.v11-icon{width:46px;height:46px;border-radius:16px;background:#eef6ff;border:1px solid #dcecff;display:flex;align-items:center;justify-content:center}.v11-icon img{width:26px;height:26px}.v11-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}.v11-list li{display:flex;gap:9px;color:#59677c;font-weight:700;line-height:1.45}.v11-list li:before{content:"✓";color:var(--lv-blue);font-weight:950}.v11-chip-row{display:flex;gap:8px;flex-wrap:wrap}.v11-chip{height:30px;padding:0 11px;border:1px solid var(--lv-line);background:#f8fbff;border-radius:999px;display:inline-flex;align-items:center;font-size:12px;font-weight:850;color:#536174}
/* orbit fix */
.orbit-card{position:relative;min-height:520px;overflow:hidden!important;border-radius:34px;background:radial-gradient(circle at 50% 50%,rgba(0,119,255,.13),transparent 38%),linear-gradient(180deg,#fff,#fbfdff)!important}.orbit-spin{position:absolute!important;inset:0!important;transform-origin:50% 50%!important;animation:lavioOrbitSpin 34s linear infinite!important;will-change:transform}.orbit-card:hover .orbit-spin{animation-play-state:paused!important}.channel-dot{--orbit-radius:178px;position:absolute!important;left:50%!important;top:50%!important;width:104px!important;height:82px!important;border-radius:28px!important;background:#fff!important;border:1px solid #dfe8f5!important;box-shadow:0 18px 48px rgba(15,23,42,.085)!important;transform:translate(-50%,-50%) rotate(var(--a)) translate(var(--orbit-radius)) rotate(calc(-1 * var(--a)))!important}.dot-inner{width:100%;height:100%;display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:7px;animation:lavioOrbitCounter 34s linear infinite!important;will-change:transform}.orbit-card:hover .dot-inner{animation-play-state:paused!important}.dot-inner img{width:34px!important;height:34px!important;object-fit:contain!important}.dot-inner b{font-size:13px!important;line-height:1;color:#0f172a}.center-chat{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;z-index:4;width:128px!important;height:128px!important;border-radius:50%;background:linear-gradient(135deg,var(--lv-blue),var(--lv-blue2))!important;box-shadow:0 24px 70px rgba(0,119,255,.28)!important}.orbit-ring{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;width:350px!important;height:350px!important;border:1px dashed rgba(0,119,255,.28)!important;border-radius:50%}.orbit-ring.r2{width:235px!important;height:235px!important;opacity:.8}@keyframes lavioOrbitSpin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes lavioOrbitCounter{from{transform:rotate(0deg)}to{transform:rotate(-360deg)}}
/* portfolio */
.v11-portfolio-showcase{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:stretch;margin-top:34px}.v11-show-img{position:relative;min-height:390px;border-radius:34px;overflow:hidden;border:1px solid var(--lv-line);box-shadow:0 28px 90px rgba(15,23,42,.12);background:#07111f}.v11-show-img img{width:100%;height:100%;object-fit:cover;display:block}.v11-show-img:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(7,17,31,.78))}.v11-show-caption{position:absolute;left:26px;right:26px;bottom:24px;color:#fff;z-index:2}.v11-show-caption h3{font-size:28px;margin:0 0 8px;letter-spacing:-.045em}.v11-show-caption p{margin:0;color:#dbe6f5}.v11-show-side{display:grid;gap:14px}.v11-mini-case{padding:18px;border-radius:24px;background:#fff;border:1px solid var(--lv-line);display:grid;grid-template-columns:72px 1fr;gap:14px;align-items:center}.v11-mini-case img{width:72px;height:58px;border-radius:16px;object-fit:cover;border:1px solid var(--lv-line)}.v11-mini-case b{display:block;color:var(--lv-ink);font-size:16px}.v11-mini-case span{display:block;color:var(--lv-muted);font-size:13px;margin-top:4px;font-weight:650}.v11-filter-bar{display:flex;gap:9px;flex-wrap:wrap;margin:0 0 26px}.v11-filter{height:38px;border:1px solid var(--lv-line);background:#fff;border-radius:999px;padding:0 14px;font-weight:850;color:#536174;cursor:pointer}.v11-filter.active{background:#07111f;color:#fff;border-color:#07111f}.v11-project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.v11-project{overflow:hidden}.v11-project img{width:100%;height:210px;object-fit:cover;display:block;background:#eef3fb}.v11-project-body{padding:20px}.v11-project h3{margin:0 0 8px;font-size:20px;letter-spacing:-.04em;color:var(--lv-ink)}.v11-project p{margin:0 0 16px;color:var(--lv-muted);font-weight:650;line-height:1.48}.v11-project .meta{display:flex;gap:8px;flex-wrap:wrap}.v11-timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.v11-step{padding:22px}.v11-step span{width:34px;height:34px;border-radius:12px;background:#07111f;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:950;margin-bottom:16px}.v11-step h3{margin:0 0 8px;font-size:18px;color:var(--lv-ink)}.v11-step p{margin:0;color:var(--lv-muted);line-height:1.5;font-weight:650}
/* services overview */
.v11-service-grid{grid-template-columns:repeat(3,1fr)}.v11-service{padding:24px;min-height:330px;display:flex;flex-direction:column}.v11-service-top{display:flex;align-items:center;gap:14px;margin-bottom:18px}.v11-service h3{margin:0;font-size:22px;letter-spacing:-.045em;color:var(--lv-ink)}.v11-service p{color:var(--lv-muted);font-weight:650;line-height:1.55;margin:0 0 16px}.v11-service .v11-btn{margin-top:auto;width:max-content}.v11-service-band{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:28px}.v11-band-card{padding:26px;border-radius:30px;background:#07111f;color:#fff}.v11-band-card.light{background:#fff;color:var(--lv-ink);border:1px solid var(--lv-line)}.v11-band-card h3{font-size:26px;letter-spacing:-.05em;margin:0 0 10px}.v11-band-card p{margin:0;color:#dbe4f0;line-height:1.55}.v11-band-card.light p{color:var(--lv-muted)}
/* service detail */
.v11-detail-hero{padding:92px 0 54px;background:linear-gradient(180deg,#fff,#f8fbff);border-bottom:1px solid var(--lv-line)}.v11-detail-wrap{display:grid;grid-template-columns:1.05fr .95fr;gap:38px;align-items:center}.v11-detail-hero h1{font-size:clamp(42px,5.5vw,72px);line-height:.98;letter-spacing:-.075em;color:var(--lv-ink);margin:14px 0 18px}.v11-detail-hero p{font-size:18px;line-height:1.62;color:var(--lv-muted);font-weight:650;max-width:660px}.v11-flow-card{padding:24px;border-radius:32px;background:#fff;border:1px solid var(--lv-line);box-shadow:0 28px 90px rgba(15,23,42,.08)}.v11-flow-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.v11-flow-title b{font-size:18px;color:var(--lv-ink)}.v11-flow-title span{height:28px;padding:0 10px;border-radius:999px;background:#e9fff4;color:#0d915f;font-weight:900;font-size:12px;display:flex;align-items:center}.v11-flow-steps{display:grid;gap:12px}.v11-flow-row{display:grid;grid-template-columns:46px 1fr;gap:12px;align-items:start}.v11-flow-row .num{width:46px;height:46px;border-radius:16px;background:#eef6ff;color:var(--lv-blue);display:flex;align-items:center;justify-content:center;font-weight:950}.v11-flow-row h4{margin:0 0 5px;color:var(--lv-ink)}.v11-flow-row p{font-size:14px;margin:0;color:var(--lv-muted);line-height:1.45}.v11-split{display:grid;grid-template-columns:1fr 1fr;gap:18px}.v11-problem{padding:24px}.v11-problem h3{font-size:26px;margin:0 0 14px;letter-spacing:-.05em;color:var(--lv-ink)}.v11-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.v11-feature{padding:22px}.v11-feature h3{margin:14px 0 8px;font-size:19px;color:var(--lv-ink)}.v11-feature p{margin:0;color:var(--lv-muted);line-height:1.48;font-weight:650}.v11-case-panel{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:stretch}.v11-case-panel .dark{background:#07111f;color:#fff}.v11-case-panel .dark h3{color:#fff}.v11-case-panel .dark p,.v11-case-panel .dark li{color:#d8e2f0}.v11-faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.v11-faq{padding:20px}.v11-faq h3{margin:0 0 8px;font-size:17px;color:var(--lv-ink)}.v11-faq p{margin:0;color:var(--lv-muted);font-weight:650;line-height:1.45}
/* pricing compact */
.v11-pricing{padding-top:82px}.v11-price-tabs{display:grid;grid-template-columns:repeat(7,1fr);gap:10px;margin:28px 0 22px}.v11-price-tab{border:1px solid var(--lv-line);background:#fff;border-radius:22px;padding:15px 13px;min-height:104px;text-align:left;cursor:pointer;transition:.2s;box-shadow:0 12px 32px rgba(15,23,42,.04)}.v11-price-tab:hover{transform:translateY(-2px)}.v11-price-tab.active{background:#07111f;color:#fff;border-color:#07111f;box-shadow:0 20px 55px rgba(7,17,31,.18)}.v11-price-tab img{width:27px;height:27px;margin-bottom:9px}.v11-price-tab h3{font-size:15px;margin:0 0 4px}.v11-price-tab p{font-size:11px;margin:0;color:#718096;line-height:1.3;font-weight:700}.v11-price-tab.active p{color:#d6dfec}.v11-price-board{background:#fff;border:1px solid var(--lv-line);border-radius:30px;padding:24px;box-shadow:0 22px 70px rgba(15,23,42,.06)}.v11-price-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:20px}.v11-price-head h2{font-size:34px;letter-spacing:-.06em;margin:0 0 6px;color:var(--lv-ink)}.v11-price-head p{margin:0;color:var(--lv-muted);font-weight:650;line-height:1.45}.v11-price-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.v11-plan{padding:20px;border-radius:24px;background:#f8fbff;border:1px solid var(--lv-line);display:flex;flex-direction:column;min-height:342px}.v11-plan.featured{background:#07111f;color:#fff;border-color:#07111f;box-shadow:0 24px 65px rgba(7,17,31,.18)}.v11-plan small.pop{width:max-content;background:linear-gradient(135deg,var(--lv-blue),var(--lv-blue2));color:#fff;border-radius:999px;padding:5px 9px;font-weight:950;margin-bottom:12px}.v11-plan h3{font-size:20px;letter-spacing:-.045em;margin:0 0 9px}.v11-money{font-size:34px;font-weight:950;letter-spacing:-.065em;margin-bottom:6px}.v11-money span{font-size:12px;color:#718096;letter-spacing:0}.v11-plan.featured .v11-money span{color:#cdd8e9}.v11-plan p{color:#64748b;font-weight:650;line-height:1.42;margin:0 0 14px}.v11-plan.featured p{color:#dce5f1}.v11-plan ul{padding:0;margin:0;list-style:none;display:grid;gap:8px}.v11-plan li{font-size:13px;color:#5d6b80;font-weight:750}.v11-plan.featured li{color:#edf4ff}.v11-plan li:before{content:"✓";color:var(--lv-blue);margin-right:7px;font-weight:950}.v11-plan .v11-btn{margin-top:auto;height:42px}.v11-addons{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:18px}.v11-addon{padding:14px;border-radius:18px;background:#f8fbff;border:1px solid var(--lv-line)}.v11-addon b{display:block;font-size:13px;color:var(--lv-ink)}.v11-addon span{display:block;margin-top:6px;color:var(--lv-blue);font-weight:950}.v11-note{margin-top:18px;border:1px solid var(--lv-line);border-radius:22px;background:#f8fbff;padding:18px;color:#5d6b80;font-weight:700;line-height:1.5}
/* blog */
.v11-blog-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:22px}.v11-featured-post{padding:28px;border-radius:34px;background:#07111f;color:#fff;min-height:360px;display:flex;flex-direction:column;justify-content:flex-end;background-image:linear-gradient(180deg,rgba(7,17,31,.25),rgba(7,17,31,.94)),url('/images/portfolio/n8n-workflow.png');background-size:cover;background-position:center}.v11-featured-post h2{font-size:38px;line-height:1.05;letter-spacing:-.06em;margin:12px 0}.v11-featured-post p{color:#d7e2f0;line-height:1.55;font-weight:650}.v11-blog-side{display:grid;gap:14px}.v11-side-post{padding:20px}.v11-side-post h3{margin:0 0 8px;color:var(--lv-ink);font-size:20px}.v11-side-post p{margin:0;color:var(--lv-muted);font-weight:650;line-height:1.45}.v11-topic-toolbar{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:22px}.v11-topic-btn{height:36px;padding:0 13px;border-radius:999px;border:1px solid var(--lv-line);background:#fff;font-weight:850;color:#536174}.v11-topic-btn.active{background:#07111f;color:#fff;border-color:#07111f}.v11-topic-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.v11-topic{padding:17px;min-height:164px}.v11-topic span{font-size:11px;color:var(--lv-blue);font-weight:950;text-transform:uppercase;letter-spacing:.04em}.v11-topic h3{font-size:17px;line-height:1.18;letter-spacing:-.035em;margin:8px 0;color:var(--lv-ink)}.v11-topic p{margin:0;color:#64748b;font-weight:650;line-height:1.38;font-size:13px}.v11-seo-block{display:grid;grid-template-columns:1fr 1fr;gap:18px}.v11-seo-block article{padding:24px}.v11-seo-block h3{font-size:24px;margin:0 0 10px;color:var(--lv-ink);letter-spacing:-.045em}.v11-seo-block p{color:var(--lv-muted);line-height:1.58;font-weight:650}.v11-article{max-width:880px;margin:0 auto}.v11-article h1{font-size:clamp(38px,5vw,66px);line-height:1;letter-spacing:-.07em;color:var(--lv-ink);margin:14px 0 16px}.v11-article .lead{font-size:19px;line-height:1.62;color:#5d6b80;font-weight:650}.v11-article-body{background:#fff;border:1px solid var(--lv-line);border-radius:30px;padding:34px;box-shadow:0 18px 55px rgba(15,23,42,.055)}.v11-article-body h2{font-size:30px;letter-spacing:-.055em;margin:30px 0 12px;color:var(--lv-ink)}.v11-article-body h3{font-size:22px;letter-spacing:-.04em;color:var(--lv-ink)}.v11-article-body p,.v11-article-body li{color:#536174;line-height:1.75;font-weight:650}.v11-article-body ul{padding-left:20px}.v11-article-cta{margin-top:28px;padding:24px;border-radius:24px;background:#07111f;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px}.v11-article-cta h3{color:#fff;margin:0}.v11-article-cta p{color:#dce5f1;margin:6px 0 0}
/* v9/v11 panel selection */
.v9-panel .platform-tab,.v9-panel .flow-step,.v9-panel .lead-card,.v9-panel .chat-card,.v9-panel .platform-rail>div{cursor:pointer;transition:.2s}.v9-panel .platform-tab:hover,.v9-panel .flow-step:hover,.v9-panel .lead-card:hover,.v9-panel .chat-card:hover,.v9-panel .platform-rail>div:hover{transform:translateY(-2px);box-shadow:0 14px 32px rgba(0,119,255,.10)}.v9-panel .platform-tab.is-active,.v9-panel .platform-tab.active{background:#e8f3ff;color:#0067e8}.v9-panel .flow-step.is-active{background:linear-gradient(180deg,#0077ff,#05a8ff);color:#fff;border-color:#0077ff;box-shadow:0 18px 38px rgba(0,119,255,.22)}.v9-panel .lead-card.is-active,.v9-panel .chat-card.is-active{border-color:rgba(0,119,255,.42);box-shadow:0 18px 48px rgba(0,119,255,.13);background:linear-gradient(180deg,#ffffff,#f0f7ff)}.v9-panel .platform-rail>div.is-active{background:#eaf4ff;color:#075dcf}.v9-detail{margin-top:16px;border:1px solid #dce9fb;background:linear-gradient(180deg,#fff,#f7fbff);border-radius:18px;padding:13px 15px;display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;box-shadow:0 10px 25px rgba(15,23,42,.045)}.v9-detail h4{margin:0;color:#07111f;font-size:14px;font-weight:950}.v9-detail p{margin:4px 0 0;color:#64748b;font-size:12px;line-height:1.45;font-weight:750}.v9-detail span{height:30px;padding:0 12px;border-radius:999px;background:#e8f3ff;color:#0067e8;display:inline-flex;align-items:center;font-size:11px;font-weight:950;white-space:nowrap}.v9-card{position:relative}.v9-card:after{content:"";position:absolute;inset:auto 16px 10px 16px;height:3px;border-radius:999px;background:linear-gradient(90deg,#0077ff,#05d1ff);opacity:0;transform:scaleX(.35);transition:.2s}.v9-card.is-active:after{opacity:1;transform:scaleX(1)}
/* dark */
[data-theme="dark"] .v11-card,[data-theme="dark"] .v11-price-board,[data-theme="dark"] .v11-price-tab,[data-theme="dark"] .v11-plan,[data-theme="dark"] .v11-addon,[data-theme="dark"] .v11-article-body,[data-theme="dark"] .v11-flow-card,[data-theme="dark"] .v11-problem,[data-theme="dark"] .v11-feature,[data-theme="dark"] .v11-mini-case{background:#111827;border-color:rgba(255,255,255,.1)}[data-theme="dark"] .v11-hero,[data-theme="dark"] .v11-detail-hero{background:linear-gradient(180deg,#07111f,#0b1220)}[data-theme="dark"] .v11-hero h1,[data-theme="dark"] .v11-head h2,[data-theme="dark"] .v11-card h3,[data-theme="dark"] .v11-detail-hero h1,[data-theme="dark"] .v11-price-head h2,[data-theme="dark"] .v11-topic h3,[data-theme="dark"] .v11-article h1,[data-theme="dark"] .v11-article-body h2,[data-theme="dark"] .v11-article-body h3,[data-theme="dark"] .v11-flow-title b,[data-theme="dark"] .v11-flow-row h4{color:#fff}[data-theme="dark"] .v11-hero p,[data-theme="dark"] .v11-head p,[data-theme="dark"] .v11-card p,[data-theme="dark"] .v11-detail-hero p,[data-theme="dark"] .v11-list li,[data-theme="dark"] .v11-topic p,[data-theme="dark"] .v11-article-body p,[data-theme="dark"] .v11-article-body li,[data-theme="dark"] .v11-flow-row p{color:#b6c3d6}[data-theme="dark"] .footer{background:#0b1220}[data-theme="dark"] .orbit-card{background:radial-gradient(circle at 50% 50%,rgba(0,119,255,.22),transparent 38%),#111827!important}[data-theme="dark"] .channel-dot{background:#111827!important;border-color:rgba(255,255,255,.10)!important}[data-theme="dark"] .dot-inner b{color:#fff}
@media(max-width:1100px){.v11-portfolio-showcase,.v11-detail-wrap,.v11-blog-grid,.v11-split,.v11-case-panel,.v11-service-band,.v11-seo-block{grid-template-columns:1fr}.v11-project-grid,.v11-service-grid,.v11-feature-grid,.v11-price-cards{grid-template-columns:1fr 1fr}.v11-price-tabs{grid-template-columns:repeat(3,1fr)}.v11-topic-grid{grid-template-columns:repeat(2,1fr)}.v11-timeline,.v11-addons{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.section{padding:62px 0}.v11-head{display:block}.v11-project-grid,.v11-service-grid,.v11-feature-grid,.v11-price-cards,.v11-price-tabs,.v11-topic-grid,.v11-timeline,.v11-addons,.v11-faq-grid{grid-template-columns:1fr}.v11-hero{padding:78px 0 48px}.v11-hero h1{font-size:40px}.v11-price-head,.v11-article-cta{display:block}.channel-dot{--orbit-radius:128px;width:82px!important;height:66px!important;border-radius:22px!important}.dot-inner img{width:26px!important;height:26px!important}.dot-inner b{font-size:10px!important}.center-chat{width:92px!important;height:92px!important}.orbit-ring{width:270px!important;height:270px!important}.orbit-ring.r2{width:185px!important;height:185px!important}.v9-detail{grid-template-columns:1fr}.v11-article-body{padding:22px}}
