/* Yo product blocks and product landing pages */
.products-section{padding:38px 0 26px}.products-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.product-card{min-height:390px;display:grid;grid-template-columns:.92fr 1.08fr;align-items:center;gap:18px;padding:34px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.68);box-shadow:var(--shadow);overflow:hidden}.product-card-plan{background:linear-gradient(135deg,rgba(255,255,255,.9),rgba(239,233,255,.68))}.product-card-seller{background:linear-gradient(135deg,rgba(255,255,255,.9),rgba(224,249,248,.7))}.product-card h3{margin:7px 0 12px;font-size:31px;letter-spacing:-.04em}.product-card-plan h3,.product-card-plan .product-kicker{color:var(--violet)}.product-card-seller h3,.product-card-seller .product-kicker{color:var(--teal)}.product-kicker{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.product-card p{margin:0 0 16px;color:var(--muted);font-size:13px;line-height:1.65}.product-mini-list{margin:0 0 20px;padding:0;list-style:none;color:#555975;font-size:12px}.product-mini-list li{position:relative;margin:10px 0;padding-left:23px}.product-mini-list li:before{content:'✓';position:absolute;left:0;top:0;width:16px;height:16px;border-radius:50%;color:#fff;font-size:10px;font-weight:800;line-height:16px;text-align:center}.product-card-plan .product-mini-list li:before{background:var(--violet)}.product-card-seller .product-mini-list li:before{background:var(--teal)}.product-card-visual{display:flex;align-items:center;justify-content:center;min-height:270px}.ui-window{width:100%;max-width:520px;border:1px solid rgba(75,62,150,.14);border-radius:15px;background:#fff;box-shadow:0 24px 60px rgba(45,35,107,.16);overflow:hidden;transform:perspective(900px) rotateY(-4deg)}.product-card-seller .ui-window{transform:perspective(900px) rotateY(4deg)}.ui-top{height:34px;display:flex;align-items:center;gap:6px;padding:0 13px;border-bottom:1px solid #eceaf6;background:#faf9ff}.ui-top i{width:7px;height:7px;border-radius:50%;background:#c9c4e9}.ui-body{display:grid;grid-template-columns:76px 1fr;min-height:220px}.ui-sidebar{padding:14px 8px;background:#f7f5ff;border-right:1px solid #eeeaf8}.ui-sidebar span{display:block;height:8px;margin:0 0 13px;border-radius:8px;background:#d9d2fa}.seller-ui .ui-sidebar span{background:#cdeeed}.ui-content{padding:14px}.plan-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.plan-col{padding:8px;border-radius:9px;background:#f8f7ff}.plan-col b{display:block;height:7px;width:70%;margin-bottom:10px;border-radius:8px;background:#7860ea}.plan-col em{display:block;height:35px;margin:7px 0;border-radius:7px;background:linear-gradient(135deg,#ede8ff,#faf8ff)}.seller-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:12px}.seller-metrics span{height:44px;border-radius:8px;background:linear-gradient(135deg,#eaf9f8,#fff);border:1px solid #e0f1ef}.seller-chart{height:108px;border-radius:10px;background:linear-gradient(180deg,#fff,#f1fbfb);position:relative;overflow:hidden}.seller-chart:before{content:'';position:absolute;left:6%;right:6%;top:45%;height:2px;background:linear-gradient(90deg,#10a7a4,#7252e6,#10a7a4);box-shadow:18px -17px 0 -1px #7252e6,45px 11px 0 -1px #10a7a4,82px -7px 0 -1px #7252e6,118px 14px 0 -1px #10a7a4,154px -13px 0 -1px #7252e6;transform:skewY(-6deg)}
.product-showcases{display:grid;gap:24px;padding:8px 0 30px}.product-showcase{min-height:460px;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.62);overflow:hidden;box-shadow:0 16px 45px rgba(52,38,120,.05)}.product-showcase.seller{grid-template-columns:.92fr 1.08fr}.showcase-visual{min-height:460px;display:flex;align-items:center;justify-content:center;padding:38px;background:radial-gradient(circle at 45% 45%,rgba(109,76,235,.18),transparent 62%)}.product-showcase.seller .showcase-visual{background:radial-gradient(circle at 55% 50%,rgba(19,181,178,.2),transparent 62%)}.showcase-visual .ui-window{max-width:650px;transform:none}.showcase-copy{padding:46px}.showcase-copy .product-kicker{margin-bottom:8px}.showcase-copy h2{margin:0 0 17px;font-size:32px;line-height:1.15;letter-spacing:-.04em}.showcase-copy p{margin:0 0 14px;color:var(--muted);font-size:13px;line-height:1.75}.showcase-copy .check-list{margin-top:20px}.seller .showcase-copy{order:1}.seller .showcase-visual{order:2}.seller .product-kicker{color:var(--teal)}
/* Product pages */
.product-page .site-header{background:rgba(251,250,255,.78);backdrop-filter:blur(12px);position:sticky;top:0}.product-page .main-nav a.active{color:var(--violet);font-weight:700}.product-hero{padding:48px 0 46px}.product-breadcrumb{width:min(var(--container),calc(100% - 48px));margin:0 auto 24px;color:#777b96;font-size:12px}.product-breadcrumb a{color:var(--violet)}.product-hero-grid{width:min(var(--container),calc(100% - 48px));margin:auto;display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:50px}.product-label{display:inline-flex;align-items:center;gap:8px;margin-bottom:14px;color:var(--violet);font-size:14px;font-weight:800}.product-label.teal{color:var(--teal)}.product-hero h1{margin:0 0 18px;font-size:clamp(42px,4.5vw,67px);line-height:1.03;letter-spacing:-.055em}.product-hero .lead{max-width:660px;margin:0 0 25px;color:var(--muted);font-size:17px;line-height:1.7}.product-actions{display:flex;gap:12px;flex-wrap:wrap}.product-badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.product-badges span{padding:9px 12px;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.7);color:#5c607b;font-size:12px}.hero-product-visual{position:relative;padding:28px}.hero-product-visual:before{content:'';position:absolute;inset:5%;border-radius:50%;background:radial-gradient(circle,rgba(104,71,235,.22),transparent 68%)}.hero-product-visual.teal:before{background:radial-gradient(circle,rgba(12,176,171,.22),transparent 68%)}.hero-product-visual .ui-window{position:relative;max-width:760px;transform:none}.product-section{width:min(var(--container),calc(100% - 48px));margin:0 auto;padding:58px 0}.product-section.compact{padding-top:28px;padding-bottom:28px}.product-section-heading{max-width:820px;margin:0 auto 34px;text-align:center}.product-section-heading h2{margin:0 0 12px;font-size:34px;letter-spacing:-.04em}.product-section-heading p{margin:0;color:var(--muted);font-size:15px;line-height:1.7}.compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.compare-card{padding:30px;border:1px solid var(--line);border-radius:15px;background:rgba(255,255,255,.68)}.compare-card h3{margin:0 0 14px;font-size:22px}.compare-card p{color:var(--muted);font-size:13px;line-height:1.7}.task-cloud{display:flex;flex-wrap:wrap;gap:8px;margin:22px 0}.task-cloud span{padding:8px 10px;border:1px solid #ece9f6;border-radius:8px;background:#faf9ff;color:#777b92;font-size:11px}.strategy-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:10px;align-items:center;margin:24px 0}.strategy-step{min-height:145px;padding:19px 14px;border:1px solid #e4defe;border-radius:12px;background:linear-gradient(145deg,#faf9ff,#f2eeff);text-align:center}.strategy-step b{display:block;margin:8px 0;color:var(--violet);font-size:15px}.strategy-step span{color:var(--muted);font-size:11px;line-height:1.45}.strategy-arrow{color:var(--violet);font-size:25px;font-weight:800}.method-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.method-card{padding:27px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.68)}.method-number{width:34px;height:34px;display:flex;align-items:center;justify-content:center;margin-bottom:17px;border-radius:9px;color:#fff;background:linear-gradient(135deg,#7049ee,#4519ce);font-weight:800}.method-card h3{margin:0 0 10px;font-size:20px}.method-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.7}.example-tree{max-width:970px;margin:auto;padding:30px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.72)}.example-project{padding:18px 20px;border-radius:12px;background:#f8f6ff;font-weight:800}.example-row{display:grid;grid-template-columns:150px 1fr;gap:16px;align-items:start;padding:18px 8px;border-bottom:1px solid #ece9f6}.example-row:last-child{border-bottom:0}.example-row strong{color:var(--violet)}.example-row div{color:#555975;font-size:13px;line-height:1.65}.example-row ul{margin:0;padding-left:18px}.product-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.info-card{padding:27px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.68)}.info-card h3{margin:0 0 10px;font-size:19px}.info-card p,.info-card li{color:var(--muted);font-size:13px;line-height:1.7}.info-card ul{margin:0;padding-left:18px}.statement-band{width:min(var(--container),calc(100% - 48px));margin:15px auto;padding:42px 48px;border:1px solid var(--line);border-radius:16px;background:linear-gradient(135deg,#f7f3ff,#eefafa);display:grid;grid-template-columns:1fr auto;align-items:center;gap:30px}.statement-band h2{margin:0 0 10px;font-size:31px;letter-spacing:-.04em}.statement-band p{margin:0;color:var(--muted);font-size:14px;line-height:1.65}.product-faq{display:grid;grid-template-columns:1fr 1fr;gap:10px}.product-faq details{padding:18px 20px;border:1px solid var(--line);border-radius:10px;background:rgba(255,255,255,.68)}.product-faq summary{cursor:pointer;font-size:13px;font-weight:700}.product-faq p{margin:10px 0 0;color:var(--muted);font-size:12px;line-height:1.65}.report-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.report-card{padding:28px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.7)}.report-card .report-icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;margin-bottom:15px;border-radius:10px;background:#eaf9f8;color:var(--teal);font-weight:800}.report-card h3{margin:0 0 10px;font-size:20px}.report-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.7}.pipeline{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:14px;align-items:center;max-width:960px;margin:auto}.pipeline-step{padding:24px;border:1px solid var(--line);border-radius:13px;background:rgba(255,255,255,.72);text-align:center}.pipeline-step b{display:block;margin-bottom:7px;font-size:17px}.pipeline-step span{color:var(--muted);font-size:12px}.pipeline-arrow{font-size:26px;color:var(--teal);font-weight:800}.security-card{display:grid;grid-template-columns:70px 1fr;gap:22px;align-items:center;max-width:920px;margin:auto;padding:30px;border:1px solid var(--line);border-radius:15px;background:linear-gradient(135deg,#fff,#f1fbfb)}.security-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;border-radius:18px;background:#dff5f3;color:var(--teal);font-size:31px}.security-card h3{margin:0 0 8px;font-size:22px}.security-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.7}
@media(max-width:1050px){.product-card{grid-template-columns:1fr}.product-card-visual{min-height:220px}.product-showcase,.product-showcase.seller{grid-template-columns:1fr}.seller .showcase-copy,.seller .showcase-visual{order:initial}.product-hero-grid{grid-template-columns:1fr}.method-cards,.product-columns{grid-template-columns:1fr 1fr}}
@media(max-width:800px){.products-grid,.compare-grid,.product-faq,.report-grid{grid-template-columns:1fr}.product-card{min-height:auto}.showcase-visual{min-height:340px}.product-hero{padding-top:25px}.strategy-flow,.pipeline{grid-template-columns:1fr}.strategy-arrow,.pipeline-arrow{transform:rotate(90deg);text-align:center}.statement-band{grid-template-columns:1fr}.method-cards,.product-columns{grid-template-columns:1fr}.product-page .site-header{position:relative}}
@media(max-width:560px){.products-section,.product-section,.statement-band,.product-breadcrumb,.product-hero-grid{width:min(100% - 28px,var(--container))}.product-card,.showcase-copy,.showcase-visual{padding:24px}.product-card h3{font-size:27px}.product-showcase{min-height:auto}.showcase-copy h2,.product-section-heading h2,.statement-band h2{font-size:27px}.product-hero h1{font-size:40px}.product-actions{display:grid}.product-actions .button{width:100%}.strategy-step{min-height:auto}.example-row{grid-template-columns:1fr}.statement-band{padding:30px 24px}.security-card{grid-template-columns:1fr}.product-card-visual{min-height:190px}.ui-body{grid-template-columns:60px 1fr}.plan-columns{grid-template-columns:1fr 1fr}.plan-col:nth-child(3){display:none}}
