/*
 * Vertiqo Figma v2 — calibrated from the supplied desktop/mobile frames.
 * Design baseline: supplied 1920px Figma frames, fluid tablet, 390px mobile.
 */
:root{
  --vq-teal:#00adb5;--vq-teal-deep:#0098a1;--vq-teal-dark:#007d86;
  --vq-charcoal:#373f48;--vq-ink:#252b32;--vq-muted:#69727c;--vq-mist:#f3f7f8;
  --vq-white:#fff;--vq-line:#dce6e8;--vq-shadow:0 24px 70px rgba(26,44,55,.12);
  --vq-radius:20px;--vq-wrap:1240px;--vq-header:84px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--vq-ink);font-family:Satoshi,Arial,sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden}body.admin-bar .vq-header{top:32px}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.screen-reader-text,.vq-skip-link{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.vq-skip-link:focus{clip:auto;width:auto;height:auto;top:10px;left:10px;padding:10px 14px;background:#fff;z-index:99999}.vq-wrap{width:min(calc(100% - 64px),var(--vq-wrap));margin-inline:auto}.vq-main{overflow:hidden}.vq-section{position:relative;padding:110px 0}.vq-center{text-align:center;margin-top:40px}.vq-kicker{margin:0 0 15px;font-size:12px;line-height:1.3;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.vq-kicker--teal{color:var(--vq-teal)}.vq-kicker--dark{color:var(--vq-charcoal)}h1,h2,h3,h4{margin:0;font-family:Satoshi,Arial,sans-serif;font-weight:400;line-height:1.08;letter-spacing:-.025em}h1 span,h2 span{color:var(--vq-teal)}p{margin:0 0 20px}.vq-heading{max-width:840px;margin-bottom:58px}.vq-heading--center{text-align:center;margin-inline:auto}.vq-heading--left{text-align:left}.vq-heading h2{font-size:clamp(38px,4.2vw,64px)}.vq-heading>p:last-child{max-width:720px;margin:22px auto 0;color:var(--vq-muted);font-size:17px}.vq-heading--left>p:last-child{margin-left:0}.vq-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.vq-btn{--bg:var(--vq-teal);--fg:#fff;--bd:var(--vq-teal);position:relative;display:inline-flex;align-items:center;justify-content:center;gap:16px;min-height:54px;padding:14px 23px;border:1px solid var(--bd);border-radius:6px;background:var(--bg);color:var(--fg);font-weight:700;font-size:14px;line-height:1;overflow:hidden;transition:transform .25s ease,background .25s ease,color .25s ease,border-color .25s ease,box-shadow .25s ease}.vq-btn:before{content:"";position:absolute;inset:0;transform:translateX(-105%);background:rgba(255,255,255,.18);transition:transform .45s cubic-bezier(.2,.8,.2,1)}.vq-btn:hover:before{transform:translateX(0)}.vq-btn:hover{transform:translateY(-2px);box-shadow:0 15px 35px rgba(0,173,181,.22)}.vq-btn span,.vq-btn i{position:relative;z-index:1}.vq-btn i{font-style:normal;font-size:18px}.vq-btn--light{--bg:#fff;--fg:var(--vq-charcoal);--bd:#fff}.vq-btn--outline{--bg:transparent;--fg:#fff;--bd:rgba(255,255,255,.65)}.vq-btn--outline:hover{--bg:#fff;--fg:var(--vq-charcoal)}.vq-btn--teal{--bg:var(--vq-teal);--fg:#fff;--bd:var(--vq-teal)}

/* Header */
.vq-scroll-progress{position:fixed;inset:0 0 auto;height:3px;z-index:10020;pointer-events:none}.vq-scroll-progress i{display:block;height:100%;width:0;background:#fff;box-shadow:0 0 12px rgba(0,173,181,.7)}.vq-header{position:absolute;inset:0 0 auto;height:var(--vq-header);z-index:1000;color:#fff;transition:background .3s ease,box-shadow .3s ease,color .3s ease,transform .3s ease}.vq-header.is-sticky{position:fixed;background:rgba(255,255,255,.96);color:var(--vq-charcoal);box-shadow:0 8px 30px rgba(25,40,50,.09);backdrop-filter:blur(14px)}.vq-header__inner{height:100%;display:flex;align-items:center;justify-content:space-between}.vq-brand a{display:block}.vq-brand img{width:155px;height:auto}.vq-brand__dark{display:none}.vq-header.is-sticky .vq-brand__light{display:none}.vq-header.is-sticky .vq-brand__dark{display:block}.vq-nav{display:flex;align-items:center;gap:34px}.vq-nav>ul{display:flex;align-items:center;gap:25px;margin:0;padding:0;list-style:none}.vq-nav li{position:relative}.vq-nav a{font-size:13px;font-weight:600;white-space:nowrap}.vq-nav>ul>li>a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:currentColor;transition:right .25s ease}.vq-nav>ul>li>a:hover:after,.vq-nav .current-menu-item>a:after{right:0}.vq-btn--header{min-height:42px;padding:11px 18px;background:#fff;border-color:#fff;color:var(--vq-charcoal);font-size:12px}.vq-header.is-sticky .vq-btn--header{background:var(--vq-teal);border-color:var(--vq-teal);color:#fff}.vq-menu-toggle{display:none;width:44px;height:44px;padding:10px;background:transparent;border:0}.vq-menu-toggle span{display:block;width:24px;height:2px;margin:5px auto;background:currentColor;transition:.25s}

/* Shared hero */
.vq-hero,.vq-home-hero{position:relative;min-height:720px;padding:150px 0 0;background:linear-gradient(135deg,#069da7 0%,#00adb5 55%,#00a3ad 100%);color:#fff;isolation:isolate}.vq-hero:before,.vq-home-hero:before{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 75% 42%,rgba(255,255,255,.18),transparent 28%),linear-gradient(135deg,transparent 0 48%,rgba(255,255,255,.035) 48% 49%,transparent 49% 100%);background-size:auto,70px 70px}.vq-hero__sky,.vq-home-hero__sky{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:-1}.vq-hero__sky>span,.vq-home-hero__word{position:absolute;right:-20px;bottom:15px;font-family:Satoshi,Arial,sans-serif;font-size:190px;line-height:.8;color:rgba(255,255,255,.08);letter-spacing:.02em}.vq-cloud{position:absolute;opacity:.9;filter:drop-shadow(0 20px 25px rgba(0,0,0,.08));will-change:transform}.vq-cloud--one{top:18%;left:43%;width:180px}.vq-cloud--two{top:23%;right:3%;width:260px}.vq-cloud--three{bottom:24%;left:2%;width:220px}.vq-hero__grid,.vq-home-hero__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.95fr);align-items:center;gap:65px;min-height:480px}.vq-hero__copy,.vq-home-hero__copy{max-width:630px}.vq-hero h1,.vq-home-hero h1{font-size:clamp(55px,5.6vw,86px);line-height:.98;color:#fff}.vq-hero h1 span,.vq-home-hero h1 span{color:#fff}.vq-hero__copy>p:not(.vq-kicker),.vq-home-hero__copy>p:not(.vq-kicker){max-width:600px;margin-top:24px;font-size:17px;line-height:1.7;color:rgba(255,255,255,.92)}.vq-hero__visual{position:relative;display:flex;justify-content:center;align-items:center;min-height:430px}.vq-hero__visual>img{max-height:470px;object-fit:contain;filter:drop-shadow(0 35px 45px rgba(10,63,70,.25))}.vq-browser{width:min(100%,570px);padding:12px;border:1px solid rgba(255,255,255,.35);border-radius:12px;background:rgba(255,255,255,.16);box-shadow:0 35px 80px rgba(7,58,63,.28);backdrop-filter:blur(10px);transform:perspective(1100px) rotateY(-5deg) rotateX(2deg)}.vq-browser>div{display:flex;gap:6px;padding:3px 5px 11px}.vq-browser i{width:7px;height:7px;border-radius:50%;background:#fff;opacity:.65}.vq-browser img{width:100%;border-radius:7px}.vq-trust{position:relative;z-index:3;margin-top:35px}.vq-trust>.vq-wrap{display:grid;grid-template-columns:repeat(4,1fr);min-height:112px;background:#fff;color:var(--vq-charcoal);box-shadow:var(--vq-shadow);border-radius:8px;overflow:hidden}.vq-trust div div{display:flex;align-items:center;gap:14px;padding:22px 25px;border-right:1px solid var(--vq-line)}.vq-trust div div:last-child{border-right:0}.vq-trust b{display:grid;place-items:center;width:38px;height:38px;flex:0 0 38px;border-radius:50%;background:rgba(0,173,181,.1);color:var(--vq-teal);font-size:11px}.vq-trust span{font-size:13px;font-weight:700;line-height:1.35}

/* Home hero drone */
.vq-home-hero{min-height:805px}.vq-home-hero__drone{position:relative;min-height:510px;display:grid;place-items:center;perspective:900px}.vq-drone-part{position:absolute;width:min(620px,110%);max-height:500px;object-fit:contain;filter:drop-shadow(0 35px 45px rgba(16,54,61,.35));will-change:transform,opacity}.vq-drone-part--1{z-index:1}.vq-drone-orbit{position:absolute;width:480px;height:480px;border:1px solid rgba(255,255,255,.18);border-radius:50%;animation:vqOrbit 15s linear infinite}.vq-drone-orbit:before,.vq-drone-orbit:after{content:"";position:absolute;inset:45px;border:1px dashed rgba(255,255,255,.2);border-radius:50%}.vq-drone-orbit:after{inset:100px}.vq-drone-orbit i{position:absolute;width:8px;height:8px;border-radius:50%;background:#fff;box-shadow:0 0 20px #fff}.vq-drone-orbit i:nth-child(1){top:5%;left:50%}.vq-drone-orbit i:nth-child(2){top:72%;left:8%}.vq-drone-orbit i:nth-child(3){top:55%;right:3%}@keyframes vqOrbit{to{transform:rotate(360deg)}}

/* General visual building blocks */
.vq-split__grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:85px}.vq-split__grid>.vq-heading{margin-bottom:30px}.vq-media-stack{position:relative;min-height:520px}.vq-media-stack img{position:absolute;object-fit:cover;border-radius:10px;box-shadow:var(--vq-shadow)}.vq-media-stack img:first-child{left:0;top:0;width:72%;height:78%}.vq-media-stack img:last-child{right:0;bottom:0;width:52%;height:49%;border:8px solid #fff}.vq-checks{margin:25px 0 32px;padding:0;list-style:none}.vq-checks li{position:relative;margin:13px 0;padding-left:31px;color:var(--vq-muted)}.vq-checks li:before{content:"✓";position:absolute;left:0;top:1px;display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:rgba(0,173,181,.12);color:var(--vq-teal);font-size:11px;font-weight:800}.vq-checks--light li{color:rgba(255,255,255,.82)}.vq-dark-split{background:var(--vq-charcoal);color:#fff}.vq-dark-split__grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.vq-dark-split h2{font-size:clamp(38px,4vw,60px)}.vq-dark-split p{color:rgba(255,255,255,.76)}.vq-dark-split figure{margin:0}.vq-dark-split figure img{width:100%;min-height:480px;object-fit:cover;border-radius:10px}.vq-teal-panel{background:linear-gradient(135deg,#00adb5,#0099a3);color:#fff}.vq-teal-panel__grid{display:grid;grid-template-columns:1fr 1.08fr;gap:70px;align-items:center}.vq-teal-panel figure{margin:0}.vq-teal-panel figure img{width:100%;border-radius:10px;box-shadow:0 30px 70px rgba(0,68,76,.25)}.vq-teal-panel h2{font-size:clamp(38px,4vw,60px)}.vq-teal-panel p{color:rgba(255,255,255,.84)}.vq-two-col-list{display:grid;grid-template-columns:1fr 1fr;gap:24px}.vq-two-col-list ul{margin:16px 0 0;padding:0;list-style:none}.vq-two-col-list li{position:relative;margin:11px 0;padding-left:24px}.vq-two-col-list li:before{content:"✓";position:absolute;left:0;font-weight:800}.vq-mini-faq details{border-bottom:1px solid var(--vq-line)}.vq-mini-faq summary{display:flex;justify-content:space-between;align-items:center;padding:22px 0;cursor:pointer;font-weight:700;list-style:none}.vq-mini-faq summary::-webkit-details-marker{display:none}.vq-mini-faq summary:after{content:"+";color:var(--vq-teal);font-size:24px}.vq-mini-faq details[open] summary:after{content:"−"}.vq-mini-faq p{padding:0 45px 20px 0;color:var(--vq-muted)}

/* Homepage sections */
.vq-problem{padding-top:155px}.vq-problem__grid{display:grid;grid-template-columns:1.04fr .96fr;gap:90px;align-items:center}.vq-collage{position:relative;min-height:570px}.vq-collage figure{position:absolute;margin:0;border-radius:10px;overflow:hidden;box-shadow:var(--vq-shadow)}.vq-collage img{width:100%;height:100%;object-fit:cover}.vq-collage__a{left:0;top:0;width:61%;height:65%}.vq-collage__b{right:0;top:7%;width:35%;height:38%}.vq-collage__c{right:3%;bottom:0;width:52%;height:47%}.vq-dual-list{display:grid;grid-template-columns:1fr 1fr;gap:28px}.vq-dual-list article{padding:27px;border:1px solid var(--vq-line);border-radius:9px;background:#fff}.vq-dual-list ul{margin:15px 0 0;padding:0;list-style:none}.vq-dual-list li{position:relative;margin:12px 0;padding-left:23px;color:var(--vq-muted);font-size:14px}.vq-dual-list article:first-child li:before{content:"×";position:absolute;left:0;color:#c26e6e;font-weight:800}.vq-method{background:var(--vq-charcoal);color:#fff}.vq-method .vq-heading>p{color:rgba(255,255,255,.68)}.vq-method__track{position:relative;width:70%;height:2px;margin:0 auto -44px;background:rgba(255,255,255,.15)}.vq-method__track i{display:block;width:0;height:100%;background:var(--vq-teal)}.vq-method__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:55px}.vq-method__grid article{text-align:center;position:relative;padding:0 25px}.vq-method__icon{position:relative;display:grid;place-items:center;width:92px;height:92px;margin:0 auto 28px;border:10px solid var(--vq-charcoal);border-radius:50%;background:#fff;color:var(--vq-teal);box-shadow:0 0 0 1px rgba(255,255,255,.15)}.vq-method__icon:before{content:"";position:absolute;inset:-12px;border:1px dashed rgba(0,173,181,.7);border-radius:50%}.vq-method__icon span{font-weight:800}.vq-method h3{font-size:26px}.vq-method article p{margin-top:15px;color:rgba(255,255,255,.68);font-size:14px}.vq-programs__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.vq-program{border:1px solid var(--vq-line);border-radius:10px;background:#fff;overflow:hidden;transition:transform .35s ease,box-shadow .35s ease;transform-style:preserve-3d}.vq-program:hover{box-shadow:var(--vq-shadow)}.vq-program figure{position:relative;height:275px;margin:0;overflow:hidden}.vq-program figure img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.vq-program:hover figure img{transform:scale(1.04)}.vq-program figure span{position:absolute;left:20px;bottom:20px;display:grid;place-items:center;width:45px;height:45px;border-radius:50%;background:var(--vq-teal);color:#fff;font-weight:800}.vq-program>div{padding:29px}.vq-program h3{font-size:25px}.vq-program p{min-height:80px;margin-top:14px;color:var(--vq-muted);font-size:14px}.vq-program a,.vq-text-link{color:var(--vq-teal);font-weight:700;font-size:14px}.vq-program a i,.vq-text-link i{font-style:normal;margin-left:7px}.vq-founder{background:#f6f8f9}.vq-founder__grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.vq-founder h2{font-size:clamp(45px,4.5vw,68px)}.vq-founder>div>div>p:not(.vq-kicker){margin-top:24px;color:var(--vq-muted)}.vq-founder figure{position:relative;margin:0}.vq-founder figure>img{width:100%;height:600px;object-fit:cover;border-radius:8px}.vq-founder__badge{position:absolute;left:-45px;bottom:55px;width:210px;padding:22px;background:var(--vq-teal);color:#fff;border-radius:6px;box-shadow:var(--vq-shadow);font-size:13px}.vq-founder__badge b{display:block;font-family:Satoshi;font-size:34px}.vq-cinematic{position:relative;min-height:570px;display:flex;align-items:center;color:#fff;overflow:hidden;background:#274750}.vq-cinematic>picture,.vq-cinematic>img:first-child{position:absolute;inset:0;width:100%;height:100%}.vq-cinematic>picture img,.vq-cinematic>img:first-child{width:100%;height:100%;object-fit:cover}.vq-cinematic__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(25,44,52,.82),rgba(25,44,52,.15) 65%,rgba(25,44,52,.12))}.vq-cinematic__drone{position:absolute;left:44%;top:31%;width:320px;filter:drop-shadow(0 22px 30px rgba(0,0,0,.35));will-change:transform}.vq-cinematic__copy{position:relative;z-index:2}.vq-cinematic__copy>*{max-width:530px}.vq-cinematic h2{font-size:clamp(42px,4.8vw,70px)}.vq-cinematic p:not(.vq-kicker){color:rgba(255,255,255,.85)}.vq-compare__grid{display:grid;grid-template-columns:1fr 1fr;gap:25px;max-width:1000px;margin:auto}.vq-compare article{padding:45px;border:1px solid var(--vq-line);border-radius:10px}.vq-compare article.is-vertiqo{background:var(--vq-charcoal);color:#fff}.vq-compare article img{width:130px;margin-bottom:22px}.vq-compare h3{font-size:28px}.vq-compare ul{margin:25px 0 0;padding:0;list-style:none}.vq-compare li{position:relative;margin:15px 0;padding-left:28px;color:var(--vq-muted)}.vq-compare article:first-child li:before{content:"×";position:absolute;left:0;color:#b56a6a}.vq-compare .is-vertiqo li{color:rgba(255,255,255,.78)}.vq-compare .is-vertiqo li:before{content:"✓";position:absolute;left:0;color:var(--vq-teal)}.vq-compare blockquote{max-width:900px;margin:55px auto 0;padding:25px 40px;border-left:4px solid var(--vq-teal);background:#f4f8f9;font-family:Satoshi;font-size:25px;text-align:center}.vq-opportunity{background:#f6f8f9}.vq-opportunity__grid{display:grid;grid-template-columns:1fr 1fr;gap:0;max-width:1070px;margin:auto;border-radius:10px;overflow:hidden;box-shadow:var(--vq-shadow)}.vq-opportunity__image{position:relative;min-height:470px;color:#fff}.vq-opportunity__image>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.vq-opportunity__image:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(25,44,52,.85),transparent 65%)}.vq-opportunity__image>div{position:absolute;left:38px;right:38px;bottom:28px;z-index:2}.vq-opportunity__image h3{font-size:32px}.vq-opportunity__teal{padding:55px;background:var(--vq-teal);color:#fff}.vq-opportunity__teal>p{font-family:Satoshi;font-size:26px;line-height:1.25}.vq-opportunity__teal h3{margin-top:38px;font-size:20px}.vq-opportunity__teal ol{margin:20px 0 0;padding:0;list-style:none}.vq-opportunity__teal li{display:flex;align-items:center;gap:15px;padding:15px 0;border-bottom:1px solid rgba(255,255,255,.22)}.vq-opportunity__teal li span{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#fff;color:var(--vq-teal);font-size:11px;font-weight:800}.vq-final-cta{position:relative;padding:95px 0;background:linear-gradient(135deg,#00adb5,#009aa4);color:#fff;text-align:center;overflow:hidden}.vq-final-cta:after{content:"VERTIQO";position:absolute;right:-20px;bottom:-45px;font-family:Satoshi;font-size:180px;color:rgba(255,255,255,.07)}.vq-final-cta .vq-wrap{position:relative;z-index:2}.vq-final-cta h2{font-size:clamp(45px,5.2vw,76px)}.vq-final-cta h2 span{color:#fff}.vq-final-cta p{max-width:650px;margin:20px auto 0;color:rgba(255,255,255,.86);font-size:18px}.vq-final-cta .vq-actions{justify-content:center}

/* Internal pages */
.vq-internal .vq-hero{min-height:710px}.vq-curriculum{background:#f5fafb}.vq-curriculum__grid{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center}.vq-course-preview{position:relative}.vq-course-preview img{width:100%;border-radius:10px;box-shadow:var(--vq-shadow)}.vq-course-preview button{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:80px;height:80px;border:0;border-radius:50%;background:var(--vq-teal);color:#fff;box-shadow:0 15px 35px rgba(0,173,181,.35);font-size:24px}.vq-lesson-list article{display:flex;gap:18px;padding:18px 0;border-bottom:1px solid var(--vq-line)}.vq-lesson-list article>b{display:grid;place-items:center;flex:0 0 42px;height:42px;border-radius:50%;background:rgba(0,173,181,.1);color:var(--vq-teal);font-size:11px}.vq-lesson-list h3{font-size:20px}.vq-lesson-list p{margin:5px 0 0;color:var(--vq-muted);font-size:13px}.vq-cinematic--compact{min-height:490px}.vq-feature-row{background:#fff}.vq-feature-row__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.vq-feature-row__grid article{padding:30px;border:1px solid var(--vq-line);border-radius:8px}.vq-feature-row__grid article>span{display:block;color:var(--vq-teal);font-weight:800;font-size:12px}.vq-feature-row__grid h3{margin-top:24px;font-size:22px}.vq-feature-row__grid p{margin-top:12px;color:var(--vq-muted);font-size:14px}.vq-course-includes{background:#f6f8f9}.vq-course-includes__cards{display:grid;grid-template-columns:1fr 1fr;gap:18px}.vq-course-includes__cards article{background:#fff;border-radius:8px;overflow:hidden}.vq-course-includes__cards img{width:100%;height:230px;object-fit:cover}.vq-course-includes__cards h3,.vq-course-includes__cards p{margin-inline:20px}.vq-course-includes__cards h3{margin-top:20px}.vq-course-includes__cards p{color:var(--vq-muted);font-size:13px}.vq-faq-preview{background:#fff}.vq-faq-preview .vq-split__grid{align-items:start}
.vq-chapters{background:#f5f8f9}.vq-chapters__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.vq-chapters__grid article{display:grid;grid-template-columns:52px 1fr;column-gap:18px;padding:24px;background:#fff;border:1px solid var(--vq-line);border-radius:7px}.vq-chapters__grid article>span{grid-row:1/3;display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:rgba(0,173,181,.1);color:var(--vq-teal);font-weight:800;font-size:11px}.vq-chapters__grid h3{font-size:21px}.vq-chapters__grid p{margin:7px 0 0;color:var(--vq-muted);font-size:13px}.vq-who__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.vq-who article{border:1px solid var(--vq-line);border-radius:8px;overflow:hidden}.vq-who img{width:100%;height:270px;object-fit:cover}.vq-who h3,.vq-who p{margin-inline:25px}.vq-who h3{margin-top:24px}.vq-who p{color:var(--vq-muted);font-size:14px}.vq-journey{background:#f5f8f9}.vq-journey__line{width:80%;height:2px;margin:0 auto -21px;background:var(--vq-line)}.vq-journey__steps{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.vq-journey__steps article{text-align:center}.vq-journey__steps b{display:grid;place-items:center;width:44px;height:44px;margin:0 auto 20px;border-radius:50%;background:var(--vq-teal);color:#fff;font-size:11px}.vq-journey__steps p{color:var(--vq-muted);font-size:13px}.vq-founder-banner{background:var(--vq-charcoal);color:#fff}.vq-founder-banner__grid{display:grid;grid-template-columns:1fr .8fr;gap:70px;align-items:center}.vq-founder-banner h2{font-size:55px}.vq-founder-banner>div>div>p{color:rgba(255,255,255,.75)}.vq-founder-banner img{width:100%;height:510px;object-fit:cover;border-radius:8px}
.vq-niche-featured{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.vq-niche-featured article{display:grid;grid-template-columns:42% 58%;border:1px solid var(--vq-line);border-radius:8px;overflow:hidden}.vq-niche-featured img{width:100%;height:100%;object-fit:cover}.vq-niche-featured article>div{padding:26px}.vq-niche-featured article>div>p:first-child{color:var(--vq-teal);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.12em}.vq-niche-featured h3{font-size:23px}.vq-niche-featured article>div>p:not(:first-child){color:var(--vq-muted);font-size:13px}.vq-niche-featured a{color:var(--vq-teal);font-weight:700;font-size:13px}.vq-path-choice{background:#f5f8f9}.vq-path-choice__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.vq-path-choice article{padding:35px;border:1px solid var(--vq-line);border-radius:8px;background:#fff}.vq-path-choice article>span{color:var(--vq-teal);font-weight:800;font-size:12px}.vq-path-choice h3{margin-top:25px;font-size:28px}.vq-path-choice p{color:var(--vq-muted)}.vq-path-choice b{display:block;margin-top:25px;padding-top:20px;border-top:1px solid var(--vq-line);font-size:13px}.vq-cinematic--niche{min-height:500px}.vq-explorer__layout{display:grid;grid-template-columns:320px 1fr;gap:25px}.vq-explorer__tabs{display:flex;flex-direction:column;border:1px solid var(--vq-line);border-radius:8px;overflow:hidden}.vq-explorer__tabs button{display:flex;align-items:center;gap:13px;padding:16px 18px;border:0;border-bottom:1px solid var(--vq-line);background:#fff;color:var(--vq-charcoal);text-align:left;cursor:pointer}.vq-explorer__tabs button:last-child{border-bottom:0}.vq-explorer__tabs button[aria-selected="true"]{background:var(--vq-teal);color:#fff}.vq-explorer__tabs span{font-size:10px;font-weight:800;opacity:.7}.vq-explorer__panels article{display:grid;grid-template-columns:47% 53%;min-height:610px;border-radius:8px;overflow:hidden;background:#f5f8f9}.vq-explorer__panels article>img{width:100%;height:100%;object-fit:cover}.vq-explorer__panels article>div{padding:45px}.vq-explorer__panels h2{font-size:42px}.vq-explorer__panels dl div{margin-top:22px}.vq-explorer__panels dt{font-weight:800}.vq-explorer__panels dd{margin:5px 0;color:var(--vq-muted);font-size:13px}.vq-teal-table{background:var(--vq-teal);color:#fff}.vq-teal-table .vq-heading>p{color:rgba(255,255,255,.75)}.vq-teal-table__grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(255,255,255,.28)}.vq-teal-table article{padding:32px;border-right:1px solid rgba(255,255,255,.28)}.vq-teal-table article:last-child{border-right:0}.vq-teal-table span{font-weight:800;font-size:11px}.vq-teal-table h3{margin-top:22px}.vq-teal-table p{color:rgba(255,255,255,.76);font-size:13px}.vq-dark-matrix{background:var(--vq-charcoal);color:#fff}.vq-dark-matrix .vq-heading>p{color:rgba(255,255,255,.65)}.vq-dark-matrix__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.vq-dark-matrix article{padding:30px;border:1px solid rgba(255,255,255,.18);border-radius:8px}.vq-dark-matrix article.is-featured{background:var(--vq-teal);border-color:var(--vq-teal);transform:translateY(-12px)}.vq-dark-matrix h3{font-size:40px}.vq-dark-matrix span{font-size:12px;color:rgba(255,255,255,.7)}
.vq-pricing-plans__grid{display:grid;grid-template-columns:repeat(4,1fr);align-items:stretch;gap:14px}.vq-pricing-plans__grid>article{position:relative;padding:34px 25px;border:1px solid var(--vq-line);border-radius:8px;background:#fff}.vq-pricing-plans__grid>article.is-featured{padding-top:49px;background:var(--vq-teal);color:#fff;transform:translateY(-14px);box-shadow:0 25px 55px rgba(0,173,181,.24)}.vq-pricing-plans em{position:absolute;left:20px;right:20px;top:-15px;padding:8px;border-radius:5px;background:var(--vq-charcoal);color:#fff;text-align:center;font-size:11px;font-style:normal;font-weight:800;text-transform:uppercase}.vq-pricing-plans article>p{min-height:65px;color:var(--vq-muted);font-size:12px}.vq-pricing-plans .is-featured>p{color:rgba(255,255,255,.75)}.vq-pricing-plans h3{min-height:65px;font-size:23px}.vq-price{margin:20px 0;font-family:Satoshi;font-size:45px}.vq-pricing-plans ul{min-height:180px;margin:0 0 28px;padding:0;list-style:none}.vq-pricing-plans li{position:relative;padding:9px 0 9px 24px;border-bottom:1px solid var(--vq-line);font-size:12px}.vq-pricing-plans .is-featured li{border-color:rgba(255,255,255,.2)}.vq-pricing-plans li:before{content:"✓";position:absolute;left:0;color:var(--vq-teal)}.vq-pricing-plans .is-featured li:before{color:#fff}.vq-pricing-plans .vq-btn{width:100%;padding-inline:10px}.vq-addon{background:#f5f8f9}.vq-addon__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.vq-addon__cards article{background:#fff;border-radius:8px;overflow:hidden}.vq-addon__cards img{width:100%;height:160px;object-fit:cover}.vq-addon__cards h3,.vq-addon__cards b{display:block;margin-inline:17px}.vq-addon__cards h3{margin-top:15px;font-size:16px}.vq-addon__cards b{margin-top:7px;margin-bottom:18px;color:var(--vq-teal)}.vq-table-wrap{overflow:auto;border-radius:8px;box-shadow:var(--vq-shadow)}.vq-table-wrap table{width:100%;min-width:780px;border-collapse:collapse;background:#fff}.vq-table-wrap th,.vq-table-wrap td{padding:22px;border:1px solid var(--vq-line);text-align:center;font-size:13px}.vq-table-wrap thead th{background:var(--vq-charcoal);color:#fff}.vq-table-wrap tbody th{text-align:left}
.vq-about-story p{color:var(--vq-muted)}.vq-mission{background:#f5f8f9}.vq-mission__grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.vq-mission article{padding:50px;border:1px solid var(--vq-line);border-radius:8px;background:#fff}.vq-mission article>span{color:var(--vq-teal);font-weight:800;font-size:12px}.vq-mission h2{margin-top:25px;font-size:40px}.vq-mission p{margin-top:20px;color:var(--vq-muted)}.vq-about-banner{position:relative;min-height:480px;display:flex;align-items:center;color:#fff;overflow:hidden}.vq-about-banner>img:first-child{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.vq-about-banner__shade{position:absolute;inset:0;background:rgba(21,52,61,.55)}.vq-about-banner .vq-wrap{position:relative;z-index:2}.vq-about-banner h2{font-size:clamp(48px,6vw,82px)}.vq-about-banner h2 span{color:#fff}.vq-about-banner__drone{position:absolute;right:7%;top:25%;width:340px;filter:drop-shadow(0 25px 30px rgba(0,0,0,.4))}.vq-founder-profile__grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:80px;align-items:center}.vq-founder-profile figure{margin:0}.vq-founder-profile figure img{width:100%;height:650px;object-fit:cover;border-radius:8px}.vq-founder-profile h2{font-size:55px}.vq-founder-profile p{color:var(--vq-muted)}.vq-credentials{display:grid;grid-template-columns:1fr 1fr;gap:8px 25px;margin:28px 0 0;padding:0;list-style:none}.vq-credentials li{padding:10px 0 10px 25px;border-bottom:1px solid var(--vq-line);font-size:13px;position:relative}.vq-credentials li:before{content:"✓";position:absolute;left:0;color:var(--vq-teal)}.vq-core-values{background:#f5f8f9}.vq-core-values__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.vq-core-values article{padding:35px;background:#fff;border-radius:8px;border:1px solid var(--vq-line)}.vq-core-values b{color:var(--vq-teal);font-size:11px}.vq-core-values h3{margin-top:26px;font-size:25px}.vq-core-values p{color:var(--vq-muted);font-size:13px}.vq-promise{background:var(--vq-teal);color:#fff}.vq-promise__grid{display:grid;grid-template-columns:1fr .85fr;gap:65px;align-items:center}.vq-promise h2{font-size:58px}.vq-promise h2 span{color:#fff}.vq-promise p{color:rgba(255,255,255,.82)}.vq-promise img{width:100%;height:480px;object-fit:cover;border-radius:8px}
.vq-review-intro figure{margin:0}.vq-review-intro figure img{width:100%;height:520px;object-fit:cover;border-radius:8px}.vq-testimonials{background:#f5f8f9}.vq-testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.vq-testimonials blockquote{margin:0;padding:35px;background:#fff;border-radius:8px;border:1px solid var(--vq-line)}.vq-stars{color:#e8a12e;letter-spacing:.18em}.vq-testimonials h3{margin-top:25px;font-size:26px}.vq-testimonials blockquote>p{color:var(--vq-muted);font-size:14px}.vq-testimonials footer{display:flex;align-items:center;gap:13px;margin-top:28px}.vq-testimonials footer>span{display:grid;place-items:center;width:45px;height:45px;border-radius:50%;background:var(--vq-teal);color:#fff;font-weight:800}.vq-testimonials footer strong,.vq-testimonials footer small{display:block}.vq-testimonials footer small{color:var(--vq-muted)}.vq-success-stories__grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.vq-success-stories article{border:1px solid var(--vq-line);border-radius:8px;overflow:hidden}.vq-success-stories img{width:100%;height:320px;object-fit:cover}.vq-success-stories article>div{padding:30px}.vq-success-stories h3{font-size:28px}.vq-success-stories article>div>p:last-child{color:var(--vq-muted)}.vq-why-students{background:var(--vq-charcoal);color:#fff}.vq-why-students__grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.vq-why-students h2{font-size:56px}.vq-why-students img{width:100%;border-radius:8px}.vq-share-review__card{padding:40px;border-radius:8px;background:#f5f8f9}.vq-share-review__card h3{font-size:30px}.vq-share-review__card p{color:var(--vq-muted)}
.vq-faq-search{padding-bottom:40px;background:#f5f8f9}.vq-faq-search__box{display:flex;align-items:center;gap:15px;max-width:860px;margin:0 auto 45px;padding:10px 14px 10px 22px;background:#fff;border:1px solid var(--vq-line);border-radius:8px;box-shadow:var(--vq-shadow)}.vq-faq-search__box>span{font-size:25px;color:var(--vq-teal)}.vq-faq-search input{flex:1;min-width:0;padding:14px;border:0;outline:0}.vq-faq-search kbd{padding:9px 13px;border-radius:5px;background:var(--vq-charcoal);color:#fff;font-size:11px}.vq-faq-categories{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.vq-faq-categories a{padding:18px;border:1px solid var(--vq-line);border-radius:7px;background:#fff;font-size:12px;font-weight:700}.vq-faq-categories span{display:block;margin-bottom:8px;color:var(--vq-teal);font-size:10px}.vq-faq-groups{padding-top:70px}.vq-faq-group{display:grid;grid-template-columns:300px 1fr;gap:55px;padding:45px 0;border-bottom:1px solid var(--vq-line)}.vq-faq-group:first-child{padding-top:0}.vq-faq-group__title h2{font-size:34px}.vq-faq-list details{border-bottom:1px solid var(--vq-line)}.vq-faq-list summary{display:flex;justify-content:space-between;gap:20px;padding:20px 0;cursor:pointer;list-style:none;font-weight:700}.vq-faq-list summary::-webkit-details-marker{display:none}.vq-faq-list summary i{font-style:normal;color:var(--vq-teal);font-size:22px;transition:transform .2s}.vq-faq-list details[open] summary i{transform:rotate(45deg)}.vq-faq-list details>div{padding:0 45px 18px 0;color:var(--vq-muted);font-size:14px}.vq-faq-empty{text-align:center;color:var(--vq-muted)}
.vq-contact-main__grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:start}.vq-contact-info article{display:flex;gap:16px;padding:18px 0;border-bottom:1px solid var(--vq-line)}.vq-contact-info article>span{display:grid;place-items:center;flex:0 0 40px;height:40px;border-radius:50%;background:rgba(0,173,181,.1);color:var(--vq-teal);font-size:10px;font-weight:800}.vq-contact-info h3{font-size:19px}.vq-contact-info p,.vq-contact-info a{margin:5px 0 0;color:var(--vq-muted);font-size:13px}.vq-contact-main figure{margin:38px 0 0}.vq-contact-main figure img{width:100%;height:250px;object-fit:cover;border-radius:8px}.vq-contact-form{padding:42px;border-radius:10px;background:#f5f8f9}.vq-contact-form form{display:block}.vq-contact-form label{display:block;margin-bottom:18px;color:var(--vq-charcoal);font-size:12px;font-weight:700}.vq-contact-form input,.vq-contact-form select,.vq-contact-form textarea{width:100%;margin-top:8px;padding:14px;border:1px solid var(--vq-line);border-radius:5px;background:#fff;outline:0}.vq-contact-form input:focus,.vq-contact-form select:focus,.vq-contact-form textarea:focus{border-color:var(--vq-teal);box-shadow:0 0 0 3px rgba(0,173,181,.1)}.vq-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.vq-contact-routes{background:#f5f8f9}.vq-contact-routes__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.vq-contact-routes article{padding:30px;background:#fff;border:1px solid var(--vq-line);border-radius:8px}.vq-contact-routes span{color:var(--vq-teal);font-size:11px;font-weight:800}.vq-contact-routes h3{margin-top:24px;font-size:22px}.vq-contact-routes p{color:var(--vq-muted);font-size:13px}.vq-contact-faq img{width:100%;border-radius:8px;box-shadow:var(--vq-shadow)}
.vq-legal-intro{padding-bottom:50px}.vq-legal-notice{max-width:900px;margin:0 auto;padding:24px;border-left:4px solid var(--vq-teal);background:#f5f8f9;color:var(--vq-muted)}.vq-legal-docs{background:#f5f8f9}.vq-legal-docs__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.vq-legal-docs article{padding:30px;background:#fff;border:1px solid var(--vq-line);border-radius:8px}.vq-legal-docs article>span{color:var(--vq-teal);font-size:10px;font-weight:800}.vq-legal-docs h3{margin-top:20px;font-size:25px}.vq-legal-docs p{color:var(--vq-muted);font-size:13px}.vq-legal-docs a{color:var(--vq-teal);font-size:13px;font-weight:700}

/* Blog and article */
.vq-blog-featured__grid{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:70px}.vq-blog-featured h2{font-size:56px}.vq-blog-featured p{color:var(--vq-muted)}.vq-blog-featured figure{margin:0}.vq-blog-featured img{width:100%;height:470px;object-fit:cover;border-radius:9px}.vq-blog-index{background:#f5f8f9}.vq-blog-filter{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:35px}.vq-blog-filter a{padding:9px 14px;border:1px solid var(--vq-line);border-radius:30px;background:#fff;font-size:11px;font-weight:700}.vq-blog-filter a.is-active,.vq-blog-filter a:hover{background:var(--vq-teal);border-color:var(--vq-teal);color:#fff}.vq-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.vq-post-card{background:#fff;border:1px solid var(--vq-line);border-radius:8px;overflow:hidden}.vq-post-card__image{display:block;height:240px;overflow:hidden}.vq-post-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.vq-post-card:hover .vq-post-card__image img{transform:scale(1.05)}.vq-post-card>div{padding:24px}.vq-post-card>div>p{color:var(--vq-teal);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.vq-post-card h2{font-size:23px}.vq-post-card>div>div{margin:14px 0;color:var(--vq-muted);font-size:13px}.vq-pagination{margin-top:45px}.vq-pagination .nav-links{display:flex;justify-content:center;gap:7px}.vq-pagination a,.vq-pagination span{display:grid;place-items:center;width:40px;height:40px;border:1px solid var(--vq-line);border-radius:50%;background:#fff}.vq-pagination .current{background:var(--vq-teal);border-color:var(--vq-teal);color:#fff}.vq-lead-magnet{background:var(--vq-teal);color:#fff}.vq-lead-magnet__grid{display:grid;grid-template-columns:1fr .8fr;gap:70px;align-items:center}.vq-lead-magnet h2{font-size:52px}.vq-lead-magnet p{color:rgba(255,255,255,.78)}.vq-lead-magnet form{display:flex;gap:10px}.vq-lead-magnet label{flex:1}.vq-lead-magnet label span{position:absolute;width:1px;height:1px;overflow:hidden}.vq-lead-magnet input{width:100%;height:54px;padding:0 17px;border:0;border-radius:6px}.vq-article-hero{position:relative;padding:170px 0 105px;background:linear-gradient(135deg,#00adb5,#009aa3);color:#fff;overflow:hidden}.vq-article-hero__sky{position:absolute;inset:0;pointer-events:none}.vq-article-hero__sky img{position:absolute;right:4%;top:17%;width:250px;opacity:.75}.vq-article-hero__sky span{position:absolute;right:-10px;bottom:-25px;font-family:Satoshi;font-size:160px;color:rgba(255,255,255,.08)}.vq-article-hero .vq-wrap{position:relative;z-index:2;max-width:1000px}.vq-article-hero__meta{display:flex;gap:15px;margin-bottom:25px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.12em}.vq-article-hero h1{font-size:clamp(50px,6vw,83px)}.vq-article-hero>div>p{max-width:800px;color:rgba(255,255,255,.85);font-size:18px}.vq-article-breadcrumb{padding:17px 0;border-bottom:1px solid var(--vq-line);font-size:12px}.vq-article-breadcrumb .vq-wrap{display:flex;gap:10px;white-space:nowrap;overflow:hidden}.vq-article-breadcrumb strong{overflow:hidden;text-overflow:ellipsis}.vq-article-body__grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:65px;align-items:start}.vq-article-featured{margin:0 0 40px}.vq-article-featured img{width:100%;max-height:520px;object-fit:cover;border-radius:8px}.vq-prose{font-size:17px;color:#414a53}.vq-prose h2{margin:50px 0 20px;font-size:38px;color:var(--vq-ink)}.vq-prose h3{margin:35px 0 15px;font-size:28px;color:var(--vq-ink)}.vq-prose p,.vq-prose ul,.vq-prose ol{margin-bottom:24px}.vq-prose a{color:var(--vq-teal);text-decoration:underline}.vq-prose img{border-radius:8px}.vq-article-cta,.vq-article-toc{padding:28px;background:#f5f8f9;border-radius:8px}.vq-article-cta h2{font-size:29px}.vq-article-cta p{color:var(--vq-muted);font-size:13px}.vq-article-toc{margin-top:20px}.vq-article-toc nav a{display:block;padding:8px 0;border-bottom:1px solid var(--vq-line);color:var(--vq-muted);font-size:12px}.vq-article-share{display:flex;align-items:center;gap:12px;margin-top:45px;padding-top:25px;border-top:1px solid var(--vq-line);font-size:12px}.vq-article-share a{padding:8px 12px;border-radius:30px;background:#f5f8f9}.vq-related{background:#f5f8f9}

/* Footer */
.vq-footer{position:relative;padding-top:120px;background:var(--vq-charcoal);color:#fff;overflow:hidden}.vq-footer__drone{position:absolute;top:-50px;right:5%;width:390px;pointer-events:none}.vq-footer__drone span{position:absolute;right:-55px;top:28px;font-family:Satoshi;font-size:100px;color:rgba(255,255,255,.04)}.vq-footer__drone img{position:relative;width:100%;filter:drop-shadow(0 20px 30px rgba(0,0,0,.35))}.vq-footer__grid{display:grid;grid-template-columns:1.4fr repeat(3,.65fr);gap:70px;padding-bottom:70px}.vq-footer__brand img{width:155px}.vq-footer__brand p{max-width:360px;margin-top:22px;color:rgba(255,255,255,.6);font-size:13px}.vq-footer__brand>a{color:var(--vq-teal);font-size:12px}.vq-footer h3{margin-bottom:21px;font-size:16px}.vq-footer__grid>div:not(:first-child)>a{display:block;margin:12px 0;color:rgba(255,255,255,.62);font-size:12px}.vq-footer__grid a:hover{color:#fff}.vq-footer__bottom{display:flex;align-items:center;justify-content:space-between;padding:22px 0;border-top:1px solid rgba(255,255,255,.12)}.vq-footer__bottom p{margin:0;color:rgba(255,255,255,.5);font-size:11px}.vq-footer__bottom button{border:0;background:none;color:#fff;font-size:11px;cursor:pointer}.vq-footer__bottom button span{display:inline-grid;place-items:center;width:28px;height:28px;margin-left:8px;border-radius:50%;background:var(--vq-teal)}

/* Animations */
[data-reveal]{opacity:0;transform:translateY(34px);transition:opacity .8s cubic-bezier(.2,.7,.2,1),transform .8s cubic-bezier(.2,.7,.2,1)}[data-reveal="left"]{transform:translateX(-45px)}[data-reveal="right"]{transform:translateX(45px)}[data-reveal="scale"]{transform:scale(.94)}[data-reveal].is-visible{opacity:1;transform:none}.vq-header.is-hidden{transform:translateY(-100%)}

/* Responsive: desktop-to-tablet */
@media(max-width:1180px){:root{--vq-wrap:1050px}.vq-wrap{width:min(calc(100% - 46px),var(--vq-wrap))}.vq-nav{gap:20px}.vq-nav>ul{gap:15px}.vq-nav a{font-size:11px}.vq-hero__grid,.vq-home-hero__grid{grid-template-columns:1fr .9fr;gap:35px}.vq-home-hero__drone{min-height:430px}.vq-drone-part{width:540px}.vq-heading h2{font-size:52px}.vq-section{padding:90px 0}.vq-pricing-plans__grid{grid-template-columns:repeat(2,1fr);gap:20px}.vq-pricing-plans__grid>article.is-featured{transform:none}.vq-faq-categories{grid-template-columns:repeat(3,1fr)}}
@media(max-width:960px){body.admin-bar .vq-header{top:46px}.vq-header{height:72px}.vq-brand img{width:140px}.vq-menu-toggle{display:block;color:#fff;z-index:2}.vq-header.is-sticky .vq-menu-toggle{color:var(--vq-charcoal)}.vq-nav{position:fixed;inset:0 0 0 auto;width:min(88vw,420px);height:100dvh;padding:100px 30px 35px;background:var(--vq-charcoal);color:#fff;display:flex;flex-direction:column;align-items:stretch;transform:translateX(105%);transition:transform .35s ease;box-shadow:-20px 0 50px rgba(0,0,0,.2)}.vq-nav.is-open{transform:none}.vq-nav>ul{display:block}.vq-nav li{margin:0}.vq-nav>ul>li>a{display:block;padding:15px 0;border-bottom:1px solid rgba(255,255,255,.12);font-size:15px}.vq-nav .vq-btn--header{margin-top:20px}.vq-menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.vq-menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}.vq-menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.vq-hero,.vq-home-hero{min-height:auto;padding-top:125px}.vq-hero__grid,.vq-home-hero__grid{grid-template-columns:1fr;text-align:center}.vq-hero__copy,.vq-home-hero__copy{max-width:760px;margin:auto}.vq-actions{justify-content:center}.vq-hero__visual,.vq-home-hero__drone{min-height:430px}.vq-hero__visual>img{max-height:410px}.vq-trust>.vq-wrap{grid-template-columns:1fr 1fr}.vq-trust div div:nth-child(2){border-right:0}.vq-trust div div:nth-child(-n+2){border-bottom:1px solid var(--vq-line)}.vq-problem__grid,.vq-split__grid,.vq-dark-split__grid,.vq-teal-panel__grid,.vq-founder__grid,.vq-founder-banner__grid,.vq-founder-profile__grid,.vq-promise__grid,.vq-why-students__grid,.vq-contact-main__grid,.vq-blog-featured__grid,.vq-lead-magnet__grid,.vq-article-body__grid{grid-template-columns:1fr;gap:55px}.vq-problem__content{max-width:750px}.vq-media-stack{min-height:480px}.vq-method__grid{gap:20px}.vq-programs__grid,.vq-testimonials__grid,.vq-post-grid{grid-template-columns:repeat(2,1fr)}.vq-programs__grid .vq-program:last-child,.vq-testimonials__grid blockquote:last-child{grid-column:1/-1;max-width:50%;width:100%;justify-self:center}.vq-founder figure>img{height:520px}.vq-founder__badge{left:20px}.vq-feature-row__grid,.vq-teal-table__grid,.vq-core-values__grid,.vq-contact-routes__grid{grid-template-columns:repeat(2,1fr)}.vq-teal-table article:nth-child(2){border-right:0}.vq-teal-table article:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.28)}.vq-chapters__grid{grid-template-columns:1fr}.vq-who__grid{grid-template-columns:1fr 1fr}.vq-journey__steps{grid-template-columns:repeat(2,1fr)}.vq-journey__line{display:none}.vq-niche-featured{grid-template-columns:1fr}.vq-explorer__layout{grid-template-columns:250px 1fr}.vq-explorer__panels article{grid-template-columns:1fr}.vq-explorer__panels article>img{height:320px}.vq-dark-matrix__grid{grid-template-columns:repeat(2,1fr)}.vq-dark-matrix article.is-featured{transform:none}.vq-addon__cards{grid-template-columns:repeat(3,1fr)}.vq-success-stories__grid,.vq-mission__grid{grid-template-columns:1fr}.vq-faq-group{grid-template-columns:220px 1fr}.vq-legal-docs__grid{grid-template-columns:1fr}.vq-footer__grid{grid-template-columns:1.2fr 1fr 1fr}.vq-footer__grid>div:last-child{grid-column:2}.vq-footer__drone{width:320px}.vq-article-body__grid aside{display:grid;grid-template-columns:1fr 1fr;gap:20px}.vq-article-toc{margin-top:0}}

/* Mobile */
@media(max-width:700px){:root{--vq-radius:14px}.vq-wrap{width:min(calc(100% - 32px),var(--vq-wrap))}.vq-section{padding:72px 0}.vq-heading{margin-bottom:38px}.vq-heading h2{font-size:38px}.vq-heading>p:last-child{font-size:15px}.vq-hero,.vq-home-hero{padding-top:115px}.vq-hero h1,.vq-home-hero h1{font-size:49px}.vq-hero__copy>p:not(.vq-kicker),.vq-home-hero__copy>p:not(.vq-kicker){font-size:15px}.vq-actions{flex-direction:column;align-items:stretch}.vq-actions .vq-btn{width:100%}.vq-hero__visual,.vq-home-hero__drone{min-height:330px}.vq-home-hero__drone{margin-top:5px}.vq-drone-part{width:390px}.vq-drone-orbit{width:310px;height:310px}.vq-hero__sky>span,.vq-home-hero__word{font-size:95px}.vq-cloud--one{width:100px}.vq-cloud--two{width:150px}.vq-cloud--three{width:120px}.vq-trust{margin-top:10px}.vq-trust>.vq-wrap{grid-template-columns:1fr;margin-bottom:-38px}.vq-trust div div{min-height:65px;padding:13px 18px;border-right:0!important;border-bottom:1px solid var(--vq-line)!important}.vq-trust div div:last-child{border-bottom:0!important}.vq-trust b{width:32px;height:32px;flex-basis:32px}.vq-problem{padding-top:125px}.vq-collage{min-height:420px}.vq-collage__a{width:67%;height:61%}.vq-collage__b{width:40%;height:35%}.vq-collage__c{width:56%;height:45%}.vq-dual-list{grid-template-columns:1fr}.vq-method__track{display:none}.vq-method__grid{grid-template-columns:1fr;gap:45px}.vq-method__grid article{padding-inline:0}.vq-method__icon{margin-bottom:18px}.vq-programs__grid,.vq-testimonials__grid,.vq-post-grid{grid-template-columns:1fr}.vq-programs__grid .vq-program:last-child,.vq-testimonials__grid blockquote:last-child{grid-column:auto;max-width:none}.vq-program figure{height:240px}.vq-program p{min-height:0}.vq-founder figure>img{height:430px}.vq-founder__badge{left:15px;bottom:15px;width:190px}.vq-cinematic{min-height:560px}.vq-cinematic__shade{background:linear-gradient(0deg,rgba(25,44,52,.9),rgba(25,44,52,.2))}.vq-cinematic__copy{align-self:flex-end;padding-bottom:55px}.vq-cinematic__drone{left:12%;top:24%;width:260px}.vq-cinematic h2{font-size:42px}.vq-compare__grid,.vq-opportunity__grid,.vq-success-stories__grid{grid-template-columns:1fr}.vq-compare article{padding:30px}.vq-compare blockquote{padding:22px;font-size:20px}.vq-opportunity__image{min-height:390px}.vq-opportunity__teal{padding:35px 28px}.vq-final-cta{padding:75px 0}.vq-final-cta:after{font-size:90px}.vq-final-cta h2{font-size:43px}.vq-media-stack{min-height:400px}.vq-media-stack img:first-child{width:75%;height:70%}.vq-media-stack img:last-child{width:57%;height:45%}.vq-dark-split figure img{min-height:340px}.vq-curriculum__grid{grid-template-columns:1fr}.vq-feature-row__grid,.vq-core-values__grid,.vq-contact-routes__grid{grid-template-columns:1fr}.vq-two-col-list{grid-template-columns:1fr;gap:0}.vq-course-includes__cards{grid-template-columns:1fr}.vq-who__grid{grid-template-columns:1fr}.vq-journey__steps{grid-template-columns:1fr}.vq-founder-banner h2,.vq-founder-profile h2,.vq-promise h2,.vq-why-students h2{font-size:42px}.vq-founder-profile figure img{height:470px}.vq-credentials{grid-template-columns:1fr}.vq-niche-featured article{grid-template-columns:1fr}.vq-niche-featured img{height:230px}.vq-path-choice__grid{grid-template-columns:1fr}.vq-explorer__layout{grid-template-columns:1fr}.vq-explorer__tabs{display:grid;grid-template-columns:1fr 1fr;max-height:none}.vq-explorer__tabs button{font-size:11px}.vq-explorer__panels article>div{padding:28px}.vq-explorer__panels h2{font-size:35px}.vq-teal-table__grid,.vq-dark-matrix__grid{grid-template-columns:1fr}.vq-teal-table article{border-right:0;border-bottom:1px solid rgba(255,255,255,.28)}.vq-teal-table article:last-child{border-bottom:0}.vq-pricing-plans__grid{grid-template-columns:1fr}.vq-pricing-plans__grid>article{padding:30px}.vq-pricing-plans h3,.vq-pricing-plans article>p,.vq-pricing-plans ul{min-height:0}.vq-addon__cards{grid-template-columns:1fr}.vq-mission article{padding:32px}.vq-about-banner{min-height:450px}.vq-about-banner__drone{right:-10%;top:18%;width:260px}.vq-about-banner h2{font-size:48px}.vq-founder-profile__grid{gap:40px}.vq-promise img{height:350px}.vq-faq-categories{grid-template-columns:1fr 1fr}.vq-faq-search__box kbd{display:none}.vq-faq-group{grid-template-columns:1fr;gap:10px;padding:35px 0}.vq-contact-form{padding:25px}.vq-form-row{grid-template-columns:1fr;gap:0}.vq-legal-docs__grid{grid-template-columns:1fr}.vq-blog-featured h2{font-size:42px}.vq-blog-featured img{height:350px}.vq-lead-magnet h2{font-size:40px}.vq-lead-magnet form{flex-direction:column}.vq-article-hero{padding:140px 0 75px}.vq-article-hero h1{font-size:48px}.vq-article-hero__meta{flex-wrap:wrap}.vq-article-body__grid aside{grid-template-columns:1fr}.vq-prose{font-size:16px}.vq-prose h2{font-size:32px}.vq-footer{padding-top:90px}.vq-footer__drone{top:-30px;right:-45px;width:250px}.vq-footer__grid{grid-template-columns:1fr 1fr;gap:38px 25px}.vq-footer__brand{grid-column:1/-1}.vq-footer__grid>div:last-child{grid-column:auto}.vq-footer__bottom{align-items:flex-start;gap:20px}.vq-footer__bottom p{max-width:200px}}
@media(max-width:390px){.vq-wrap{width:min(calc(100% - 24px),var(--vq-wrap))}.vq-hero h1,.vq-home-hero h1{font-size:43px}.vq-heading h2{font-size:34px}.vq-faq-categories{grid-template-columns:1fr}.vq-explorer__tabs{grid-template-columns:1fr}.vq-footer__grid{grid-template-columns:1fr}.vq-footer__grid>div:last-child{grid-column:auto}}

/* Accessibility and motion preferences */
:focus-visible{outline:3px solid #ffda5e;outline-offset:3px}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}[data-reveal]{opacity:1!important;transform:none!important}.vq-drone-orbit{display:none}}
/* Vertiqo Core form compatibility */
.v-contact-form{display:block}.v-field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.v-contact-form>label,.v-field-row label{display:block;margin-bottom:18px;color:var(--vq-charcoal);font-size:12px;font-weight:700}.v-contact-form input,.v-contact-form select,.v-contact-form textarea{display:block;width:100%;margin-top:8px;padding:14px;border:1px solid var(--vq-line);border-radius:5px;background:#fff;outline:0}.v-contact-form input:focus,.v-contact-form select:focus,.v-contact-form textarea:focus{border-color:var(--vq-teal);box-shadow:0 0 0 3px rgba(0,173,181,.1)}.v-contact-form .v-consent{display:flex;align-items:flex-start;gap:10px}.v-contact-form .v-consent input{width:auto;margin-top:4px}.v-contact-form .v-button{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:14px 23px;border:1px solid var(--vq-teal);border-radius:6px;background:var(--vq-teal);color:#fff;font-weight:700;cursor:pointer}.v-hp{position:absolute!important;left:-10000px!important}.v-alert{margin-bottom:20px;padding:15px;border-radius:6px;font-size:13px}.v-alert--success{background:#e8f8f2;color:#166348}.v-alert--error{background:#fff0f0;color:#8b3030}@media(max-width:700px){.v-field-row{grid-template-columns:1fr}}
.vq-cinematic__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}

/* ================================================================
   V3 — Figma fidelity, working vertical guide slider and editor-safe UI
   ================================================================ */
:root{--vq-teal:#00adb5;--vq-charcoal:#373f48;--vq-ink:#27323a;--vq-muted:#65727b;--vq-line:#e4e9eb;--vq-wrap:1200px;--vq-section-space:104px;--vq-ease:cubic-bezier(.22,1,.36,1)}
.vq-site-v3 .vq-wrap{width:min(calc(100% - 48px),var(--vq-wrap))}
.vq-site-v3 .vq-section{padding:var(--vq-section-space) 0}
.vq-icon{display:inline-block;width:20px;height:20px;flex:0 0 auto;vertical-align:middle}.vq-btn .vq-icon{width:18px;height:18px;position:relative;z-index:1;transition:transform .25s ease}.vq-btn:hover .vq-icon{transform:translate(2px,-2px)}
.vq-btn{border-radius:4px;min-height:52px;padding:13px 21px;gap:13px;letter-spacing:-.01em}.vq-btn span{position:relative;z-index:1}
.vq-header{height:78px}.vq-header__inner{border-bottom:1px solid rgba(255,255,255,.14)}.vq-header.is-sticky .vq-header__inner{border-bottom-color:transparent}.vq-brand img{width:150px;max-height:38px;object-fit:contain}.vq-nav{gap:27px}.vq-nav>ul{gap:22px}.vq-nav a{font-size:12px;letter-spacing:-.01em}
.vq-home-hero{min-height:790px;padding-top:132px}.vq-home-hero__grid{grid-template-columns:1.03fr .97fr;gap:36px;min-height:535px}.vq-home-hero__copy{padding-bottom:46px;max-width:590px}.vq-home-hero h1{max-width:590px;font-size:clamp(58px,5.25vw,78px);line-height:.99}.vq-home-hero__copy>p:not(.vq-kicker){max-width:540px;font-size:16px;line-height:1.75}.vq-home-hero__word{right:-18px;bottom:91px;font-size:180px;opacity:.8}.vq-home-hero__drone{min-height:490px}.vq-hero-drone-override{width:min(640px,112%);filter:drop-shadow(0 35px 50px rgba(9,60,65,.3))}.vq-drone-part{width:min(630px,115%)}
.vq-trust{margin-top:0;transform:translateY(52px)}.vq-trust>.vq-wrap{min-height:104px;border-radius:5px}.vq-trust div div{padding:20px 23px;gap:13px}.vq-trust__icon{display:grid;place-items:center;width:40px;height:40px;flex:0 0 40px;border-radius:50%;background:#ecf9fa;color:var(--vq-teal)}.vq-trust__icon .vq-icon{width:21px;height:21px}.vq-trust span:last-child{font-size:12px;line-height:1.45}
.vq-problem{padding-top:172px}.vq-problem .vq-heading{max-width:760px;margin-bottom:64px}.vq-problem__grid{grid-template-columns:1fr 1fr;gap:76px}.vq-collage{min-height:535px}.vq-collage figure{border-radius:5px}.vq-collage__a{width:63%;height:67%}.vq-collage__b{width:34%;height:39%;top:5%}.vq-collage__c{width:53%;height:46%}.vq-dual-list{gap:18px}.vq-dual-list article{padding:25px 23px;border-radius:5px}.vq-dual-list li{display:flex;gap:9px;padding-left:0}.vq-dual-list article:first-child li:before{display:none}.vq-dual-list li>.vq-icon{width:15px;height:15px;margin-top:4px;color:#bd6b6b}.vq-dual-list .vq-checks li{display:block;padding-left:27px}
.vq-method{padding:96px 0 102px}.vq-method .vq-heading{margin-bottom:58px}.vq-method__track{width:68%;margin-bottom:-45px}.vq-method__grid{gap:42px}.vq-method__grid article{padding:0 19px}.vq-method__icon{width:96px;height:96px;border-width:9px}.vq-method__icon>.vq-icon{width:33px;height:33px}.vq-method__icon span{position:absolute;right:-8px;bottom:-3px;display:grid;place-items:center;width:29px;height:29px;border-radius:50%;background:var(--vq-teal);color:#fff;font-family:Inter,sans-serif;font-size:10px;font-weight:700}.vq-method__grid h3{font-size:25px}.vq-method__grid p{font-size:14px;line-height:1.7}
.vq-programs .vq-heading{max-width:690px;margin-bottom:50px}.vq-programs__grid{gap:22px}.vq-program{border-radius:5px}.vq-program figure{height:246px}.vq-program>div{padding:25px 25px 27px}.vq-program h3{font-size:25px}.vq-program p{font-size:14px;line-height:1.7;min-height:72px}.vq-program a{display:inline-flex;align-items:center;gap:8px}.vq-program a .vq-icon{width:17px;height:17px}
.vq-founder__grid{gap:86px}.vq-founder h2{font-size:clamp(48px,4.6vw,65px)}.vq-founder figure>img{height:555px;border-radius:5px}.vq-founder__badge{border-radius:4px}
.vq-cinematic{min-height:680px}.vq-cinematic__copy{max-width:620px}.vq-cinematic h2{font-size:clamp(50px,5vw,70px)}.vq-cinematic__drone{width:min(460px,34vw)}
.vq-compare__grid{gap:22px;max-width:990px;margin-inline:auto}.vq-compare article{border-radius:5px;padding:36px}.vq-compare li{display:flex;align-items:center;gap:10px}.vq-compare li:before{display:none!important}.vq-compare li>.vq-icon{width:18px;height:18px;color:#b86b6b}.vq-compare article.is-vertiqo li>.vq-icon{color:var(--vq-teal)}.vq-compare article.is-vertiqo>img{width:145px;height:auto;margin-bottom:24px}
.vq-opportunity__grid{display:grid;grid-template-columns:.8fr 1.15fr 1fr;min-height:485px;gap:0;border-radius:5px;overflow:hidden;box-shadow:0 22px 55px rgba(39,57,65,.12)}.vq-opportunity__teal{display:flex;flex-direction:column;justify-content:center;padding:44px 38px;background:var(--vq-teal);color:#fff}.vq-opportunity__teal h3{font-size:40px;margin-bottom:18px}.vq-opportunity__teal p:last-child{color:rgba(255,255,255,.88);font-size:15px}.vq-opportunity__grid>figure{margin:0;min-height:485px}.vq-opportunity__grid>figure img{width:100%;height:100%;object-fit:cover}.vq-opportunity__roadmap{display:flex;flex-direction:column;justify-content:center;padding:42px 38px;background:#f4f7f7}.vq-opportunity__roadmap h3{font-family:Satoshi,Inter,sans-serif;font-size:29px;line-height:1.2;margin-bottom:18px}.vq-opportunity__roadmap>p{font-size:14px;color:var(--vq-muted)}.vq-opportunity__roadmap ol{display:grid;gap:15px;margin:8px 0 0;padding:0;list-style:none}.vq-opportunity__roadmap li{display:flex;align-items:center;gap:12px;font-size:13px;font-weight:650}.vq-opportunity__roadmap li b{display:grid;place-items:center;width:32px;height:32px;flex:0 0 32px;border-radius:50%;background:#fff;color:var(--vq-teal);font-size:10px}
.vq-final-cta{padding:88px 0}.vq-final-cta>div>div{max-width:720px}.vq-final-cta h2{font-size:clamp(48px,5vw,70px)}
.vq-footer__brand>a{display:flex;align-items:center;gap:8px}.vq-footer__brand>a .vq-icon{width:17px}.vq-footer__bottom button{display:flex;align-items:center;gap:8px}.vq-footer__bottom button .vq-icon{transform:rotate(-90deg);width:16px}

/* Preserved interactive vertical motion component. */
.vq-guide-slider{position:relative;padding:120px 0 96px;background:#fff;overflow:hidden}.vq-guide-slider:before{content:"";position:absolute;left:-10%;top:15%;width:430px;height:430px;border-radius:50%;background:radial-gradient(circle,rgba(0,173,181,.1),transparent 68%);pointer-events:none}.vq-guide-slider__layout{display:grid;grid-template-columns:.76fr 1.24fr;gap:75px;align-items:center}.vq-guide-slider__intro{position:relative;z-index:2}.vq-guide-slider__intro h2{font-size:clamp(42px,4.2vw,62px);margin-bottom:22px}.vq-guide-slider__intro>p:last-of-type{max-width:480px;color:var(--vq-muted)}.vq-guide-slider__controls{display:flex;align-items:center;gap:14px;margin-top:35px}.vq-guide-slider__controls button{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--vq-line);border-radius:50%;background:#fff;color:var(--vq-charcoal);cursor:pointer;transition:.25s}.vq-guide-slider__controls button:first-child .vq-icon{transform:rotate(180deg)}.vq-guide-slider__controls button:hover{background:var(--vq-teal);border-color:var(--vq-teal);color:#fff}.vq-guide-slider__controls span{font-size:12px;letter-spacing:.12em;color:var(--vq-muted)}.vq-guide-slider__controls b{color:var(--vq-teal);font-size:16px}.vq-guide-slider__stage{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 245px;gap:12px;min-height:500px;outline:none}.vq-guide-slider__stage:focus-visible{box-shadow:0 0 0 3px rgba(0,173,181,.3);border-radius:8px}.vq-guide-slider__rail{position:relative;height:500px;overflow:hidden;mask-image:linear-gradient(transparent,#000 10%,#000 90%,transparent);-webkit-mask-image:linear-gradient(transparent,#000 10%,#000 90%,transparent)}.vq-guide-slide{position:absolute;left:0;right:0;top:50%;display:grid;grid-template-columns:42px 58px 1fr;align-items:center;gap:16px;min-height:96px;padding:15px 18px;border:1px solid transparent;border-radius:6px;background:transparent;opacity:.3;transform:translateY(calc((var(--offset,0) * 105px) - 50%)) scale(.94);transition:transform .7s var(--vq-ease),opacity .55s ease,background .45s ease,border-color .45s ease,box-shadow .45s ease;will-change:transform,opacity}.vq-guide-slide.is-active{opacity:1;transform:translateY(-50%) scale(1);background:#fff;border-color:#dce7e8;box-shadow:0 18px 45px rgba(33,59,67,.11)}.vq-guide-slide.is-near{opacity:.62}.vq-guide-slide__number{font-size:11px;font-weight:750;color:var(--vq-teal)}.vq-guide-slide__icon{display:grid;place-items:center;width:54px;height:54px;border-radius:50%;background:#edf9fa}.vq-guide-slide__icon img{width:31px;height:31px;object-fit:contain}.vq-guide-slide h3{font-size:22px;margin-bottom:5px}.vq-guide-slide p{margin:0;color:var(--vq-muted);font-size:13px}.vq-guide-slider__visual{position:relative;align-self:center;display:grid;place-items:center;width:240px;height:360px}.vq-guide-slider__visual:before{content:"VERTIQO";position:absolute;right:-70px;top:40px;writing-mode:vertical-rl;font-family:Satoshi,Inter,sans-serif;font-size:56px;letter-spacing:.1em;color:rgba(55,63,72,.045)}.vq-guide-slider__visual img{position:relative;z-index:2;width:230px;max-height:310px;object-fit:contain;filter:drop-shadow(0 28px 35px rgba(37,63,70,.18));transform:rotate(-8deg)}.vq-guide-slider__ring{position:absolute;width:230px;height:230px;border:1px solid rgba(0,173,181,.26);border-radius:50%;animation:vqSliderRing 12s linear infinite}.vq-guide-slider__ring:before,.vq-guide-slider__ring:after{content:"";position:absolute;border-radius:50%;border:1px dashed rgba(0,173,181,.18)}.vq-guide-slider__ring:before{inset:28px}.vq-guide-slider__ring:after{inset:58px}@keyframes vqSliderRing{to{transform:rotate(360deg)}}

/* Internal pages — exact proportions from supplied desktop frames. */
.vq-internal .vq-hero{min-height:650px;padding-top:128px}.vq-internal .vq-hero__grid{min-height:455px}.vq-internal .vq-hero h1{font-size:clamp(52px,5vw,74px)}.vq-internal .vq-hero__copy>p:not(.vq-kicker){max-width:560px}.vq-internal .vq-browser{border-radius:7px}.vq-internal .vq-section{padding:96px 0}.vq-internal .vq-heading{margin-bottom:50px}.vq-internal .vq-heading h2{font-size:clamp(40px,4vw,58px)}

@media(max-width:1100px){:root{--vq-section-space:88px}.vq-site-v3 .vq-wrap{width:min(calc(100% - 40px),1050px)}.vq-guide-slider__layout{gap:40px}.vq-guide-slider__stage{grid-template-columns:1fr 190px}.vq-guide-slider__visual{width:190px}.vq-guide-slider__visual img{width:190px}.vq-opportunity__grid{grid-template-columns:1fr 1fr}.vq-opportunity__roadmap{grid-column:1/-1;min-height:300px}}
@media(max-width:960px){.vq-home-hero{padding-top:115px}.vq-home-hero__grid{grid-template-columns:1fr;gap:0}.vq-home-hero__copy{text-align:center;margin-inline:auto;padding-bottom:0}.vq-home-hero__copy>p:not(.vq-kicker){margin-inline:auto}.vq-home-hero__drone{min-height:390px}.vq-trust{transform:translateY(45px)}.vq-guide-slider{padding-top:120px}.vq-guide-slider__layout{grid-template-columns:1fr;gap:38px}.vq-guide-slider__intro{text-align:center}.vq-guide-slider__intro>p:last-of-type{margin-inline:auto}.vq-guide-slider__controls{justify-content:center}.vq-guide-slider__stage{max-width:760px;width:100%;margin-inline:auto}.vq-problem{padding-top:142px}.vq-opportunity__grid{grid-template-columns:1fr 1fr}.vq-opportunity__roadmap{grid-column:1/-1}.vq-header__inner{border-bottom:0}}
@media(max-width:700px){:root{--vq-section-space:70px}.vq-site-v3 .vq-wrap{width:min(calc(100% - 30px),var(--vq-wrap))}.vq-home-hero{min-height:auto;padding-top:108px}.vq-home-hero h1{font-size:47px}.vq-home-hero__copy>p:not(.vq-kicker){font-size:15px}.vq-home-hero__drone{min-height:305px}.vq-drone-part{width:390px}.vq-trust{transform:translateY(38px)}.vq-trust>.vq-wrap{display:grid;grid-template-columns:1fr}.vq-trust div div{min-height:68px}.vq-trust__icon{width:35px;height:35px;flex-basis:35px}.vq-guide-slider{padding:108px 0 68px}.vq-guide-slider__intro h2{font-size:39px}.vq-guide-slider__stage{display:block;min-height:430px}.vq-guide-slider__rail{height:430px}.vq-guide-slider__visual{display:none}.vq-guide-slide{grid-template-columns:35px 50px 1fr;gap:11px;min-height:88px;padding:12px}.vq-guide-slide h3{font-size:19px}.vq-guide-slide__icon{width:47px;height:47px}.vq-guide-slide__icon img{width:27px;height:27px}.vq-guide-slide{transform:translateY(calc((var(--offset,0) * 90px) - 50%)) scale(.95)}.vq-problem{padding-top:115px}.vq-dual-list{grid-template-columns:1fr}.vq-method__icon{width:88px;height:88px}.vq-program figure{height:225px}.vq-founder__grid{gap:42px}.vq-opportunity__grid{grid-template-columns:1fr}.vq-opportunity__grid>figure{min-height:330px}.vq-opportunity__roadmap{grid-column:auto}.vq-opportunity__teal,.vq-opportunity__roadmap{padding:34px 27px}.vq-opportunity__teal h3{font-size:35px}.vq-internal .vq-hero{padding-top:112px}.vq-internal .vq-hero h1{font-size:46px}}
@media(max-width:420px){.vq-home-hero h1{font-size:42px}.vq-guide-slider__intro h2{font-size:35px}.vq-guide-slide p{font-size:12px}.vq-guide-slide{grid-template-columns:30px 45px 1fr}.vq-guide-slide__number{font-size:10px}.vq-guide-slide__icon{width:43px;height:43px}.vq-opportunity__grid>figure{min-height:275px}}
@media(prefers-reduced-motion:reduce){.vq-guide-slider__ring{animation:none}.vq-guide-slide{transition:none}.vq-cinematic__video{display:none}.vq-cinematic{background-size:cover;background-position:center}}
.vq-footer-menu{margin:0;padding:0;list-style:none}.vq-footer-menu li{margin:0}.vq-footer-menu a{display:block}.vq-custom-page-content{padding-top:150px}.vq-custom-page-content .wp-block-image img{border-radius:6px}

/* v3.0.0 final icon and editable-content refinements */
.vq-icon{display:inline-block;width:1.15em;height:1.15em;vertical-align:-.17em;overflow:visible}.vq-star-icons{display:inline-flex;gap:4px;color:#f4b740}.vq-star-icons .vq-icon{width:18px;height:18px;fill:currentColor;stroke-width:1.2}.vq-faq-search__box>span{display:grid;place-items:center}.vq-faq-search__box>span .vq-icon{width:24px;height:24px}.vq-faq-list summary i{display:grid;place-items:center}.vq-faq-list summary i .vq-icon{width:18px;height:18px;transition:transform .25s ease}.vq-faq-list details[open] summary i .vq-icon{transform:rotate(45deg)}.vq-faq-answer>p:first-child{margin-top:0}.vq-testimonials blockquote.is-placeholder{border-style:dashed}.vq-course-preview button .vq-icon{width:26px;height:26px;fill:currentColor}.vq-guide-slider__controls button:first-child .vq-icon{transform:rotate(180deg)}

/* V3.1 — exact business/about compositions and robust edit-ready components. */
.vq-business-problem__grid{display:grid;grid-template-columns:.93fr 1.07fr;gap:82px;align-items:center}.vq-business-problem__media{position:relative;min-height:560px}.vq-business-problem__main{position:absolute;left:0;top:0;width:78%;height:77%;object-fit:cover;border-radius:8px}.vq-business-problem__small{position:absolute;right:0;bottom:0;width:56%;height:44%;object-fit:cover;border:12px solid #fff;border-radius:8px;box-shadow:0 18px 55px rgba(27,52,60,.14)}.vq-business-problem__word{position:absolute;left:-36px;bottom:10px;writing-mode:vertical-rl;transform:rotate(180deg);font:700 58px/1 Satoshi,Inter,sans-serif;letter-spacing:.08em;color:rgba(0,173,181,.08)}.vq-business-problem__sub{margin:5px 0 22px;font-size:25px;line-height:1.25}.vq-checks--problem{margin-bottom:28px}.vq-bridge-statement{padding:22px 25px;border-left:4px solid var(--vq-teal);background:#f1f8f8}.vq-bridge-statement span{display:block;margin-bottom:8px;color:var(--vq-teal);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.vq-bridge-statement p{margin:0;color:var(--vq-charcoal);font-size:16px;font-weight:600;font-style:italic}.vq-business-method__action{text-align:center;margin:46px 0 0}.vq-business-curriculum .vq-center{text-align:center;margin:38px 0 0}.vq-business-curriculum [hidden]{display:none!important}.vq-business-toolkit{position:relative;background:var(--vq-teal);color:#fff;overflow:hidden}.vq-business-toolkit:after{content:"VERTIQO GROUP";position:absolute;left:-12px;bottom:-27px;font:700 92px/1 Satoshi,Inter,sans-serif;letter-spacing:.05em;color:rgba(255,255,255,.08);white-space:nowrap}.vq-business-toolkit__grid{position:relative;z-index:1;display:grid;grid-template-columns:1.1fr .9fr;gap:75px;align-items:center}.vq-business-toolkit h2{font-size:clamp(45px,4.4vw,64px);max-width:690px}.vq-business-toolkit p{max-width:650px;color:rgba(255,255,255,.82)}.vq-business-toolkit figure{margin:0}.vq-business-toolkit figure img{width:100%;border-radius:7px;box-shadow:0 30px 80px rgba(20,49,55,.28)}.vq-toolkit-list{display:grid;grid-template-columns:1fr 1fr;gap:2px 26px;margin-top:30px}.vq-toolkit-list span{display:flex;align-items:center;gap:12px;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.25);font-size:13px}.vq-toolkit-list b{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#fff;color:var(--vq-teal);font-size:9px}.vq-business-audience__visuals{display:grid;grid-template-columns:1.1fr .8fr 1.1fr;gap:18px;align-items:end;max-width:960px;margin:0 auto -74px;position:relative;z-index:2}.vq-business-audience__visuals img{width:100%;height:235px;object-fit:cover;border-radius:7px;box-shadow:0 18px 48px rgba(25,53,62,.16)}.vq-business-audience__visuals img:nth-child(2){height:275px}.vq-business-audience__grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;padding-top:110px}.vq-business-audience__grid article{padding:40px 42px;border:1px solid var(--vq-line);border-radius:8px;background:#fff}.vq-business-audience__grid article.vq-business-audience__yes{background:#ecf9f9;border-color:rgba(0,173,181,.32)}.vq-audience-label{display:flex;align-items:center;gap:14px;margin-bottom:22px}.vq-audience-label>.vq-icon{width:34px;height:34px;padding:7px;border-radius:50%;background:#f3f4f5;color:#7f8b8f}.vq-business-audience__yes .vq-audience-label>.vq-icon{background:var(--vq-teal);color:#fff}.vq-audience-label h3{font-size:30px;margin:0}.vq-business-audience ul,.vq-business-comparison ul{list-style:none;margin:0;padding:0}.vq-business-audience li,.vq-business-comparison li{display:flex;align-items:flex-start;gap:12px;padding:11px 0;border-bottom:1px solid var(--vq-line);font-size:14px}.vq-business-audience li:last-child,.vq-business-comparison li:last-child{border-bottom:0}.vq-business-audience li>.vq-icon,.vq-business-comparison li>.vq-icon{width:18px;height:18px;margin-top:1px;color:#8a969a}.vq-business-audience__yes li>.vq-icon,.vq-business-comparison .is-vertiqo li>.vq-icon{color:var(--vq-teal)}.vq-business-comparison{background:#f3f7f8}.vq-business-comparison__grid{display:grid;grid-template-columns:1fr 80px 1fr;gap:22px;align-items:center;max-width:1040px;margin:auto}.vq-business-comparison__grid article{padding:42px 44px;background:#fff;border:1px solid var(--vq-line);border-radius:8px}.vq-business-comparison__grid article.is-vertiqo{background:var(--vq-charcoal);color:#fff;border-color:var(--vq-charcoal);box-shadow:0 28px 65px rgba(37,56,63,.2)}.vq-business-comparison__grid h3{margin-bottom:24px;font-size:31px}.vq-business-comparison__grid .is-vertiqo li{border-color:rgba(255,255,255,.16)}.vq-business-comparison__mark{display:grid;place-items:center;width:64px;height:64px;margin:auto;border-radius:50%;background:var(--vq-teal);color:#fff}.vq-business-comparison__mark .vq-icon{width:28px;height:28px}.vq-business-comparison blockquote{max-width:820px;margin:45px auto 0;padding:25px 36px;border-left:4px solid var(--vq-teal);background:#fff;text-align:center;font-size:21px;font-weight:650;font-style:italic;color:var(--vq-charcoal)}.vq-business-professional__grid{display:grid;grid-template-columns:1.12fr .88fr;gap:80px;align-items:center}.vq-business-professional h2{font-size:clamp(44px,4.4vw,63px)}.vq-business-professional>div>div>p{color:var(--vq-muted)}.vq-business-professional figure{margin:0;position:relative}.vq-business-professional figure:before{content:"";position:absolute;left:-24px;bottom:-24px;width:74%;height:70%;background:var(--vq-teal);border-radius:8px}.vq-business-professional img{position:relative;width:100%;height:565px;object-fit:cover;border-radius:8px}.vq-about-challenges{display:grid;gap:12px;list-style:none;margin:24px 0;padding:0}.vq-about-challenges li{display:grid;grid-template-columns:42px 1fr;gap:14px;align-items:center;padding:15px 18px;background:#f3f8f8;border-radius:6px}.vq-about-challenges b{display:grid;place-items:center;width:35px;height:35px;border-radius:50%;background:var(--vq-teal);color:#fff;font-size:10px}.vq-about-challenges span{font-weight:650}.vq-rich-copy p{color:var(--vq-muted)}.vq-founder-profile .vq-rich-copy p,.vq-promise .vq-rich-copy p{margin-bottom:13px}.vq-founder-profile h2{margin-top:4px}.vq-about-banner h2{max-width:790px}.vq-promise .vq-rich-copy p{color:rgba(255,255,255,.84)}
@media(max-width:960px){.vq-business-problem__grid,.vq-business-toolkit__grid,.vq-business-professional__grid{grid-template-columns:1fr;gap:54px}.vq-business-problem__media{min-height:500px;max-width:700px;width:100%;margin:auto}.vq-business-audience__visuals{max-width:720px}.vq-business-audience__grid{grid-template-columns:1fr}.vq-business-comparison__grid{grid-template-columns:1fr}.vq-business-comparison__mark{transform:rotate(90deg)}.vq-business-professional figure{max-width:630px}.vq-business-professional img{height:520px}}
@media(max-width:700px){.vq-business-problem__media{min-height:405px}.vq-business-problem__main{width:82%;height:74%}.vq-business-problem__small{width:58%;height:44%;border-width:8px}.vq-business-problem__word{display:none}.vq-business-problem__sub{font-size:22px}.vq-toolkit-list{grid-template-columns:1fr}.vq-business-audience__visuals{grid-template-columns:1fr 1fr;margin-bottom:-45px}.vq-business-audience__visuals img{height:180px}.vq-business-audience__visuals img:nth-child(2){height:210px}.vq-business-audience__visuals img:nth-child(3){display:none}.vq-business-audience__grid{padding-top:78px}.vq-business-audience__grid article,.vq-business-comparison__grid article{padding:30px 26px}.vq-business-comparison blockquote{padding:22px 24px;font-size:18px}.vq-business-professional img{height:430px}.vq-business-professional figure:before{left:-12px;bottom:-12px}.vq-about-challenges li{grid-template-columns:35px 1fr;padding:13px}.vq-about-banner h2{font-size:44px}}
/*
 * Vertiqo 6.0 — fully semantic Figma implementation.
 * This file contains only CSS. No Figma page screenshots are used.
 */
:root{
  --vq-teal:#04aeb6;
  --vq-teal-2:#008e98;
  --vq-charcoal:#353f49;
  --vq-ink:#303943;
  --vq-muted:#657079;
  --vq-pale:#f6fafb;
  --vq-line:#e6edef;
  --vq-wrap:1440px;
  --vq-radius:22px;
  --vq-shadow:0 24px 70px rgba(32,54,63,.13);
}
body.vq-site-v7{font-size:15px;line-height:1.55;color:var(--vq-ink)}
body.vq-site-v7 .vq-wrap{width:min(calc(100% - 120px),var(--vq-wrap))}
body.vq-site-v7 .vq-section{padding:112px 0}
body.vq-site-v7 h1,body.vq-site-v7 h2,body.vq-site-v7 h3{letter-spacing:-.035em}
body.vq-site-v7 .vq-heading{max-width:920px;margin-bottom:60px}
body.vq-site-v7 .vq-heading h2{font-size:clamp(38px,3.25vw,62px)}
body.vq-site-v7 .vq-heading>p:last-child{font-size:16px}
body.vq-site-v7 .vq-btn{min-height:47px;padding:12px 22px;border-radius:3px;font-size:12px}
body.vq-site-v7 [data-reveal].is-observed{opacity:0;transform:translateY(28px);transition:opacity .75s cubic-bezier(.2,.7,.2,1),transform .75s cubic-bezier(.2,.7,.2,1)}
body.vq-site-v7 [data-reveal="left"].is-observed{transform:translateX(-34px)}
body.vq-site-v7 [data-reveal="right"].is-observed{transform:translateX(34px)}
body.vq-site-v7 [data-reveal].is-observed.is-visible{opacity:1;transform:none}

/* Header and footer */
body.vq-site-v7 .vq-header{height:76px}
body.vq-site-v7 .vq-header__inner{width:min(calc(100% - 72px),1770px)}
body.vq-site-v7 .vq-brand img{width:168px}
body.vq-site-v7 .vq-nav{gap:35px}
body.vq-site-v7 .vq-nav>ul{gap:35px}
body.vq-site-v7 .vq-nav a{font-size:12px;font-weight:500}
body.vq-site-v7 .vq-btn--header{min-width:104px;min-height:38px}
body.vq-site-v7 .vq-footer{padding-top:72px;background:var(--vq-charcoal)}
body.vq-site-v7 .vq-footer__grid{grid-template-columns:1.35fr .8fr .8fr .8fr;gap:70px}
body.vq-site-v7 .vq-footer__brand img{width:190px}
body.vq-site-v7 .vq-footer p,body.vq-site-v7 .vq-footer a{font-size:12px;line-height:1.7}

/* Shared hero */
body.vq-site-v7 .vq-hero,body.vq-site-v7 .vq-home-hero{min-height:760px;padding:125px 0 0;background:linear-gradient(105deg,#087f87 0%,#0998a2 45%,#078b94 100%)}
body.vq-site-v7 .vq-home-hero{min-height:840px}
body.vq-site-v7 .vq-hero__grid,body.vq-site-v7 .vq-home-hero__grid{grid-template-columns:.88fr 1.12fr;gap:50px;min-height:500px}
body.vq-site-v7 .vq-hero__copy,body.vq-site-v7 .vq-home-hero__copy{max-width:670px}
body.vq-site-v7 .vq-hero h1,body.vq-site-v7 .vq-home-hero h1{font-size:clamp(58px,5.05vw,88px);line-height:.94}
body.vq-site-v7 .vq-hero h1 span,body.vq-site-v7 .vq-home-hero h1 span{color:#00d0d7}
body.vq-site-v7 .vq-hero__copy>p:not(.vq-kicker),body.vq-site-v7 .vq-home-hero__copy>p:not(.vq-kicker){max-width:600px;font-size:17px;line-height:1.62}
body.vq-site-v7 .vq-home-hero__drone{min-height:520px}
body.vq-site-v7 .vq-home-hero__drone img{width:min(780px,110%);filter:drop-shadow(0 35px 35px rgba(12,38,44,.26))}
body.vq-site-v7 .vq-hero__visual>img{max-width:740px;max-height:520px}
body.vq-site-v7 .vq-cloud--one{top:9%;left:46%;width:200px}
body.vq-site-v7 .vq-cloud--two{top:15%;right:3%;width:300px}
body.vq-site-v7 .vq-home-hero__word,body.vq-site-v7 .vq-hero__sky>span{font-size:210px;right:-30px;bottom:40px}
body.vq-site-v7 .vq-trust{margin-top:16px}
body.vq-site-v7 .vq-trust>.vq-wrap{min-height:126px;border-radius:8px}
body.vq-site-v7 .vq-trust div div{justify-content:center;text-align:center;flex-direction:column;gap:9px;padding:21px 30px}
body.vq-site-v7 .vq-trust__icon{display:grid;place-items:center;color:var(--vq-teal)}
body.vq-site-v7 .vq-trust__icon .vq-icon{width:30px;height:30px}
body.vq-site-v7 .vq-trust div div>span:last-child{font-size:12px;max-width:190px}
body.vq-site-v7 .vq-internal .vq-hero{min-height:705px}
body.vq-site-v7 .vq-internal .vq-hero__grid{min-height:455px}
body.vq-site-v7 .vq-internal .vq-hero h1{font-size:clamp(52px,4.35vw,76px)}

/* Homepage */
.vq-problem-v6__grid{display:grid;grid-template-columns:.82fr 1.15fr .82fr;align-items:center;gap:44px;max-width:1320px;margin:auto}
.vq-problem-v6__grid figure{margin:0}
.vq-problem-v6__grid figure img{width:100%;height:420px;object-fit:cover;border-radius:16px}
.vq-problem-v6__left{transform:translateY(-18px)}
.vq-problem-v6__right{transform:translateY(50px)}
.vq-problem-v6__content{padding:10px 8px}
.vq-problem-v6__content h3{font-size:25px;margin-bottom:18px}
.vq-problem-v6__content article+article{margin-top:28px}
.vq-x-list{list-style:none;padding:0;margin:0}
.vq-x-list li{display:flex;gap:10px;margin:10px 0;color:var(--vq-muted)}
.vq-x-list .vq-icon{width:15px;height:15px;color:#e16666;flex:0 0 auto;margin-top:3px}
.vq-method{background:var(--vq-charcoal);color:#fff;margin-inline:auto;width:min(calc(100% - 60px),1800px);border-radius:18px}
.vq-method .vq-heading h2{color:#fff}
.vq-method .vq-heading h2 span{color:#fff}
.vq-method__wave{display:none}
.vq-method__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:70px;max-width:1180px;margin:auto;text-align:center}
.vq-method__grid article{position:relative}
.vq-method__icon{display:grid;place-items:center;width:125px;height:125px;margin:0 auto 24px;border-radius:50%;background:#fff;color:var(--vq-teal);box-shadow:0 0 0 1px rgba(255,255,255,.25)}
.vq-method__icon .vq-icon{width:56px;height:56px}
.vq-method__icon span{position:absolute;top:-7px;right:calc(50% - 59px);display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--vq-teal);color:#fff;font-size:11px}
.vq-method__grid h3{font-size:23px}
.vq-method__grid p{max-width:330px;margin:12px auto 0;color:rgba(255,255,255,.72);font-size:14px}
.vq-programs__grid{grid-template-columns:repeat(3,1fr);gap:26px}
.vq-program{border:0;box-shadow:none;background:transparent}
.vq-program figure{height:330px;border-radius:10px;overflow:hidden}
.vq-program figure img{height:100%;width:100%;object-fit:cover;transition:transform .6s ease}
.vq-program:hover figure img{transform:scale(1.04)}
.vq-program>div{padding:22px 0 0}
.vq-program h3{font-size:28px}
.vq-program p{color:var(--vq-muted);font-size:14px}
.vq-program a{color:var(--vq-teal);font-size:13px;font-weight:700}
.vq-founder-v6__grid{display:grid;grid-template-columns:1fr .84fr;gap:100px;align-items:center}
.vq-founder-v6__grid>div{max-width:760px}
.vq-founder-v6 figure{position:relative;margin:0}
.vq-founder-v6 figure img{width:100%;height:600px;object-fit:cover;border-radius:10px}
.vq-founder-v6__icon{position:absolute;left:-46px;top:-46px;display:grid;place-items:center;width:92px;height:92px;border-radius:50%;background:var(--vq-teal);color:#fff;z-index:1}
.vq-founder-v6 blockquote{padding:18px 22px;background:#eef8f8;border-left:3px solid var(--vq-teal);font-style:italic}
.vq-cinematic-v6{min-height:620px}
.vq-cinematic-v6 .vq-cinematic__copy{left:auto;right:max(60px,calc((100vw - var(--vq-wrap))/2));max-width:560px}
.vq-cinematic-v6 .vq-cinematic__copy h2{font-size:68px}
.vq-cinematic-v6 .vq-cinematic__drone{left:4%;width:57%}
.vq-compare-v6 .vq-compare__grid{max-width:890px}
.vq-compare-v6 .vq-compare__grid article{min-height:420px;padding:45px}
.vq-compare-v6 .is-vertiqo{background:var(--vq-charcoal);color:#fff}
.vq-opportunity-v6__stage{display:grid;grid-template-columns:1fr 1fr;max-width:1320px;margin:auto;min-height:610px;outline:none}
.vq-opportunity-v6__media{position:relative;overflow:hidden;border-radius:18px 0 0 18px;background:#eef4f5}
.vq-opportunity-v6__media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;pointer-events:none}
.vq-opportunity-v6__media img.is-active{opacity:1}
.vq-opportunity-v6__panel{position:relative;display:flex;align-items:center;padding:75px;background:var(--vq-teal);color:#fff;border-radius:0 18px 18px 0;overflow:hidden}
.vq-opportunity-v6__panel:after{content:"VERTIQO";position:absolute;right:-20px;bottom:-15px;font:400 100px/1 Satoshi,sans-serif;color:rgba(255,255,255,.08)}
.vq-opportunity-v6__panel article{display:none;position:relative;z-index:1}
.vq-opportunity-v6__panel article.is-active{display:block}
.vq-opportunity-v6__panel h3{font-size:48px;color:#fff}
.vq-opportunity-v6__panel p{max-width:470px;margin-top:220px;font-size:18px}
.vq-opportunity-v6__controls{position:absolute;left:75px;bottom:70px;z-index:2;display:flex;align-items:center;gap:10px}
.vq-opportunity-v6__controls button{display:grid;place-items:center;width:34px;height:34px;border:1px solid rgba(255,255,255,.45);background:transparent;color:#fff;border-radius:50%;cursor:pointer}
.vq-opportunity-v6__controls b,.vq-opportunity-v6__controls em,.vq-opportunity-v6__controls span{font-style:normal;font-size:13px}
.vq-opportunity-v6__roadmap{text-align:center;max-width:1120px;margin:68px auto 0}
.vq-opportunity-v6__roadmap h3{font-size:28px}
.vq-opportunity-v6__roadmap>div{display:flex;justify-content:center;gap:38px;margin-top:30px}
.vq-opportunity-v6__roadmap span{display:flex;gap:8px;align-items:center;font-size:13px}
.vq-opportunity-v6__roadmap .vq-icon{color:var(--vq-teal)}

/* Final CTA */
.vq-final-cta{position:relative;padding:105px 0 30px;background:#fff;color:var(--vq-charcoal);overflow:hidden}
.vq-final-cta__content{display:grid;grid-template-columns:1.15fr .85fr;gap:80px;align-items:start}
.vq-final-cta__content h2{font-size:clamp(52px,4.4vw,82px)}
.vq-final-cta__content p{max-width:470px;margin-top:10px;color:var(--vq-muted)}
.vq-final-cta__visual{position:relative;height:420px;margin-top:10px;display:grid;place-items:center}
.vq-final-cta__visual>span{position:absolute;font:400 155px/.78 Satoshi,sans-serif;color:#f2f6f7;text-align:center}
.vq-final-cta__visual img{position:relative;z-index:1;width:min(920px,72vw);max-height:380px;object-fit:contain;filter:drop-shadow(0 22px 25px rgba(26,49,57,.18))}

/* FAA */
.vq-faa-intro__grid{display:grid;grid-template-columns:1fr 1fr;gap:105px;align-items:center}
.vq-faa-intro__media{position:relative;min-height:520px}
.vq-faa-intro__media img:first-child{position:absolute;left:0;top:0;width:72%;height:92%;object-fit:cover;border-radius:12px}
.vq-faa-intro__media img:last-child{position:absolute;right:0;bottom:20px;width:50%;height:48%;object-fit:cover;border:10px solid #fff;border-radius:12px;box-shadow:var(--vq-shadow)}
.vq-faa-dark{width:min(calc(100% - 60px),1800px);margin:auto;border-radius:20px;background:var(--vq-charcoal);color:#fff}
.vq-faa-dark__grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:center}
.vq-faa-dark h2{font-size:54px}
.vq-faa-dark figure{margin:0}
.vq-faa-dark img{width:100%;height:500px;object-fit:cover;border-radius:12px}
.vq-faa-interaction__grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;max-width:1200px;margin:auto}
.vq-faa-interaction figure{margin:0}
.vq-faa-interaction figure img{width:100%;height:590px;object-fit:cover;border-radius:14px}
.vq-faa-interaction__list{display:grid;gap:15px}
.vq-faa-interaction__list article{display:flex;gap:20px;align-items:center;padding:18px 22px;background:#fff;box-shadow:0 12px 35px rgba(36,55,62,.1)}
.vq-faa-interaction__list span{display:grid;place-items:center;width:58px;height:58px;background:var(--vq-teal);color:#fff;border-radius:5px}
.vq-faa-topics__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.vq-faa-topics__grid article{min-height:230px;padding:34px;border:1px solid var(--vq-line);background:#fff}
.vq-faa-topics__grid article>span{color:var(--vq-teal)}
.vq-faa-includes__grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;max-width:1320px;margin:auto}
.vq-faa-includes__grid figure{margin:0}
.vq-faa-includes__grid figure img{height:100%;min-height:550px;width:100%;object-fit:cover;border-radius:16px}
.vq-faa-includes__panel{padding:75px;background:var(--vq-teal);color:#fff;border-radius:16px}
.vq-faa-professional__grid{display:grid;grid-template-columns:.75fr 1.4fr .75fr;gap:55px;align-items:center}
.vq-faa-professional__grid img{width:100%;height:420px;object-fit:cover;border-radius:12px}

/* Business guide */
.vq-business-problem__grid{grid-template-columns:.86fr 1.14fr;max-width:1160px}
.vq-business-problem__media{min-height:440px}
.vq-business-problem__main{width:100%;height:100%;position:relative}
.vq-business-problem__small,.vq-business-problem__word{display:none}
.vq-business-method{width:min(calc(100% - 60px),1800px);margin:auto;border-radius:20px;background:var(--vq-charcoal);color:#fff}
.vq-business-method .vq-heading h2,.vq-business-method .vq-heading p{color:#fff}
.vq-business-curriculum .vq-chapters__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.vq-business-curriculum .vq-chapters__grid article{padding:25px;border:1px solid var(--vq-line);min-height:220px;background:#fff}
.vq-business-curriculum .vq-chapters__grid article>span{color:var(--vq-teal);font-weight:700}
.vq-business-toolkit{width:min(calc(100% - 60px),1800px);margin:auto;border-radius:20px;background:var(--vq-teal)}
.vq-business-toolkit__grid{grid-template-columns:1fr;padding-block:0}
.vq-business-toolkit figure{display:none}
.vq-business-toolkit .vq-toolkit-list{grid-template-columns:repeat(3,1fr);padding:42px;background:#fff;color:var(--vq-charcoal);border-radius:18px}
.vq-business-toolkit .vq-toolkit-list span{border-color:var(--vq-line)}
.vq-business-audience__visuals{grid-template-columns:.78fr 1.35fr .78fr;max-width:1280px;margin-bottom:-260px}
.vq-business-audience__visuals img{height:370px}
.vq-business-audience__visuals img:nth-child(2){visibility:hidden;height:370px}
.vq-business-audience__grid{padding-top:160px;max-width:760px;margin:auto;gap:0}
.vq-business-audience__grid article{border:0;padding:35px;background:transparent}
.vq-business-audience__grid article.vq-business-audience__yes{background:transparent}
.vq-success-roadmap{padding-top:95px}
.vq-success-roadmap__track{position:relative;max-width:1180px;height:260px;margin:auto}
.vq-success-roadmap__wave{position:absolute;inset:55px 0 auto;width:100%;height:130px}
.vq-success-roadmap__wave path{fill:none;stroke:var(--vq-charcoal);stroke-width:28;stroke-linecap:round}
.vq-success-roadmap__steps{position:relative;display:grid;grid-template-columns:repeat(3,1fr);height:100%;align-items:start;text-align:center}
.vq-success-roadmap__steps article:nth-child(2){align-self:end}
.vq-success-roadmap__steps span{display:grid;place-items:center;width:75px;height:75px;margin:auto;border:8px solid var(--vq-teal);border-radius:50%;background:#fff;font-weight:800;font-size:12px}
.vq-business-comparison{background:#fafbfb}
.vq-business-comparison__grid{grid-template-columns:1fr 1fr;max-width:760px;gap:0}
.vq-business-comparison__mark{display:none}
.vq-business-comparison__grid article{border-radius:8px 0 0 8px}
.vq-business-comparison__grid article.is-vertiqo{border-radius:0 8px 8px 0}
.vq-business-professional{background:var(--vq-teal);color:#fff}
.vq-business-professional__grid{max-width:1280px}
.vq-business-professional .vq-kicker{color:#fff}
.vq-business-professional p,.vq-business-professional .vq-checks li{color:rgba(255,255,255,.85)}
.vq-business-professional figure:before{display:none}
.vq-business-professional img{height:510px}

/* Niche */
.vq-niche-quiz__box{max-width:800px;margin:auto;padding:45px 70px;background:#fff;border-radius:10px;box-shadow:var(--vq-shadow);text-align:center}
.vq-niche-quiz__progress{display:flex;align-items:center;gap:15px;margin-bottom:30px}.vq-niche-quiz__progress i{height:5px;flex:1;background:#d9eeee}.vq-niche-quiz__progress i:before{content:"";display:block;width:20%;height:100%;background:var(--vq-teal)}
.vq-niche-quiz__question h3{font-size:24px;margin-bottom:25px}.vq-niche-quiz__answers{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.vq-niche-quiz__answers button{padding:10px 18px;border:0;background:var(--vq-charcoal);color:#fff;cursor:pointer}.vq-niche-quiz__result{padding:25px;background:#ecf9f9}
.vq-niche-benefits__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.vq-niche-benefits__grid article{text-align:center;padding:30px 20px;border-bottom:3px solid var(--vq-teal)}.vq-niche-benefits__grid span{display:grid;place-items:center;width:65px;height:65px;margin:auto auto 18px;border-radius:50%;background:#ecf9f9;color:var(--vq-teal)}
.vq-niche-visual{width:min(calc(100% - 60px),1800px);margin:auto;border-radius:18px;overflow:hidden;position:relative;min-height:520px}.vq-niche-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.vq-niche-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.08),rgba(0,117,126,.82))}.vq-niche-visual__copy{position:absolute;right:8%;top:50%;transform:translateY(-50%);z-index:1;max-width:500px;color:#fff}.vq-niche-visual__copy h2{font-size:58px}
.vq-explorer__layout{grid-template-columns:310px 1fr}.vq-explorer__tabs button{font-size:13px}.vq-explorer__panels article{grid-template-columns:1fr 1.1fr}.vq-explorer__panels article>img{height:520px}.vq-industry-table{overflow:auto}.vq-industry-table table{width:100%;min-width:950px;border-collapse:separate;border-spacing:0;background:#fff;border-radius:12px;overflow:hidden}.vq-industry-table th,.vq-industry-table td{padding:16px 20px;border-bottom:1px solid var(--vq-line);text-align:left}.vq-industry-table th{background:var(--vq-teal);color:#fff}
.vq-niche-blueprint{background:var(--vq-teal);padding-bottom:0}.vq-niche-blueprint__panel{transform:translateY(70px);padding:65px;background:var(--vq-charcoal);color:#fff;border-radius:20px}.vq-niche-blueprint__items{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.vq-niche-blueprint__items span{padding:25px 18px;border:1px solid rgba(255,255,255,.13);text-align:center}.vq-niche-bundles{padding-top:190px}.vq-niche-bundles__grid{display:grid;grid-template-columns:1fr 1fr;gap:85px;align-items:center}.vq-niche-bundles__options{display:grid;gap:12px}.vq-niche-bundles__options article{display:flex;align-items:center;gap:18px;padding:18px;background:#fff;box-shadow:0 8px 30px rgba(28,48,55,.1)}.vq-niche-bundles__options b{display:grid;place-items:center;width:52px;height:52px;background:var(--vq-teal);color:#fff;border-radius:5px}.vq-niche-bundles figure img{height:570px;width:100%;object-fit:cover;border-radius:12px}

/* Pricing */
.vq-pricing-paths__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;max-width:1180px;margin:auto}.vq-pricing-paths__grid article{padding:45px 35px;border:1px solid var(--vq-line);text-align:center;background:#fff;box-shadow:0 14px 40px rgba(31,52,60,.07)}.vq-pricing-paths__grid span{display:grid;place-items:center;width:75px;height:75px;margin:auto auto 20px;border-radius:50%;background:#effafa;color:var(--vq-teal)}.vq-pricing-paths__grid small{display:block;margin-top:25px;padding-top:18px;border-top:1px solid var(--vq-line)}
.vq-pricing-cards__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.vq-price-card{position:relative;padding:38px 28px;border:1px solid var(--vq-line);background:#fff;min-height:560px;display:flex;flex-direction:column}.vq-price-card.is-featured{background:var(--vq-teal);color:#fff;transform:translateY(-18px)}.vq-price-card h3{font-size:24px}.vq-price-card__price{font:400 56px/1 Satoshi,sans-serif;margin:20px 0}.vq-price-card ul{list-style:none;margin:25px 0;padding:0}.vq-price-card li{margin:12px 0}.vq-price-card .vq-btn{margin-top:auto;width:100%}.vq-price-card.is-featured .vq-btn{background:#fff;color:var(--vq-teal);border-color:#fff}
.vq-pricing-roadmap{min-height:700px;background-size:cover;background-position:center;color:#fff}.vq-pricing-roadmap:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,63,70,.45),rgba(0,63,70,.12))}.vq-pricing-roadmap .vq-wrap{position:relative;z-index:1}.vq-pricing-roadmap__intro{margin-left:auto;max-width:650px}.vq-pricing-roadmap__intro h2{font-size:64px}.vq-pricing-roadmap__steps{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:210px}.vq-pricing-roadmap__steps article{padding:25px;background:rgba(26,73,80,.56);border:1px solid rgba(255,255,255,.25);backdrop-filter:blur(6px)}
.vq-pricing-carousel__track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.vq-pricing-carousel__track::-webkit-scrollbar{display:none}.vq-pricing-carousel__track article{flex:0 0 360px;scroll-snap-align:start;border:1px solid var(--vq-line);background:#fff}.vq-pricing-carousel__track img{height:250px;width:100%;object-fit:cover}.vq-pricing-carousel__track>article>div{padding:24px}.vq-pricing-carousel__controls{display:flex;justify-content:flex-end;gap:8px;margin-top:25px}.vq-pricing-carousel__controls button{width:46px;height:46px;border:1px solid var(--vq-teal);background:#fff;color:var(--vq-teal);border-radius:50%;cursor:pointer}
.vq-pricing-comparison{background:var(--vq-teal);color:#fff}.vq-pricing-comparison table{width:100%;border-collapse:separate;border-spacing:0;background:rgba(255,255,255,.12);border-radius:14px;overflow:hidden}.vq-pricing-comparison th,.vq-pricing-comparison td{padding:20px;border-bottom:1px solid rgba(255,255,255,.2);text-align:center}.vq-pricing-comparison th:first-child,.vq-pricing-comparison td:first-child{text-align:left}.vq-pricing-comparison .is-recommended{background:#fff;color:var(--vq-charcoal)}

/* Internal content pages */
.vq-about .vq-split__grid,.vq-contact-main__grid,.vq-reviews .vq-split__grid{gap:90px}
.vq-contact-form{padding:45px;border-radius:14px;background:#fff;box-shadow:var(--vq-shadow)}
.vq-contact-form input,.vq-contact-form select,.vq-contact-form textarea{width:100%;padding:15px;border:1px solid var(--vq-line);border-radius:4px;background:#fff}.vq-contact-form label{display:grid;gap:7px;margin-bottom:17px;font-size:13px;font-weight:700}.vq-form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.vq-faq-search__box{max-width:1000px;margin:auto}.vq-faq-group{display:grid;grid-template-columns:300px 1fr;gap:60px;padding:70px 0;border-bottom:1px solid var(--vq-line)}.vq-faq-list details{border:1px solid var(--vq-line);margin-bottom:10px;background:#fff}.vq-faq-list summary{padding:22px 25px}
.vq-legal-docs__grid{grid-template-columns:repeat(2,1fr)}
.vq-posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.vq-post-card{border:1px solid var(--vq-line);background:#fff}.vq-post-card img{height:250px;width:100%;object-fit:cover}.vq-post-card__body{padding:28px}

@media (max-width:1200px){
  body.vq-site-v7 .vq-wrap{width:min(calc(100% - 64px),1120px)}
  body.vq-site-v7 .vq-nav>ul{gap:18px}
  .vq-programs__grid,.vq-pricing-cards__grid{gap:16px}
  .vq-business-curriculum .vq-chapters__grid{grid-template-columns:repeat(3,1fr)}
  .vq-pricing-cards__grid{grid-template-columns:repeat(2,1fr)}
  .vq-niche-benefits__grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:960px){
  body.vq-site-v7 .vq-wrap{width:min(calc(100% - 44px),860px)}
  body.vq-site-v7 .vq-section{padding:82px 0}
  body.vq-site-v7 .vq-hero__grid,body.vq-site-v7 .vq-home-hero__grid{grid-template-columns:1fr;padding-bottom:45px}
  body.vq-site-v7 .vq-hero,body.vq-site-v7 .vq-home-hero{min-height:auto}
  body.vq-site-v7 .vq-home-hero__drone{min-height:390px}
  .vq-problem-v6__grid,.vq-founder-v6__grid,.vq-faa-intro__grid,.vq-faa-dark__grid,.vq-faa-interaction__grid,.vq-business-problem__grid,.vq-business-professional__grid,.vq-niche-bundles__grid,.vq-contact-main__grid{grid-template-columns:1fr}
  .vq-problem-v6__grid{max-width:720px}.vq-problem-v6__right{display:none}
  .vq-method{width:100%;border-radius:0}.vq-method__grid{gap:25px}
  .vq-programs__grid{grid-template-columns:1fr 1fr}
  .vq-cinematic-v6 .vq-cinematic__copy{right:40px;left:40px}
  .vq-opportunity-v6__panel{padding:45px}.vq-opportunity-v6__panel p{margin-top:150px}.vq-opportunity-v6__controls{left:45px;bottom:45px}
  .vq-faa-professional__grid{grid-template-columns:1fr 1.4fr}.vq-faa-professional__grid img:last-child{display:none}
  .vq-business-curriculum .vq-chapters__grid{grid-template-columns:repeat(2,1fr)}
  .vq-business-toolkit .vq-toolkit-list{grid-template-columns:repeat(2,1fr)}
  .vq-business-audience__visuals{grid-template-columns:1fr 1fr;margin-bottom:-100px}.vq-business-audience__visuals img:nth-child(2){display:none}
  .vq-business-comparison__grid{grid-template-columns:1fr 1fr}
  .vq-explorer__layout{grid-template-columns:1fr}.vq-explorer__tabs{display:flex;overflow:auto}
  .vq-pricing-roadmap__steps{grid-template-columns:repeat(2,1fr);margin-top:100px}
  .vq-final-cta__content{grid-template-columns:1fr}
  .vq-faq-group{grid-template-columns:1fr;gap:25px}
}
@media (max-width:700px){
  body.vq-site-v7 .vq-wrap{width:min(calc(100% - 30px),620px)}
  body.vq-site-v7 .vq-section{padding:68px 0}
  body.vq-site-v7 .vq-heading{margin-bottom:38px}
  body.vq-site-v7 .vq-heading h2{font-size:38px}
  body.vq-site-v7 .vq-hero h1,body.vq-site-v7 .vq-home-hero h1{font-size:48px}
  body.vq-site-v7 .vq-home-hero__drone{min-height:280px}
  body.vq-site-v7 .vq-trust>.vq-wrap{grid-template-columns:1fr 1fr}
  body.vq-site-v7 .vq-trust div div{border-bottom:1px solid var(--vq-line)}
  .vq-method__grid,.vq-programs__grid,.vq-faa-topics__grid,.vq-pricing-paths__grid,.vq-niche-benefits__grid,.vq-niche-blueprint__items,.vq-posts-grid{grid-template-columns:1fr}
  .vq-program figure{height:260px}
  .vq-founder-v6 figure img{height:430px}.vq-founder-v6__icon{left:10px;top:10px}
  .vq-cinematic-v6{min-height:480px}.vq-cinematic-v6 .vq-cinematic__copy h2{font-size:44px}.vq-cinematic-v6 .vq-cinematic__drone{width:85%}
  .vq-opportunity-v6__stage{grid-template-columns:1fr;min-height:710px}.vq-opportunity-v6__media{min-height:350px;border-radius:15px 15px 0 0}.vq-opportunity-v6__panel{min-height:360px;border-radius:0 0 15px 15px}.vq-opportunity-v6__panel h3{font-size:38px}.vq-opportunity-v6__panel p{margin-top:70px}.vq-opportunity-v6__roadmap>div{flex-direction:column;gap:12px;align-items:center}
  .vq-final-cta__content h2{font-size:49px}.vq-final-cta__visual{height:300px}.vq-final-cta__visual>span{font-size:80px}
  .vq-faa-intro__media{min-height:380px}.vq-faa-dark{width:100%;border-radius:0}.vq-faa-dark h2{font-size:40px}.vq-faa-dark img{height:370px}.vq-faa-includes__grid{grid-template-columns:1fr}.vq-faa-includes__panel{padding:40px}.vq-faa-professional__grid{grid-template-columns:1fr}.vq-faa-professional__grid img{height:320px}
  .vq-business-curriculum .vq-chapters__grid,.vq-business-toolkit .vq-toolkit-list,.vq-business-audience__grid,.vq-business-comparison__grid{grid-template-columns:1fr}
  .vq-business-toolkit{width:100%;border-radius:0}.vq-business-toolkit .vq-toolkit-list{padding:28px}.vq-business-audience__visuals{margin-bottom:-60px}.vq-business-audience__visuals img{height:220px}.vq-success-roadmap__track{height:auto}.vq-success-roadmap__wave{display:none}.vq-success-roadmap__steps{grid-template-columns:1fr;gap:25px}.vq-success-roadmap__steps article:nth-child(2){align-self:auto}
  .vq-niche-quiz__box{padding:35px 22px}.vq-niche-visual{width:100%;border-radius:0}.vq-niche-visual__copy{left:25px;right:25px}.vq-niche-visual__copy h2{font-size:42px}.vq-explorer__panels article{grid-template-columns:1fr}.vq-explorer__panels article>img{height:330px}.vq-niche-blueprint__panel{padding:40px 22px}.vq-niche-bundles figure img{height:400px}
  .vq-pricing-cards__grid{grid-template-columns:1fr}.vq-price-card.is-featured{transform:none}.vq-pricing-roadmap__intro h2{font-size:44px}.vq-pricing-roadmap__steps{grid-template-columns:1fr;margin-top:60px}.vq-pricing-carousel__track article{flex-basis:86vw}
  .vq-form-row{grid-template-columns:1fr}.vq-legal-docs__grid{grid-template-columns:1fr}
}
@media (prefers-reduced-motion:reduce){body.vq-site-v7 [data-reveal].is-observed{opacity:1;transform:none;transition:none}.vq-program figure img{transition:none}}

/* v6 internal-page refinements */
.vq-faa-intro-v6__grid{display:grid;grid-template-columns:1fr 1fr;gap:105px;align-items:center}.vq-faa-intro-v6__media{position:relative;min-height:520px}.vq-faa-intro-v6__main{position:absolute;left:0;top:0;width:72%;height:92%;object-fit:cover;border-radius:12px}.vq-faa-intro-v6__small{position:absolute;right:0;bottom:20px;width:50%;height:48%;object-fit:cover;border:10px solid #fff;border-radius:12px;box-shadow:var(--vq-shadow)}
.vq-faa-intimidating{width:min(calc(100% - 60px),1800px);margin:auto;border-radius:20px;background:var(--vq-charcoal);color:#fff}.vq-faa-intimidating__grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:center}.vq-faa-intimidating h2{font-size:54px}.vq-faa-intimidating figure{margin:0}.vq-faa-intimidating img{width:100%;height:500px;object-fit:cover;border-radius:12px}
.vq-faa-banner{position:relative;min-height:620px;overflow:hidden;color:#fff}.vq-faa-banner__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.vq-faa-banner__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,57,66,.12),rgba(10,57,66,.55))}.vq-faa-banner__drone{position:absolute;left:4%;top:20%;width:57%;max-height:450px;object-fit:contain}.vq-faa-banner__copy{position:relative;z-index:2;display:flex;min-height:620px;flex-direction:column;align-items:flex-start;justify-content:center;margin-left:auto!important;width:min(46%,620px)!important}.vq-faa-banner__copy h2{font-size:65px;color:#fff}.vq-faa-includes-v6__grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.vq-faa-includes-v6__grid figure{margin:0}.vq-faa-includes-v6__grid figure img{width:100%;height:560px;object-fit:cover;border-radius:16px}.vq-faa-includes-v6__grid>div{display:flex;align-items:center;padding:75px;background:var(--vq-teal);color:#fff;border-radius:16px}.vq-faa-includes-v6__grid ul{list-style:none;margin:0;padding:0}.vq-faa-includes-v6__grid li{display:flex;gap:13px;margin:18px 0;font-size:21px}.vq-faa-includes-v6__grid .vq-icon{width:23px;height:23px;flex:0 0 auto}
.vq-simple-hero{position:relative;display:grid;place-items:center;min-height:600px;padding:125px 0 65px;background:linear-gradient(105deg,#087f87,#078f98);color:#fff;text-align:center;overflow:hidden}.vq-simple-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent 45%,rgba(255,255,255,.035) 45% 48%,transparent 48%),radial-gradient(circle at 72% 35%,rgba(255,255,255,.08),transparent 30%);background-size:140px 140px,auto}.vq-simple-hero:after{content:"VERTIQO";position:absolute;right:-15px;bottom:-20px;font:400 190px/1 Satoshi,sans-serif;color:rgba(255,255,255,.08)}.vq-simple-hero .vq-wrap{position:relative;z-index:1}.vq-simple-hero h1{font-size:clamp(55px,5vw,84px);color:#fff}.vq-simple-hero h1 span{color:#fff}.vq-simple-hero p{max-width:900px;margin:20px auto 0;font-size:17px;color:rgba(255,255,255,.93)}
.vq-reviews-intro figure{margin:0}.vq-reviews-intro figure img{width:100%;height:560px;object-fit:cover;border-radius:18px}.vq-reviews-intro h2{font-size:58px}.vq-testimonials-v6__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.vq-testimonials-v6__grid blockquote{margin:0;padding:34px;border:1px solid var(--vq-line);background:#fff;min-height:390px}.vq-testimonials-v6__grid blockquote h3{font-size:19px;margin:15px 0}.vq-testimonials-v6__grid blockquote p,.vq-testimonials-v6__grid blockquote div{color:var(--vq-muted);font-size:14px}.vq-testimonials-v6__grid blockquote footer{display:flex;gap:13px;align-items:center;margin-top:35px;padding-top:22px;border-top:1px solid var(--vq-line)}.vq-testimonials-v6__grid blockquote footer>span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--vq-teal);color:#fff;font-weight:700}.vq-testimonials-v6__grid blockquote footer strong,.vq-testimonials-v6__grid blockquote footer small{display:block}.vq-testimonials-v6__image{margin:0;overflow:hidden}.vq-testimonials-v6__image img{width:100%;height:100%;min-height:390px;object-fit:cover;border-radius:8px}.vq-success-stories-v6{width:min(calc(100% - 60px),1800px);margin:auto;border-radius:20px;background:var(--vq-teal);color:#fff}.vq-success-stories-v6 .vq-heading h2{color:#fff}.vq-success-stories-v6__grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;max-width:1300px;margin:auto}.vq-success-stories-v6__grid article{padding:45px;background:#fff;color:var(--vq-charcoal);border-radius:14px}.vq-success-stories-v6__grid h3{font-size:25px}.vq-why-students-v6__top{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.vq-why-students-v6__top h2{font-size:60px}.vq-why-students-v6 figure{margin:30px 0 0}.vq-why-students-v6 figure img{width:100%;height:600px;object-fit:cover;border-radius:18px}
.vq-contact-topics__lead,.vq-legal-lead{max-width:900px;margin:0 auto 90px;text-align:center;font-size:25px;font-weight:600}.vq-contact-topics__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;max-width:1320px;margin:auto}.vq-contact-topics__grid article{padding:38px;border:1px solid var(--vq-line);min-height:300px;background:#fff;box-shadow:0 18px 45px rgba(30,50,58,.06)}.vq-contact-topics__grid article>span{display:grid;place-items:center;width:60px;height:60px;border-radius:50%;background:#ecf9f9;color:var(--vq-teal)}.vq-contact-topics__grid h3{font-size:22px;margin:25px 0 10px}.vq-contact-topics__grid p{color:var(--vq-muted)}.vq-contact-form-section__grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}.vq-contact-form-section figure{margin:0}.vq-contact-form-section figure img{width:100%;height:720px;object-fit:cover;border-radius:20px}.vq-contact-form--dark{background:var(--vq-charcoal);color:#fff;box-shadow:none;padding:65px;border-radius:20px}.vq-contact-form--dark h2{font-size:58px;margin-bottom:35px}.vq-contact-form--dark h2 span{color:var(--vq-teal)}.vq-contact-form--dark label{color:#fff}.vq-contact-form--dark input,.vq-contact-form--dark select,.vq-contact-form--dark textarea{background:#4b5660;border-color:#65717a;color:#fff}.vq-contact-connect__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:960px;margin:auto}.vq-contact-connect__grid article{position:relative;padding:45px 25px 30px;border:1px solid var(--vq-line);text-align:center}.vq-contact-connect__grid article>span{position:absolute;left:50%;top:-32px;transform:translateX(-50%);display:grid;place-items:center;width:64px;height:64px;border-radius:50%;background:var(--vq-teal);color:#fff}.vq-contact-connect__grid h3{margin-top:8px}
.vq-faq-hero{min-height:520px}.vq-faq-hero h1{font-size:62px}.vq-faq-search__box{display:flex;align-items:center;gap:14px;max-width:1100px;margin:38px auto 0;padding:14px 20px;border-radius:999px;background:rgba(255,255,255,.28);border:1px solid rgba(255,255,255,.4)}.vq-faq-search__box input{flex:1;border:0;background:transparent;color:#fff;outline:0}.vq-faq-search__box input::placeholder{color:rgba(255,255,255,.85)}.vq-faq-content__grid{display:grid;grid-template-columns:270px 1fr;gap:70px;align-items:start}.vq-faq-content aside{position:sticky;top:110px}.vq-faq-content aside nav{display:grid;border:1px solid var(--vq-line)}.vq-faq-content aside a{padding:15px 18px;border-bottom:1px solid var(--vq-line);font-size:13px}.vq-faq-content aside a:hover{background:#ecf9f9;color:var(--vq-teal)}.vq-faq-group-v6{margin-bottom:58px}.vq-faq-group-v6 h2{font-size:30px;margin-bottom:25px}.vq-faq-group-v6 h2 span{color:var(--vq-teal)}.vq-faq-group-v6 .vq-faq-list details{margin-bottom:9px}.vq-faq-answer{padding:0 25px 23px;color:var(--vq-muted)}
.vq-legal-docs__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.vq-legal-docs__grid article{padding:35px;border:1px solid var(--vq-line);min-height:320px;background:#fff}.vq-legal-docs__grid article>span{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:#eef9f9;color:var(--vq-teal)}.vq-legal-docs__grid h3{font-size:21px;margin:24px 0 12px}.vq-legal-docs__grid p{color:var(--vq-muted);font-size:13px}.vq-legal-faq{background:#fafcfc}.vq-legal-faq .vq-faq-list{max-width:1050px;margin:auto}
.vq-blog-hero{min-height:660px}.vq-blog-hero .vq-wrap{max-width:1200px}.vq-blog-search{display:flex;align-items:center;max-width:1100px;margin:38px auto 0;padding:14px 22px;border-radius:999px;background:rgba(255,255,255,.28)}.vq-blog-search input{flex:1;border:0;background:transparent;color:#fff;outline:0}.vq-blog-search input::placeholder{color:rgba(255,255,255,.9)}.vq-blog-search button{border:0;background:transparent;color:#fff}.vq-blog-label{padding-bottom:18px;border-bottom:1px solid var(--vq-line);font-weight:700}.vq-blog-label:before{content:"";display:inline-block;width:10px;height:10px;margin-right:10px;border-radius:50%;background:var(--vq-teal)}.vq-blog-featured-v6__grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;margin-top:50px}.vq-blog-featured-v6__grid figure{margin:0}.vq-blog-featured-v6__grid img{width:100%;height:480px;object-fit:cover;border-radius:16px}.vq-blog-featured-v6__grid h2{font-size:58px}.vq-blog-filter{display:flex;gap:0;overflow:auto;margin-bottom:40px;background:var(--vq-charcoal);color:#fff;border-radius:9px}.vq-blog-filter>*{padding:18px 28px;white-space:nowrap;border-right:1px solid rgba(255,255,255,.12)}.vq-posts-grid .vq-post-card h2{font-size:23px}.vq-post-card__category{display:inline-block;padding:5px 10px;border-radius:999px;background:var(--vq-teal);color:#fff!important;font-size:10px}.vq-lead-magnet-v6{padding:80px;text-align:center;background:var(--vq-teal);color:#fff;border-radius:20px}.vq-lead-magnet-v6 h2{font-size:55px;color:#fff}.vq-lead-magnet-v6 p{max-width:760px;margin:15px auto 30px}.vq-lead-magnet-v6 form{display:flex;flex-wrap:wrap;justify-content:center;gap:15px}.vq-lead-magnet-v6 input{min-width:480px;padding:16px 24px;border:0;border-radius:999px;background:rgba(255,255,255,.25);color:#fff}.vq-article-top{min-height:560px}.vq-article-top h1{font-size:65px}.vq-article-top nav{margin-top:25px;font-size:13px}.vq-article-content__inner{max-width:1150px;margin:auto}.vq-article-content header h1{font-size:65px}.vq-article-content header>p{font-size:17px}.vq-article-meta{display:flex;gap:25px;margin:25px 0}.vq-article-meta span:before{content:"";display:inline-block;width:8px;height:8px;margin-right:8px;border-radius:50%;background:var(--vq-teal)}.vq-article-featured{margin:45px 0}.vq-article-featured img{width:100%;max-height:680px;object-fit:cover;border-radius:17px}.vq-article-content .vq-prose{max-width:100%;font-size:16px}.vq-article-content .vq-prose h2{font-size:34px;margin-top:45px}.vq-article-content .vq-prose h3{font-size:25px;margin-top:35px}
@media(max-width:1200px){.vq-testimonials-v6__grid,.vq-legal-docs__grid{grid-template-columns:repeat(2,1fr)}.vq-contact-topics__grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:960px){.vq-faa-intro-v6__grid,.vq-faa-intimidating__grid,.vq-faa-interaction__grid,.vq-faa-includes-v6__grid,.vq-contact-form-section__grid,.vq-blog-featured-v6__grid{grid-template-columns:1fr}.vq-faa-intimidating{width:100%;border-radius:0}.vq-faa-banner__copy{width:auto!important;margin:0 35px!important}.vq-faq-content__grid{grid-template-columns:1fr}.vq-faq-content aside{position:relative;top:auto}.vq-faq-content aside nav{display:flex;overflow:auto}.vq-why-students-v6__top{grid-template-columns:1fr}.vq-legal-docs__grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.vq-simple-hero{min-height:430px}.vq-simple-hero h1{font-size:47px}.vq-faa-intro-v6__media{min-height:380px}.vq-faa-banner{min-height:500px}.vq-faa-banner__copy{min-height:500px}.vq-faa-banner__copy h2{font-size:42px}.vq-faa-includes-v6__grid>div{padding:40px}.vq-faa-includes-v6__grid li{font-size:16px}.vq-testimonials-v6__grid,.vq-success-stories-v6__grid,.vq-contact-topics__grid,.vq-contact-connect__grid,.vq-legal-docs__grid{grid-template-columns:1fr}.vq-success-stories-v6{width:100%;border-radius:0}.vq-reviews-intro figure img,.vq-why-students-v6 figure img,.vq-contact-form-section figure img{height:400px}.vq-contact-form--dark{padding:35px 24px}.vq-contact-topics__lead,.vq-legal-lead{font-size:19px;margin-bottom:55px}.vq-faq-content aside nav{display:grid}.vq-blog-featured-v6__grid img{height:330px}.vq-blog-featured-v6__grid h2,.vq-lead-magnet-v6 h2,.vq-article-content header h1{font-size:42px}.vq-lead-magnet-v6{padding:55px 22px}.vq-lead-magnet-v6 input{min-width:0;width:100%}.vq-blog-filter>*{padding:15px}.vq-posts-grid{grid-template-columns:1fr}}

/* About page — Figma-calibrated dynamic sections. */
body.vq-site-v7 .vq-about-story .vq-media-stack{position:relative;min-height:610px}
body.vq-site-v7 .vq-about-story .vq-media-stack img:first-child{position:absolute;left:0;top:0;width:78%;height:520px;object-fit:cover;border-radius:18px}
body.vq-site-v7 .vq-about-story .vq-media-stack img:last-child{position:absolute;right:0;bottom:0;width:48%;height:280px;object-fit:cover;border:12px solid #fff;border-radius:18px;box-shadow:var(--vq-shadow)}
body.vq-site-v7 .vq-about-challenges{list-style:none;padding:0;margin:28px 0;display:grid;gap:14px}
body.vq-site-v7 .vq-about-challenges li{display:grid;grid-template-columns:54px 1fr;align-items:center;gap:15px;padding:14px 0;border-bottom:1px solid var(--vq-line)}
body.vq-site-v7 .vq-about-challenges b{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#e9f8f8;color:var(--vq-teal)}
body.vq-site-v7 .vq-mission{padding-top:30px;background:#fff}
body.vq-site-v7 .vq-mission__grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;max-width:1240px;margin:auto}
body.vq-site-v7 .vq-mission__grid article{position:relative;min-height:340px;padding:58px 52px;border:1px solid var(--vq-line);background:#fff;box-shadow:0 22px 60px rgba(37,57,66,.07);overflow:hidden}
body.vq-site-v7 .vq-mission__grid article>span{position:absolute;right:28px;top:10px;font:400 110px/1 Satoshi,sans-serif;color:rgba(0,173,181,.08)}
body.vq-site-v7 .vq-mission__grid h2{font-size:43px;margin-bottom:24px}
body.vq-site-v7 .vq-mission__grid p{max-width:490px;color:var(--vq-muted);font-size:16px;line-height:1.8}
body.vq-site-v7 .vq-about-banner{position:relative;min-height:650px;overflow:hidden;color:#fff}
body.vq-site-v7 .vq-about-banner>img:first-child{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
body.vq-site-v7 .vq-about-banner__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,63,70,.78),rgba(0,63,70,.08))}
body.vq-site-v7 .vq-about-banner .vq-wrap{position:relative;z-index:2;min-height:650px;display:flex;align-items:center}
body.vq-site-v7 .vq-about-banner h2{max-width:720px;color:#fff;font-size:72px}
body.vq-site-v7 .vq-about-banner__drone{position:absolute!important;z-index:2;right:5%;bottom:7%;width:min(46vw,780px)!important;height:auto!important;object-fit:contain!important}
body.vq-site-v7 .vq-difference .vq-feature-row__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:60px}
body.vq-site-v7 .vq-difference .vq-feature-row__grid article{min-height:330px;padding:38px 30px;border:1px solid var(--vq-line);background:#fff;box-shadow:0 16px 45px rgba(34,55,64,.06)}
body.vq-site-v7 .vq-difference .vq-feature-row__grid article>span{display:grid;place-items:center;width:66px;height:66px;border-radius:50%;background:#e9f8f8;color:var(--vq-teal);font-weight:800}
body.vq-site-v7 .vq-difference .vq-feature-row__grid h3{font-size:24px;margin:30px 0 15px}
body.vq-site-v7 .vq-founder-profile{background:#f8fbfb}
body.vq-site-v7 .vq-founder-profile__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:center;max-width:1280px}
body.vq-site-v7 .vq-founder-profile figure{margin:0;position:relative}
body.vq-site-v7 .vq-founder-profile figure:before{content:"";position:absolute;left:-35px;top:-35px;width:70%;height:70%;border-radius:18px;background:var(--vq-teal);opacity:.15}
body.vq-site-v7 .vq-founder-profile figure img{position:relative;width:100%;height:660px;object-fit:cover;border-radius:18px}
body.vq-site-v7 .vq-founder-profile h2{font-size:64px;margin:10px 0 28px}
body.vq-site-v7 .vq-credentials{list-style:none;padding:0;margin:30px 0 0;display:grid;grid-template-columns:1fr 1fr;gap:14px}
body.vq-site-v7 .vq-credentials li:before{content:"✓";display:inline-grid;place-items:center;width:22px;height:22px;margin-right:9px;border-radius:50%;background:var(--vq-teal);color:#fff;font-size:12px}
body.vq-site-v7 .vq-core-values{background:var(--vq-teal);color:#fff}
body.vq-site-v7 .vq-core-values .vq-heading h2{color:#fff}
body.vq-site-v7 .vq-core-values .vq-heading h2 span{color:#fff}
body.vq-site-v7 .vq-core-values__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:60px}
body.vq-site-v7 .vq-core-values__grid article{min-height:310px;padding:42px 32px;border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.08)}
body.vq-site-v7 .vq-core-values__grid article:nth-child(2){background:#fff;color:var(--vq-charcoal);transform:translateY(-16px)}
body.vq-site-v7 .vq-core-values__grid b{font-size:14px;opacity:.75}
body.vq-site-v7 .vq-core-values__grid h3{font-size:28px;margin:55px 0 16px;color:inherit}
body.vq-site-v7 .vq-core-values__grid p{color:inherit;opacity:.83}
body.vq-site-v7 .vq-about-promise{padding-bottom:30px;background:#fff;overflow:hidden}
body.vq-site-v7 .vq-about-promise__content{display:grid;grid-template-columns:1fr 1fr;gap:95px;align-items:start;max-width:1240px;margin:auto}
body.vq-site-v7 .vq-about-promise__content h2{font-size:72px}
body.vq-site-v7 .vq-about-promise__content .vq-rich-copy{font-size:17px;color:var(--vq-muted)}
body.vq-site-v7 .vq-about-promise__visual{position:relative;min-height:600px;margin-top:20px;text-align:center}
body.vq-site-v7 .vq-about-promise__visual span{position:absolute;left:50%;top:25%;transform:translate(-50%,-50%);font:400 clamp(100px,15vw,270px)/.75 Satoshi,sans-serif;color:#f0f7f7;white-space:nowrap}
body.vq-site-v7 .vq-about-promise__visual img{position:absolute;z-index:1;left:50%;bottom:0;transform:translateX(-50%);width:min(950px,80vw);height:auto}
@media(max-width:960px){body.vq-site-v7 .vq-mission__grid,body.vq-site-v7 .vq-founder-profile__grid,body.vq-site-v7 .vq-about-promise__content{grid-template-columns:1fr}body.vq-site-v7 .vq-difference .vq-feature-row__grid,body.vq-site-v7 .vq-core-values__grid{grid-template-columns:repeat(2,1fr)}body.vq-site-v7 .vq-founder-profile figure img{height:560px}body.vq-site-v7 .vq-about-banner h2{font-size:55px}}
@media(max-width:700px){body.vq-site-v7 .vq-about-story .vq-media-stack{min-height:470px}body.vq-site-v7 .vq-about-story .vq-media-stack img:first-child{height:400px;width:88%}body.vq-site-v7 .vq-about-story .vq-media-stack img:last-child{height:210px;width:55%}body.vq-site-v7 .vq-mission__grid,body.vq-site-v7 .vq-difference .vq-feature-row__grid,body.vq-site-v7 .vq-core-values__grid{grid-template-columns:1fr}body.vq-site-v7 .vq-mission__grid article{padding:40px 28px}body.vq-site-v7 .vq-about-banner,body.vq-site-v7 .vq-about-banner .vq-wrap{min-height:500px}body.vq-site-v7 .vq-about-banner h2,body.vq-site-v7 .vq-founder-profile h2,body.vq-site-v7 .vq-about-promise__content h2{font-size:44px}body.vq-site-v7 .vq-about-banner__drone{width:80vw!important;right:-18%;bottom:4%}body.vq-site-v7 .vq-founder-profile figure img{height:450px}body.vq-site-v7 .vq-credentials{grid-template-columns:1fr}body.vq-site-v7 .vq-about-promise__visual{min-height:390px}}
/* Preview-safe and no-JS fallback: content is visible by default. JS progressively enhances. */
html:not(.vq-motion-ready) [data-reveal], html:not(.vq-motion-ready) [data-method-card], html:not(.vq-motion-ready) [data-hero-copy]{opacity:1!important;transform:none!important;visibility:visible!important}

/* ========================================================================== 
   Vertiqo 7.0 desktop calibration - 1920px Figma frame is the source of truth.
   This layer deliberately overrides the older generic rules above.
   ========================================================================== */
@media (min-width:1281px){
  :root{--vq-wrap:1590px;--vq-header:76px;--vq-teal:#08adb5;--vq-charcoal:#37414b;--vq-ink:#313a43;--vq-muted:#6b747d}
  body.vq-site-v7{font-size:15px;line-height:1.55}
  body.vq-site-v7 .vq-wrap{width:min(calc(100% - 320px),var(--vq-wrap))}
  body.vq-site-v7 .vq-header__inner{width:min(calc(100% - 120px),1760px)}
  body.vq-site-v7 .vq-header{height:76px}
  body.vq-site-v7 .vq-brand img{width:170px}
  body.vq-site-v7 .vq-nav{gap:34px}
  body.vq-site-v7 .vq-nav>ul{gap:34px}
  body.vq-site-v7 .vq-nav a{font-size:12px;font-weight:500}
  body.vq-site-v7 .vq-btn{min-height:47px;padding:12px 22px;border-radius:3px;font-size:12px}
  body.vq-site-v7 .vq-heading h2{font-size:52px;line-height:1.06}
  body.vq-site-v7 .vq-heading{margin-bottom:52px}
  body.vq-site-v7 .vq-section{padding:0}
  body.vq-site-v7 .vq-footer{height:592px;min-height:592px;padding-top:104px}
  body.vq-site-v7 .vq-footer__grid{grid-template-columns:1.35fr .8fr .8fr .8fr;gap:88px;padding-bottom:83px}
  body.vq-site-v7 .vq-footer__bottom{padding:27px 0}

  /* Homepage exact vertical rhythm: 10688px including footer. */
  body.vq-site-v7 .vq-home-hero{height:1203px;min-height:1203px;padding-top:128px}
  body.vq-site-v7 .vq-home-hero__grid{grid-template-columns:.9fr 1.1fr;gap:40px;min-height:720px;align-items:center}
  body.vq-site-v7 .vq-home-hero__copy{max-width:650px;padding-bottom:112px}
  body.vq-site-v7 .vq-home-hero h1{font-size:88px;line-height:.94;max-width:640px}
  body.vq-site-v7 .vq-home-hero__copy>p:not(.vq-kicker){max-width:585px;font-size:17px;line-height:1.6;margin-top:22px}
  body.vq-site-v7 .vq-home-hero__drone{min-height:650px;padding-top:18px}
  body.vq-site-v7 .vq-home-hero__drone img{width:810px;max-width:112%;filter:drop-shadow(0 35px 36px rgba(12,38,44,.25))}
  body.vq-site-v7 .vq-cloud--one{top:12%;left:43%;width:210px}
  body.vq-site-v7 .vq-cloud--two{top:15%;right:1%;width:330px}
  body.vq-site-v7 .vq-home-hero__word{font-size:240px;right:-24px;bottom:145px}
  body.vq-site-v7 .vq-home-hero .vq-trust{position:absolute;left:0;right:0;bottom:68px;margin:0}
  body.vq-site-v7 .vq-home-hero .vq-trust>.vq-wrap{height:154px;min-height:154px;width:min(calc(100% - 320px),1590px)}
  body.vq-site-v7 .vq-home-hero .vq-trust div div{padding:26px 40px;gap:10px}
  body.vq-site-v7 .vq-home-hero .vq-trust div div>span:last-child{font-size:13px;max-width:220px}
  body.vq-site-v7 .vq-home-hero .vq-trust__icon .vq-icon{width:34px;height:34px}

  body.vq-site-v7 .vq-home .vq-problem{height:1264px;padding:150px 0 130px}
  body.vq-site-v7 .vq-home .vq-problem .vq-heading{margin-bottom:72px}
  body.vq-site-v7 .vq-home .vq-problem .vq-heading h2{font-size:53px;max-width:930px;margin:auto}
  body.vq-site-v7 .vq-problem-v6__grid{grid-template-columns:.82fr 1.12fr .82fr;gap:62px;max-width:1590px}
  body.vq-site-v7 .vq-problem-v6__grid figure img{height:465px;border-radius:18px}
  body.vq-site-v7 .vq-problem-v6__left{transform:translateY(-20px)}
  body.vq-site-v7 .vq-problem-v6__right{transform:translateY(98px)}
  body.vq-site-v7 .vq-problem-v6__content{padding:0 10px}
  body.vq-site-v7 .vq-problem-v6__content h3{font-size:27px;margin-bottom:17px}
  body.vq-site-v7 .vq-problem-v6__content article+article{margin-top:34px}
  body.vq-site-v7 .vq-problem-v6__content li{font-size:13px;margin:9px 0}

  body.vq-site-v7 .vq-home .vq-method{height:752px;width:calc(100% - 80px);max-width:none;border-radius:20px;padding:86px 0 78px}
  body.vq-site-v7 .vq-home .vq-method .vq-heading{margin-bottom:50px}
  body.vq-site-v7 .vq-home .vq-method .vq-heading h2{font-size:49px}
  body.vq-site-v7 .vq-home .vq-method__grid{max-width:1300px;gap:95px}
  body.vq-site-v7 .vq-home .vq-method__icon{width:132px;height:132px;margin-bottom:24px}
  body.vq-site-v7 .vq-home .vq-method__icon .vq-icon{width:58px;height:58px}
  body.vq-site-v7 .vq-home .vq-method__grid h3{font-size:22px}
  body.vq-site-v7 .vq-home .vq-method__grid p{font-size:13px;max-width:340px}
  body.vq-site-v7 .vq-home .vq-method .vq-center{margin-top:38px}

  body.vq-site-v7 .vq-home .vq-programs{height:1036px;padding:138px 0 120px}
  body.vq-site-v7 .vq-home .vq-programs .vq-heading{margin-bottom:56px;max-width:760px}
  body.vq-site-v7 .vq-home .vq-programs .vq-heading h2{font-size:52px}
  body.vq-site-v7 .vq-home .vq-programs__grid{gap:28px}
  body.vq-site-v7 .vq-home .vq-program figure{height:360px}
  body.vq-site-v7 .vq-home .vq-program>div{padding-top:24px}
  body.vq-site-v7 .vq-home .vq-program h3{font-size:25px}
  body.vq-site-v7 .vq-home .vq-program p{font-size:13px;line-height:1.6;min-height:66px}

  body.vq-site-v7 .vq-home .vq-founder{height:1140px;padding:128px 0;background:#fff}
  body.vq-site-v7 .vq-home .vq-founder .vq-heading{margin-bottom:54px}
  body.vq-site-v7 .vq-home .vq-founder .vq-heading h2{font-size:52px}
  body.vq-site-v7 .vq-founder-v6__grid{grid-template-columns:1.05fr .82fr;gap:132px;align-items:start}
  body.vq-site-v7 .vq-founder-v6__grid>div{padding-top:36px;max-width:760px}
  body.vq-site-v7 .vq-founder-v6__grid>div>p{font-size:15px;line-height:1.8}
  body.vq-site-v7 .vq-founder-v6 figure img{height:650px;border-radius:10px}
  body.vq-site-v7 .vq-founder-v6__icon{width:92px;height:92px;left:-45px;top:-45px}
  body.vq-site-v7 .vq-founder-v6 blockquote{margin-top:24px;padding:20px 24px}

  body.vq-site-v7 .vq-home .vq-cinematic-v6{height:952px;min-height:952px}
  body.vq-site-v7 .vq-home .vq-cinematic-v6 .vq-cinematic__drone{left:5%;top:22%;width:49%}
  body.vq-site-v7 .vq-home .vq-cinematic-v6 .vq-cinematic__copy{right:170px;top:18px;max-width:570px}
  body.vq-site-v7 .vq-home .vq-cinematic-v6 .vq-cinematic__copy h2{font-size:70px;line-height:.98}
  body.vq-site-v7 .vq-home .vq-cinematic-v6 .vq-cinematic__copy p{font-size:14px;margin-top:22px}

  body.vq-site-v7 .vq-home .vq-compare{height:1256px;padding:150px 0 130px}
  body.vq-site-v7 .vq-home .vq-compare .vq-heading{margin-bottom:68px}
  body.vq-site-v7 .vq-home .vq-compare .vq-heading h2{font-size:49px}
  body.vq-site-v7 .vq-home .vq-compare-v6 .vq-compare__grid{max-width:900px}
  body.vq-site-v7 .vq-home .vq-compare-v6 .vq-compare__grid article{height:440px;min-height:440px;padding:48px}
  body.vq-site-v7 .vq-home .vq-compare h3{font-size:28px}
  body.vq-site-v7 .vq-home .vq-compare li{font-size:14px;margin:16px 0}
  body.vq-site-v7 .vq-home .vq-compare__note{max-width:900px;margin:45px auto 0;font-size:14px;text-align:center}

  body.vq-site-v7 .vq-home .vq-opportunity-v6{height:1397px;padding:142px 0 118px}
  body.vq-site-v7 .vq-home .vq-opportunity-v6 .vq-heading{margin-bottom:66px}
  body.vq-site-v7 .vq-home .vq-opportunity-v6 .vq-heading h2{font-size:51px;max-width:960px;margin:auto}
  body.vq-site-v7 .vq-opportunity-v6__stage{max-width:1590px;height:650px;min-height:650px}
  body.vq-site-v7 .vq-opportunity-v6__media{border-radius:20px 0 0 20px}
  body.vq-site-v7 .vq-opportunity-v6__panel{padding:82px;border-radius:0 20px 20px 0}
  body.vq-site-v7 .vq-opportunity-v6__panel h3{font-size:43px}
  body.vq-site-v7 .vq-opportunity-v6__panel p{margin-top:245px;font-size:16px;max-width:430px}
  body.vq-site-v7 .vq-opportunity-v6__controls{left:82px;bottom:72px}
  body.vq-site-v7 .vq-opportunity-v6__roadmap{max-width:1280px;margin-top:82px}
  body.vq-site-v7 .vq-opportunity-v6__roadmap h3{font-size:29px;max-width:760px;margin:auto}
  body.vq-site-v7 .vq-opportunity-v6__roadmap p{font-size:13px;margin-top:14px}
  body.vq-site-v7 .vq-opportunity-v6__roadmap>div{margin-top:34px;gap:52px}

  body.vq-site-v7 .vq-home .vq-final-cta{height:1096px;padding:130px 0 24px}
  body.vq-site-v7 .vq-home .vq-final-cta__content{grid-template-columns:1fr .9fr;gap:160px;align-items:start}
  body.vq-site-v7 .vq-home .vq-final-cta__content>div:first-child{max-width:610px}
  body.vq-site-v7 .vq-home .vq-final-cta__content h2{font-size:82px;line-height:1.02}
  body.vq-site-v7 .vq-home .vq-final-cta__content p{font-size:16px;max-width:470px}
  body.vq-site-v7 .vq-home .vq-final-cta__visual{height:650px;margin-top:16px}
  body.vq-site-v7 .vq-home .vq-final-cta__visual>span{font-size:165px}
  body.vq-site-v7 .vq-home .vq-final-cta__visual img{width:930px;max-height:560px}
}

/* ========================================================================== 
   V7 clean desktop reconstruction — precise Figma geometry at 1920px.
   These rules supersede all earlier visual experiments without using images
   of complete page designs. Every section remains semantic and editable.
   ========================================================================== */
@media (min-width:1281px){
  body.vq-site-v7{--vq-teal:#08adb5;--vq-charcoal:#37414b;--vq-ink:#313a43;--vq-muted:#737b82;font-family:Satoshi,Inter,Arial,sans-serif;color:var(--vq-ink)}
  body.vq-site-v7 h1,body.vq-site-v7 h2,body.vq-site-v7 h3,body.vq-site-v7 h4{font-family:Satoshi,"Inter Display",Inter,Arial,sans-serif;font-weight:900;letter-spacing:-.025em}
  body.vq-site-v7 .vq-header{height:76px}
  body.vq-site-v7 .vq-header__inner{width:1800px;max-width:calc(100% - 120px);border:0}
  body.vq-site-v7 .vq-brand img{width:310px;max-height:48px}
  body.vq-site-v7 .vq-nav{gap:90px}
  body.vq-site-v7 .vq-nav>ul{gap:54px}
  body.vq-site-v7 .vq-nav a{font-size:14px;font-weight:400}
  body.vq-site-v7 .vq-btn--header{min-width:132px;height:46px;border-radius:4px}

  /* homepage hero */
  body.vq-site-v7 .vq-home-hero{height:1203px;min-height:1203px;padding:0;background:linear-gradient(125deg,#14818a 0%,#128891 55%,#178089 100%)}
  body.vq-site-v7 .vq-home-hero:before{opacity:.55;background:radial-gradient(circle at 68% 35%,rgba(255,255,255,.08),transparent 31%),linear-gradient(35deg,transparent 0 46%,rgba(255,255,255,.035) 46% 47%,transparent 47% 100%);background-size:auto,170px 170px}
  body.vq-site-v7 .vq-home-hero__grid{position:relative;width:1420px;max-width:calc(100% - 500px);height:865px;min-height:0;margin:0 auto;padding-top:76px;display:grid;grid-template-columns:640px 1fr;gap:40px;align-items:center}
  body.vq-site-v7 .vq-home-hero__copy{max-width:640px;padding:32px 0 0}
  body.vq-site-v7 .vq-home-hero h1{font-size:74px;line-height:1.02;max-width:610px;color:#fff;letter-spacing:-.035em}
  body.vq-site-v7 .vq-home-hero h1 span{color:var(--vq-teal)}
  body.vq-site-v7 .vq-home-hero__copy>p:not(.vq-kicker){max-width:590px;margin-top:22px;font-size:17px;line-height:1.55;color:#fff}
  body.vq-site-v7 .vq-home-hero .vq-actions{margin-top:38px;gap:14px}
  body.vq-site-v7 .vq-home-hero .vq-btn{min-width:192px;height:58px;font-size:14px;border-radius:4px}
  body.vq-site-v7 .vq-home-hero__drone{min-height:0;height:700px;padding:0;display:flex;align-items:center;justify-content:center;transform:translate(60px,30px)}
  body.vq-site-v7 .vq-home-hero__drone img{width:900px;max-width:none;filter:drop-shadow(0 32px 35px rgba(8,39,43,.22))}
  body.vq-site-v7 .vq-cloud--one{top:14%;left:52%;width:230px}
  body.vq-site-v7 .vq-cloud--two{top:14%;right:2%;width:390px}
  body.vq-site-v7 .vq-home-hero__word{font-size:240px;right:-35px;bottom:120px;color:rgba(255,255,255,.07)}
  body.vq-site-v7 .vq-home-hero .vq-trust{bottom:72px}
  body.vq-site-v7 .vq-home-hero .vq-trust>.vq-wrap{width:1420px;height:240px;min-height:240px;border-radius:18px;box-shadow:none}
  body.vq-site-v7 .vq-home-hero .vq-trust div div{padding:38px 44px;flex-direction:column;justify-content:center;text-align:center;gap:16px}
  body.vq-site-v7 .vq-home-hero .vq-trust div div>span:last-child{font-size:17px;line-height:1.25;max-width:250px}
  body.vq-site-v7 .vq-home-hero .vq-trust__icon{width:58px;height:58px;flex-basis:58px;background:transparent}
  body.vq-site-v7 .vq-home-hero .vq-trust__icon .vq-icon{width:46px;height:46px}

  /* problem */
  body.vq-site-v7 .vq-home .vq-problem{height:1264px;padding:128px 0 0;background:#fff}
  body.vq-site-v7 .vq-home .vq-problem>.vq-wrap{width:1760px;max-width:calc(100% - 160px)}
  body.vq-site-v7 .vq-home .vq-problem .vq-heading{margin:0 auto 56px;max-width:1100px}
  body.vq-site-v7 .vq-home .vq-problem .vq-heading h2{font-size:57px;line-height:1.07}
  body.vq-site-v7 .vq-problem-v6__grid{display:grid;grid-template-columns:510px 520px 530px;gap:115px;align-items:start;max-width:1760px}
  body.vq-site-v7 .vq-problem-v6__grid figure{margin:0}
  body.vq-site-v7 .vq-problem-v6__grid figure img{width:100%;height:500px;border-radius:22px;object-fit:cover}
  body.vq-site-v7 .vq-problem-v6__left{transform:translateY(0)}
  body.vq-site-v7 .vq-problem-v6__right{transform:translateY(320px)}
  body.vq-site-v7 .vq-problem-v6__content{padding:82px 0 0}
  body.vq-site-v7 .vq-problem-v6__content h3{font-size:29px;margin-bottom:16px}
  body.vq-site-v7 .vq-problem-v6__content article+article{margin-top:38px;padding-top:38px;border-top:1px solid #e5e8ea}
  body.vq-site-v7 .vq-problem-v6__content strong{display:block;color:var(--vq-teal);font-size:16px;margin-top:-8px}
  body.vq-site-v7 .vq-problem-v6__content li{font-size:14px;margin:12px 0;color:#777}
  body.vq-site-v7 .vq-problem-v6__content .vq-checks li{color:var(--vq-ink)}
  body.vq-site-v7 .vq-problem-v6__content>.vq-btn{margin-top:25px;min-width:276px;height:56px}

  /* method */
  body.vq-site-v7 .vq-home .vq-method{height:752px;width:1770px;max-width:calc(100% - 150px);margin:0 auto;border-radius:42px;padding:92px 0 70px;background:#37414b}
  body.vq-site-v7 .vq-home .vq-method>.vq-wrap{width:1590px;max-width:calc(100% - 180px)}
  body.vq-site-v7 .vq-home .vq-method .vq-heading{margin-bottom:62px}
  body.vq-site-v7 .vq-home .vq-method .vq-heading h2{font-size:60px;color:#fff}
  body.vq-site-v7 .vq-home .vq-method__wave{top:266px;height:170px;opacity:.13;stroke-dasharray:4 8}
  body.vq-site-v7 .vq-home .vq-method__grid{max-width:none;grid-template-columns:repeat(3,1fr);gap:100px}
  body.vq-site-v7 .vq-home .vq-method__icon{width:205px;height:205px;margin:0 auto 18px;background:#fff}
  body.vq-site-v7 .vq-home .vq-method__icon .vq-icon{width:78px;height:78px}
  body.vq-site-v7 .vq-home .vq-method__icon span{right:0;top:14px;width:48px;height:48px;font-size:18px;border:8px solid #37414b}
  body.vq-site-v7 .vq-home .vq-method__grid h3{font-size:24px;color:#fff;white-space:nowrap}
  body.vq-site-v7 .vq-home .vq-method__grid p{font-size:16px;line-height:1.45;max-width:440px;color:rgba(255,255,255,.68)}
  body.vq-site-v7 .vq-home .vq-method .vq-center{margin-top:46px}
  body.vq-site-v7 .vq-home .vq-method .vq-btn{min-width:286px;height:58px;font-size:16px}

  /* programs - intentionally overflows the right edge like the Figma frame */
  body.vq-site-v7 .vq-home .vq-programs{height:1036px;padding:145px 0 0;overflow:hidden}
  body.vq-site-v7 .vq-home .vq-programs>.vq-wrap{width:auto;max-width:none;margin:0;padding-left:240px}
  body.vq-site-v7 .vq-home .vq-programs .vq-heading{margin:0 0 55px;max-width:900px}
  body.vq-site-v7 .vq-home .vq-programs .vq-heading h2{font-size:55px;line-height:1.08}
  body.vq-site-v7 .vq-home .vq-programs__grid{display:flex;gap:34px;width:max-content}
  body.vq-site-v7 .vq-home .vq-program{flex:0 0 655px}
  body.vq-site-v7 .vq-home .vq-program figure{height:435px;border-radius:22px}
  body.vq-site-v7 .vq-home .vq-program figure img{width:100%;height:100%;object-fit:cover}
  body.vq-site-v7 .vq-home .vq-program:nth-child(2) figure img{object-position:center 42%}
  body.vq-site-v7 .vq-home .vq-program>div{padding:25px 10px 0}
  body.vq-site-v7 .vq-home .vq-program h3{font-size:30px}
  body.vq-site-v7 .vq-home .vq-program p{font-size:16px;line-height:1.45;min-height:70px;max-width:620px;color:#888}
  body.vq-site-v7 .vq-home .vq-program a{font-size:16px;color:var(--vq-teal);text-decoration:underline;text-underline-offset:4px}

  /* founder */
  body.vq-site-v7 .vq-home .vq-founder{height:1140px;padding:100px 0 0;border-top:1px solid #e6e7e8}
  body.vq-site-v7 .vq-home .vq-founder>.vq-wrap{width:1420px;max-width:calc(100% - 500px)}
  body.vq-site-v7 .vq-home .vq-founder .vq-heading{margin:0 0 64px}
  body.vq-site-v7 .vq-home .vq-founder .vq-heading h2{font-size:60px}
  body.vq-site-v7 .vq-founder-v6__grid{grid-template-columns:610px 680px;gap:130px;align-items:start}
  body.vq-site-v7 .vq-founder-v6__grid>div{padding:48px 0 0;max-width:none}
  body.vq-site-v7 .vq-founder-v6__grid>div>p{font-size:16px;line-height:1.55;color:#7c8288}
  body.vq-site-v7 .vq-founder-v6 .vq-checks{margin-top:34px}
  body.vq-site-v7 .vq-founder-v6 .vq-checks li{font-size:17px;font-weight:600;margin:19px 0}
  body.vq-site-v7 .vq-founder-v6 blockquote{margin-top:40px;padding:25px 25px;border:1px dashed rgba(8,173,181,.35);background:#f7fcfc;font-size:14px;font-weight:600;font-style:italic}
  body.vq-site-v7 .vq-founder-v6 figure{margin:0}
  body.vq-site-v7 .vq-founder-v6 figure img{height:760px;width:680px;object-fit:cover;border-radius:20px}
  body.vq-site-v7 .vq-founder-v6__icon{width:120px;height:120px;left:auto;right:82px;top:-150px}

  /* cinematic */
  body.vq-site-v7 .vq-home .vq-cinematic-v6{height:952px;min-height:952px;background:#607f93}
  body.vq-site-v7 .vq-home .vq-cinematic-v6 video{display:none}
  body.vq-site-v7 .vq-home .vq-cinematic-v6:before{content:"";position:absolute;inset:0;background:url("../images/mountain-landscape.webp") center/cover no-repeat;z-index:-2}
  body.vq-site-v7 .vq-home .vq-cinematic-v6 .vq-cinematic__shade{background:rgba(27,63,82,.26)}
  body.vq-site-v7 .vq-home .vq-cinematic-v6 .vq-cinematic__drone{left:105px;top:175px;width:950px;max-width:none}
  body.vq-site-v7 .vq-home .vq-cinematic-v6 .vq-cinematic__copy{right:215px;top:430px;max-width:540px;align-self:auto}
  body.vq-site-v7 .vq-home .vq-cinematic-v6 .vq-cinematic__copy h2{font-size:66px;line-height:1.08;color:#fff}
  body.vq-site-v7 .vq-home .vq-cinematic-v6 .vq-cinematic__copy p{font-size:18px;font-weight:600;font-style:italic;color:#fff;margin:28px 0 24px}
  body.vq-site-v7 .vq-home .vq-cinematic-v6 .vq-btn{width:170px;height:55px;font-size:15px}

  /* comparison */
  body.vq-site-v7 .vq-home .vq-compare{height:1256px;padding:115px 0 0;background:#fff}
  body.vq-site-v7 .vq-home .vq-compare>.vq-wrap{width:1420px;max-width:calc(100% - 500px)}
  body.vq-site-v7 .vq-home .vq-compare .vq-heading{margin:0 auto 45px}
  body.vq-site-v7 .vq-home .vq-compare .vq-heading h2{font-size:55px}
  body.vq-site-v7 .vq-home .vq-compare-v6 .vq-compare__grid{max-width:1060px;margin:auto;grid-template-columns:1fr 1fr;gap:0;align-items:center}
  body.vq-site-v7 .vq-home .vq-compare-v6 .vq-compare__grid article{height:455px;min-height:455px;padding:45px 40px;border-radius:18px}
  body.vq-site-v7 .vq-home .vq-compare-v6 .vq-compare__grid article:first-child{border:1px solid #e6e8e9;border-radius:18px 0 0 18px}
  body.vq-site-v7 .vq-home .vq-compare-v6 .vq-compare__grid article:last-child{transform:scale(1.06);border-radius:18px}
  body.vq-site-v7 .vq-home .vq-compare h3{font-size:28px;padding-bottom:30px}
  body.vq-site-v7 .vq-home .vq-compare li{font-size:15px;margin:0;padding:20px 0;border-top:1px solid rgba(128,135,140,.15)}
  body.vq-site-v7 .vq-home .vq-compare__note{max-width:820px;margin:52px auto 0;font-size:16px;font-weight:600;font-style:italic;line-height:1.35}

  /* opportunity slider */
  body.vq-site-v7 .vq-home .vq-opportunity-v6{height:1397px;padding:0;background:#fff}
  body.vq-site-v7 .vq-home .vq-opportunity-v6>.vq-wrap{width:1810px;max-width:calc(100% - 110px)}
  body.vq-site-v7 .vq-home .vq-opportunity-v6 .vq-heading{position:absolute;top:-170px;left:0;right:0;margin:0;z-index:2}
  body.vq-site-v7 .vq-home .vq-opportunity-v6 .vq-heading h2{font-size:55px;max-width:900px}
  body.vq-site-v7 .vq-opportunity-v6__stage{max-width:none;height:820px;min-height:820px;grid-template-columns:1fr 1fr;gap:28px}
  body.vq-site-v7 .vq-opportunity-v6__media,body.vq-site-v7 .vq-opportunity-v6__panel{border-radius:30px}
  body.vq-site-v7 .vq-opportunity-v6__media img{object-position:center}
  body.vq-site-v7 .vq-opportunity-v6__panel{padding:55px 70px}
  body.vq-site-v7 .vq-opportunity-v6__panel h3{font-size:36px;color:#fff}
  body.vq-site-v7 .vq-opportunity-v6__panel p{margin:535px 0 0 265px;font-size:21px;line-height:1.35;max-width:410px;color:#fff}
  body.vq-site-v7 .vq-opportunity-v6__controls{left:70px;bottom:77px;display:flex;gap:10px;align-items:center}
  body.vq-site-v7 .vq-opportunity-v6__controls button,body.vq-site-v7 .vq-opportunity-v6__controls span{display:none}
  body.vq-site-v7 .vq-opportunity-v6__controls b,body.vq-site-v7 .vq-opportunity-v6__controls em{display:grid;place-items:center;width:48px;height:48px;border:1px solid rgba(255,255,255,.45);border-radius:50%;font-style:normal;font-size:16px;color:#fff}
  body.vq-site-v7 .vq-opportunity-v6__controls em{opacity:.35}
  body.vq-site-v7 .vq-opportunity-v6__roadmap{max-width:1220px;margin:105px auto 0;text-align:center}
  body.vq-site-v7 .vq-opportunity-v6__roadmap h3{font-size:35px;max-width:780px;line-height:1.15}
  body.vq-site-v7 .vq-opportunity-v6__roadmap p{font-size:17px;margin-top:18px}
  body.vq-site-v7 .vq-opportunity-v6__roadmap>div{margin-top:30px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
  body.vq-site-v7 .vq-opportunity-v6__roadmap>div span{height:62px;border:1px solid #e2e5e6;border-radius:3px;display:flex;align-items:center;justify-content:center;gap:14px;color:#999;font-size:14px}

  /* final CTA */
  body.vq-site-v7 .vq-home .vq-final-cta{height:1096px;padding:95px 0 0}
  body.vq-site-v7 .vq-home .vq-final-cta>.vq-wrap{width:1420px;max-width:calc(100% - 500px)}
  body.vq-site-v7 .vq-home .vq-final-cta__content{grid-template-columns:650px 1fr;gap:280px;align-items:start}
  body.vq-site-v7 .vq-home .vq-final-cta__content>div:first-child{max-width:650px}
  body.vq-site-v7 .vq-home .vq-final-cta__content h2{font-size:76px;line-height:1.08}
  body.vq-site-v7 .vq-home .vq-final-cta__content>div:nth-child(2){padding-top:65px}
  body.vq-site-v7 .vq-home .vq-final-cta__content p{font-size:18px;line-height:1.45;max-width:470px}
  body.vq-site-v7 .vq-home .vq-final-cta__content .vq-actions{margin-top:36px}
  body.vq-site-v7 .vq-home .vq-final-cta__content .vq-btn{height:58px;min-width:200px;font-size:14px}
  body.vq-site-v7 .vq-home .vq-final-cta__visual{height:600px;margin-top:45px}
  body.vq-site-v7 .vq-home .vq-final-cta__visual>span{font-size:175px;line-height:.8;top:30px;color:#f4f8f8}
  body.vq-site-v7 .vq-home .vq-final-cta__visual img{width:1180px;max-width:none;max-height:640px}

  /* Figma footer */
  body.vq-site-v7 .vq-footer{height:592px;min-height:592px;padding:105px 0 0;background:#37414b}
  body.vq-site-v7 .vq-footer__drone{display:none}
  body.vq-site-v7 .vq-footer>.vq-wrap{width:1420px;max-width:calc(100% - 500px)}
  body.vq-site-v7 .vq-footer__grid{grid-template-columns:1.25fr .75fr .8fr .65fr;gap:110px;padding:0 0 100px}
  body.vq-site-v7 .vq-footer__brand img{width:380px;max-width:100%}
  body.vq-site-v7 .vq-footer__brand p{max-width:420px;margin-top:32px;font-size:17px;line-height:1.55;color:rgba(255,255,255,.88)}
  body.vq-site-v7 .vq-footer__brand>a{display:none}
  body.vq-site-v7 .vq-footer h3{font-size:24px;margin-bottom:24px}
  body.vq-site-v7 .vq-footer__grid>div:not(:first-child)>a,body.vq-site-v7 .vq-footer-menu a{font-size:17px;margin:0 0 23px;color:rgba(255,255,255,.75)}
  body.vq-site-v7 .vq-footer__bottom{height:101px;padding:0;display:flex;align-items:center;border-top:1px solid rgba(255,255,255,.13)}
  body.vq-site-v7 .vq-footer__bottom p,body.vq-site-v7 .vq-footer__bottom button{font-size:16px}
}

/* ========================================================================== 
   V7.1 internal-page desktop calibration (1920px source frames)
   All sections remain live HTML and use page-level editable fields.
   ========================================================================== */
@media (min-width:1281px){
  body.vq-site-v7 .vq-internal .vq-wrap,
  body.vq-site-v7 .vq-blog .vq-wrap,
  body.vq-site-v7 .vq-article .vq-wrap{width:1420px;max-width:calc(100% - 500px)}

  /* Shared product page hero + trust bar: target desktop boundary = 1200px. */
  body.vq-site-v7 .vq-internal>.vq-hero{height:1058px;min-height:1058px;padding:76px 0 0;background:linear-gradient(125deg,#14818a 0%,#128891 55%,#178089 100%)}
  body.vq-site-v7 .vq-internal>.vq-hero .vq-hero__grid{width:1420px;max-width:calc(100% - 500px);height:830px;min-height:0;margin:auto;grid-template-columns:620px 1fr;gap:40px;padding-top:12px}
  body.vq-site-v7 .vq-internal>.vq-hero .vq-hero__copy{max-width:620px}
  body.vq-site-v7 .vq-internal>.vq-hero h1{font-size:76px;line-height:1.01;letter-spacing:-.04em}
  body.vq-site-v7 .vq-internal>.vq-hero h1 span{color:var(--vq-teal)}
  body.vq-site-v7 .vq-internal>.vq-hero .vq-hero__copy>p:not(.vq-kicker){font-size:17px;line-height:1.5;max-width:590px;margin-top:24px}
  body.vq-site-v7 .vq-internal>.vq-hero .vq-actions{margin-top:32px}
  body.vq-site-v7 .vq-internal>.vq-hero .vq-hero__visual{height:690px;min-height:0}
  body.vq-site-v7 .vq-internal>.vq-hero .vq-hero__visual>img{width:760px;max-width:115%;max-height:650px;object-fit:contain}
  body.vq-site-v7 .vq-internal>.vq-hero .vq-browser{width:730px;max-width:108%;padding:0;border:0;background:transparent;box-shadow:none;backdrop-filter:none;transform:none}
  body.vq-site-v7 .vq-internal>.vq-hero .vq-browser>div{display:none}
  body.vq-site-v7 .vq-internal>.vq-hero .vq-browser img{border-radius:12px;box-shadow:0 25px 70px rgba(18,62,67,.24)}
  body.vq-site-v7 .vq-internal>.vq-trust{height:142px;margin:0;background:#16848c;padding-top:0}
  body.vq-site-v7 .vq-internal>.vq-trust>.vq-wrap{height:142px;min-height:142px;width:1420px;max-width:calc(100% - 500px);transform:translateY(-72px);box-shadow:0 25px 55px rgba(28,49,56,.13)}
  body.vq-site-v7 .vq-internal>.vq-trust div div{padding:28px 38px}
  body.vq-site-v7 .vq-internal>.vq-trust span{font-size:14px}

  /* Standard final CTA used on internal pages. */
  body.vq-site-v7 .vq-internal>.vq-final-cta,
  body.vq-site-v7 .vq-blog>.vq-final-cta{height:1096px;min-height:1096px;padding:100px 0 0}
  body.vq-site-v7 .vq-internal>.vq-final-cta>.vq-wrap,
  body.vq-site-v7 .vq-blog>.vq-final-cta>.vq-wrap{width:1420px;max-width:calc(100% - 500px)}
  body.vq-site-v7 .vq-internal>.vq-final-cta .vq-final-cta__content,
  body.vq-site-v7 .vq-blog>.vq-final-cta .vq-final-cta__content{grid-template-columns:650px 1fr;gap:280px;align-items:start}
  body.vq-site-v7 .vq-internal>.vq-final-cta h2,
  body.vq-site-v7 .vq-blog>.vq-final-cta h2{font-size:70px;line-height:1.06}
  body.vq-site-v7 .vq-internal>.vq-final-cta .vq-final-cta__content>div:nth-child(2),
  body.vq-site-v7 .vq-blog>.vq-final-cta .vq-final-cta__content>div:nth-child(2){padding-top:48px}
  body.vq-site-v7 .vq-internal>.vq-final-cta .vq-final-cta__visual,
  body.vq-site-v7 .vq-blog>.vq-final-cta .vq-final-cta__visual{height:610px;margin-top:42px}
  body.vq-site-v7 .vq-internal>.vq-final-cta .vq-final-cta__visual img,
  body.vq-site-v7 .vq-blog>.vq-final-cta .vq-final-cta__visual img{width:1120px;max-width:none;max-height:610px}
  body.vq-site-v7 .vq-internal>.vq-final-cta .vq-final-cta__visual>span,
  body.vq-site-v7 .vq-blog>.vq-final-cta .vq-final-cta__visual>span{font-size:170px;color:#f1f6f6}

  /* FAA Part 107 — exact section rhythm from the desktop frame. */
  body.vq-site-v7 .vq-faa .vq-faa-intro-v6{height:1046px;padding:145px 0}
  body.vq-site-v7 .vq-faa-intro-v6>.vq-wrap{grid-template-columns:700px 620px;gap:100px}
  body.vq-site-v7 .vq-faa-intro-v6 .vq-heading h2{font-size:54px}
  body.vq-site-v7 .vq-faa-intro-v6__media{min-height:680px}
  body.vq-site-v7 .vq-faa-intro-v6__media img:first-child{height:620px}
  body.vq-site-v7 .vq-faa-intro-v6__media img:last-child{height:300px}
  body.vq-site-v7 .vq-faa .vq-faa-intimidating{height:746px;padding:75px 0}
  body.vq-site-v7 .vq-faa-intimidating>.vq-wrap{width:1810px;max-width:calc(100% - 80px)}
  body.vq-site-v7 .vq-faa-intimidating .vq-dark-split__grid{height:596px;border-radius:24px;overflow:hidden;grid-template-columns:1fr 1.18fr}
  body.vq-site-v7 .vq-faa-intimidating .vq-dark-split__grid>div{padding:80px 30px 80px 110px}
  body.vq-site-v7 .vq-faa-intimidating h2{font-size:56px}
  body.vq-site-v7 .vq-faa-intimidating figure img{height:596px;border-radius:0}
  body.vq-site-v7 .vq-faa .vq-faa-interaction{height:1254px;padding:125px 0}
  body.vq-site-v7 .vq-faa-interaction .vq-heading h2{font-size:54px}
  body.vq-site-v7 .vq-faa-interaction__grid{grid-template-columns:700px 650px;gap:85px;max-width:1435px}
  body.vq-site-v7 .vq-faa-interaction figure img{height:700px;border-radius:18px}
  body.vq-site-v7 .vq-faa-interaction__list article{min-height:102px;padding:22px 25px;font-size:17px}
  body.vq-site-v7 .vq-faa-interaction__list span{width:72px;height:72px}
  body.vq-site-v7 .vq-faa-interaction__list .vq-btn{width:220px!important;min-width:220px!important;height:58px!important;margin-top:18px;align-self:flex-start}
  body.vq-site-v7 .vq-faa .vq-faa-banner{height:943px;min-height:943px}
  body.vq-site-v7 .vq-faa-banner>img:first-child{height:943px;object-position:center 55%}
  body.vq-site-v7 .vq-faa-banner__copy{height:943px;min-height:943px;align-items:center;padding:0 180px 0 1030px}
  body.vq-site-v7 .vq-faa-banner__copy h2{font-size:67px;line-height:1.05}
  body.vq-site-v7 .vq-faa .vq-faa-topics{height:818px;padding:125px 0}
  body.vq-site-v7 .vq-faa-topics .vq-heading{margin-bottom:65px}
  body.vq-site-v7 .vq-faa-topics__grid{display:flex;width:max-content;gap:20px}
  body.vq-site-v7 .vq-faa-topics__grid article{width:410px;height:290px;padding:42px}
  body.vq-site-v7 .vq-faa .vq-faa-includes-v6{height:857px;padding:85px 0}
  body.vq-site-v7 .vq-faa-includes-v6__grid{height:687px;max-width:1810px;grid-template-columns:1fr 1fr}
  body.vq-site-v7 .vq-faa-includes-v6__grid figure img{min-height:687px;height:687px;border-radius:24px}
  body.vq-site-v7 .vq-faa-includes-v6__grid>div{height:687px;padding:80px 100px;border-radius:24px}
  body.vq-site-v7 .vq-faa-includes-v6__grid>div h2{font-size:48px}
  body.vq-site-v7 .vq-faa-includes-v6__grid li{font-size:21px;margin:18px 0}
  body.vq-site-v7 .vq-faa .vq-faa-professional{height:1280px;padding:160px 0}
  body.vq-site-v7 .vq-faa-professional .vq-heading h2{font-size:54px}
  body.vq-site-v7 .vq-faa-professional__grid{grid-template-columns:470px 570px 470px;gap:55px;max-width:1620px;margin:auto}
  body.vq-site-v7 .vq-faa-professional__grid img{height:530px;border-radius:20px}
  body.vq-site-v7 .vq-faa-professional__grid>div{font-size:16px}
  body.vq-site-v7 .vq-faa>.vq-final-cta{height:1096px}

  /* Drone Business Guide. */
  body.vq-site-v7 .vq-business .vq-business-problem{height:958px;padding:145px 0}
  body.vq-site-v7 .vq-business-problem__grid{grid-template-columns:620px 660px;gap:110px;max-width:1390px}
  body.vq-site-v7 .vq-business-problem__media{min-height:650px}
  body.vq-site-v7 .vq-business-problem__main{height:650px;border-radius:20px;object-fit:cover}
  body.vq-site-v7 .vq-business-problem .vq-heading h2{font-size:52px}
  body.vq-site-v7 .vq-business .vq-business-method{height:713px;padding:78px 0;width:calc(100% - 80px);max-width:none}
  body.vq-site-v7 .vq-business-method .vq-heading{margin-bottom:45px}
  body.vq-site-v7 .vq-business-method .vq-method__grid{max-width:1400px;margin:auto}
  body.vq-site-v7 .vq-business .vq-business-curriculum{height:1535px;padding:120px 0}
  body.vq-site-v7 .vq-business-curriculum .vq-heading h2{font-size:55px}
  body.vq-site-v7 .vq-business-curriculum .vq-chapters__grid{grid-template-columns:repeat(4,1fr);gap:26px}
  body.vq-site-v7 .vq-business-curriculum .vq-chapters__grid article{min-height:370px;padding:38px 30px}
  body.vq-site-v7 .vq-business-curriculum .vq-chapters__grid h3{font-size:24px;margin:20px 0}
  body.vq-site-v7 .vq-business .vq-business-toolkit{height:1146px;padding:95px 0;width:calc(100% - 80px);max-width:none}
  body.vq-site-v7 .vq-business-toolkit .vq-wrap{width:1550px;max-width:calc(100% - 300px)}
  body.vq-site-v7 .vq-business-toolkit h2{font-size:62px}
  body.vq-site-v7 .vq-business-toolkit .vq-toolkit-list{margin-top:50px;padding:70px 80px;min-height:500px}
  body.vq-site-v7 .vq-business-toolkit .vq-toolkit-list span{font-size:18px;padding:20px}
  body.vq-site-v7 .vq-business .vq-business-audience{height:1188px;padding:120px 0}
  body.vq-site-v7 .vq-business-audience__visuals{max-width:1600px;margin:0 auto -330px;grid-template-columns:430px 1fr 430px}
  body.vq-site-v7 .vq-business-audience__visuals img{height:600px;border-radius:22px}
  body.vq-site-v7 .vq-business-audience__grid{max-width:820px;padding-top:310px}
  body.vq-site-v7 .vq-business .vq-success-roadmap{height:920px;padding:150px 0}
  body.vq-site-v7 .vq-success-roadmap .vq-heading h2{font-size:58px}
  body.vq-site-v7 .vq-success-roadmap__track{max-width:1450px;height:430px;margin-top:35px}
  body.vq-site-v7 .vq-success-roadmap__wave{top:100px;height:180px}
  body.vq-site-v7 .vq-business .vq-business-comparison{height:1460px;padding:135px 0}
  body.vq-site-v7 .vq-business-comparison .vq-heading h2{font-size:58px}
  body.vq-site-v7 .vq-business-comparison__grid{max-width:1050px;margin:auto}
  body.vq-site-v7 .vq-business-comparison__grid article{min-height:760px;padding:65px 55px}
  body.vq-site-v7 .vq-business-comparison__grid li{font-size:18px;margin:23px 0}
  body.vq-site-v7 .vq-business .vq-business-professional{height:1212px;padding:125px 0}
  body.vq-site-v7 .vq-business-professional__grid{grid-template-columns:1fr 660px;gap:120px;max-width:1450px}
  body.vq-site-v7 .vq-business-professional h2{font-size:62px}
  body.vq-site-v7 .vq-business-professional img{height:850px;border-radius:22px}
  body.vq-site-v7 .vq-business>.vq-final-cta{height:1140px;min-height:1140px}

  /* Niche Guides. */
  body.vq-site-v7 .vq-niches>.vq-hero{height:1170px;min-height:1170px}
  body.vq-site-v7 .vq-niches .vq-niche-quiz{height:998px;padding:135px 0}
  body.vq-site-v7 .vq-niche-quiz .vq-heading h2{font-size:55px}
  body.vq-site-v7 .vq-niche-quiz__box{max-width:1120px;min-height:500px;padding:75px 100px}
  body.vq-site-v7 .vq-niche-quiz__question h3{font-size:32px;margin:55px 0}
  body.vq-site-v7 .vq-niches .vq-niche-benefits{height:550px;padding:80px 0}
  body.vq-site-v7 .vq-niche-benefits .vq-heading{margin-bottom:45px}
  body.vq-site-v7 .vq-niches .vq-niche-visual{height:884px;min-height:884px;width:calc(100% - 80px);max-width:none}
  body.vq-site-v7 .vq-niche-visual__copy{right:11%;max-width:560px}
  body.vq-site-v7 .vq-niche-visual__copy h2{font-size:62px}
  body.vq-site-v7 .vq-niches .vq-explorer{height:1515px;padding:100px 0}
  body.vq-site-v7 .vq-explorer__layout{grid-template-columns:330px 1fr;gap:55px}
  body.vq-site-v7 .vq-explorer__panels article{display:none;height:970px;grid-template-columns:1fr 1fr;gap:55px}
  body.vq-site-v7 .vq-explorer__panels article.is-active{display:grid}
  body.vq-site-v7 .vq-explorer__panels article>img{height:560px}
  body.vq-site-v7 .vq-niches .vq-industry-comparison{height:1147px;padding:115px 0;background:var(--vq-teal);color:#fff}
  body.vq-site-v7 .vq-industry-comparison .vq-heading h2{color:#fff}
  body.vq-site-v7 .vq-industry-comparison .vq-industry-table{max-width:1400px;margin:auto}
  body.vq-site-v7 .vq-niches .vq-niche-blueprint{height:1066px;padding:80px 0;background:var(--vq-teal)}
  body.vq-site-v7 .vq-niche-blueprint__panel{height:850px;transform:none;padding:80px}
  body.vq-site-v7 .vq-niche-blueprint__items{margin-top:50px;gap:24px}
  body.vq-site-v7 .vq-niche-blueprint__items span{height:150px;padding:45px 20px}
  body.vq-site-v7 .vq-niches .vq-niche-bundles{height:1524px;padding:170px 0}
  body.vq-site-v7 .vq-niche-bundles__grid{grid-template-columns:1fr 620px;gap:140px}
  body.vq-site-v7 .vq-niche-bundles h2{font-size:66px}
  body.vq-site-v7 .vq-niche-bundles figure img{height:900px;border-radius:22px}
  body.vq-site-v7 .vq-niches>.vq-final-cta{height:932px;min-height:932px;padding-top:55px}
  body.vq-site-v7 .vq-niches>.vq-final-cta .vq-final-cta__visual{height:500px}

  /* Pricing. */
  body.vq-site-v7 .vq-pricing .vq-pricing-paths{height:700px;padding:90px 0}
  body.vq-site-v7 .vq-pricing-paths .vq-heading h2{font-size:55px}
  body.vq-site-v7 .vq-pricing-paths__grid article{height:360px;padding:55px 40px}
  body.vq-site-v7 .vq-pricing .vq-pricing-cards{height:1138px;padding:105px 0}
  body.vq-site-v7 .vq-pricing-cards .vq-heading h2{font-size:58px}
  body.vq-site-v7 .vq-pricing-cards__grid{gap:28px}
  body.vq-site-v7 .vq-price-card{height:720px;min-height:720px;padding:48px 36px}
  body.vq-site-v7 .vq-price-card__price{font-family:Satoshi,Arial,sans-serif;font-size:62px;font-weight:900}
  body.vq-site-v7 .vq-pricing .vq-pricing-roadmap{height:1154px;min-height:1154px;padding:110px 0;background-position:center}
  body.vq-site-v7 .vq-pricing-roadmap__intro{max-width:650px}
  body.vq-site-v7 .vq-pricing-roadmap__intro h2{font-size:67px}
  body.vq-site-v7 .vq-pricing-roadmap__steps{margin-top:310px}
  body.vq-site-v7 .vq-pricing-roadmap__steps article{min-height:390px;padding:38px 26px}
  body.vq-site-v7 .vq-pricing .vq-pricing-carousel{height:1208px;padding:150px 0}
  body.vq-site-v7 .vq-pricing-carousel .vq-heading h2{font-size:58px}
  body.vq-site-v7 .vq-pricing-carousel__track{overflow:visible;width:max-content;gap:25px}
  body.vq-site-v7 .vq-pricing-carousel__track article{width:480px;min-width:480px}
  body.vq-site-v7 .vq-pricing-carousel__track img{height:420px}
  body.vq-site-v7 .vq-pricing .vq-pricing-comparison{height:874px;padding:115px 0;background:var(--vq-teal);color:#fff}
  body.vq-site-v7 .vq-pricing-comparison .vq-heading h2{color:#fff}
  body.vq-site-v7 .vq-pricing-comparison .vq-industry-table{max-width:1400px;margin:auto}
  body.vq-site-v7 .vq-pricing>.vq-final-cta{height:1055px;min-height:1055px;padding-top:85px}

  /* About. */
  body.vq-site-v7 .vq-about .vq-about-story{height:900px;padding:125px 0}
  body.vq-site-v7 .vq-about-story>.vq-wrap{grid-template-columns:680px 650px;gap:95px}
  body.vq-site-v7 .vq-about-story .vq-media-stack{min-height:650px}
  body.vq-site-v7 .vq-about .vq-mission{height:642px;padding:110px 0}
  body.vq-site-v7 .vq-about .vq-about-banner{height:943px;min-height:943px}
  body.vq-site-v7 .vq-about-banner .vq-wrap{min-height:943px}
  body.vq-site-v7 .vq-about-banner h2{font-size:72px}
  body.vq-site-v7 .vq-about .vq-difference{height:615px;padding:90px 0}
  body.vq-site-v7 .vq-difference .vq-feature-row__grid{margin-top:45px}
  body.vq-site-v7 .vq-difference .vq-feature-row__grid article{min-height:275px}
  body.vq-site-v7 .vq-about .vq-founder-profile{height:1140px;padding:120px 0}
  body.vq-site-v7 .vq-founder-profile__grid{grid-template-columns:650px 680px;gap:90px;max-width:1420px}
  body.vq-site-v7 .vq-founder-profile figure img{height:720px}
  body.vq-site-v7 .vq-about .vq-core-values{height:704px;padding:100px 0}
  body.vq-site-v7 .vq-core-values__grid{margin-top:50px}
  body.vq-site-v7 .vq-core-values__grid article{min-height:360px}
  body.vq-site-v7 .vq-about .vq-about-promise{height:1033px;padding:110px 0 0}
  body.vq-site-v7 .vq-about-promise__visual{min-height:600px}

  /* Simple title heroes and editorial pages. */
  body.vq-site-v7 .vq-simple-hero{height:632px;min-height:632px;padding:76px 0 0;display:flex;align-items:center;text-align:center;background:linear-gradient(125deg,#14818a,#16838c);color:#fff}
  body.vq-site-v7 .vq-simple-hero .vq-wrap{max-width:1300px}
  body.vq-site-v7 .vq-simple-hero h1{font-size:72px;line-height:1.05;color:#fff}
  body.vq-site-v7 .vq-simple-hero h1 span{color:#fff}
  body.vq-site-v7 .vq-simple-hero p{max-width:900px;margin:25px auto 0;font-size:18px;color:#fff}

  body.vq-site-v7 .vq-reviews .vq-reviews-intro{height:860px;padding:110px 0}
  body.vq-site-v7 .vq-reviews-intro>.vq-wrap{grid-template-columns:650px 650px;gap:100px}
  body.vq-site-v7 .vq-reviews-intro figure img{height:640px}
  body.vq-site-v7 .vq-reviews-intro h2{font-size:58px}
  body.vq-site-v7 .vq-reviews .vq-testimonials{height:714px;padding:80px 0;overflow:hidden}
  body.vq-site-v7 .vq-testimonials-v6__grid{display:flex;width:max-content;gap:28px}
  body.vq-site-v7 .vq-testimonials-v6__grid blockquote{width:430px;min-width:430px;height:430px;padding:42px}
  body.vq-site-v7 .vq-testimonials-v6__image{width:430px;min-width:430px;height:430px}
  body.vq-site-v7 .vq-testimonials-v6__image img{height:430px}
  body.vq-site-v7 .vq-reviews .vq-success-stories-v6{height:642px;padding:80px 0;width:calc(100% - 80px);max-width:none}
  body.vq-site-v7 .vq-success-stories-v6__grid article{min-height:260px;padding:45px}
  body.vq-site-v7 .vq-reviews .vq-why-students-v6{height:1048px;padding:100px 0}
  body.vq-site-v7 .vq-why-students-v6 figure img{height:650px}
  body.vq-site-v7 .vq-reviews>.vq-final-cta{height:1102px;min-height:1102px}

  body.vq-site-v7 .vq-contact .vq-contact-topics{height:1486px;padding:125px 0}
  body.vq-site-v7 .vq-contact-topics__lead{margin-bottom:85px}
  body.vq-site-v7 .vq-contact-topics__grid{grid-template-columns:repeat(3,1fr);gap:28px;max-width:1420px}
  body.vq-site-v7 .vq-contact-topics__grid article{height:420px;min-height:420px;padding:48px}
  body.vq-site-v7 .vq-contact .vq-contact-form-section{height:954px;padding:75px 0}
  body.vq-site-v7 .vq-contact-form-section__grid{height:804px;grid-template-columns:1fr 1fr}
  body.vq-site-v7 .vq-contact-form-section figure img{height:804px}
  body.vq-site-v7 .vq-contact-form--dark{height:804px;padding:65px}
  body.vq-site-v7 .vq-contact .vq-contact-connect{height:766px;padding:115px 0}
  body.vq-site-v7 .vq-contact-connect__grid{margin-top:80px}
  body.vq-site-v7 .vq-contact-connect__grid article{height:240px;padding:70px 30px 30px}
  body.vq-site-v7 .vq-contact>.vq-final-cta{height:875px;min-height:875px;padding-top:65px}
  body.vq-site-v7 .vq-contact>.vq-final-cta .vq-final-cta__visual{height:470px}

  body.vq-site-v7 .vq-legal .vq-legal-docs{height:1568px;padding:115px 0}
  body.vq-site-v7 .vq-legal-docs__grid{grid-template-columns:repeat(4,1fr);gap:28px}
  body.vq-site-v7 .vq-legal-docs__grid article{height:420px;min-height:420px;padding:45px}
  body.vq-site-v7 .vq-legal .vq-legal-faq{height:1460px;padding:120px 0}
  body.vq-site-v7 .vq-legal-faq .vq-faq-list details{min-height:86px}
  body.vq-site-v7 .vq-legal>.vq-final-cta{height:1004px;min-height:1004px;padding-top:80px}

  body.vq-site-v7 .vq-blog-hero{height:736px;min-height:736px}
  body.vq-site-v7 .vq-blog .vq-blog-featured{height:934px;padding:115px 0}
  body.vq-site-v7 .vq-blog-featured-v6__grid img{height:550px}
  body.vq-site-v7 .vq-blog-featured-v6__grid h2{font-size:58px}
  body.vq-site-v7 .vq-blog .vq-blog-index{height:1744px;padding:70px 0}
  body.vq-site-v7 .vq-blog .vq-posts-grid{grid-template-columns:repeat(3,1fr);gap:35px}
  body.vq-site-v7 .vq-blog .vq-post-card{min-height:620px}
  body.vq-site-v7 .vq-blog .vq-post-card>a img{height:330px}
  body.vq-site-v7 .vq-blog .vq-lead-magnet{height:626px;padding:65px 0}
  body.vq-site-v7 .vq-blog .vq-lead-magnet-v6{height:496px;padding:85px}
  body.vq-site-v7 .vq-blog>.vq-final-cta{height:1088px;min-height:1088px}

  body.vq-site-v7 .vq-article .vq-article-top{height:648px;min-height:648px}
  body.vq-site-v7 .vq-article .vq-article-content{height:3215px;padding:115px 0}
  body.vq-site-v7 .vq-article-content__inner{max-width:1150px}
  body.vq-site-v7 .vq-article-content header h1{font-size:58px}
  body.vq-site-v7 .vq-article-featured img{height:690px;max-height:none}
  body.vq-site-v7 .vq-article .vq-lead-magnet{height:625px;padding:65px 0}
  body.vq-site-v7 .vq-article .vq-lead-magnet-v6{height:495px}
  body.vq-site-v7 .vq-article .vq-related{height:1043px;padding:90px 0}
  body.vq-site-v7 .vq-article .vq-related .vq-posts-grid{grid-template-columns:repeat(3,1fr);gap:35px}
  body.vq-site-v7 .vq-article .vq-related .vq-post-card{min-height:610px}

  body.vq-site-v7 .vq-faq .vq-faq-hero{height:632px;min-height:632px}
  body.vq-site-v7 .vq-faq .vq-faq-content{height:8541px;padding:100px 0}
  body.vq-site-v7 .vq-faq-content__grid{grid-template-columns:310px 1fr;gap:85px}
  body.vq-site-v7 .vq-faq-group-v6{margin-bottom:95px}
  body.vq-site-v7 .vq-faq-group-v6 h2{font-size:34px}
  body.vq-site-v7 .vq-faq-group-v6 .vq-faq-list details{min-height:86px;margin-bottom:10px}
  body.vq-site-v7 .vq-faq>.vq-final-cta{height:1068px;min-height:1068px;padding-top:70px}
}
@media (min-width:1281px){
  body.vq-site-v7 .vq-home .vq-cinematic-v6:before{background-image:url("../images/v7/snow-mountains.webp");background-position:center 54%}
  body.vq-site-v7 .vq-home-hero h1{font-size:82px}
  body.vq-site-v7 .vq-home .vq-final-cta__content h2{font-size:82px}
}

/* ================================================================
   V7 production motion states and responsive safeguards
   ================================================================ */
.vq-motion-ready [data-reveal].is-observed{opacity:0;transform:translate3d(0,34px,0);transition:opacity .72s cubic-bezier(.2,.75,.25,1),transform .82s cubic-bezier(.2,.75,.25,1)}
.vq-motion-ready [data-reveal="left"].is-observed{transform:translate3d(-42px,0,0)}
.vq-motion-ready [data-reveal="right"].is-observed{transform:translate3d(42px,0,0)}
.vq-motion-ready [data-reveal].is-observed.is-visible{opacity:1;transform:none}
.vq-header.is-hidden{transform:translateY(-110%)}
.vq-method__wave path{fill:none;stroke:rgba(0,173,181,.9);stroke-width:8;stroke-linecap:round}
.vq-hero-drone-override{width:min(720px,110%);max-height:560px;object-fit:contain;filter:drop-shadow(0 36px 48px rgba(16,54,61,.34));will-change:transform}
.vq-cinematic__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.18}
.vq-opportunity-v6__stage{outline:none}
.vq-opportunity-v6__stage:focus-visible{box-shadow:0 0 0 4px rgba(0,173,181,.25)}
.vq-opportunity-v6__media,.vq-opportunity-v6__panel{position:relative;overflow:hidden}
.vq-opportunity-v6__media img:not(.is-active),.vq-opportunity-v6__panel article:not(.is-active){display:none}
.vq-opportunity-v6__media img.is-active,.vq-opportunity-v6__panel article.is-active{display:block}
[data-tilt]{transition:transform .22s ease,box-shadow .3s ease;will-change:transform}

@media (max-width:1280px){
  :root{--vq-wrap:1120px;--vq-header:78px}
  body.vq-site-v7{font-size:15px}
  body.vq-site-v7 .vq-section,body.vq-site-v7 section{height:auto!important;min-height:0!important}
  body.vq-site-v7 .vq-wrap{width:min(calc(100% - 48px),1120px);max-width:none!important}
  body.vq-site-v7 .vq-hero,body.vq-site-v7 .vq-home-hero{padding-top:120px}
  body.vq-site-v7 .vq-hero__grid,body.vq-site-v7 .vq-home-hero__grid{grid-template-columns:minmax(0,1fr) minmax(380px,.9fr);gap:42px}
  body.vq-site-v7 .vq-trust>.vq-wrap{grid-template-columns:repeat(2,1fr)}
  body.vq-site-v7 .vq-trust div div:nth-child(2){border-right:0}
  body.vq-site-v7 .vq-problem-v6__grid,body.vq-site-v7 .vq-founder-v6__grid{gap:55px}
  body.vq-site-v7 .vq-method__grid{gap:25px}
  body.vq-site-v7 .vq-programs__grid{gap:20px}
  body.vq-site-v7 .vq-final-cta{padding:85px 0 0}
  body.vq-site-v7 .vq-final-cta__content{grid-template-columns:1fr 1fr;gap:70px}
  body.vq-site-v7 .vq-final-cta__visual{height:470px}
  body.vq-site-v7 .vq-final-cta__visual img{max-width:980px;width:82vw}
}

@media (max-width:960px){
  body.vq-site-v7 .vq-wrap{width:min(calc(100% - 40px),760px)}
  body.vq-site-v7 .vq-header{height:72px}
  body.vq-site-v7 .vq-home-hero,body.vq-site-v7 .vq-hero{padding:112px 0 40px}
  body.vq-site-v7 .vq-home-hero__grid,body.vq-site-v7 .vq-hero__grid{grid-template-columns:1fr;text-align:center;gap:20px}
  body.vq-site-v7 .vq-home-hero__copy,body.vq-site-v7 .vq-hero__copy{margin:auto}
  body.vq-site-v7 .vq-home-hero__copy>p,body.vq-site-v7 .vq-hero__copy>p{margin-inline:auto}
  body.vq-site-v7 .vq-home-hero__copy .vq-actions,body.vq-site-v7 .vq-hero__copy .vq-actions{justify-content:center}
  body.vq-site-v7 .vq-home-hero__drone,body.vq-site-v7 .vq-hero__visual{min-height:390px}
  body.vq-site-v7 .vq-hero-drone-override{max-height:390px}
  body.vq-site-v7 .vq-trust{margin:0 0 35px}
  body.vq-site-v7 .vq-problem-v6__grid{grid-template-columns:1fr 1fr;gap:25px}
  body.vq-site-v7 .vq-problem-v6__content{grid-column:1/-1;grid-row:1}
  body.vq-site-v7 .vq-method__grid,body.vq-site-v7 .vq-programs__grid{grid-template-columns:1fr}
  body.vq-site-v7 .vq-method__wave{display:none}
  body.vq-site-v7 .vq-program{max-width:620px;width:100%;margin-inline:auto}
  body.vq-site-v7 .vq-founder-v6__grid,body.vq-site-v7 .vq-compare__grid,body.vq-site-v7 .vq-opportunity-v6__stage{grid-template-columns:1fr}
  body.vq-site-v7 .vq-cinematic-v6{min-height:620px}
  body.vq-site-v7 .vq-cinematic__copy{padding-top:300px;text-align:center}
  body.vq-site-v7 .vq-cinematic__copy>*{margin-inline:auto}
  body.vq-site-v7 .vq-cinematic__drone{left:50%;top:18%;transform:translateX(-50%);width:330px}
  body.vq-site-v7 .vq-opportunity-v6__media,body.vq-site-v7 .vq-opportunity-v6__panel{min-height:430px}
  body.vq-site-v7 .vq-final-cta__content{grid-template-columns:1fr;text-align:center;gap:20px}
  body.vq-site-v7 .vq-final-cta__content>div{max-width:650px;margin-inline:auto}
  body.vq-site-v7 .vq-final-cta__content .vq-actions{justify-content:center}
  body.vq-site-v7 .vq-final-cta__visual{height:430px}
  body.vq-site-v7 .vq-footer__grid{grid-template-columns:1.4fr 1fr 1fr}
  body.vq-site-v7 .vq-footer__grid>div:last-child{grid-column:2/4}
}

@media (max-width:700px){
  :root{--vq-header:68px}
  body.vq-site-v7 .vq-wrap{width:min(calc(100% - 30px),560px)}
  body.vq-site-v7 .vq-section{padding:68px 0}
  body.vq-site-v7 .vq-heading{margin-bottom:36px}
  body.vq-site-v7 h1{font-size:45px!important}
  body.vq-site-v7 h2{font-size:37px!important}
  body.vq-site-v7 .vq-actions{display:grid;grid-template-columns:1fr;gap:12px;width:100%}
  body.vq-site-v7 .vq-btn{width:100%;min-height:52px}
  body.vq-site-v7 .vq-home-hero__drone,body.vq-site-v7 .vq-hero__visual{min-height:280px}
  body.vq-site-v7 .vq-hero-drone-override{max-height:270px}
  body.vq-site-v7 .vq-cloud--one{left:5%;top:15%}body.vq-site-v7 .vq-cloud--two{right:-18%;top:30%}
  body.vq-site-v7 .vq-trust>.vq-wrap{grid-template-columns:1fr}
  body.vq-site-v7 .vq-trust div div{border-right:0;border-bottom:1px solid var(--vq-line)}
  body.vq-site-v7 .vq-problem-v6__grid{grid-template-columns:1fr}
  body.vq-site-v7 .vq-problem-v6__left,body.vq-site-v7 .vq-problem-v6__right{height:310px}
  body.vq-site-v7 .vq-program figure{height:240px}
  body.vq-site-v7 .vq-founder-v6 figure img{height:480px}
  body.vq-site-v7 .vq-cinematic-v6{min-height:570px}
  body.vq-site-v7 .vq-cinematic__copy{padding-top:270px}
  body.vq-site-v7 .vq-cinematic__drone{width:260px}
  body.vq-site-v7 .vq-opportunity-v6__media,body.vq-site-v7 .vq-opportunity-v6__panel{min-height:330px}
  body.vq-site-v7 .vq-opportunity-v6__roadmap>div{display:grid;grid-template-columns:1fr}
  body.vq-site-v7 .vq-final-cta{padding-top:65px}
  body.vq-site-v7 .vq-final-cta__visual{height:300px}
  body.vq-site-v7 .vq-final-cta__visual>span{font-size:70px!important}
  body.vq-site-v7 .vq-final-cta__visual img{width:115%;max-width:none}
  body.vq-site-v7 .vq-footer__grid{grid-template-columns:1fr 1fr}
  body.vq-site-v7 .vq-footer__brand,body.vq-site-v7 .vq-footer__grid>div:last-child{grid-column:1/-1}
  body.vq-site-v7 .vq-footer__bottom{flex-direction:column;gap:15px}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .vq-motion-ready [data-reveal].is-observed{opacity:1!important;transform:none!important;transition:none!important}
  [data-tilt],.vq-btn,.vq-cloud,.vq-hero-drone-override,.vq-cinematic__drone,[data-final-drone]{animation:none!important;transition:none!important;transform:none!important}
  .vq-cinematic__video{display:none}
}

/* One-pixel page-length corrections measured against the supplied 1920px frames. */
@media (min-width:1281px){
  body.vq-site-v7 .vq-faa>.vq-final-cta{height:1098px;min-height:1098px}
  body.vq-site-v7 .vq-business>.vq-final-cta{height:1141px;min-height:1141px}
  body.vq-site-v7 .vq-niches>.vq-final-cta{height:931px;min-height:931px}
  body.vq-site-v7 .vq-pricing>.vq-final-cta{height:1056px;min-height:1056px}
  body.vq-site-v7 .vq-about .vq-about-promise{height:1019px}
  body.vq-site-v7 .vq-contact>.vq-final-cta{height:874px;min-height:874px}
  body.vq-site-v7 .vq-legal>.vq-final-cta{height:1002px;min-height:1002px}
  body.vq-site-v7 .vq-blog>.vq-final-cta{height:1091px;min-height:1091px}
  body.vq-site-v7 .vq-article .vq-related{height:1040px}
  body.vq-site-v7 .vq-faq>.vq-final-cta{height:1065px;min-height:1065px}
}

/* ========================================================================== 
   V7.0.0 final asset and component corrections.
   Real HTML remains editable; these rules align the semantic templates with
   the supplied 1920px desktop frames without using full-page screenshots.
   ========================================================================== */
.vq-about-story__media{margin:0;overflow:hidden;border-radius:18px;background:#eef3f4}
.vq-about-story__media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;border-radius:18px}
.vq-about-banner>img:first-child{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.vq-about-banner__shade{background:linear-gradient(90deg,rgba(7,55,63,.04),rgba(7,55,63,.20))}
.vq-explorer__panels article[hidden]{display:none!important}
.vq-explorer__panels article.is-active:not([hidden]){display:grid}

@media (min-width:1281px){
  body.vq-site-v7 .vq-about-story__media{height:650px}
  body.vq-site-v7 .vq-about-story__media img{height:650px;object-position:center 45%}
  body.vq-site-v7 .vq-about .vq-about-banner>img:first-child{height:943px;object-position:center 47%}
  body.vq-site-v7 .vq-about .vq-about-banner__drone{display:none}
  body.vq-site-v7 .vq-about .vq-hero__visual img{object-position:center 48%}
  body.vq-site-v7 .vq-reviews-intro figure img{object-position:center 45%}
  body.vq-site-v7 .vq-why-students-v6 figure img{object-position:center 46%}
  body.vq-site-v7 .vq-business-problem__main{object-position:center 46%}
  body.vq-site-v7 .vq-business-audience__visuals img:first-child{object-position:center 47%}
  body.vq-site-v7 .vq-business-audience__visuals img:nth-child(2){object-position:center 50%}
  body.vq-site-v7 .vq-business-professional figure img{object-position:center 35%}
  body.vq-site-v7 .vq-home .vq-cinematic-v6{background-image:url("../images/v7/snow-mountains.webp");background-size:cover;background-position:center 54%}
  body.vq-site-v7 .vq-home .vq-cinematic-v6:before{background-image:none}
  body.vq-site-v7 .vq-faa .vq-faa-banner__bg{object-position:center 53%}
  body.vq-site-v7 .vq-niches .vq-explorer__panels article.is-active{display:grid}
}

@media (max-width:1280px){
  .vq-about-story__media{height:560px}
  .vq-about-story__media img{height:560px}
  .vq-explorer__panels article.is-active:not([hidden]){display:grid}
}
@media (max-width:700px){
  .vq-about-story__media,.vq-about-story__media img{height:390px}
}

/* Final about-page composition corrections. */
.vq-founder-profile__title{text-align:center;margin:0 0 48px;font-size:58px;line-height:1.08}
.vq-founder-profile__title span{color:var(--vq-teal)}
.vq-founder-profile__grid h3{font-size:30px;margin:0 0 18px}
.vq-founder-profile__quote{max-width:1320px;margin:38px auto 0;padding:28px 38px;border-left:5px solid var(--vq-teal);background:#effafb;color:var(--vq-charcoal);font-size:15px;line-height:1.6}
@media (min-width:1281px){
  body.vq-site-v7 .vq-about .vq-about-banner .vq-wrap{justify-content:flex-end}
  body.vq-site-v7 .vq-about .vq-about-banner h2{width:520px;max-width:520px;margin:0 90px 0 auto;font-size:68px;line-height:1.05}
  body.vq-site-v7 .vq-about .vq-about-banner>img:first-child{object-position:35% 50%}
  body.vq-site-v7 .vq-about .vq-about-banner__shade{background:linear-gradient(90deg,rgba(5,56,65,.06) 0%,rgba(5,56,65,.08) 54%,rgba(5,56,65,.25) 100%)}
  body.vq-site-v7 .vq-about .vq-about-banner:after{content:"";position:absolute;left:245px;bottom:-58px;z-index:3;width:116px;height:116px;border:6px solid #fff;border-radius:50%;background:#00adb5 url("../images/ele-drone.svg") center/58px 58px no-repeat;box-shadow:0 12px 30px rgba(21,57,64,.18)}
  body.vq-site-v7 .vq-about .vq-founder-profile{padding:82px 0}
  body.vq-site-v7 .vq-about .vq-founder-profile__grid{grid-template-columns:610px 660px;gap:100px;align-items:center}
  body.vq-site-v7 .vq-about .vq-founder-profile figure img{height:620px}
}
@media (max-width:960px){
  .vq-founder-profile__title{font-size:47px}
  .vq-founder-profile__quote{padding:24px}
}
@media (min-width:1281px){
  body.vq-site-v7 .vq-about .vq-about-banner>img:first-child{width:118%;max-width:none;transform:translateX(-15%);object-position:center 50%}
  body.vq-site-v7 .vq-about .vq-about-banner h2{width:650px;max-width:650px;margin-right:105px;font-size:62px}
}
