:root {
  --tanco-primary: #4F6BFF;
  --tanco-primary-dark: #3247D9;
  --tanco-accent: #35C2FF;
  --tanco-mint: #43E0B4;
  --tanco-ink: #0B1220;
  --tanco-navy: #111C35;
  --tanco-text: #172033;
  --tanco-muted: #667085;
  --tanco-border: #E5E9F2;
  --tanco-cloud: #F5F7FB;
  --tanco-white: #FFFFFF;
  --tanco-shadow: 0 22px 55px rgba(31, 43, 82, .12);
  --tanco-radius: 18px;
  --tanco-container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--tanco-text); background: #fff; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
.tanco-container { width: min(calc(100% - 40px), var(--tanco-container)); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { clip: auto; width: auto; height: auto; margin: 10px; padding: 10px 14px; background: #fff; z-index: 9999; }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; transition: .25s ease; border-bottom: 1px solid transparent; }
.site-header.is-scrolled { background: rgba(255,255,255,.92); border-color: rgba(226,232,240,.9); box-shadow: 0 8px 30px rgba(15,23,42,.05); backdrop-filter: blur(16px); }
.admin-bar .site-header { top: 32px; }
.header-inner { height: 78px; display: flex; align-items: center; gap: 34px; }
.site-branding { display: flex; align-items: center; min-width: 170px; }
.brand-link-image { line-height: 0; }
.brand-link { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; color: var(--tanco-ink); letter-spacing: -.03em; font-size: 21px; }
.custom-logo-link { display: flex; align-items: center; }
.custom-logo { display: block; max-height: 48px; width: auto; }
.brand-image { display:block; height:auto; width:auto; }
.brand-image-header { max-height: 48px; max-width: min(250px, 42vw); }
.brand-image-footer { display:block; width:260px; max-width:100%; height:auto; border-radius:0; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: linear-gradient(135deg, var(--tanco-primary), var(--tanco-accent)); color: #fff; font-weight: 900; box-shadow: 0 8px 22px rgba(79,107,255,.28); }
.primary-nav { flex: 1; }
.nav-menu { display: flex; align-items: center; justify-content: center; gap: 30px; list-style: none; margin: 0; padding: 0; }
.nav-menu a { font-size: 14px; color: #485268; font-weight: 650; transition: .2s ease; }
.nav-menu a:hover { color: var(--tanco-primary); }
.header-actions { display: flex; align-items: center; gap: 20px; }
.header-login { font-size: 14px; font-weight: 700; color: #39445B; }
.tanco-button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid var(--tanco-primary); border-radius: 11px; background: var(--tanco-primary); color: #fff; font-size: 14px; font-weight: 750; box-shadow: 0 10px 24px rgba(79,107,255,.20); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.tanco-button:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 14px 30px rgba(79,107,255,.28); }
.tanco-button-sm { min-height: 42px; padding-inline: 17px; }
.tanco-button-secondary { background: #fff; color: var(--tanco-ink); border-color: #D8DEEA; box-shadow: none; }
.tanco-button-secondary:hover { color: var(--tanco-primary); border-color: #B8C4FF; background: #FAFBFF; box-shadow: 0 10px 24px rgba(15,23,42,.05); }
.tanco-button-white { background: #fff; border-color: #fff; color: var(--tanco-primary); box-shadow: 0 12px 30px rgba(11,18,32,.18); }
.tanco-button-white:hover { color: var(--tanco-primary-dark); }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 10px; background: transparent; border: 0; }
.nav-toggle span:not(.screen-reader-text) { display: block; height: 2px; background: var(--tanco-ink); margin: 5px 0; border-radius: 2px; }

.hero-section { position: relative; min-height: 780px; overflow: hidden; padding: 150px 0 84px; background: radial-gradient(circle at 74% 15%, rgba(86,139,255,.13), transparent 30%), linear-gradient(180deg,#FBFCFF 0%,#FFFFFF 88%); }
.hero-section:before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(79,107,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(79,107,255,.035) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.65), transparent 72%); pointer-events: none; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 56px; }
.hero-copy { padding-top: 18px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--tanco-primary); font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { padding: 7px 11px; border: 1px solid #DCE3FF; border-radius: 999px; background: rgba(255,255,255,.72); }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--tanco-mint); box-shadow: 0 0 0 4px rgba(67,224,180,.12); }
.hero-copy h1 { max-width: 600px; margin: 23px 0 20px; color: var(--tanco-ink); font-size: clamp(44px,5.2vw,72px); line-height: 1.01; letter-spacing: -.055em; font-weight: 820; }
.hero-lead { max-width: 600px; margin: 0; color: #5B667D; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; gap: 12px; margin-top: 30px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 24px; color: #69758B; font-size: 12px; font-weight: 650; }
.hero-proof strong { color: var(--tanco-mint); margin-right: 5px; }
.hero-product { position: relative; padding: 36px 0 18px; }
.product-window { overflow: hidden; border: 1px solid rgba(194,203,224,.8); border-radius: 18px; background: #fff; box-shadow: 0 35px 80px rgba(24,43,83,.18), 0 8px 24px rgba(79,107,255,.08); transform: perspective(1400px) rotateY(-2deg) rotateX(1deg); }
.window-topbar { height: 46px; display: flex; align-items: center; gap: 12px; padding: 0 14px; border-bottom: 1px solid #EDF0F5; background: #FBFCFE; }
.window-dots { display: flex; gap: 5px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #CCD3E0; }
.window-address { flex: 1; max-width: 210px; height: 24px; display: grid; place-items: center; margin-inline: auto; border: 1px solid #EDF0F5; background: #fff; border-radius: 6px; color: #9AA4B5; font-size: 9px; }
.window-avatar { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: #E9ECFF; color: var(--tanco-primary); font-size: 8px; font-weight: 800; }
.product-shell { display: flex; min-height: 430px; }
.product-sidebar { width: 54px; display: flex; flex-direction: column; align-items: center; gap: 20px; padding-top: 16px; background: var(--tanco-ink); color: #69748A; }
.product-sidebar .mini-brand { width: 25px; height: 25px; display: grid; place-items: center; margin-bottom: 9px; border-radius: 7px; background: linear-gradient(135deg,var(--tanco-primary),var(--tanco-accent)); color: #fff; font-size: 11px; font-weight: 900; }
.product-sidebar span { width: 28px; height: 28px; display: grid; place-items: center; font-size: 11px; }
.product-sidebar .side-active { color: #fff; background: #1E2B46; border-radius: 7px; }
.product-main { flex: 1; padding: 26px 24px; background: #F7F9FC; min-width: 0; }
.product-header-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.product-header-row small { display: block; color: #8A94A8; font-size: 8px; }
.product-header-row h3 { margin: 2px 0 0; color: #172033; font-size: 16px; letter-spacing: -.02em; }
.product-header-row button, .kanban-top button { border: 0; border-radius: 7px; padding: 8px 11px; background: var(--tanco-primary); color: #fff; font-size: 8px; font-weight: 750; }
.metric-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 22px; }
.metric-card { padding: 14px; border: 1px solid #EAEEF5; border-radius: 10px; background: #fff; }
.metric-card small { display: block; color: #8C96A8; font-size: 7px; }
.metric-card strong { display: inline-block; margin-top: 3px; color: #1C263B; font-size: 14px; }
.metric-card em { display: block; margin-top: 5px; color: #18A978; font-size: 7px; font-style: normal; font-weight: 800; }
.dashboard-grid { display: grid; grid-template-columns: 1.35fr .9fr; gap: 10px; margin-top: 10px; }
.dash-panel { min-height: 220px; padding: 15px; border: 1px solid #EAEEF5; border-radius: 10px; background: #fff; }
.panel-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.panel-head strong { color: #2A3448; font-size: 9px; }
.panel-head small { color: #A1A9B7; font-size: 7px; }
.chart-bars { height: 135px; display: flex; align-items: end; gap: 7px; padding-top: 18px; border-bottom: 1px solid #EDF0F5; }
.chart-bars i { flex: 1; min-height: 10px; border-radius: 4px 4px 0 0; background: linear-gradient(180deg, rgba(79,107,255,.95), rgba(53,194,255,.35)); }
.chart-line { height: 20px; position: relative; overflow: hidden; }
.chart-line span { position: absolute; width: 100%; height: 40px; top: -22px; border-top: 2px solid var(--tanco-mint); border-radius: 50%; transform: rotate(-4deg); }
.activity-item { display: grid; grid-template-columns: 28px 1fr auto; gap: 8px; align-items: center; padding: 13px 0; border-bottom: 1px solid #F0F2F6; }
.activity-item b { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 8px; background: #EEF0FF; color: var(--tanco-primary); font-size: 7px; }
.activity-item span strong, .activity-item span small { display: block; }
.activity-item span strong { color: #344054; font-size: 8px; }
.activity-item span small, .activity-item time { color: #98A2B3; font-size: 6.5px; }
.floating-card { position: absolute; display: flex; align-items: center; gap: 10px; padding: 12px 14px; border: 1px solid #E6EAF3; border-radius: 12px; background: rgba(255,255,255,.97); box-shadow: 0 18px 45px rgba(38,53,88,.16); backdrop-filter: blur(12px); }
.floating-card small, .floating-card strong { display: block; }
.floating-card small { color: #8A94A6; font-size: 7px; }
.floating-card strong { color: #263248; font-size: 9px; }
.floating-card em { margin-left: 8px; color: #18A978; font-size: 9px; font-style: normal; font-weight: 800; }
.float-icon { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; background: #E7FFF7; color: #18A978; }
.floating-lead { left: -34px; bottom: 8px; }
.floating-sync { right: -8px; top: 58px; }
.sync-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--tanco-mint); box-shadow: 0 0 0 4px rgba(67,224,180,.15); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .28; }
.hero-orb-one { width: 380px; height: 380px; right: -180px; top: 110px; background: radial-gradient(circle,var(--tanco-accent),transparent 68%); }
.hero-orb-two { width: 260px; height: 260px; left: -160px; bottom: 30px; background: radial-gradient(circle,var(--tanco-primary),transparent 70%); }

.audience-strip { border-top: 1px solid #F0F2F7; border-bottom: 1px solid #F0F2F7; background: #fff; }
.audience-strip .tanco-container { min-height: 105px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 12px; }
.audience-strip p { margin: 0; color: #98A2B3; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.audience-list { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 22px; color: #4A556B; font-size: 15px; font-weight: 750; }
.audience-list i { width: 4px; height: 4px; border-radius: 50%; background: #C7CDDA; }

.section { padding: 108px 0; }
.section-intro { background: #fff; }
.section-heading { max-width: 690px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.narrow { max-width: 650px; }
.section-heading h2 { margin: 12px 0 16px; color: var(--tanco-ink); font-size: clamp(35px,4vw,52px); line-height: 1.08; letter-spacing: -.045em; }
.section-heading p { margin: 0; color: #69758A; font-size: 17px; line-height: 1.75; }
.feature-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; margin-top: 54px; }
.feature-card { position: relative; overflow: hidden; min-height: 350px; padding: 32px; border: 1px solid var(--tanco-border); border-radius: var(--tanco-radius); background: linear-gradient(145deg,#FFFFFF,#FAFBFE); box-shadow: 0 10px 25px rgba(15,23,42,.03); }
.feature-card:after { content: ""; position: absolute; width: 160px; height: 160px; top: -85px; right: -65px; border-radius: 50%; background: radial-gradient(circle,rgba(79,107,255,.12),transparent 68%); }
.feature-icon { width: 38px; height: 38px; display: grid; place-items: center; margin-bottom: 16px; border: 1px solid #DDE3FF; border-radius: 10px; background: #F0F3FF; color: var(--tanco-primary); font-size: 17px; font-weight: 900; }
.feature-tag { color: var(--tanco-primary); font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.feature-card h3 { max-width: 560px; margin: 8px 0 10px; color: #172033; font-size: 25px; line-height: 1.2; letter-spacing: -.025em; }
.feature-card p { max-width: 600px; margin: 0; color: #728097; font-size: 14px; }
.contact-preview { display: grid; grid-template-columns: 42px 1fr auto; gap: 10px; align-items: center; margin-top: 25px; padding: 14px; border: 1px solid #E8ECF3; border-radius: 11px; background: #fff; box-shadow: 0 10px 20px rgba(15,23,42,.04); }
.contact-avatar { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 11px; background: #E9ECFF; color: var(--tanco-primary); font-size: 11px; font-weight: 850; }
.contact-preview strong, .contact-preview small { display: block; }
.contact-preview strong { font-size: 11px; }.contact-preview small { color: #8A94A5; font-size: 8px; }.contact-preview > span { padding: 4px 7px; border-radius: 999px; background: #E8FFF6; color: #15996E; font-size: 7px; font-weight: 800; }
.timeline-preview { display: flex; gap: 12px; align-items: center; margin: 10px 0 0 20px; color: #5E6B82; font-size: 10px; }.timeline-preview i { width: 7px; height: 7px; border: 2px solid var(--tanco-primary); border-radius: 50%; }.timeline-preview strong,.timeline-preview small { display:block; }.timeline-preview strong { color:#49566D;font-size:9px }.timeline-preview small{color:#98A2B3;font-size:7px}
.mini-pipeline { display: grid; gap: 7px; margin-top: 26px; }.mini-pipeline div { display:flex; justify-content:space-between; padding:11px 13px; border:1px solid #E6EAF2; border-radius:9px; background:#fff; }.mini-pipeline small{color:#7C879B;font-size:9px}.mini-pipeline strong{color:#263248;font-size:10px}
.source-list { display:grid; gap:8px; margin-top:24px; }.source-list span{display:flex;align-items:center;justify-content:space-between;padding:11px 13px;border:1px solid #E7EBF2;border-radius:9px;background:#fff;font-size:10px}.source-list b{color:#455168}.source-list em{color:#18A978;font-style:normal;font-weight:800}
.feature-card-wide { grid-column: 1 / -1; min-height: 260px; }
.feature-copy-row { height: 100%; display:grid; grid-template-columns: .9fr 1.1fr; align-items:center; gap:48px; }
.automation-flow { display:flex; align-items:center; justify-content:center; gap:10px; min-height:120px; padding:24px; border:1px solid #E9EDF4; border-radius:15px; background:#F8FAFD; }.automation-flow span{padding:12px 13px;border:1px solid #DDE3EE;border-radius:9px;background:#fff;color:#4E5A70;font-size:9px;font-weight:750;box-shadow:0 8px 18px rgba(15,23,42,.04)}.automation-flow i{color:#A6AFBF;font-style:normal}

.dark-section { position: relative; overflow: hidden; background: radial-gradient(circle at 75% 30%,rgba(79,107,255,.18),transparent 26%), var(--tanco-ink); }
.dark-section:before { content:""; position:absolute; inset:0; opacity:.16; background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:44px 44px; }
.split-grid { position:relative; z-index:2; display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:90px; }
.section-heading.light h2 { color:#fff; }.section-heading.light p{color:#AAB4C7}.dark-section .section-kicker{color:#8EA2FF}
.check-list { list-style:none; margin:28px 0 26px; padding:0; display:grid; gap:14px; color:#D7DEEA; font-size:14px; }.check-list span{display:inline-grid;place-items:center;width:21px;height:21px;margin-right:9px;border-radius:50%;background:rgba(67,224,180,.12);color:var(--tanco-mint);font-size:10px}
.text-link { display:inline-flex;align-items:center;gap:8px;color:var(--tanco-primary);font-size:13px;font-weight:800; }.light-link{color:#C8D3FF}.text-link span{transition:.2s}.text-link:hover span{transform:translateX(3px)}
.integration-stage { position:relative; min-height:460px; }.integration-hub{position:absolute;left:50%;top:50%;z-index:5;transform:translate(-50%,-50%);width:138px;height:138px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;border:1px solid rgba(164,178,255,.3);border-radius:31px;background:linear-gradient(145deg,#182440,#0C1425);box-shadow:0 25px 70px rgba(0,0,0,.38),0 0 70px rgba(79,107,255,.15);color:#fff;font-size:12px}.big-mark{width:44px;height:44px;font-size:18px}.orbit{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border:1px solid rgba(150,166,210,.15);border-radius:50%}.orbit-one{width:280px;height:280px}.orbit-two{width:430px;height:430px}.integration-node{position:absolute;z-index:4;display:flex;align-items:center;gap:9px;padding:10px 13px;border:1px solid rgba(175,190,225,.17);border-radius:11px;background:rgba(18,29,52,.9);box-shadow:0 15px 35px rgba(0,0,0,.26);color:#DAE1EF;font-size:9px;font-weight:750}.integration-node b{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;background:#fff;color:#172033;font-size:11px}.node-wp{left:3%;top:23%}.node-mail{right:6%;top:18%}.node-ads{left:7%;bottom:14%}.node-analytics{right:2%;bottom:17%}

.pipeline-section { background: #F7F9FC; }
.kanban-shell { margin-top: 50px; padding: 24px; border: 1px solid #E4E8F0; border-radius: 18px; background: #fff; box-shadow: var(--tanco-shadow); }
.kanban-top { display:flex;justify-content:space-between;align-items:center;padding:2px 2px 20px;border-bottom:1px solid #EEF1F5}.kanban-top div strong,.kanban-top div span{display:block}.kanban-top strong{color:#273249;font-size:14px}.kanban-top span{color:#9AA4B5;font-size:9px;margin-top:2px}
.kanban-board { display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding-top:18px }.kanban-col{min-height:310px;padding:12px;border-radius:12px;background:#F7F9FC}.col-head{display:flex;justify-content:space-between;align-items:center;padding:3px 2px 10px;color:#6C788D;font-size:9px;font-weight:800}.col-head em{font-style:normal;color:#A0A8B7;font-weight:700}.kanban-col article{margin-bottom:9px;padding:13px;border:1px solid #E6EAF1;border-radius:9px;background:#fff;box-shadow:0 5px 15px rgba(15,23,42,.035)}.kanban-col article small,.kanban-col article strong{display:block}.kanban-col article small{color:#98A2B3;font-size:7px}.kanban-col article strong{margin-top:4px;color:#344054;font-size:10px}.kanban-col article footer{display:flex;justify-content:space-between;align-items:center;margin-top:17px;color:#5E6B82;font-size:8px}.kanban-col article footer b{width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:#EEF0FF;color:var(--tanco-primary);font-size:6px}.kanban-col article.deal-hot{border-color:#CCD5FF;box-shadow:0 7px 20px rgba(79,107,255,.08)}

.attribution-section { background:#fff; }.reverse-mobile{grid-template-columns:1.06fr .94fr}.attribution-card{padding:27px;border:1px solid #E5E9F1;border-radius:18px;background:linear-gradient(145deg,#FFFFFF,#FBFCFF);box-shadow:var(--tanco-shadow)}.attr-head{display:flex;justify-content:space-between;align-items:start}.attr-head small,.attr-head strong{display:block}.attr-head small{color:#8A94A6;font-size:9px}.attr-head strong{margin-top:3px;color:#172033;font-size:26px;letter-spacing:-.03em}.attr-head>span{padding:6px 9px;border:1px solid #E4E8EF;border-radius:7px;color:#7F8A9D;font-size:8px}.funnel{display:grid;gap:7px;margin:26px 0}.funnel div{width:var(--width);display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-radius:7px;background:linear-gradient(90deg,rgba(79,107,255,.14),rgba(53,194,255,.08));color:#657087;font-size:9px}.funnel strong{color:#33405A}.attr-bottom{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding-top:15px;border-top:1px solid #EEF1F5}.attr-bottom span{display:flex;flex-direction:column;color:#929CAD;font-size:7px}.attr-bottom strong{margin-top:2px;color:#41506A;font-size:10px}.stat-pair{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:27px}.stat-pair div{padding:17px;border:1px solid #E8EBF2;border-radius:11px;background:#FCFDFF}.stat-pair strong,.stat-pair span{display:block}.stat-pair strong{color:#344054;font-size:12px}.stat-pair span{margin-top:4px;color:#8B95A7;font-size:9px}

.pricing-section { background:#F7F9FC; }.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:50px;align-items:stretch}.price-card{position:relative;padding:32px;border:1px solid #E2E7F0;border-radius:17px;background:#fff;box-shadow:0 8px 25px rgba(15,23,42,.035)}.price-card.featured{border-color:#AEBBFF;box-shadow:0 22px 50px rgba(79,107,255,.14);transform:translateY(-8px)}.popular{position:absolute;right:18px;top:18px;padding:5px 8px;border-radius:999px;background:#EEF1FF;color:var(--tanco-primary);font-size:7px;font-weight:850;letter-spacing:.08em}.plan{color:var(--tanco-primary);font-size:9px;font-weight:850;letter-spacing:.12em}.price-card h3{margin:13px 0 7px;color:#172033;font-size:36px;letter-spacing:-.04em}.price-card h3 small{color:#8B95A8;font-size:11px;font-weight:650;letter-spacing:0}.price-card p{min-height:64px;margin:0 0 22px;color:#7B879B;font-size:12px}.full{width:100%}.price-card ul{list-style:none;margin:24px 0 0;padding:20px 0 0;border-top:1px solid #EEF1F5;display:grid;gap:11px;color:#59667D;font-size:11px}

.faq-section{background:#fff}.faq-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:80px;align-items:start}.faq-list details{border-bottom:1px solid #E8EBF1}.faq-list summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;gap:18px;padding:21px 0;color:#2C374B;font-size:14px;font-weight:750}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{color:var(--tanco-primary);font-size:18px;font-weight:500;transition:.2s}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list p{margin:-5px 34px 21px 0;color:#7A8699;font-size:12px;line-height:1.75}
.final-cta-section{padding:0 0 70px;background:#fff}.final-cta{position:relative;overflow:hidden;display:grid;grid-template-columns:1.25fr .75fr;align-items:center;gap:45px;padding:52px 58px;border-radius:24px;background:radial-gradient(circle at 85% 20%,rgba(53,194,255,.25),transparent 28%),linear-gradient(135deg,var(--tanco-primary-dark),var(--tanco-primary));box-shadow:0 30px 70px rgba(79,107,255,.23);color:#fff}.final-cta .section-kicker{color:#DDE4FF}.final-cta h2{max-width:760px;margin:11px 0 0;font-size:35px;line-height:1.12;letter-spacing:-.04em}.final-cta-actions{display:flex;flex-direction:column;align-items:flex-start;gap:11px}.final-cta-actions small{color:#D9E0FF;font-size:9px}

.site-footer{padding:68px 0 24px;background:#091123;color:#9DA8BA}.footer-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px}.footer-brand p{max-width:330px;margin-top:17px;font-size:12px;line-height:1.75}.footer-brand-link{color:#fff}.site-footer .custom-logo{filter:brightness(0) invert(1)}
.site-footer .brand-link-image { display:inline-flex; }
.site-footer .footer-logo-link { line-height:0; background:#091123; }.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.footer-links h3{margin:0 0 14px;color:#DCE3EF;font-size:10px;text-transform:uppercase;letter-spacing:.09em}.footer-links a{display:block;margin:9px 0;color:#8D99AD;font-size:11px}.footer-links a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;margin-top:48px;padding-top:20px;border-top:1px solid #1F2A3D;color:#6F7A8D;font-size:9px}

.content-area { padding: 140px 0 90px; min-height: 70vh; }
.content-layout .archive-header { max-width: 700px; margin-bottom: 40px; }.archive-header h1,.page-header h1{margin:10px 0;color:var(--tanco-ink);font-size:48px;line-height:1.08;letter-spacing:-.045em}.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.post-card{overflow:hidden;border:1px solid #E5E9F1;border-radius:15px;background:#fff;box-shadow:0 8px 25px rgba(15,23,42,.035)}.post-thumb{display:block;aspect-ratio:16/9;overflow:hidden;background:#EEF1F7}.post-thumb img{width:100%;height:100%;object-fit:cover}.post-card-body{padding:22px}.post-card-body>small{color:#99A2B2;font-size:9px}.post-card h2{margin:7px 0 9px;font-size:20px;line-height:1.25;letter-spacing:-.025em}.post-card p{color:#778397;font-size:12px}.prose-container{max-width:840px}.article-header{max-width:760px}.single-thumb{margin:30px 0;border-radius:16px;overflow:hidden}.entry-content{color:#48556A;font-size:17px}.entry-content h2,.entry-content h3,.entry-content h4{color:#172033;line-height:1.2;letter-spacing:-.025em}.entry-content h2{margin-top:48px;font-size:32px}.entry-content h3{margin-top:34px;font-size:24px}.entry-content a{color:var(--tanco-primary);text-decoration:underline}.entry-content blockquote{margin:28px 0;padding:18px 24px;border-left:4px solid var(--tanco-primary);background:#F7F9FD;border-radius:0 10px 10px 0}.error-page{display:grid;place-items:center}.centered-error{text-align:center;max-width:650px}.centered-error h1{font-size:48px;line-height:1.05;letter-spacing:-.045em}.centered-error p{color:#778397;margin-bottom:24px}

@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 30px; }.hero-copy h1{font-size:52px}.floating-lead{left:-10px}.split-grid{gap:48px}.integration-stage{transform:scale(.9)}
}
@media (max-width: 900px) {
  .admin-bar .site-header { top: 46px; }.header-inner{height:70px}.nav-toggle{display:block;margin-left:auto}.primary-nav{display:none;position:absolute;left:20px;right:20px;top:72px;padding:16px;border:1px solid #E3E8F0;border-radius:13px;background:#fff;box-shadow:0 20px 50px rgba(15,23,42,.14)}.primary-nav.is-open{display:block}.nav-menu{flex-direction:column;align-items:stretch;gap:0}.nav-menu a{display:block;padding:12px}.header-actions{display:none}.hero-section{padding-top:125px}.hero-grid{grid-template-columns:1fr}.hero-copy{text-align:center}.hero-copy h1,.hero-lead{margin-inline:auto}.hero-actions,.hero-proof{justify-content:center}.hero-product{max-width:690px;margin-inline:auto;width:100%}.feature-grid{grid-template-columns:1fr}.feature-card-wide{grid-column:auto}.feature-copy-row,.split-grid,.faq-grid,.footer-grid,.final-cta{grid-template-columns:1fr}.split-grid{gap:54px}.integration-stage{min-height:430px}.reverse-mobile .attribution-card{order:2}.kanban-board{grid-template-columns:repeat(2,1fr)}.pricing-grid{grid-template-columns:1fr}.price-card.featured{transform:none}.faq-grid{gap:35px}.final-cta-actions{align-items:flex-start}.post-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 620px) {
  .tanco-container{width:min(calc(100% - 28px),var(--tanco-container))}.section{padding:78px 0}.hero-section{min-height:auto;padding:112px 0 65px}.hero-copy h1{font-size:42px}.hero-lead{font-size:16px}.hero-actions{flex-direction:column}.hero-actions .tanco-button{width:100%}.hero-proof{gap:10px 14px}.product-window{transform:none}.product-main{padding:16px 12px}.product-sidebar{width:42px}.window-address{max-width:150px}.metric-card{padding:10px}.metric-card strong{font-size:11px}.dashboard-grid{grid-template-columns:1fr}.activity-panel{display:none}.floating-card{display:none}.audience-list{gap:11px 15px;font-size:12px}.feature-card{padding:25px;min-height:auto}.feature-copy-row{grid-template-columns:1fr;gap:25px}.automation-flow{flex-wrap:wrap}.integration-stage{transform:scale(.8);margin:-35px}.kanban-shell{padding:14px;overflow-x:auto}.kanban-board{min-width:650px}.split-grid{grid-template-columns:1fr}.stat-pair{grid-template-columns:1fr}.attr-bottom{grid-template-columns:1fr}.final-cta{padding:36px 27px}.final-cta h2{font-size:29px}.footer-links{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column;gap:7px}.post-grid{grid-template-columns:1fr}.archive-header h1,.page-header h1,.centered-error h1{font-size:38px}.content-area{padding-top:115px}.section-heading h2{font-size:36px}
}

/* =========================================================
   TancoCRM Theme v2.0.0 — Enterprise Product Experience
   ========================================================= */
:root{
  --v2-midnight:#07101f;
  --v2-deep:#0a1426;
  --v2-blue:#1677ff;
  --v2-electric:#3159ff;
  --v2-cyan:#18c8ee;
  --v2-purple:#8d2cff;
  --v2-soft:#f6f8fc;
  --v2-line:#e7ebf3;
  --v2-ink:#0a1222;
  --v2-muted:#647087;
  --v2-gradient:linear-gradient(120deg,#0a8dff 0%,#3159ff 52%,#8d2cff 100%);
}
body{overflow-x:hidden}.tanco-v2-home{background:#fff}.site-header{background:rgba(255,255,255,.96);border-bottom:1px solid rgba(226,231,240,.9);backdrop-filter:blur(18px)}.site-header.is-scrolled{background:rgba(255,255,255,.96);box-shadow:0 12px 34px rgba(14,23,42,.07)}.header-inner{height:76px;gap:28px}.brand-image-header,.custom-logo{max-height:43px}.primary-nav{position:static}.nav-menu{gap:25px}.nav-menu>li{position:relative}.nav-menu>li>a{display:flex;align-items:center;gap:5px;padding:26px 0;font-size:13px;color:#3d475b;font-weight:720}.nav-menu>li>a span{font-size:10px;color:#8e98aa}.header-login{font-size:13px}.header-actions{gap:17px}.tanco-button{border:0;background:var(--v2-gradient);box-shadow:0 12px 28px rgba(49,89,255,.2)}.tanco-button:hover{background:var(--v2-gradient);box-shadow:0 16px 34px rgba(49,89,255,.28)}
.v2-has-mega{position:static!important}.v2-mega-menu{position:absolute;left:50%;top:67px;width:min(840px,calc(100vw - 40px));display:grid;grid-template-columns:.82fr 1.18fr;gap:30px;padding:25px;border:1px solid #e4e9f2;border-radius:18px;background:#fff;box-shadow:0 26px 70px rgba(11,20,38,.17);opacity:0;visibility:hidden;transform:translate(-50%,8px);transition:.2s ease;pointer-events:none}.v2-has-mega:hover .v2-mega-menu,.v2-has-mega:focus-within .v2-mega-menu{opacity:1;visibility:visible;transform:translate(-50%,0);pointer-events:auto}.v2-mega-intro{padding:23px;border-radius:14px;background:linear-gradient(145deg,#07101f,#101f3b);color:#fff}.v2-mega-intro>span{color:#62d9ff;font-size:9px;font-weight:850;letter-spacing:.14em}.v2-mega-intro>strong{display:block;margin-top:11px;font-size:23px;line-height:1.18;letter-spacing:-.035em}.v2-mega-intro p{margin:12px 0 18px;color:#aeb9cd;font-size:11px;line-height:1.7}.v2-mega-intro a{display:inline-flex!important;padding:0!important;color:#fff!important;font-size:11px!important}.v2-mega-links{display:grid;grid-template-columns:1fr 1fr;gap:14px}.v2-mega-links>div>small{display:block;margin:4px 0 9px;color:#9aa4b6;font-size:8px;font-weight:850;letter-spacing:.12em}.v2-mega-links a{display:grid!important;grid-template-columns:30px 1fr;gap:10px;padding:10px!important;border-radius:9px!important}.v2-mega-links a:hover{background:#f6f8fc}.v2-mega-links a>b{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;background:#eef2ff;color:#3159ff;font-size:10px}.v2-mega-links a span strong,.v2-mega-links a span em{display:block}.v2-mega-links a span strong{color:#253049;font-size:11px}.v2-mega-links a span em{margin-top:2px;color:#9099aa;font-size:8px;font-style:normal;line-height:1.4}

.v2-hero{position:relative;overflow:hidden;padding:150px 0 90px;background:radial-gradient(circle at 50% 24%,rgba(41,104,255,.2),transparent 26%),radial-gradient(circle at 82% 35%,rgba(141,44,255,.12),transparent 24%),linear-gradient(180deg,#06101f 0%,#091425 82%,#fff 82.1%,#fff 100%);color:#fff}.v2-grid-glow{position:absolute;inset:0 0 17%;background-image:linear-gradient(rgba(110,150,220,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(110,150,220,.06) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.7),transparent 75%);pointer-events:none}.v2-hero-copy-wrap{position:relative;z-index:2}.v2-hero-copy{max-width:920px;margin:0 auto;text-align:center}.v2-kicker,.v2-section-heading>span,.v2-security-copy>span,.v2-final-card>div>span{display:inline-flex;align-items:center;gap:9px;color:#78dcff;font-size:10px;font-weight:850;letter-spacing:.15em;text-transform:uppercase}.v2-kicker{padding:7px 11px;border:1px solid rgba(109,153,255,.22);border-radius:999px;background:rgba(13,29,55,.65)}.v2-kicker>span{width:7px;height:7px;border-radius:50%;background:#62e3bd;box-shadow:0 0 0 4px rgba(98,227,189,.1)}.v2-hero h1{max-width:990px;margin:25px auto 22px;font-size:clamp(52px,6.3vw,86px);line-height:.98;letter-spacing:-.061em;font-weight:840;background:linear-gradient(180deg,#fff 10%,#dae4f7 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.v2-hero-copy>p{max-width:750px;margin:0 auto;color:#aebbd0;font-size:18px;line-height:1.75}.v2-hero-actions{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:30px}.v2-primary-button{min-height:52px;padding:0 25px}.v2-text-button{display:inline-flex;align-items:center;gap:8px;padding:10px 2px;border:0;background:transparent;color:#e7edf8;font-size:13px;font-weight:750;cursor:pointer}.v2-text-button:hover{color:#70d9ff}.v2-text-button span{color:#63d9ff}.v2-hero-proof{display:flex;justify-content:center;flex-wrap:wrap;gap:20px;margin-top:24px;color:#94a3bb;font-size:11px;font-weight:650}.v2-hero-proof i{margin-right:5px;color:#4fe0b4;font-style:normal}
.v2-product-stage{position:relative;z-index:3;margin-top:58px}.v2-product-glow{position:absolute;left:12%;right:12%;bottom:2%;height:30%;background:radial-gradient(ellipse at center,rgba(68,105,255,.3),transparent 69%);filter:blur(28px);pointer-events:none}.v2-app-frame{position:relative;overflow:hidden;border:1px solid rgba(159,180,220,.38);border-radius:20px;background:#f6f8fc;box-shadow:0 48px 100px rgba(3,10,24,.43),0 14px 38px rgba(36,72,151,.14);color:#1c263b}.v2-app-topbar{height:48px;display:flex;align-items:center;gap:15px;padding:0 16px;border-bottom:1px solid #e5e9f1;background:#fff}.v2-app-dots{display:flex;gap:5px}.v2-app-dots i{width:7px;height:7px;border-radius:50%;background:#cad1de}.v2-app-breadcrumb{display:flex;align-items:center;gap:7px;color:#8e98aa;font-size:9px}.v2-app-breadcrumb strong{color:#47536a}.v2-app-top-actions{margin-left:auto;display:flex;align-items:center;gap:10px}.v2-search-pill{min-width:160px;padding:6px 10px;border:1px solid #e7eaf1;border-radius:7px;color:#a0a9b9;font-size:8px}.v2-app-avatar{width:26px;height:26px;display:grid;place-items:center;border-radius:50%;background:#edf0ff;color:#3159ff;font-size:7px;font-weight:850}.v2-app-body{display:flex;min-height:590px}.v2-app-sidebar{width:142px;display:flex;flex-direction:column;gap:5px;padding:16px 10px;background:#091425;color:#71809a}.v2-side-logo{width:29px;height:29px;display:grid;place-items:center;margin:0 5px 15px;border-radius:8px;background:var(--v2-gradient);color:#fff;font-size:11px;font-weight:900}.v2-app-sidebar>span{display:flex;align-items:center;gap:9px;padding:8px 9px;border-radius:7px;font-size:9px;cursor:default}.v2-app-sidebar>span em{font-style:normal}.v2-app-sidebar>span.is-active{background:#142541;color:#fff}.v2-sidebar-bottom{margin-top:auto}.v2-app-content{flex:1;min-width:0;padding:25px 26px;background:#f7f9fc}.v2-app-heading{display:flex;justify-content:space-between;gap:20px}.v2-app-heading span{color:#97a0b1;font-size:8px}.v2-app-heading h2{margin:3px 0 2px;color:#172033;font-size:19px;letter-spacing:-.03em}.v2-app-heading p{margin:0;color:#8b95a7;font-size:8px}.v2-app-heading-actions{display:flex;gap:7px;align-items:start}.v2-app-heading-actions button,.v2-kanban-head button{padding:8px 11px;border:1px solid #e1e6ef;border-radius:7px;background:#fff;color:#6c778b;font-size:8px;font-weight:750}.v2-app-heading-actions .is-primary,.v2-kanban-head button.is-primary{border-color:#3159ff;background:#3159ff;color:#fff}.v2-metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:20px}.v2-metric-grid article{padding:14px;border:1px solid #e6eaf1;border-radius:10px;background:#fff}.v2-metric-grid span,.v2-metric-grid strong,.v2-metric-grid small{display:block}.v2-metric-grid span{color:#8d97a8;font-size:7px}.v2-metric-grid strong{margin-top:4px;color:#253049;font-size:15px}.v2-metric-grid small{margin-top:4px;font-size:7px;font-weight:800}.positive{color:#1fa678}.v2-dashboard-grid{display:grid;grid-template-columns:1.55fr .85fr;gap:10px;margin-top:10px}.v2-dashboard-card{border:1px solid #e6eaf1;border-radius:10px;background:#fff}.v2-dashboard-card>header{display:flex;justify-content:space-between;gap:15px;padding:14px 15px 8px}.v2-dashboard-card header span,.v2-dashboard-card header strong{display:block}.v2-dashboard-card header span{color:#8994a6;font-size:7px}.v2-dashboard-card header strong{margin-top:3px;color:#2d394f;font-size:11px}.v2-dashboard-card header button{padding:5px 7px;border:1px solid #e7eaf0;border-radius:6px;background:#fff;color:#8c96a8;font-size:7px}.v2-chart-wrap{height:210px;display:flex;padding:7px 14px 15px}.v2-chart-y{display:flex;flex-direction:column;justify-content:space-between;padding:0 8px 17px 0;color:#a2aaba;font-size:6px}.v2-chart-area{position:relative;flex:1;border-left:1px solid #edf0f4;border-bottom:1px solid #edf0f4}.v2-chart-area>i{position:absolute;left:0;right:0;height:1px;background:#f0f2f6}.v2-chart-area>i:nth-child(1){top:20%}.v2-chart-area>i:nth-child(2){top:40%}.v2-chart-area>i:nth-child(3){top:60%}.v2-chart-area>i:nth-child(4){top:80%}.v2-chart-area svg{position:absolute;inset:5px 0 18px;width:100%;height:calc(100% - 23px)}.v2-chart-months{position:absolute;left:0;right:0;bottom:-1px;display:flex;justify-content:space-between;color:#9ca5b5;font-size:6px}.v2-live-dot{position:relative;padding-left:9px;color:#39b88e!important}.v2-live-dot:before{content:"";position:absolute;left:0;top:4px;width:5px;height:5px;border-radius:50%;background:#39cc9b}.v2-focus-card{padding-bottom:9px}.v2-focus-item{display:grid;grid-template-columns:29px 1fr auto;gap:8px;align-items:center;margin:0 12px;padding:11px 3px;border-top:1px solid #eff1f5}.v2-focus-item>b{width:27px;height:27px;display:grid;place-items:center;border-radius:8px;background:#eef1ff;color:#3159ff;font-size:7px}.v2-focus-item div strong,.v2-focus-item div span{display:block}.v2-focus-item div strong{color:#3c485f;font-size:8px}.v2-focus-item div span{margin-top:2px;color:#9aa3b2;font-size:6px}.v2-focus-item em{padding:4px 6px;border-radius:5px;background:#f1f4ff;color:#3159ff;font-size:6px;font-style:normal;font-weight:800}.v2-app-lower-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:10px;margin-top:10px}.v2-pipeline-mini{padding-bottom:10px}.v2-pipeline-mini header a{color:#3159ff;font-size:7px}.v2-stage-row{display:grid;grid-template-columns:58px 1fr 48px;gap:8px;align-items:center;padding:5px 14px;color:#7e899d;font-size:7px}.v2-stage-row i{position:relative;height:6px;overflow:hidden;border-radius:999px;background:#eef1f5}.v2-stage-row i:before{content:"";position:absolute;inset:0 auto 0 0;width:var(--progress);border-radius:inherit;background:linear-gradient(90deg,#3159ff,#19c4ef)}.v2-stage-row strong{text-align:right;color:#4a566d;font-size:7px}.v2-source-mini{padding:0 13px 8px}.v2-source-mini>div{display:grid;grid-template-columns:8px 1fr auto;gap:7px;align-items:center;padding:6px 2px;border-top:1px solid #f0f2f5;font-size:7px}.v2-source-mini b{color:#69758a}.v2-source-mini strong{color:#354158}.source-dot{width:6px;height:6px;border-radius:2px}.source-dot.google{background:#3159ff}.source-dot.organic{background:#16bfaa}.source-dot.social{background:#8d2cff}.v2-floating-insight{position:absolute;display:flex;align-items:center;gap:9px;padding:11px 13px;border:1px solid rgba(255,255,255,.7);border-radius:11px;background:rgba(255,255,255,.96);box-shadow:0 18px 45px rgba(9,20,37,.18);color:#263249}.v2-floating-insight>span{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;background:#eef2ff;color:#3159ff;font-size:10px}.v2-floating-insight small,.v2-floating-insight strong{display:block}.v2-floating-insight small{color:#8e98aa;font-size:7px}.v2-floating-insight strong{margin-top:2px;font-size:9px}.v2-floating-insight-left{left:-24px;bottom:65px}.v2-floating-insight-right{right:-20px;top:105px}.v2-signal-strip{padding:28px 0;border-bottom:1px solid #eef1f5;background:#fff}.v2-signal-strip .tanco-container{display:flex;justify-content:center;align-items:center;gap:35px}.v2-signal-strip .tanco-container>span{color:#9aa4b5;font-size:10px;font-weight:700}.v2-signal-list{display:flex;align-items:center;gap:18px;color:#4f5c72;font-size:11px}.v2-signal-list i{width:3px;height:3px;border-radius:50%;background:#cbd2df}

.v2-section{padding:112px 0}.v2-section-heading{max-width:600px}.v2-section-heading>span{color:#3159ff}.v2-section-heading h2{margin:13px 0 15px;color:var(--v2-ink);font-size:clamp(38px,4.2vw,58px);line-height:1.04;letter-spacing:-.052em}.v2-section-heading>p{margin:0;color:#68758a;font-size:16px;line-height:1.75}.v2-heading-center{max-width:780px;margin:0 auto;text-align:center}.v2-platform{background:#fff}.v2-product-tabs{margin-top:54px;border:1px solid #e4e8f0;border-radius:22px;background:#fff;box-shadow:0 25px 70px rgba(20,34,65,.08);overflow:hidden}.v2-tab-list{display:flex;justify-content:center;padding:10px;border-bottom:1px solid #e8ebf2;background:#fbfcfe}.v2-tab-list button{position:relative;padding:12px 25px;border:0;background:transparent;color:#7a869a;font-size:12px;font-weight:760;cursor:pointer}.v2-tab-list button:after{content:"";position:absolute;left:25%;right:25%;bottom:-11px;height:2px;background:transparent}.v2-tab-list button.is-active{color:#18233a}.v2-tab-list button.is-active:after{background:var(--v2-gradient)}.v2-tab-panel{display:grid;grid-template-columns:.82fr 1.18fr;gap:50px;align-items:center;min-height:500px;padding:50px}.v2-tab-panel[hidden]{display:none!important}.v2-tab-copy>span{color:#3159ff;font-size:9px;font-weight:850;letter-spacing:.14em}.v2-tab-copy h3{margin:12px 0;color:#172033;font-size:38px;line-height:1.08;letter-spacing:-.045em}.v2-tab-copy p{color:#728096;font-size:14px;line-height:1.75}.v2-tab-copy ul{list-style:none;margin:22px 0;padding:0;display:grid;gap:10px;color:#59667d;font-size:12px}.v2-tab-copy li:before{content:"✓";display:inline-grid;place-items:center;width:19px;height:19px;margin-right:9px;border-radius:50%;background:#edf1ff;color:#3159ff;font-size:9px;font-weight:900}.v2-tab-copy>a{display:inline-flex;margin-top:8px;color:#3159ff;font-size:12px;font-weight:800}.v2-tab-visual{min-height:360px;padding:28px;border:1px solid #e2e7f0;border-radius:18px;background:linear-gradient(145deg,#f7f9fc,#fff);box-shadow:0 20px 50px rgba(31,47,78,.08)}.v2-record-header{display:grid;grid-template-columns:45px 1fr auto;gap:11px;align-items:center;padding-bottom:21px;border-bottom:1px solid #e8ecf2}.v2-record-header>b{width:44px;height:44px;display:grid;place-items:center;border-radius:13px;background:linear-gradient(135deg,#e7ebff,#ecf8ff);color:#3159ff}.v2-record-header div strong,.v2-record-header div span{display:block}.v2-record-header div strong{color:#2d394f;font-size:14px}.v2-record-header div span{color:#8c97aa;font-size:9px}.v2-record-header em{padding:6px 8px;border-radius:999px;background:#eaf9f4;color:#259675;font-size:8px;font-style:normal;font-weight:800}.v2-record-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:16px}.v2-record-grid>span{padding:12px;border:1px solid #e8ebf1;border-radius:9px;background:#fff}.v2-record-grid small,.v2-record-grid strong{display:block}.v2-record-grid small{color:#9aa3b3;font-size:7px}.v2-record-grid strong{margin-top:4px;color:#4a566d;font-size:9px}.v2-record-timeline{margin-top:22px}.v2-record-timeline article{position:relative;display:grid;grid-template-columns:10px 1fr;gap:10px;padding:0 0 18px}.v2-record-timeline article:before{content:"";position:absolute;left:4px;top:10px;bottom:-1px;width:1px;background:#e3e8f0}.v2-record-timeline article:last-child:before{display:none}.v2-record-timeline article i{position:relative;z-index:1;width:9px;height:9px;margin-top:4px;border-radius:50%;background:#3159ff;box-shadow:0 0 0 4px #edf1ff}.v2-record-timeline strong,.v2-record-timeline span{display:block}.v2-record-timeline strong{color:#435066;font-size:10px}.v2-record-timeline span{margin-top:2px;color:#929cad;font-size:8px}.v2-source-map{display:flex;align-items:center;justify-content:center;gap:9px;min-height:190px;padding:18px;border-radius:14px;background:#091425;color:#fff}.v2-source-map>span{min-width:88px;padding:15px 10px;border:1px solid #243755;border-radius:9px;background:#0f2039;text-align:center;font-size:10px;font-weight:800}.v2-source-map>span small{display:block;margin-top:3px;color:#8293ac;font-size:7px;font-weight:600}.v2-source-map>i{color:#6580a7;font-style:normal}.v2-source-map>span.is-gradient{border:0;background:var(--v2-gradient)}.v2-source-map>span.is-gradient small{color:#e6ecff}.v2-source-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:10px}.v2-source-stats article{padding:13px;border:1px solid #e6eaf1;border-radius:9px;background:#fff}.v2-source-stats span,.v2-source-stats strong,.v2-source-stats small{display:block}.v2-source-stats span{color:#939dae;font-size:7px}.v2-source-stats strong{margin-top:3px;color:#39465d;font-size:13px}.v2-source-stats small{margin-top:4px;color:#269e79;font-size:7px;font-weight:800}.v2-service-ticket{max-width:400px;margin:15px auto;padding:22px;border:1px solid #e3e8f0;border-radius:14px;background:#fff}.v2-service-ticket header{display:flex;justify-content:space-between;color:#8490a5;font-size:8px}.v2-service-ticket header em{padding:5px 7px;border-radius:999px;background:#fff1f0;color:#d95b52;font-style:normal}.v2-service-ticket h4{margin:22px 0 6px;color:#2f3a50;font-size:17px}.v2-service-ticket p{margin:0 0 18px;color:#8a94a6;font-size:10px}.v2-service-ticket>div{display:flex;justify-content:space-between;padding:10px 0;border-top:1px solid #edf0f4;color:#8490a3;font-size:9px}.v2-service-ticket>div b{color:#59667b}.v2-flow-stack{max-width:340px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.v2-flow-stack>span{width:100%;padding:15px 17px;border:1px solid #dfe5ef;border-radius:10px;background:#fff;color:#536078;font-size:10px}.v2-flow-stack>span b{display:block;margin-bottom:3px;color:#3159ff;font-size:7px;letter-spacing:.1em}.v2-flow-stack>span.is-gradient{border:0;background:var(--v2-gradient);color:#fff}.v2-flow-stack>span.is-gradient b{color:#dfe7ff}.v2-flow-stack>i{height:25px;color:#a5afbf;font-style:normal}.v2-analytics-visual{display:flex;align-items:center;gap:30px}.v2-donut{width:170px;height:170px;display:grid;place-items:center;border-radius:50%;background:conic-gradient(#3159ff 0 31.4%,#e9edf4 31.4% 100%)}.v2-donut:before{content:"";grid-area:1/1;width:124px;height:124px;border-radius:50%;background:#fff}.v2-donut>span{position:relative;z-index:1;grid-area:1/1;text-align:center}.v2-donut strong,.v2-donut small{display:block}.v2-donut strong{color:#263249;font-size:23px}.v2-donut small{color:#939dad;font-size:8px}.v2-analytics-bars{flex:1;display:grid;gap:14px}.v2-analytics-bars>span{display:grid;grid-template-columns:70px 1fr 55px;gap:8px;align-items:center;color:#758197;font-size:8px}.v2-analytics-bars i{height:7px;border-radius:999px;background:linear-gradient(90deg,#3159ff 0 var(--bar),#edf0f4 var(--bar) 100%)}.v2-analytics-bars em{text-align:right;color:#435066;font-style:normal;font-weight:800}

.v2-revenue-journey{background:#07101f;color:#fff}.v2-split{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:center}.v2-revenue-journey .v2-section-heading>span,.v2-ai-section .v2-section-heading>span{color:#68dcff}.v2-revenue-journey .v2-section-heading h2,.v2-ai-section .v2-section-heading h2{color:#fff}.v2-revenue-journey .v2-section-heading>p,.v2-ai-section .v2-section-heading>p{color:#9cabc1}.v2-inline-points{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:30px}.v2-inline-points span{display:flex;align-items:center;gap:9px;color:#b6c2d4;font-size:11px}.v2-inline-points i{width:26px;height:26px;display:grid;place-items:center;border-radius:7px;background:#122541;color:#61d7ff;font-size:7px;font-style:normal;font-weight:800}.v2-journey-card{padding:29px;border:1px solid #20334e;border-radius:20px;background:linear-gradient(145deg,#0c1b31,#0a1629);box-shadow:0 30px 70px rgba(0,0,0,.22)}.v2-journey-step{display:grid;grid-template-columns:42px 1fr auto;gap:13px;align-items:center}.v2-journey-step>span{width:40px;height:40px;display:grid;place-items:center;border:1px solid #263b58;border-radius:11px;background:#11233e;color:#8ea6c5;font-size:12px;font-weight:850}.v2-journey-step .v2-brand-node{color:#fff;background:#2158e8;border-color:#3970ff}.v2-journey-step small,.v2-journey-step strong,.v2-journey-step p{display:block}.v2-journey-step small{color:#637994;font-size:7px}.v2-journey-step strong{margin-top:2px;color:#eef4ff;font-size:11px}.v2-journey-step p{margin:2px 0 0;color:#8092aa;font-size:8px}.v2-journey-step>em{padding:5px 7px;border-radius:999px;background:#132943;color:#72d9ff;font-size:7px;font-style:normal;font-weight:800}.v2-journey-line{display:block;width:1px;height:28px;margin:4px 0 4px 19px;background:linear-gradient(#294666,#1d304a)}.v2-journey-step.is-won>span{border-color:#2d6c5d;background:#123b34;color:#61e2b8}.v2-journey-step.is-won>em{background:#123b34;color:#61e2b8}

.v2-ai-section{background:linear-gradient(145deg,#07101f,#0b1729);color:#fff}.v2-ai-grid{grid-template-columns:1.15fr .85fr}.v2-ai-console{overflow:hidden;border:1px solid #243754;border-radius:20px;background:#0c192c;box-shadow:0 30px 80px rgba(0,0,0,.28)}.v2-ai-console-head{display:flex;align-items:center;gap:10px;padding:15px 17px;border-bottom:1px solid #20334e;background:#0a1729}.v2-ai-mark{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:var(--v2-gradient);color:#fff;font-size:13px}.v2-ai-mark.small{width:28px;height:28px;font-size:10px}.v2-ai-console-head div strong,.v2-ai-console-head div span{display:block}.v2-ai-console-head div strong{font-size:11px}.v2-ai-console-head div span{color:#7185a1;font-size:7px}.v2-ai-console-head>i{width:7px;height:7px;margin-left:auto;border-radius:50%;background:#3bd5a5;box-shadow:0 0 0 4px rgba(59,213,165,.08)}.v2-ai-thread{padding:26px 24px 18px}.v2-ai-user{max-width:74%;margin-left:auto;padding:12px 14px;border-radius:12px 12px 3px 12px;background:#1d3252;color:#eef5ff;font-size:10px;transition:.25s}.v2-ai-user.is-flashing{box-shadow:0 0 0 3px rgba(49,89,255,.22)}.v2-ai-answer{display:grid;grid-template-columns:30px 1fr;gap:10px;margin-top:20px}.v2-ai-answer p{margin:0;color:#aab8cb;font-size:10px;line-height:1.7}.v2-ai-answer p strong{color:#fff}.v2-ai-opps{display:grid;gap:6px;margin-top:13px}.v2-ai-opps span{display:flex;justify-content:space-between;padding:9px 10px;border:1px solid #203551;border-radius:8px;background:#0e2038;color:#9cacbf;font-size:8px}.v2-ai-opps b{color:#dce6f5}.v2-ai-opps em{color:#6cdfb9;font-style:normal}.v2-ai-prompt-row{display:flex;flex-wrap:wrap;gap:6px;padding:0 24px 14px}.v2-ai-prompt-row button{padding:7px 9px;border:1px solid #29405f;border-radius:999px;background:#0c1d34;color:#91a3bb;font-size:7px;cursor:pointer}.v2-ai-prompt-row button:hover{border-color:#3f6ce1;color:#cbd8eb}.v2-ai-input{display:flex;justify-content:space-between;align-items:center;margin:0 20px 20px;padding:12px 13px;border:1px solid #2a3e5b;border-radius:10px;background:#0a1729;color:#617792;font-size:8px}.v2-ai-input b{width:25px;height:25px;display:grid;place-items:center;border-radius:7px;background:var(--v2-gradient);color:#fff}.v2-check-list{list-style:none;margin:25px 0;padding:0;display:grid;gap:11px}.v2-check-list li{display:flex;align-items:center;gap:9px;color:#59667b;font-size:12px}.v2-ai-section .v2-check-list li{color:#afbbcc}.v2-check-list i{width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:#edf1ff;color:#3159ff;font-size:8px;font-style:normal;font-weight:900}.v2-ai-section .v2-check-list i{background:#132943;color:#64d9ff}.v2-roadmap-note{display:block;margin-top:22px;color:#6f819a;font-size:8px;line-height:1.6}

.v2-pipeline-section{background:#f7f9fc}.v2-pipeline-section .v2-section-heading{max-width:760px}.v2-kanban{margin-top:48px;overflow:hidden;border:1px solid #e2e7ef;border-radius:20px;background:#fff;box-shadow:0 25px 60px rgba(31,43,70,.08)}.v2-kanban-head{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;border-bottom:1px solid #e8ebf1}.v2-kanban-head>div:first-child strong,.v2-kanban-head>div:first-child span{display:block}.v2-kanban-head>div:first-child strong{color:#2c374d;font-size:13px}.v2-kanban-head>div:first-child span{margin-top:2px;color:#959eae;font-size:8px}.v2-kanban-head>div:last-child{display:flex;gap:7px}.v2-kanban-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:#f5f7fb}.v2-kanban-col{min-height:370px;padding:15px;border-right:1px solid #e8ebf1}.v2-kanban-col:last-child{border-right:0}.v2-kanban-col>header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.v2-kanban-col>header span{display:flex;align-items:center;gap:5px;color:#68758a;font-size:8px;font-weight:850}.v2-kanban-col>header span i{width:6px;height:6px;border-radius:50%;background:#7f8ca0}.v2-kanban-col:nth-child(2)>header span i{background:#3159ff}.v2-kanban-col:nth-child(3)>header span i{background:#8d2cff}.v2-kanban-col:nth-child(4)>header span i{background:#22b88b}.v2-kanban-col>header b{color:#949dad;font-size:8px}.v2-kanban-col article{margin-bottom:9px;padding:14px;border:1px solid #e3e8ef;border-radius:10px;background:#fff;box-shadow:0 5px 14px rgba(26,41,67,.035)}.v2-kanban-col article small,.v2-kanban-col article strong{display:block}.v2-kanban-col article small{color:#969faf;font-size:7px}.v2-kanban-col article strong{margin-top:3px;color:#3c485d;font-size:10px}.v2-kanban-col article p{margin:9px 0 15px;color:#919aaa;font-size:7px}.v2-kanban-col article footer{display:flex;justify-content:space-between;align-items:center}.v2-kanban-col article footer>b{color:#59657a;font-size:8px}.v2-kanban-col article footer>span{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:#edf1ff;color:#3159ff;font-size:6px;font-weight:850}.v2-kanban-col article.is-hot{border-color:#aebcff;box-shadow:0 10px 24px rgba(49,89,255,.09)}.v2-moving-deal{position:relative;animation:v2DealFloat 4s ease-in-out infinite}@keyframes v2DealFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px);box-shadow:0 12px 25px rgba(49,89,255,.08)}}

.v2-automation-section{background:#fff}.v2-workflow-builder{padding:25px;border:1px solid #e3e8f0;border-radius:20px;background:#f7f9fc;box-shadow:0 24px 60px rgba(28,43,70,.08)}.v2-builder-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:23px;padding-bottom:16px;border-bottom:1px solid #e1e6ee}.v2-builder-top strong{color:#344158;font-size:12px}.v2-builder-top span{padding:5px 8px;border-radius:999px;background:#e8f8f2;color:#259875;font-size:7px;font-weight:850}.v2-workflow-node{max-width:390px;margin:0 auto;display:grid;grid-template-columns:34px 1fr auto;gap:10px;align-items:center;padding:13px 14px;border:1px solid #dfe5ed;border-radius:11px;background:#fff}.v2-workflow-node>b{width:32px;height:32px;display:grid;place-items:center;border-radius:9px;background:#edf1ff;color:#3159ff}.v2-workflow-node small,.v2-workflow-node strong{display:block}.v2-workflow-node small{color:#9aa4b4;font-size:6px;letter-spacing:.12em}.v2-workflow-node strong{margin-top:2px;color:#4b586f;font-size:9px}.v2-workflow-node em{color:#a0a9b8;font-size:9px;font-style:normal}.v2-workflow-node.trigger{border-color:#bcc8ff}.v2-workflow-node.condition>b{background:#f3ecff;color:#8d2cff}.v2-workflow-connector{display:block;width:1px;height:30px;margin:0 auto;background:#cad3e1}.v2-workflow-split{display:grid;grid-template-columns:1fr 1fr;gap:20px}.v2-workflow-split>div{display:flex;flex-direction:column;align-items:center}.v2-workflow-split>div>span{margin-bottom:8px;color:#8b96a8;font-size:7px;font-weight:850}.v2-workflow-split article{width:100%;display:grid;grid-template-columns:28px 1fr;gap:8px;align-items:center;padding:11px;border:1px solid #dfe5ed;border-radius:10px;background:#fff}.v2-workflow-split article b{width:27px;height:27px;display:grid;place-items:center;border-radius:7px;background:#eaf8f3;color:#279b78}.v2-workflow-split article small,.v2-workflow-split article strong{display:block}.v2-workflow-split article small{color:#9ba4b4;font-size:6px}.v2-workflow-split article strong{margin-top:2px;color:#536078;font-size:8px}.v2-workflow-split>div>i{height:18px;width:1px;background:#d1d9e5}

.v2-integrations{overflow:hidden;background:#f7f9fc}.v2-integration-cloud{position:relative;min-height:540px;margin-top:45px}.v2-integration-core{position:absolute;left:50%;top:50%;z-index:3;width:180px;height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:translate(-50%,-50%);border:1px solid #dce3ee;border-radius:50%;background:#fff;box-shadow:0 28px 70px rgba(39,57,91,.13)}.v2-integration-core>span{width:50px;height:50px;display:grid;place-items:center;border-radius:15px;background:var(--v2-gradient);color:#fff;font-size:22px;font-weight:900}.v2-integration-core strong{margin-top:10px;color:#263249;font-size:14px}.v2-integration-core small{color:#9aa4b5;font-size:7px}.v2-integration-item{position:absolute;z-index:3;min-width:160px;display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid #e1e6ef;border-radius:12px;background:#fff;box-shadow:0 12px 30px rgba(30,44,72,.08)}.v2-integration-item>b{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:#f1f4ff;color:#3159ff;font-size:10px}.v2-integration-item span{color:#48556b;font-size:10px;font-weight:800}.v2-integration-item small{display:block;margin-top:2px;color:#9ba4b4;font-size:6px;font-weight:650}.v2-integration-item.wp{left:12%;top:25%}.v2-integration-item.google{right:12%;top:20%}.v2-integration-item.mail{left:6%;bottom:24%}.v2-integration-item.calendar{right:5%;bottom:28%}.v2-integration-item.commerce{left:27%;bottom:6%}.v2-integration-item.api{right:25%;bottom:7%}.v2-orbit{position:absolute;left:50%;top:50%;border:1px dashed #d5ddea;border-radius:50%;transform:translate(-50%,-50%)}.v2-orbit.orbit-a{width:510px;height:300px}.v2-orbit.orbit-b{width:780px;height:440px}

.v2-security-section{padding-top:60px;background:#f7f9fc}.v2-security-card{display:grid;grid-template-columns:.92fr 1.08fr;gap:55px;padding:46px;border-radius:24px;background:radial-gradient(circle at 80% 15%,rgba(55,117,255,.2),transparent 29%),linear-gradient(145deg,#07101f,#0c1b31);color:#fff;box-shadow:0 30px 70px rgba(8,18,34,.18)}.v2-security-copy>span{color:#66ddff}.v2-security-copy h2{margin:12px 0;color:#fff;font-size:39px;line-height:1.08;letter-spacing:-.045em}.v2-security-copy p{color:#9eacc0;font-size:13px;line-height:1.75}.v2-security-copy small{display:block;margin-top:18px;color:#6f829c;font-size:8px}.v2-security-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.v2-security-grid article{padding:19px;border:1px solid #223954;border-radius:13px;background:rgba(13,30,52,.78)}.v2-security-grid article>span{width:31px;height:31px;display:grid;place-items:center;border-radius:8px;background:#142a48;color:#65d9ff;font-size:11px}.v2-security-grid strong{display:block;margin-top:12px;color:#e8eff9;font-size:11px}.v2-security-grid p{margin:5px 0 0;color:#7f91a9;font-size:8px;line-height:1.6}

.v2-pricing{background:#fff}.v2-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:48px;align-items:stretch}.v2-pricing-grid>article{position:relative;padding:31px;border:1px solid #e2e7ef;border-radius:18px;background:#fff;box-shadow:0 8px 25px rgba(22,37,64,.035)}.v2-pricing-grid>article.is-featured{border-color:#aab7ff;background:linear-gradient(180deg,#fff,#fafbff);box-shadow:0 25px 55px rgba(49,89,255,.14);transform:translateY(-7px)}.v2-plan{color:#3159ff;font-size:9px;font-weight:850;letter-spacing:.14em}.v2-most-popular{position:absolute;right:18px;top:17px;padding:5px 8px;border-radius:999px;background:#edf1ff;color:#3159ff;font-size:6px;font-weight:900;letter-spacing:.08em}.v2-pricing-grid h3{margin:14px 0 6px;color:#18233a;font-size:37px;letter-spacing:-.045em}.v2-pricing-grid h3 small{color:#9099aa;font-size:10px;font-weight:650;letter-spacing:0}.v2-pricing-grid p{min-height:68px;margin:0 0 21px;color:#768398;font-size:11px;line-height:1.7}.v2-pricing-grid .tanco-button{width:100%}.v2-pricing-grid ul{list-style:none;margin:23px 0 0;padding:19px 0 0;border-top:1px solid #edf0f4;display:grid;gap:10px;color:#59667b;font-size:10px}.v2-pricing-grid li:before{content:"✓";margin-right:8px;color:#3159ff;font-weight:900}

.v2-faq{background:#f7f9fc}.v2-faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px}.v2-faq-list details{border-bottom:1px solid #dfe5ee}.v2-faq-list summary{list-style:none;display:flex;justify-content:space-between;gap:20px;padding:20px 0;color:#303c52;font-size:13px;font-weight:780;cursor:pointer}.v2-faq-list summary::-webkit-details-marker{display:none}.v2-faq-list summary span{color:#3159ff;font-size:18px;font-weight:500;transition:.2s}.v2-faq-list details[open] summary span{transform:rotate(45deg)}.v2-faq-list p{margin:-4px 35px 20px 0;color:#778499;font-size:11px;line-height:1.75}.v2-final-cta{padding:0 0 78px;background:#f7f9fc}.v2-final-card{position:relative;overflow:hidden;display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:50px;padding:55px 58px;border-radius:25px;background:radial-gradient(circle at 85% 15%,rgba(89,215,255,.23),transparent 26%),radial-gradient(circle at 20% 100%,rgba(141,44,255,.25),transparent 30%),linear-gradient(135deg,#1739d0,#3159ff 52%,#6428d7);box-shadow:0 30px 70px rgba(49,89,255,.25);color:#fff}.v2-final-card>div>span{color:#d9e3ff}.v2-final-card h2{max-width:760px;margin:12px 0 8px;font-size:42px;line-height:1.05;letter-spacing:-.05em}.v2-final-card p{margin:0;color:#d7e0f7;font-size:12px}.v2-final-actions{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.v2-final-actions>a:last-child{color:#fff;font-size:11px;font-weight:800}.v2-final-actions>a:last-child:after{content:" →"}.v2-final-actions .tanco-button-white{background:#fff;color:#3159ff}

.site-footer{padding:64px 0 24px;background:#07101f}.v2-footer-top{display:grid;grid-template-columns:.78fr 1.22fr;gap:70px}.footer-brand p{max-width:355px;color:#8999b0;font-size:11px}.v2-footer-status{display:flex;align-items:center;gap:8px;margin-top:21px;color:#6e819a;font-size:8px}.v2-footer-status i{width:7px;height:7px;border-radius:50%;background:#3bd3a4;box-shadow:0 0 0 4px rgba(59,211,164,.09)}.v2-footer-links{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}.v2-footer-links h3{margin:0 0 13px;color:#dce6f3;font-size:9px;text-transform:uppercase;letter-spacing:.1em}.v2-footer-links a{display:block;margin:8px 0;color:#7f8fa6;font-size:10px}.v2-footer-links a:hover{color:#fff}.site-footer .brand-image-footer{width:230px}.footer-bottom{border-color:#17273d;color:#657891;font-size:8px}

.v2-tour-modal{position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:28px}.v2-tour-modal.is-open{display:flex}.v2-tour-backdrop{position:absolute;inset:0;background:rgba(3,8,17,.72);backdrop-filter:blur(10px)}.v2-tour-dialog{position:relative;z-index:2;width:min(920px,100%);display:grid;grid-template-columns:.72fr 1.28fr;overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:22px;background:#fff;box-shadow:0 40px 100px rgba(0,0,0,.35)}.v2-tour-close{position:absolute;right:14px;top:13px;z-index:4;width:32px;height:32px;border:1px solid #e1e5ec;border-radius:50%;background:#fff;color:#667187;font-size:18px;cursor:pointer}.v2-tour-sidebar{padding:37px 30px;background:#081426;color:#fff}.v2-tour-sidebar>span{color:#65dcff;font-size:8px;font-weight:850;letter-spacing:.14em}.v2-tour-sidebar h2{margin:12px 0 28px;font-size:28px;line-height:1.1;letter-spacing:-.04em}.v2-tour-sidebar ol{list-style:none;margin:0;padding:0;display:grid;gap:4px;counter-reset:tour}.v2-tour-sidebar li{position:relative;padding:10px 10px 10px 32px;border-radius:8px;color:#7185a1;font-size:10px;font-weight:750;counter-increment:tour}.v2-tour-sidebar li:before{content:"0" counter(tour);position:absolute;left:9px;color:#536985;font-size:7px}.v2-tour-sidebar li.is-active{background:#122744;color:#fff}.v2-tour-sidebar li.is-active:before{color:#65dcff}.v2-tour-main{display:flex;flex-direction:column;min-height:470px;padding:42px 36px 20px;background:#f7f9fc}.v2-tour-screen{flex:1;padding:26px;border:1px solid #e2e7ef;border-radius:16px;background:#fff}.v2-tour-badge{color:#3159ff;font-size:8px;font-weight:850;letter-spacing:.12em}.v2-tour-screen h3{max-width:420px;margin:13px 0 9px;color:#202c43;font-size:28px;line-height:1.1;letter-spacing:-.04em}.v2-tour-screen p{max-width:450px;color:#7b879a;font-size:11px;line-height:1.7}.v2-tour-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:26px}.v2-tour-metrics span{padding:14px;border:1px solid #e6eaf1;border-radius:10px;background:#fafbfe}.v2-tour-metrics small,.v2-tour-metrics strong{display:block}.v2-tour-metrics small{color:#959faf;font-size:7px}.v2-tour-metrics strong{margin-top:4px;color:#354158;font-size:16px}.v2-tour-footer{display:flex;justify-content:space-between;align-items:center;gap:18px;padding-top:16px;color:#9aa3b2;font-size:7px}.v2-tour-footer button{padding:8px 13px;border:0;border-radius:8px;background:#3159ff;color:#fff;font-size:8px;font-weight:800}.tanco-modal-open{overflow:hidden}

.reveal-up{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s cubic-bezier(.22,.61,.36,1)}.reveal-up.is-visible{opacity:1;transform:translateY(0)}

@media (max-width:1080px){.v2-app-sidebar{width:112px}.v2-dashboard-grid{grid-template-columns:1.35fr .9fr}.v2-floating-insight-left{left:8px}.v2-floating-insight-right{right:8px}.v2-tab-panel{gap:34px;padding:38px}.v2-split{gap:50px}.v2-orbit.orbit-b{width:680px}.v2-integration-item.wp{left:7%}.v2-integration-item.google{right:7%}}
@media (max-width:900px){.site-header{background:#fff}.primary-nav{top:70px;z-index:10}.v2-default-menu .v2-has-mega>a span{display:none}.v2-mega-menu{display:none!important}.nav-menu>li>a{padding:12px}.v2-hero{padding-top:125px;background:radial-gradient(circle at 50% 24%,rgba(41,104,255,.2),transparent 27%),linear-gradient(180deg,#06101f 0%,#091425 86%,#fff 86.1%,#fff 100%)}.v2-hero h1{font-size:60px}.v2-app-sidebar{width:54px}.v2-app-sidebar>span em{display:none}.v2-app-sidebar>span{justify-content:center}.v2-side-logo{margin-inline:auto}.v2-metric-grid{grid-template-columns:1fr 1fr}.v2-dashboard-grid,.v2-app-lower-grid{grid-template-columns:1fr}.v2-focus-card,.v2-source-mini{display:none}.v2-app-body{min-height:520px}.v2-floating-insight{display:none}.v2-signal-strip .tanco-container{flex-direction:column;gap:13px}.v2-product-tabs{margin-top:40px}.v2-tab-list{overflow-x:auto;justify-content:flex-start}.v2-tab-list button{white-space:nowrap}.v2-tab-panel{grid-template-columns:1fr;min-height:auto}.v2-tab-copy{max-width:600px}.v2-split,.v2-ai-grid,.v2-security-card,.v2-faq-grid,.v2-footer-top,.v2-final-card{grid-template-columns:1fr}.v2-revenue-journey .v2-section-heading,.v2-ai-section .v2-section-heading{max-width:700px}.v2-ai-console{order:2}.v2-kanban-grid{grid-template-columns:repeat(2,1fr)}.v2-kanban-col:nth-child(2){border-right:0}.v2-integration-cloud{transform:scale(.88);margin:-30px}.v2-security-card{gap:30px}.v2-pricing-grid{grid-template-columns:1fr;max-width:680px;margin-inline:auto}.v2-pricing-grid>article.is-featured{transform:none}.v2-footer-links{grid-template-columns:repeat(2,1fr)}.v2-tour-dialog{grid-template-columns:1fr}.v2-tour-sidebar{display:none}}
@media (max-width:620px){.brand-image-header{max-width:180px}.v2-section{padding:78px 0}.v2-hero{padding:112px 0 58px}.v2-hero h1{font-size:44px}.v2-hero-copy>p{font-size:15px}.v2-hero-actions{flex-direction:column;gap:6px}.v2-hero-actions .tanco-button{width:100%}.v2-hero-proof{gap:9px 14px}.v2-product-stage{margin-top:38px}.v2-app-frame{border-radius:14px}.v2-app-topbar{height:40px}.v2-app-breadcrumb{display:none}.v2-search-pill{display:none}.v2-app-sidebar{width:42px;padding-inline:6px}.v2-app-content{padding:15px 10px}.v2-app-heading h2{font-size:15px}.v2-app-heading p{display:none}.v2-app-heading-actions button:first-child{display:none}.v2-metric-grid{gap:6px}.v2-metric-grid article{padding:10px}.v2-metric-grid strong{font-size:11px}.v2-chart-wrap{height:165px;padding-inline:8px}.v2-app-lower-grid{display:none}.v2-app-body{min-height:400px}.v2-signal-list{flex-wrap:wrap;justify-content:center;gap:9px 12px}.v2-signal-list i{display:none}.v2-section-heading h2{font-size:37px}.v2-section-heading>p{font-size:14px}.v2-product-tabs{border-radius:15px}.v2-tab-panel{padding:24px}.v2-tab-copy h3{font-size:30px}.v2-tab-visual{min-height:auto;padding:18px}.v2-record-grid{grid-template-columns:1fr}.v2-source-map{overflow-x:auto;justify-content:flex-start}.v2-source-stats{grid-template-columns:1fr}.v2-analytics-visual{flex-direction:column}.v2-inline-points{grid-template-columns:1fr}.v2-journey-card{padding:20px}.v2-journey-step{grid-template-columns:37px 1fr}.v2-journey-step>em{grid-column:2}.v2-journey-step>span{width:36px;height:36px}.v2-ai-thread{padding:20px 15px 14px}.v2-ai-user{max-width:88%}.v2-ai-prompt-row{padding-inline:15px}.v2-ai-input{margin-inline:15px}.v2-kanban{overflow-x:auto}.v2-kanban-head{min-width:650px}.v2-kanban-grid{min-width:650px}.v2-workflow-builder{padding:16px}.v2-workflow-split{grid-template-columns:1fr;gap:14px}.v2-integration-cloud{min-height:430px;transform:scale(.68);margin:-80px -150px}.v2-security-card{padding:29px 24px}.v2-security-copy h2{font-size:31px}.v2-security-grid{grid-template-columns:1fr}.v2-faq-grid{gap:35px}.v2-final-card{padding:36px 27px}.v2-final-card h2{font-size:32px}.v2-footer-links{grid-template-columns:1fr 1fr}.v2-tour-main{padding:45px 18px 18px}.v2-tour-screen{padding:20px}.v2-tour-screen h3{font-size:24px}.v2-tour-metrics{grid-template-columns:1fr}.v2-tour-footer{align-items:flex-start;flex-direction:column}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal-up{opacity:1;transform:none;transition:none}.v2-moving-deal{animation:none}.site-header,.v2-mega-menu{transition:none}}

/* =========================================================
   TancoCRM Theme v3.0.0 — Enterprise Clarity & Positioning
   ========================================================= */
:root{
  --v3-copy:#59677e;
  --v3-copy-dark:#a9b8cd;
}

/* Public-facing typography is intentionally larger than the dense CRM UI. */
.tanco-v3-home .v2-hero-copy>p{max-width:800px;font-size:20px;line-height:1.7;color:#b8c5d9}
.tanco-v3-home .v2-hero-proof{font-size:13px;gap:22px}
.tanco-v3-home .v2-section-heading{max-width:680px}
.tanco-v3-home .v2-heading-center{max-width:870px}
.tanco-v3-home .v2-section-heading>p{font-size:18px;line-height:1.75;color:var(--v3-copy)}
.tanco-v3-home .v2-tab-copy p{font-size:16px;line-height:1.75;color:#627087}
.tanco-v3-home .v2-tab-copy ul{font-size:14px;line-height:1.6;gap:12px}
.tanco-v3-home .v2-tab-copy>a{font-size:14px}
.tanco-v3-home .v2-inline-points span{font-size:14px;line-height:1.45}
.tanco-v3-home .v2-check-list{gap:13px}
.tanco-v3-home .v2-check-list li{font-size:14px;line-height:1.55}
.tanco-v3-home .v2-roadmap-note{font-size:11px;line-height:1.65}
.tanco-v3-home .v2-security-copy p{font-size:16px;line-height:1.75;color:#aebdd0}
.tanco-v3-home .v2-security-copy small{font-size:11px;line-height:1.6}
.tanco-v3-home .v2-security-grid strong{font-size:14px}
.tanco-v3-home .v2-security-grid p{font-size:12px;line-height:1.6}
.tanco-v3-home .v2-pricing-grid p{min-height:86px;font-size:15px;line-height:1.7;color:#65738a}
.tanco-v3-home .v2-pricing-grid ul{font-size:13px;line-height:1.5;gap:12px}
.tanco-v3-home .v2-pricing-grid h3 small{font-size:13px}
.tanco-v3-home .v2-faq-list summary{font-size:16px;line-height:1.45;padding:23px 0}
.tanco-v3-home .v2-faq-list p{margin:0 42px 24px 0;font-size:15px;line-height:1.75;color:#65738a}
.tanco-v3-home .v2-final-card p{font-size:16px;line-height:1.65}
.tanco-v3-home .v2-final-actions>a:last-child{font-size:14px}
.site-footer .footer-brand p{font-size:14px;line-height:1.75}
.site-footer .v2-footer-status{font-size:11px}
.site-footer .v2-footer-links h3{font-size:11px}
.site-footer .v2-footer-links a{font-size:13px;line-height:1.5;margin:10px 0}
.site-footer .footer-bottom{font-size:10px}

/* Mega-menu descriptions need to remain compact, but not microscopic. */
.v2-mega-intro p{font-size:13px}
.v2-mega-intro a{font-size:13px!important}
.v2-mega-links>div>small{font-size:9px}
.v2-mega-links a span strong{font-size:12px}
.v2-mega-links a span em{font-size:10px;line-height:1.45}

/* Role-based customer system */
.v3-role-section{padding:118px 0;background:linear-gradient(180deg,#f8faff 0%,#fff 100%);border-top:1px solid #edf1f6}
.v3-role-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:54px}
.v3-role-grid article{position:relative;overflow:hidden;padding:30px 27px 27px;border:1px solid #e2e7ef;border-radius:20px;background:#fff;box-shadow:0 16px 45px rgba(22,37,64,.05);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}
.v3-role-grid article:before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,#168bff,#3159ff,#8b2cff);opacity:0;transition:.25s}
.v3-role-grid article:hover{transform:translateY(-5px);border-color:#cbd4ff;box-shadow:0 24px 55px rgba(49,89,255,.11)}
.v3-role-grid article:hover:before{opacity:1}
.v3-role-icon{width:46px;height:46px;display:grid;place-items:center;margin-bottom:24px;border-radius:13px;background:linear-gradient(145deg,#eef3ff,#eefbff);color:#3159ff;font-size:18px;font-weight:850}
.v3-role-grid article>span{color:#3159ff;font-size:10px;font-weight:850;letter-spacing:.13em}
.v3-role-grid h3{margin:10px 0 12px;color:#172238;font-size:24px;line-height:1.15;letter-spacing:-.035em}
.v3-role-grid p{margin:0;color:#65738a;font-size:15px;line-height:1.72}
.v3-role-grid ul{display:flex;flex-wrap:wrap;gap:7px;list-style:none;margin:24px 0 0;padding:0}
.v3-role-grid li{padding:7px 9px;border:1px solid #e6eaf2;border-radius:999px;background:#fafbfe;color:#5c6b82;font-size:11px;font-weight:720}

/* Competitive architecture story */
.v3-difference-section{position:relative;overflow:hidden;padding:118px 0;background:radial-gradient(circle at 86% 12%,rgba(50,96,255,.12),transparent 27%),linear-gradient(180deg,#07101f,#09182b);color:#fff}
.v3-difference-section:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(115,151,210,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(115,151,210,.045) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.7),transparent 75%);pointer-events:none}
.v3-difference-section>.tanco-container{position:relative;z-index:1}
.v3-difference-heading{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:end}
.v3-difference-section .v2-section-heading>span{color:#68dcff}
.v3-difference-section .v2-section-heading h2{color:#fff}
.v3-difference-section .v2-section-heading>p{color:#aab9cd}
.v3-difference-callout{padding:24px 26px;border:1px solid #223a58;border-radius:17px;background:rgba(13,31,54,.72);box-shadow:0 20px 50px rgba(0,0,0,.15)}
.v3-difference-callout>span{display:block;color:#6bdcff;font-size:9px;font-weight:850;letter-spacing:.14em}
.v3-difference-callout strong{display:block;margin-top:8px;color:#fff;font-size:20px;line-height:1.25}
.v3-difference-callout p{margin:8px 0 0;color:#91a2ba;font-size:14px;line-height:1.65}
.v3-compare-board{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:42px;margin-top:58px;padding:18px;border:1px solid #213653;border-radius:24px;background:rgba(8,22,40,.72);box-shadow:0 34px 80px rgba(0,0,0,.22)}
.v3-compare-col{padding:28px;border-radius:17px}
.v3-compare-traditional{background:#0b192c}
.v3-compare-tanco{border:1px solid rgba(92,142,255,.23);background:radial-gradient(circle at 100% 0,rgba(106,67,255,.16),transparent 28%),linear-gradient(145deg,#0f2240,#0b1b31)}
.v3-compare-col header{min-height:104px;padding-bottom:23px;border-bottom:1px solid #223650}
.v3-compare-col header span{display:block;color:#71849f;font-size:9px;font-weight:850;letter-spacing:.14em}
.v3-compare-tanco header span{color:#6bdcff}
.v3-compare-col header strong{display:block;max-width:410px;margin-top:9px;color:#dfe8f5;font-size:21px;line-height:1.3}
.v3-compare-col>div{display:grid;grid-template-columns:38px 1fr;gap:13px;padding:18px 0;border-bottom:1px solid rgba(37,57,82,.75)}
.v3-compare-col>div:last-child{border-bottom:0;padding-bottom:4px}
.v3-compare-col i{width:34px;height:34px;display:grid;place-items:center;border:1px solid #2a405d;border-radius:9px;color:#7e91ab;font-size:9px;font-style:normal;font-weight:850}
.v3-compare-tanco i{border-color:#315d9d;background:#10294a;color:#6edcff}
.v3-compare-col p{margin:0}
.v3-compare-col p strong,.v3-compare-col p span{display:block}
.v3-compare-col p strong{color:#e8eff9;font-size:15px}
.v3-compare-col p span{margin-top:4px;color:#8395ad;font-size:13px;line-height:1.6}
.v3-compare-tanco p span{color:#a4b5ca}
.v3-compare-divider{position:absolute;left:50%;top:50%;z-index:2;transform:translate(-50%,-50%);width:42px;height:42px;display:grid;place-items:center;border:1px solid #334c6d;border-radius:50%;background:#0b1b31;box-shadow:0 0 0 8px rgba(7,16,31,.76);color:#7f94af;font-size:8px;font-weight:900}
.v3-product-direction{max-width:790px;margin:25px auto 0;text-align:center;color:#6f829d;font-size:11px;line-height:1.65}

/* Refine spacing for a calmer enterprise rhythm. */
.tanco-v3-home .v2-section{padding:120px 0}
.tanco-v3-home .v2-product-tabs{margin-top:60px}
.tanco-v3-home .v2-tab-panel{padding:58px}
.tanco-v3-home .v2-security-card{padding:54px}
.tanco-v3-home .v2-pricing-grid>article{padding:36px 34px}

@media (max-width:1080px){
  .v3-role-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:900px){
  .tanco-v3-home .v2-section-heading>p{font-size:17px}
  .v3-difference-heading{grid-template-columns:1fr;gap:32px}
  .v3-difference-callout{max-width:620px}
  .v3-compare-board{grid-template-columns:1fr;gap:16px}
  .v3-compare-divider{position:relative;left:auto;top:auto;margin:-5px auto;transform:none}
  .v3-compare-col header{min-height:0}
}
@media (max-width:620px){
  .tanco-v3-home .v2-hero-copy>p{font-size:17px;line-height:1.65}
  .tanco-v3-home .v2-section-heading>p{font-size:16px;line-height:1.7}
  .tanco-v3-home .v2-tab-copy p{font-size:15px}
  .tanco-v3-home .v2-tab-copy ul,.tanco-v3-home .v2-check-list li{font-size:14px}
  .tanco-v3-home .v2-security-copy p{font-size:15px}
  .tanco-v3-home .v2-security-grid p{font-size:13px}
  .tanco-v3-home .v2-pricing-grid p{min-height:0;font-size:15px}
  .tanco-v3-home .v2-pricing-grid ul{font-size:13px}
  .tanco-v3-home .v2-faq-list summary{font-size:15px}
  .tanco-v3-home .v2-faq-list p{font-size:14px}
  .tanco-v3-home .v2-final-card p{font-size:15px}
  .v3-role-section,.v3-difference-section{padding:82px 0}
  .v3-role-grid{grid-template-columns:1fr;margin-top:38px}
  .v3-role-grid article{padding:26px 23px}
  .v3-role-grid h3{font-size:23px}
  .v3-role-grid p{font-size:15px}
  .v3-difference-callout{padding:21px}
  .v3-difference-callout strong{font-size:18px}
  .v3-compare-board{padding:10px;border-radius:18px}
  .v3-compare-col{padding:21px}
  .v3-compare-col header strong{font-size:19px}
  .v3-compare-col p span{font-size:13px}
  .tanco-v3-home .v2-tab-panel{padding:28px 24px}
  .tanco-v3-home .v2-security-card{padding:32px 25px}
  .site-footer .footer-brand p{font-size:13px}
  .site-footer .v2-footer-links a{font-size:12px}
}

/* Supporting WordPress content readability in v3. */
.post-card p{font-size:15px;line-height:1.65}
.archive-header p,.page-header p{font-size:17px;line-height:1.7;color:#68758a}


/* =========================================================
   TancoCRM Theme v3.1.0 — Typography consistency + stack section refresh
   ========================================================= */

/* Normalize public section typography and make product visuals more legible. */
.tanco-v3-home .v2-tab-copy h3{font-size:clamp(34px,3vw,46px);line-height:1.1}
.tanco-v3-home .v2-tab-copy p,.tanco-v3-home .v2-section-heading>p,.tanco-v3-home .v2-security-copy p,.tanco-v3-home .v2-pricing-grid p,.tanco-v3-home .v2-faq-list p,.tanco-v3-home .v2-final-card p{font-size:17px;line-height:1.75}
.tanco-v3-home .v2-tab-copy ul,.tanco-v3-home .v2-check-list li,.tanco-v3-home .v2-inline-points span{font-size:15px;line-height:1.6}
.tanco-v3-home .v2-tab-copy>span,.tanco-v3-home .v2-section-heading>span,.tanco-v3-home .v3-role-grid article>span,.tanco-v3-home .v3-difference-callout>span,.tanco-v3-home .v3-compare-col header span{font-size:11px;letter-spacing:.15em}

/* Product mockup readability */
.tanco-v3-home .v2-record-header div strong{font-size:17px}
.tanco-v3-home .v2-record-header div span{font-size:11px}
.tanco-v3-home .v2-record-header em{font-size:10px}
.tanco-v3-home .v2-record-grid small,.tanco-v3-home .v2-source-stats span,.tanco-v3-home .v2-workflow-node small,.tanco-v3-home .v2-workflow-split article small,.tanco-v3-home .v2-builder-top span,.tanco-v3-home .v2-journey-step small,.tanco-v3-home .v2-donut small,.tanco-v3-home .v2-ai-console-head div span{font-size:10px}
.tanco-v3-home .v2-record-grid strong{font-size:13px}
.tanco-v3-home .v2-record-timeline strong,.tanco-v3-home .v2-flow-stack>span,.tanco-v3-home .v2-service-ticket p,.tanco-v3-home .v2-journey-step strong,.tanco-v3-home .v2-analytics-bars>span{font-size:12px}
.tanco-v3-home .v2-record-timeline span,.tanco-v3-home .v2-flow-stack>span b,.tanco-v3-home .v2-service-ticket header,.tanco-v3-home .v2-workflow-split>div>span,.tanco-v3-home .v2-journey-step p,.tanco-v3-home .v2-journey-step>em,.tanco-v3-home .v2-ai-user,.tanco-v3-home .v2-ai-prompt-row button,.tanco-v3-home .v2-ai-input,.tanco-v3-home .v2-ai-answer p{font-size:11px}
.tanco-v3-home .v2-source-map>span,.tanco-v3-home .v2-workflow-node strong,.tanco-v3-home .v2-workflow-split article strong,.tanco-v3-home .v2-builder-top strong,.tanco-v3-home .v2-ai-console-head div strong{font-size:14px}
.tanco-v3-home .v2-source-map>span small,.tanco-v3-home .v2-source-stats small,.tanco-v3-home .v2-service-ticket>div,.tanco-v3-home .v2-donut strong,.tanco-v3-home .v2-ai-opps span,.tanco-v3-home .v2-roadmap-note{font-size:12px}
.tanco-v3-home .v2-service-ticket h4{font-size:22px}
.tanco-v3-home .v2-flow-stack{max-width:410px}
.tanco-v3-home .v2-flow-stack>span{padding:18px 20px}
.tanco-v3-home .v2-workflow-builder{padding:34px;border-radius:24px}
.tanco-v3-home .v2-workflow-node{max-width:460px;padding:16px 17px}
.tanco-v3-home .v2-workflow-node>b{width:36px;height:36px;font-size:16px}
.tanco-v3-home .v2-workflow-split article{padding:14px 13px}
.tanco-v3-home .v2-workflow-split article b{width:31px;height:31px}

/* Replace the oversized orbit illustration with a punchier control-center composition. */
.v3-integrations{background:linear-gradient(180deg,#f7f9fc 0%,#ffffff 100%)}
.v3-integrations-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:58px;align-items:center}
.v3-stack-points{margin-top:28px}
.v3-stack-board{padding:28px;border:1px solid #dfe6f0;border-radius:26px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);box-shadow:0 24px 70px rgba(23,41,73,.1)}
.v3-stack-board-head{display:flex;justify-content:space-between;align-items:center;gap:18px;padding-bottom:18px;border-bottom:1px solid #e8edf4}
.v3-stack-board-head span{display:block;color:#3159ff;font-size:10px;font-weight:850;letter-spacing:.14em}
.v3-stack-board-head strong{display:block;margin-top:6px;color:#18233a;font-size:24px;line-height:1.15}
.v3-stack-board-head em{padding:9px 12px;border-radius:999px;background:#edf4ff;color:#3159ff;font-size:12px;font-style:normal;font-weight:800;white-space:nowrap}
.v3-stack-core{margin-top:22px;padding:24px;border:1px solid #d9e2f0;border-radius:22px;background:radial-gradient(circle at 80% 0,rgba(138,65,255,.12),transparent 25%),linear-gradient(140deg,#0b1730,#12284a);text-align:center;box-shadow:0 18px 45px rgba(10,20,38,.18)}
.v3-stack-core-mark{width:58px;height:58px;display:grid;place-items:center;margin:0 auto 14px;border-radius:18px;background:var(--v2-gradient);color:#fff;font-size:28px;font-weight:900;box-shadow:0 18px 35px rgba(49,89,255,.35)}
.v3-stack-core strong{display:block;color:#fff;font-size:28px;line-height:1.1}
.v3-stack-core small{display:block;max-width:440px;margin:10px auto 0;color:#b9c8db;font-size:14px;line-height:1.65}
.v3-stack-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:18px}
.v3-stack-grid article{display:flex;align-items:center;gap:12px;padding:16px 16px;border:1px solid #e2e8f1;border-radius:16px;background:#fff;box-shadow:0 10px 30px rgba(33,49,78,.05)}
.v3-stack-grid article.is-native{border-color:#c9d6ff;background:linear-gradient(180deg,#f9fbff,#ffffff)}
.v3-stack-grid article b{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#eff4ff;color:#3159ff;font-size:14px;font-weight:850}
.v3-stack-grid article span strong,.v3-stack-grid article span small{display:block}
.v3-stack-grid article span strong{color:#243148;font-size:16px}
.v3-stack-grid article span small{margin-top:3px;color:#8d99ab;font-size:11px;font-weight:700}
.v3-stack-flow{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px;margin-top:22px;padding:16px 18px;border-radius:16px;background:#eff4fb;color:#536178;font-size:14px;font-weight:700}
.v3-stack-flow i{color:#3159ff;font-style:normal;font-weight:900}

@media (max-width:1080px){
  .v3-integrations-grid{grid-template-columns:1fr;gap:34px}
}
@media (max-width:620px){
  .tanco-v3-home .v2-tab-copy p,.tanco-v3-home .v2-section-heading>p,.tanco-v3-home .v2-security-copy p,.tanco-v3-home .v2-pricing-grid p,.tanco-v3-home .v2-faq-list p,.tanco-v3-home .v2-final-card p{font-size:15px;line-height:1.7}
  .tanco-v3-home .v2-tab-copy ul,.tanco-v3-home .v2-check-list li,.tanco-v3-home .v2-inline-points span{font-size:14px}
  .tanco-v3-home .v2-workflow-builder{padding:22px}
  .v3-stack-board{padding:22px;border-radius:20px}
  .v3-stack-board-head{align-items:flex-start;flex-direction:column}
  .v3-stack-board-head strong{font-size:21px}
  .v3-stack-core{padding:20px}
  .v3-stack-core strong{font-size:24px}
  .v3-stack-core small{font-size:13px}
  .v3-stack-grid{grid-template-columns:1fr}
  .v3-stack-grid article span strong{font-size:15px}
  .v3-stack-grid article span small{font-size:10px}
  .v3-stack-flow{justify-content:flex-start;font-size:13px}
}


/* =========================================================
   TancoCRM Theme v3.2.0 — Brand mark update + WordPress-free positioning
   ========================================================= */
.v3-stack-core-mark{background:transparent;box-shadow:none;padding:0}
.v3-stack-core-mark img{display:block;width:58px;height:58px;object-fit:contain;border-radius:18px}
.v3-stack-board-head em{background:#eef2ff;color:#355cff}
.v3-stack-grid article.is-native b{font-size:16px}
@media (max-width:620px){
  .v3-stack-core-mark img{width:54px;height:54px}
}
