:root{--red:#ff3131;--red-dark:#e92323;--ink:#101114;--muted:#666b73;--line:#e7e8ea;--soft:#f6f6f7;--white:#fff;--radius:18px;--container:1180px;--header:76px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:"Space Grotesk",Arial,sans-serif;font-size:15px;line-height:1.65;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}.sc-container{width:min(var(--container),calc(100% - 48px));margin:0 auto}.sc-site-header{height:var(--header);position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(16,17,20,.08);backdrop-filter:blur(14px)}.sc-header-container{width:min(1280px,calc(100% - 40px));height:100%;margin:0 auto;display:grid;grid-template-columns:170px 1fr auto;align-items:center;gap:24px}.sc-brand{display:flex;align-items:center;height:52px;overflow:hidden}.sc-main-logo{width:156px;height:auto;transform:scale(1.2);transform-origin:left center}.sc-main-nav{display:flex;align-items:center;justify-content:center;gap:25px;white-space:nowrap}.sc-nav-link{font-size:13px;font-weight:600;color:#3c4046;transition:.2s}.sc-nav-link:hover,.sc-nav-link.is-active{color:var(--red)}.sc-header-cta,.sc-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;font-weight:700;transition:.2s;cursor:pointer}.sc-header-cta{background:var(--ink);color:#fff;padding:11px 17px;font-size:13px}.sc-header-cta:hover{background:var(--red)}.sc-menu-toggle{display:none;width:42px;height:42px;border:1px solid var(--line);background:#fff;border-radius:10px;padding:10px}.sc-menu-toggle span{display:block;height:2px;background:var(--ink);margin:5px 0}.sc-hero{padding:58px 0 42px;overflow:hidden}.sc-hero-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:52px;align-items:center;min-height:570px}.sc-kicker{display:inline-block;color:var(--red);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:15px}.sc-hero h1{font-size:clamp(43px,5.3vw,76px);line-height:1.02;letter-spacing:-.055em;margin:0;max-width:760px}.sc-hero-copy>p{font-size:18px;line-height:1.65;color:var(--muted);max-width:680px;margin:24px 0 0}.sc-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.sc-btn{padding:13px 18px;font-size:14px;border:1px solid transparent}.sc-btn-primary{background:var(--red);color:#fff}.sc-btn-primary:hover{background:var(--red-dark);transform:translateY(-1px)}.sc-btn-ghost{background:#fff;border-color:#d9dade}.sc-btn-ghost:hover{border-color:var(--ink)}.sc-btn-dark{background:var(--ink);color:#fff}.sc-btn-dark:hover{background:var(--red)}.sc-btn-white{background:#fff;color:var(--ink)}.sc-proof-row{display:flex;flex-wrap:wrap;gap:18px;margin-top:28px;color:#50545b;font-size:12px;font-weight:600}.sc-proof-row span{display:flex;align-items:center;gap:7px}.sc-proof-row span:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--red)}.sc-hero-visual{min-height:560px;display:flex;align-items:center}.sc-neural-stage{position:relative;width:100%;height:530px;background:linear-gradient(180deg,#fff,#fafafa);border:1px solid var(--line);border-radius:28px;overflow:hidden}.sc-neural-stage:before{content:"";position:absolute;inset:0;background-image:radial-gradient(#d9dadd 1px,transparent 1px);background-size:24px 24px;opacity:.4}.sc-orbit{position:absolute;border:1px solid rgba(255,49,49,.24);border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}.sc-orbit-a{width:180px;height:180px}.sc-orbit-b{width:330px;height:330px}.sc-orbit-c{width:470px;height:470px}.sc-hub{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:142px;height:142px;border-radius:50%;background:#fff;border:1px solid #ddd;box-shadow:0 18px 40px rgba(16,17,20,.10);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:3}.sc-hub img{width:58px;height:58px}.sc-hub strong{font-size:13px;margin-top:4px}.sc-hub small{font-size:9px;color:var(--muted);display:flex;align-items:center;gap:4px}.sc-hub small i{width:6px;height:6px;background:#27ae60;border-radius:50%}.sc-node{position:absolute;background:#fff;border:1px solid #ddd;border-radius:12px;padding:10px 12px;min-width:120px;box-shadow:0 9px 24px rgba(16,17,20,.06);z-index:2}.sc-node b{font-size:11px;display:block}.sc-node small{font-size:9px;color:var(--muted)}.n1{left:7%;top:16%}.n2{right:6%;top:15%}.n3{left:3%;bottom:17%}.n4{right:4%;bottom:17%}.n5{left:50%;top:6%;transform:translateX(-50%)}.sc-signal{position:absolute;background:var(--ink);color:#fff;border-radius:12px;padding:10px 12px;display:flex;gap:10px;align-items:center;box-shadow:0 12px 30px rgba(16,17,20,.16);z-index:4;animation:floaty 4s ease-in-out infinite}.sc-signal em{font-style:normal;color:#fff;background:var(--red);font-size:8px;font-weight:700;border-radius:6px;padding:4px 6px}.sc-signal span{font-size:10px;font-weight:700}.sc-signal small{display:block;font-weight:400;color:#bbb;font-size:8px}.s1{left:12%;top:48%}.s2{right:8%;top:49%;animation-delay:-2s}@keyframes floaty{50%{transform:translateY(-6px)}}.sc-compact-band{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.sc-compact-band-grid{min-height:74px;display:flex;align-items:center;justify-content:center;gap:28px;font-size:11px;font-weight:700;letter-spacing:.11em}.sc-compact-band-grid i{width:36px;height:1px;background:#d2d3d5}.sc-section{padding:100px 0}.sc-section-tight{padding:84px 0}.sc-soft{background:var(--soft)}.sc-intro-split,.sc-page-hero-grid,.sc-control-grid,.sc-dark-grid,.sc-security-note,.sc-human-callout,.sc-who-grid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:start}.sc-intro-split h2,.sc-section-head h2,.sc-showcase-copy h2,.sc-dark-grid h2,.sc-control-grid h2,.sc-feature-led h2,.sc-two-feature h2,.sc-security-note h2,.sc-human-callout h2,.sc-who-grid h2{font-size:clamp(32px,4vw,52px);line-height:1.07;letter-spacing:-.04em;margin:0}.sc-intro-split>p,.sc-page-hero-grid>p,.sc-control-grid>div>p,.sc-dark-grid>div>p,.sc-security-note>p,.sc-human-callout>p{color:var(--muted);font-size:17px;margin:34px 0 0}.sc-gap-top{margin-top:50px}.sc-three-grid,.sc-six-grid,.sc-security-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.sc-card,.sc-six-grid article,.sc-security-grid article{border:1px solid var(--line);border-radius:16px;padding:28px;background:#fff}.sc-index,.sc-security-grid article>span{color:var(--red);font-size:11px;font-weight:700}.sc-card h3,.sc-six-grid h3,.sc-security-grid h3{font-size:19px;margin:44px 0 8px}.sc-card p,.sc-six-grid p,.sc-security-grid p{color:var(--muted);margin:0}.sc-section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:42px}.sc-section-head>div{max-width:760px}.sc-text-link{font-size:13px;font-weight:700;color:var(--red);white-space:nowrap}.sc-flow-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid #dcdde0;border-bottom:1px solid #dcdde0}.sc-flow-grid article{padding:30px 28px 32px 0;margin-right:28px;border-right:1px solid #dcdde0}.sc-flow-grid article:last-child{border-right:0;margin-right:0}.sc-flow-grid article>span{color:var(--red);font-size:11px;font-weight:700}.sc-flow-grid h3{font-size:18px;margin:38px 0 8px}.sc-flow-grid p{color:var(--muted);margin:0;font-size:14px}.sc-product-showcase{display:grid;grid-template-columns:.82fr 1.18fr;gap:58px;align-items:center}.sc-showcase-copy p{font-size:16px;color:var(--muted)}.sc-checks{list-style:none;padding:0;margin:24px 0 28px}.sc-checks li{padding:8px 0 8px 24px;position:relative}.sc-checks li:before{content:"✓";position:absolute;left:0;color:var(--red);font-weight:700}.sc-ui-shell{border:1px solid #d9dade;border-radius:18px;overflow:hidden;box-shadow:0 28px 70px rgba(16,17,20,.10);background:#fff}.sc-ui-top{height:50px;padding:0 18px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:#101114;color:#fff;font-size:10px}.sc-ui-top span{display:flex;gap:7px;align-items:center}.sc-ui-top span i{width:7px;height:7px;background:var(--red);border-radius:50%}.sc-ui-top b{font-size:11px}.sc-ui-top small{text-align:right;color:#a7a9ae}.sc-ui-body{display:grid;grid-template-columns:120px 1fr;min-height:400px}.sc-ui-body aside{background:#f6f6f7;border-right:1px solid var(--line);padding:16px 10px;display:flex;flex-direction:column;gap:5px}.sc-ui-body aside span{font-size:9px;padding:9px;border-radius:7px;color:#656970}.sc-ui-body aside .active{background:#fff;color:var(--ink);font-weight:700}.sc-ui-body section{padding:20px}.sc-ui-title{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:14px}.sc-ui-title small{display:block;color:var(--muted);font-size:8px}.sc-ui-title strong{font-size:12px}.sc-ui-title button{background:var(--red);color:#fff;border:0;border-radius:7px;padding:7px 9px;font-size:8px}.sc-op-row{display:grid;grid-template-columns:52px 1fr auto;gap:10px;align-items:center;border-bottom:1px solid var(--line);padding:15px 0}.sc-op-row em{font-style:normal;font-size:7px;font-weight:700;background:#fff0f0;color:var(--red);padding:5px 7px;border-radius:6px;text-align:center}.sc-op-row strong{display:block;font-size:10px}.sc-op-row small{display:block;color:var(--muted);font-size:8px}.sc-op-row>span{font-size:8px;font-weight:700}.sc-ui-foot{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:18px}.sc-ui-foot div{background:#f6f6f7;border-radius:8px;padding:10px}.sc-ui-foot b{display:block;font-size:9px}.sc-ui-foot small{font-size:7px;color:var(--muted)}.sc-dark{background:var(--ink);color:#fff}.sc-kicker-light{color:#ff6a6a}.sc-dark-grid>div>p{color:#b8bbc0}.sc-dark-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}.sc-dark-list span{border:1px solid #34363a;border-radius:12px;padding:22px;font-size:14px;font-weight:600}.sc-six-grid article{min-height:190px}.sc-six-grid h3{margin-top:0}.sc-control-section{border-top:1px solid var(--line)}.sc-control-points{display:grid;gap:10px}.sc-control-points article{border:1px solid var(--line);border-radius:14px;padding:19px 21px}.sc-control-points b{font-size:14px}.sc-control-points p{margin:4px 0 0;color:var(--muted);font-size:13px}.sc-cta{background:var(--red);color:#fff;padding:54px 0}.sc-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.sc-cta-inner span{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.sc-cta h2{font-size:clamp(28px,3.6vw,46px);line-height:1.08;letter-spacing:-.04em;margin:7px 0 0;max-width:850px}.sc-footer{background:#0e0f11;color:#fff;padding:58px 0 18px}.sc-footer-main{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:50px}.sc-footer-brand{display:flex;width:160px;height:58px;overflow:hidden;align-items:center;margin-bottom:8px}.sc-footer-brand img{width:150px;filter:invert(1) grayscale(1) brightness(4);transform:scale(1.2);transform-origin:left center}.sc-footer-intro p{color:#9da0a6;font-size:13px;margin:0 0 10px}.sc-footer-phone{font-weight:700;font-size:13px}.sc-footer-col{display:flex;flex-direction:column;gap:9px}.sc-footer-col strong{font-size:11px;color:#fff;margin-bottom:8px}.sc-footer-col a{font-size:12px;color:#9da0a6}.sc-footer-col a:hover{color:#fff}.sc-footer-bottom{border-top:1px solid #292b2f;margin-top:42px;padding-top:18px;display:flex;justify-content:space-between;color:#777b81;font-size:11px}.sc-page-hero{padding:70px 0 74px;border-bottom:1px solid var(--line)}.sc-page-hero h1{font-size:clamp(40px,5vw,64px);line-height:1.03;letter-spacing:-.05em;margin:0}.sc-page-hero-grid>p{margin-top:35px}.sc-feature-led{display:grid;grid-template-columns:.75fr 1.25fr;gap:80px}.sc-feature-led>div:first-child{position:sticky;top:120px;height:max-content}.sc-feature-led>div:first-child p{color:var(--muted);font-size:16px}.sc-feature-stack{border-top:1px solid var(--line)}.sc-feature-stack article{display:grid;grid-template-columns:64px 1fr;gap:20px;padding:25px 0;border-bottom:1px solid var(--line)}.sc-feature-stack article>span{color:var(--red);font-size:10px;font-weight:700;padding-top:5px}.sc-feature-stack h3{font-size:20px;margin:0 0 6px}.sc-feature-stack p{color:var(--muted);margin:0}.sc-two-feature{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.sc-two-feature>div:first-child p{color:var(--muted);font-size:16px}.sc-mini-metrics{display:grid;gap:10px}.sc-mini-metrics article{background:#fff;border:1px solid var(--line);border-radius:13px;padding:18px;display:grid;grid-template-columns:100px 1fr;gap:16px}.sc-mini-metrics b{color:var(--red)}.sc-mini-metrics span{color:var(--muted)}.sc-journey{max-width:940px}.sc-journey article{display:grid;grid-template-columns:85px 1fr;gap:25px;padding:42px 0;border-bottom:1px solid var(--line)}.sc-journey article>span{font-size:12px;color:var(--red);font-weight:700}.sc-journey h2{font-size:30px;line-height:1.15;letter-spacing:-.03em;margin:0 0 10px}.sc-journey p{font-size:16px;color:var(--muted);margin:0}.sc-journey small{display:block;color:#8c9096;margin-top:8px}.sc-market-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.sc-market-grid article{border:1px solid var(--line);border-radius:18px;padding:34px;min-height:260px}.sc-market-grid article>span{display:inline-block;color:var(--red);font-size:11px;font-weight:700;text-transform:uppercase}.sc-market-grid h2{font-size:27px;margin:70px 0 9px}.sc-market-grid p{color:var(--muted);margin:0}.sc-who-list{display:grid;gap:10px}.sc-who-list article{border-bottom:1px solid var(--line);padding:0 0 18px}.sc-who-list b{font-size:16px}.sc-who-list p{margin:5px 0 0;color:var(--muted)}.sc-security-grid article h3{margin-top:36px}.sc-security-note{align-items:center}.sc-faq-list{max-width:900px}.sc-faq-list details{border-bottom:1px solid var(--line);padding:0}.sc-faq-list summary{list-style:none;cursor:pointer;font-size:18px;font-weight:700;padding:24px 0;display:flex;gap:24px;align-items:center}.sc-faq-list summary::-webkit-details-marker{display:none}.sc-faq-list summary span{font-size:10px;color:var(--red);min-width:24px}.sc-faq-list details p{margin:-8px 0 24px 48px;color:var(--muted);max-width:760px}.sc-legal{max-width:840px}.sc-legal h2{font-size:25px;margin:32px 0 8px}.sc-legal h2:first-child{margin-top:0}.sc-legal p{color:var(--muted)}.sc-demo-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start}.sc-demo-copy{position:sticky;top:120px}.sc-demo-copy h2{font-size:42px;letter-spacing:-.04em;margin:0}.sc-contact-box{margin-top:30px;padding:18px;border:1px solid var(--line);border-radius:14px}.sc-contact-box small{display:block;color:var(--muted)}.sc-contact-box a{font-size:17px;font-weight:700}.sc-demo-form-wrap{border:1px solid var(--line);border-radius:18px;padding:28px;background:#fff}.sc-demo-form{display:grid;gap:16px}.sc-form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.sc-demo-form label{display:grid;gap:7px;font-size:12px;font-weight:600}.sc-demo-form input,.sc-demo-form select,.sc-demo-form textarea{width:100%;border:1px solid #d8dade;border-radius:9px;padding:11px 12px;background:#fff;color:var(--ink);outline:none}.sc-demo-form input:focus,.sc-demo-form select:focus,.sc-demo-form textarea:focus{border-color:var(--red);box-shadow:0 0 0 3px rgba(255,49,49,.08)}.sc-form-submit{border:0}.sc-form-message{padding:18px;border-radius:12px}.sc-form-message.success{background:#edf9f1;color:#126b36}.sc-form-message.error{background:#fff1f1;color:#a41919;margin-bottom:14px}.sc-form-consent{font-size:10px;color:#81858b}.sc-form-consent a{text-decoration:underline}.sc-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}.sc-not-found{min-height:70vh;display:flex;align-items:center;padding:80px 0}.sc-not-found h1{font-size:56px;letter-spacing:-.05em;margin:0}.sc-not-found p{color:var(--muted);font-size:17px;max-width:620px}.sc-not-found .sc-actions{margin-top:24px}@media(max-width:1100px){.sc-main-nav{gap:16px}.sc-nav-link{font-size:12px}.sc-header-container{grid-template-columns:145px 1fr auto}.sc-main-logo{width:140px}.sc-hero-grid{gap:30px}.sc-hero h1{font-size:56px}.sc-neural-stage{height:470px}.sc-flow-grid{grid-template-columns:1fr 1fr}.sc-flow-grid article:nth-child(2){border-right:0}.sc-flow-grid article{border-bottom:1px solid #dcdde0}.sc-product-showcase{grid-template-columns:1fr}.sc-ui-shell{max-width:820px}.sc-six-grid,.sc-security-grid{grid-template-columns:1fr 1fr}}@media(max-width:860px){:root{--header:68px}.sc-container{width:min(100% - 30px,var(--container))}.sc-header-container{width:calc(100% - 26px);grid-template-columns:1fr auto auto;gap:10px}.sc-brand{height:48px}.sc-main-logo{width:145px}.sc-main-nav{position:absolute;left:13px;right:13px;top:61px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:12px;display:none;flex-direction:column;align-items:stretch;gap:0;box-shadow:0 18px 42px rgba(16,17,20,.12)}.sc-main-nav.is-open{display:flex}.sc-nav-link{padding:11px 12px;font-size:13px}.sc-header-cta{padding:9px 11px;font-size:11px}.sc-menu-toggle{display:block}.sc-hero{padding-top:34px}.sc-hero-grid,.sc-intro-split,.sc-page-hero-grid,.sc-control-grid,.sc-dark-grid,.sc-security-note,.sc-human-callout,.sc-who-grid,.sc-feature-led,.sc-two-feature,.sc-demo-grid{grid-template-columns:1fr;gap:34px}.sc-hero-grid{min-height:auto}.sc-hero h1{font-size:47px}.sc-hero-visual{min-height:430px}.sc-neural-stage{height:420px}.sc-proof-row{gap:12px}.sc-section,.sc-section-tight{padding:68px 0}.sc-three-grid,.sc-six-grid,.sc-security-grid{grid-template-columns:1fr 1fr}.sc-section-head{align-items:start}.sc-feature-led>div:first-child,.sc-demo-copy{position:static}.sc-dark-list{grid-template-columns:1fr 1fr}.sc-footer-main{grid-template-columns:1.4fr 1fr 1fr}.sc-footer-col:last-child{display:none}.sc-market-grid{grid-template-columns:1fr}.sc-market-grid article{min-height:220px}.sc-cta-inner{align-items:flex-start}.sc-page-hero{padding:54px 0}.sc-page-hero-grid>p{margin-top:0}}@media(max-width:600px){body{font-size:14px}.sc-header-cta{display:none}.sc-header-container{grid-template-columns:1fr auto}.sc-hero h1{font-size:42px}.sc-hero-copy>p{font-size:16px}.sc-hero-visual{min-height:370px}.sc-neural-stage{height:360px;border-radius:20px}.sc-orbit-a{width:130px;height:130px}.sc-orbit-b{width:230px;height:230px}.sc-orbit-c{width:330px;height:330px}.sc-hub{width:110px;height:110px}.sc-hub img{width:46px;height:46px}.sc-node{min-width:94px;padding:7px 9px}.sc-node b{font-size:9px}.sc-node small{font-size:7px}.n1{left:2%;top:16%}.n2{right:2%;top:15%}.n3{left:2%;bottom:12%}.n4{right:2%;bottom:12%}.n5{top:4%}.sc-signal{padding:7px 8px}.s1{left:5%}.s2{right:4%;top:55%}.sc-compact-band-grid{gap:10px;font-size:8px}.sc-compact-band-grid i{width:15px}.sc-three-grid,.sc-six-grid,.sc-security-grid{grid-template-columns:1fr}.sc-section-head{display:block}.sc-section-head .sc-text-link{display:inline-block;margin-top:14px}.sc-flow-grid{grid-template-columns:1fr}.sc-flow-grid article{border-right:0;margin-right:0}.sc-ui-body{grid-template-columns:82px 1fr}.sc-ui-body aside{padding:10px 6px}.sc-ui-body section{padding:13px}.sc-op-row{grid-template-columns:42px 1fr}.sc-op-row>span{display:none}.sc-dark-list{grid-template-columns:1fr}.sc-cta-inner{display:block}.sc-cta .sc-btn{margin-top:22px}.sc-footer-main{grid-template-columns:1fr 1fr}.sc-footer-intro{grid-column:1/-1}.sc-footer-bottom{display:block}.sc-footer-bottom span{display:block;margin-top:5px}.sc-form-row{grid-template-columns:1fr}.sc-demo-form-wrap{padding:18px}.sc-journey article{grid-template-columns:44px 1fr}.sc-journey h2{font-size:24px}.sc-faq-list summary{font-size:16px}.sc-faq-list details p{margin-left:0}.sc-page-hero h1{font-size:42px}.sc-market-grid h2{margin-top:44px}}

/* =========================================================
   SafariCue.com v2 — compact commercial presentation
   Keeps the original traveler-signal hero animation while
   removing decorative borders and excessive vertical space.
   ========================================================= */
:root{--header:68px;--container:1160px;--soft:#f7f7f8}

/* Brand: use the complete logo canvas without clipping/scaling. */
.sc-site-header{height:var(--header);border-bottom:0;background:rgba(255,255,255,.97);box-shadow:0 6px 22px rgba(16,17,20,.035)}
.sc-header-container{width:min(1240px,calc(100% - 36px));grid-template-columns:182px 1fr auto;gap:18px}
.sc-brand{height:auto;overflow:visible;display:flex;align-items:center}
.sc-main-logo{width:172px;height:auto;max-height:52px;object-fit:contain;transform:none;transform-origin:center}
.sc-main-nav{gap:21px}
.sc-nav-link{font-size:12.5px}
.sc-header-cta{padding:9px 14px;border-radius:8px;font-size:12px}
.sc-menu-toggle{border:0;background:var(--soft);border-radius:8px}

/* Compact hero */
.sc-hero{padding:34px 0 20px}
.sc-hero-grid{grid-template-columns:1.02fr .98fr;gap:34px;min-height:470px}
.sc-hero h1{font-size:clamp(42px,5vw,68px);max-width:700px}
.sc-hero-copy>p{font-size:16px;line-height:1.58;margin-top:18px;max-width:640px}
.sc-kicker{font-size:10px;margin-bottom:10px}
.sc-actions{margin-top:21px}
.sc-btn{padding:11px 15px;border:0;border-radius:8px;font-size:12px}
.sc-btn-ghost{background:var(--soft)}
.sc-proof-row{margin-top:18px;gap:14px;font-size:10.5px}

/* Original SafariCue connected-platform hero animation */
.sc-network{position:relative;min-height:420px;isolation:isolate;width:100%}
.sc-network-lines{position:absolute;inset:0;width:100%;height:100%;z-index:1;pointer-events:none;overflow:visible}
.sc-net-direct{fill:none;stroke:rgba(255,49,49,.38);stroke-width:1.35;stroke-dasharray:5 7;stroke-linecap:round;animation:scNetDash 9s linear infinite}
.sc-net-mesh{fill:none;stroke:rgba(255,49,49,.14);stroke-width:1}
.sc-net-dot{fill:var(--red);filter:drop-shadow(0 0 4px rgba(255,49,49,.35))}
@keyframes scNetDash{to{stroke-dashoffset:-70}}
.sc-network-hub{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:8;text-align:center;width:128px}
.sc-network-hub-core{width:82px;height:82px;margin:auto;display:grid;place-items:center;background:transparent;box-shadow:none}
.sc-network-hub-core img{width:74px;height:74px;object-fit:contain}
.sc-network-hub>strong{display:block;margin-top:5px;font-size:14px}
.sc-network-hub>small{display:inline-flex;align-items:center;gap:5px;color:#82716f;font-size:8px;font-weight:700;margin-top:3px}
.sc-network-hub>small i{width:5px;height:5px;border-radius:50%;background:var(--red);animation:scBlink 1.7s ease-in-out infinite}
@keyframes scBlink{50%{opacity:.25}}
.sc-source{position:absolute;z-index:5;width:56px;height:56px;transform:translate(-50%,-50%);display:grid;place-items:center}
.sc-source>span{width:46px;height:46px;border-radius:50%;background:#fff;display:grid;place-items:center;box-shadow:0 7px 20px rgba(16,17,20,.075);animation:scFloat1 5.3s ease-in-out infinite}
.sc-source img{width:29px;height:29px;object-fit:contain}
.sc-float-b>span{animation-name:scFloat2;animation-delay:-1.2s}
.sc-float-c>span{animation-name:scFloat3;animation-delay:-2.2s}
.sc-float-d>span{animation-name:scFloat4;animation-delay:-3.2s}
@keyframes scFloat1{50%{transform:translateY(-6px)}}
@keyframes scFloat2{50%{transform:translate(4px,-5px)}}
@keyframes scFloat3{50%{transform:translate(-4px,-6px)}}
@keyframes scFloat4{50%{transform:translate(3px,5px)}}
.sc-signal-card{position:absolute;z-index:10;min-width:158px;padding:8px 9px;border-radius:9px;background:#fff;box-shadow:0 10px 26px rgba(16,17,20,.09);display:flex;align-items:center;gap:8px;opacity:0;transform:translateY(8px) scale(.98)}
.sc-signal-card>b{min-width:36px;padding:4px 5px;border-radius:6px;background:rgba(255,49,49,.08);color:var(--red);font-size:7px;text-align:center}
.sc-signal-card strong{display:block;font-size:9px}.sc-signal-card small{display:block;font-size:7px;color:#8a7673;margin-top:2px}
.sc-signal-card.is-visible{animation:scSignalPopup 4.4s ease both}
@keyframes scSignalPopup{0%,8%{opacity:0;transform:translateY(8px) scale(.98)}18%,78%{opacity:1;transform:translateY(0) scale(1)}92%,100%{opacity:0;transform:translateY(-5px) scale(.99)}}
.signal-a{left:57%;top:16%}.signal-b{left:60%;top:72%}.signal-c{left:23%;top:66%}

/* Compact content rhythm; avoid decorative line/border treatments. */
.sc-compact-band{border:0;background:#111;color:#fff}
.sc-compact-band-grid{min-height:54px;gap:20px;font-size:9px}
.sc-compact-band-grid i{width:5px;height:5px;border-radius:50%;background:var(--red)}
.sc-section{padding:62px 0}
.sc-section-tight{padding:52px 0}
.sc-gap-top{margin-top:28px}
.sc-intro-split,.sc-page-hero-grid,.sc-control-grid,.sc-dark-grid,.sc-security-note,.sc-human-callout,.sc-who-grid{gap:44px}
.sc-intro-split h2,.sc-section-head h2,.sc-showcase-copy h2,.sc-dark-grid h2,.sc-control-grid h2,.sc-feature-led h2,.sc-two-feature h2,.sc-security-note h2,.sc-human-callout h2,.sc-who-grid h2{font-size:clamp(29px,3.4vw,44px)}
.sc-intro-split>p,.sc-page-hero-grid>p,.sc-control-grid>div>p,.sc-dark-grid>div>p,.sc-security-note>p,.sc-human-callout>p{font-size:15px;margin-top:22px}
.sc-three-grid,.sc-six-grid,.sc-security-grid{gap:10px}
.sc-card,.sc-six-grid article,.sc-security-grid article{border:0;border-radius:12px;padding:20px;background:var(--soft)}
.sc-card h3,.sc-six-grid h3,.sc-security-grid h3{margin:24px 0 6px;font-size:16px}
.sc-card p,.sc-six-grid p,.sc-security-grid p{font-size:13px}
.sc-section-head{margin-bottom:24px;gap:22px}
.sc-flow-grid{gap:10px;border:0}
.sc-flow-grid article{padding:20px;margin:0;border:0;border-radius:12px;background:#fff}
.sc-flow-grid h3{font-size:16px;margin:22px 0 6px}
.sc-flow-grid p{font-size:12.5px}
.sc-product-showcase{gap:40px}
.sc-showcase-copy p{font-size:14.5px}
.sc-checks{margin:18px 0 20px}
.sc-checks li{padding:5px 0 5px 21px}
.sc-ui-shell{border:0;border-radius:14px;box-shadow:0 20px 54px rgba(16,17,20,.09)}
.sc-ui-body aside{border-right:0}
.sc-ui-title{border-bottom:0;padding-bottom:10px}
.sc-op-row{border-bottom:0;background:var(--soft);border-radius:8px;padding:11px;margin:7px 0}
.sc-ui-foot{border-top:0}
.sc-control-section{border-top:0}
.sc-control-points{gap:8px}
.sc-control-points article{border:0;border-radius:10px;padding:15px 17px;background:var(--soft)}
.sc-cta{padding:38px 0}

/* Inner pages */
.sc-page-hero{padding:48px 0 44px;border-bottom:0;background:#fafafa}
.sc-page-hero h1{font-size:clamp(36px,4.4vw,56px)}
.sc-feature-led{gap:48px}
.sc-feature-stack{border-top:0;display:grid;gap:8px}
.sc-feature-stack article{border-bottom:0;padding:18px;border-radius:11px;background:var(--soft)}
.sc-mini-metrics{gap:8px}
.sc-mini-metrics article{border:0;border-radius:10px;padding:15px;background:#fff}
.sc-journey article{border-bottom:0;padding:24px 0}
.sc-market-grid{gap:10px}
.sc-market-grid article{border:0;border-radius:12px;padding:24px;background:var(--soft);min-height:210px}
.sc-who-list article{border-bottom:0;padding:14px 16px;background:var(--soft);border-radius:10px}
.sc-faq-list{display:grid;gap:8px}
.sc-faq-list details{border-bottom:0;background:var(--soft);border-radius:10px;padding:0 16px}
.sc-faq-list summary{padding:17px 0;font-size:16px}
.sc-faq-list details p{margin:-4px 0 17px 34px}
.sc-demo-grid{gap:44px}
.sc-contact-box{border:0;border-radius:10px;background:var(--soft);padding:15px;display:grid;gap:4px}
.sc-contact-box a{font-size:14px}
.sc-demo-form-wrap{border:0;border-radius:13px;padding:22px;background:var(--soft)}
.sc-demo-form input,.sc-demo-form select,.sc-demo-form textarea{border:0;border-radius:8px;padding:11px 12px;background:#fff;box-shadow:inset 0 0 0 1px rgba(16,17,20,.08)}
.sc-demo-form input:focus,.sc-demo-form select:focus,.sc-demo-form textarea:focus{border:0;box-shadow:inset 0 0 0 1px var(--red),0 0 0 3px rgba(255,49,49,.07)}

/* Footer: full logo, no separator lines. */
.sc-footer{padding:42px 0 16px}
.sc-footer-main{gap:32px}
.sc-footer-brand{width:174px;height:auto;overflow:visible;margin-bottom:9px}
.sc-footer-brand img{width:174px;height:auto;max-height:52px;object-fit:contain;filter:invert(1) grayscale(1) brightness(4);transform:none}
.sc-footer-phone,.sc-footer-email{display:block;font-weight:650;font-size:11.5px;margin-top:3px;color:#b7bac0}
.sc-footer-email:hover,.sc-footer-phone:hover{color:#fff}
.sc-footer-bottom{border-top:0;margin-top:28px;padding-top:0}

/* Remove residual decorative borders from legacy components. */
.sc-dark-list span,.sc-security-note,.sc-human-callout,.sc-two-feature,.sc-use-grid article,.sc-control-cards article,.sc-benefit-stack div,.sc-reply-preview{border:0!important}
.sc-main-nav{border:0!important}

@media(max-width:1100px){
  .sc-header-container{grid-template-columns:165px 1fr auto}
  .sc-main-logo{width:158px}
  .sc-network{min-height:400px}
}
@media(max-width:860px){
  .sc-header-container{grid-template-columns:1fr auto auto}
  .sc-main-nav{border:0!important;box-shadow:0 18px 42px rgba(16,17,20,.10)}
  .sc-main-logo{width:158px;max-height:48px}
  .sc-hero{padding-top:26px}
  .sc-hero-grid{grid-template-columns:1fr;gap:18px}
  .sc-network{min-height:390px;margin-top:0}
  .sc-section,.sc-section-tight{padding:50px 0}
}
@media(max-width:600px){
  .sc-container{width:min(100% - 28px,var(--container))}
  .sc-main-logo{width:150px}
  .sc-hero{padding:24px 0 14px}
  .sc-hero h1{font-size:39px}
  .sc-hero-copy>p{font-size:14.5px}
  .sc-proof-row{gap:8px}
  .sc-network{min-height:330px}
  .sc-source{width:40px;height:40px}.sc-source>span{width:33px;height:33px;box-shadow:0 5px 14px rgba(16,17,20,.07)}.sc-source img{width:20px;height:20px}
  .sc-network-hub{width:104px}.sc-network-hub-core{width:76px;height:76px}.sc-network-hub-core img{width:48px;height:48px}.sc-network-hub>strong{font-size:12px}.sc-network-hub>small{font-size:6px}
  .sc-signal-card{display:none}
  .sc-compact-band-grid{gap:10px;font-size:7.5px}.sc-compact-band-grid i{width:4px;height:4px}
  .sc-section,.sc-section-tight{padding:42px 0}
  .sc-section-head{margin-bottom:18px}
  .sc-footer{padding-top:34px}
}
@media(prefers-reduced-motion:reduce){
  .sc-net-direct,.sc-source>span,.sc-network-hub>small i,.sc-signal-card.is-visible{animation-duration:.001ms!important;animation-iteration-count:1!important}
}

/* Final density corrections */
.sc-six-grid article{min-height:0}
.sc-security-grid article h3{margin-top:18px}
.sc-market-grid h2{margin:34px 0 7px}
.sc-demo-copy h2{font-size:36px}
.sc-page-hero-grid>p{margin-top:20px}
.sc-ui-body{min-height:340px}
.sc-footer-intro p{margin-bottom:8px}
@media(max-width:600px){
  .sc-market-grid h2{margin-top:26px}
  .sc-demo-copy h2{font-size:31px}
  .sc-ui-body{min-height:300px}
}
