/* Strong mobile override: shrink and shift blue notes + arrow to the right */
@media (max-width: 768px){
  .img-hero .hero-notes ul{ font-size: clamp(12px, 3.8vw, 18px) !important; transform: translateX(14vw) rotate(-6deg) !important; }
  .img-hero .hero-arrow{ left: auto !important; right: 12vw !important; top: 8px !important; width: 96px !important; height: 40px !important; transform: rotate(-8deg) !important; }
}
#page3.consult + #page4.compare{ margin-top: 0 !important; }

/* Force hide #gola and cursor follower on mobile/touch devices ONLY */
@media (max-width: 768px) {
    #gola, .cursor {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        width: 0 !important;
        height: 0 !important;
        pointer-events: none !important;
    }
}

/* Also hide on touch devices regardless of screen size */
@media (hover: none) and (pointer: coarse) {
    #gola, .cursor {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }
}

/* Ensure cursor follower and scrollbar visible on desktop */
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
    .cursor {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    #gola {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    html {
        overflow-y: scroll !important;
    }
}

/* Nav links (Products, Solutions, Pricing, Get a Demo) */
nav{ display:flex; align-items:center; justify-content:flex-start; gap:28px; padding: 14px 28px; max-width:1200px; margin:0 auto; border:none; border-bottom:none; }
.nav-links{ display:flex; align-items:center; gap:40px; margin-left:48px; border:none; border-bottom:none; }
@media (max-width: 768px){
  .nav-links{ border:none !important; border-bottom:none !important; }
}
.nav-link{ color:#2b2a2a; text-decoration:none; font-weight:600; font-size:14px; letter-spacing:.01em; opacity:.85; position:relative; white-space:nowrap; }
.nav-link:hover{ opacity:1; }
.nav-link.has-caret::after{ content:"▾"; margin-left:8px; font-size:12px; opacity:.7; position:relative; top:-1px; }
.nav-link.cta-demo{ display:inline-flex; align-items:center; justify-content:center; height:44px; padding:0 26px; background:#FE5B00; color:#fff; border-radius:999px; box-shadow: none; font-weight:700; border:none; outline:none; }
.nav-link.cta-demo.has-caret::after{ color:#fff; opacity:1; margin-left:10px; font-size:12px; }
.nav-link.cta-demo:hover{ box-shadow: 0 12px 26px rgba(254,91,0,.32); }
#menu{ display:none !important; }
@media (max-width: 768px){ 
  nav{ padding:12px 16px; gap:12px; flex-wrap:nowrap; overflow-x:auto; border:none !important; border-bottom:none !important; box-shadow:none !important; }
  nav .brand-logo{ height:36px; margin-left:0; flex-shrink:0; }
  .nav-links{ gap:16px; margin-left:auto; flex-shrink:0; }
  .nav-link{ font-size:13px; }
  .nav-link.cta-demo{ height:38px; padding:0 18px; font-size:13px; border:none !important; outline:none !important; box-shadow:none !important; }
  #hero-1, #hero-2, #hero-3, #gola{ display:none !important; }
  #right h1{ padding-right:4vw !important; }
}
/* Comparison section (#page4.compare) */
#page4.compare{ background:#FFFFFF; padding:2.8vw 0 6vw; margin-top: 0 !important; margin-bottom: 0; }
@media (max-width: 768px){
  #page4.compare{ padding:8vw 0 10vw; }
  .compare-inner{ padding:0; }
}
.compare-inner{ max-width:1200px; margin:0 auto; padding:0 6vw; }
.compare.use-images .img-wrap{ position:relative; max-width:1200px; margin:0 auto; padding-top: 0; display:flex; justify-content:center; align-items:center; }
.compare.use-images .compare-hero-img{ position:absolute; right: 5%; top: -16px; width:280px; height:auto; display:block; margin:0; transform:none; }
.compare.use-images .compare-main-img{ width:100%; max-width:1150px; display:block; margin: 8px auto 0; }
@media (max-width: 768px){
  .compare.use-images .img-wrap{ padding:0 5vw; margin-top:0; position:relative; display:flex; justify-content:center; align-items:center; }
  .compare.use-images .compare-hero-img{ position:absolute !important; width:140px !important; max-width:140px !important; right:10px !important; top:-10px !important; margin:0 !important; display:block !important; }
  .compare.use-images .compare-main-img{ width:100%; max-width:100%; margin:0 auto; border-radius:12px; display:block; }
}
@media (max-width: 480px){
  .img-hero h2{ font-size:clamp(28px, 9vw, 44px); }
  .img-hero p{ font-size:15px; }
  .compare.use-images .compare-hero-img{ width:120px !important; max-width:120px !important; right:8px !important; }
}
.compare.use-images .compare-top, .compare.use-images .compare-body{ display:none; }

/* Logo positioning - desktop and mobile */
.comparison-logo2{ 
  display: block !important;
  position: absolute !important;
  bottom: 8% !important;
  right: 16% !important;
  transform: translateX(50%) !important;
  z-index: 100 !important;
  pointer-events: none !important;
}
.comparison-logo2 img{ 
  width: auto !important;
  max-width: 160px !important;
  height: auto !important;
  display: block !important;
}

@media (max-width: 768px){
  .comparison-logo2{ 
    bottom: 7% !important;
    right: 18% !important;
  }
  .comparison-logo2 img{ 
    max-width: 100px !important;
  }
}

@media (max-width: 480px){
  .comparison-logo2{ 
    bottom: 5% !important;
    right: 20% !important;
  }
  .comparison-logo2 img{ 
    max-width: 85px !important;
  }
}

/* Top-left nav brand logo (plain) */
nav .brand-logo{ height:56px; width:auto; object-fit:contain; display:block; margin-left:-12px; }
@media (max-width: 900px) and (min-width: 769px){ nav .brand-logo{ height:44px; margin-left:-8px; } }

/* New text-based hero (exact match) */
.img-hero{ display:grid; grid-template-columns: 1fr 340px; align-items:center; gap:28px; margin: 0; }
.img-hero .hero-text{ text-align:center; }
.img-hero h2{ font-family:sun-mediu, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; font-weight:800; font-size: clamp(40px,5.6vw,86px); line-height:1.02; margin:0; color:#0f0f10; white-space:nowrap; }
.img-hero h2 em{ font-family:sun-roman, Georgia, serif; font-style:italic; font-weight:800; }
.img-hero p{ margin:10px 0 0; font-size: clamp(16px,1.35vw,22px); color:#0f0f10; }
.img-hero p em{ font-style: italic; }
@media (max-width: 768px){
  .img-hero{ grid-template-columns:1fr; gap:20px; padding:0 5vw; margin-bottom:6vw; }
  .img-hero .hero-text{ padding:0; }
  .img-hero h2{ font-size:clamp(32px,8.5vw,52px); white-space:normal; text-align:center; line-height:1.1; }
  .img-hero p{ font-size:clamp(15px,4vw,19px); text-align:center; margin-top:12px; line-height:1.5; }
}

/* Mobile: adjust blue notes and arrow position/size to aim at 'THE NEW WAY' */
@media (max-width: 768px){
  .img-hero .hero-notes{ margin-top: 4px; }
  .img-hero .hero-notes ul{ font-size: clamp(14px, 4.2vw, 20px); transform: translateX(10vw) rotate(-6deg); }
  .img-hero .hero-arrow{ left: auto; right: 10vw; top: 6px; width: 110px; height: 46px; transform: rotate(-8deg); }
}

.img-hero .hero-notes{ position:relative; align-self:start; }
.img-hero .hero-notes ul{ margin:0; padding-left:1em; color:#1d8fff; font-family:'Caveat', cursive; font-size: clamp(16px,2.2vw,28px); line-height:1.4; transform: rotate(-6deg); }
.img-hero .hero-notes li{ list-style: '• '; margin:.25em 0; }
.img-hero .hero-arrow{ position:absolute; left:-32px; top:30px; width:140px; height:60px; }
.compare-hero{ display:grid; grid-template-columns: 1fr 320px; align-items:start; gap:32px; margin: 1.2vw 0 2.4vw; }
.compare-hero .hero-text{ text-align:center; max-width: 1200px; margin: 0 auto; }
.compare-hero h2{ font-family:sun-mediu, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; font-size: clamp(40px,5.4vw,80px); line-height:1.02; letter-spacing:0; color:#0f0f10; margin:0; font-weight:800; white-space: nowrap; }
.compare-hero h2 em{ font-family: sun-roman, Georgia, serif; font-style: italic; font-weight:800; }
.compare-hero p{ margin:10px 0 0; color:#0f0f10; font-size: clamp(16px,1.4vw,22px); text-align:center; }
.underline-oval{ position:relative; display:inline-block; padding:0 .2em; }
.underline-oval::after{ content:""; position:absolute; left:-.25em; right:-.25em; bottom:-.25em; height:.65em; border:3px solid #1d8fff; border-radius:999px; pointer-events:none; transform: rotate(-2deg); }
.blue-bullets{ margin-top: 10px; color:#1d8fff; font-size: clamp(16px,1.2vw,18px); line-height:1.6; }
.blue-bullets li{ list-style: disc; margin:.25em 0 .25em 1.2em; }
.arrow-scribble{ display:none; }

@media (max-width: 900px){
  .compare-hero{ grid-template-columns: 1fr; }
  .compare-hero .hero-text{ max-width: 92vw; }
  .compare-hero h2{ white-space: normal; font-size: clamp(32px,8vw,56px); }
}
.compare-top{ display:flex; align-items:center; justify-content:center; gap:24px; color:#6a6a6a; font-weight:700; letter-spacing:.06em; margin-bottom:2.2vw; text-transform:uppercase; }
.compare-top .old-label{ color:#888; }
.compare-top .new-label{ color:#0b8d5a; }
.divider-dot{ width:52px; height:52px; border-radius:50%; border:1.5px solid #DDD; display:flex; align-items:center; justify-content:center; font-weight:800; color:#666; }

.compare-body{ display:grid; grid-template-columns: 1.3fr 300px 1.3fr; align-items:center; gap:28px; position:relative; z-index:2; }
.compare-inner #compare-arrows{ position:absolute; inset:0; width:100%; height:100%; pointer-events:none; z-index:1; }

/* Left list */
.old-list{ list-style:none; margin:0; padding:0; display:grid; gap:16px; }
.old-list li{ display:flex; align-items:center; gap:14px; }
.pill{ display:inline-block; background:#F3F4F6; color:#111; padding:10px 16px; border-radius:999px; box-shadow:0 2px 8px rgba(0,0,0,.08) inset; font-weight:600; }
.chip-group{ display:inline-flex; align-items:center; gap:6px; background:#FFD84D; color:#111; padding:6px 10px; border-radius:999px; box-shadow:0 6px 18px rgba(0,0,0,.12); }
.chip-group .coin{ display:inline-flex; align-items:center; justify-content:center; width:22px; height:22px; background:#FFEE93; border-radius:50%; font-weight:800; }
.pill{ background:#f4f5f7; border:1px solid #e6e6e6; border-radius:999px; padding:10px 14px; color:#111; box-shadow:0 1px 2px rgba(0,0,0,.04); }
.chips-col{ list-style:none; margin:0; padding:0; display:grid; gap:14px; text-align:center; color:#111; opacity:.9; }
.chips-col li{ line-height:40px; display:flex; align-items:center; justify-content:center; gap:6px; }
.coin{ display:inline-flex; align-items:center; justify-content:center; min-width:24px; height:24px; padding:0 6px; background:#ffd84d; color:#111; border-radius:999px; box-shadow: inset 0 -2px 0 rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06); font-weight:800; }

/* Center column */
.center-col{ position:relative; height:100%; display:flex; align-items:center; justify-content:center; }
.center-col::before{ content:""; position:absolute; left:50%; transform:translateX(-50%); top:0; bottom:0; width:1.5px; background:#e6e6e6; }
.your-business{ position:relative; z-index:2; width:160px; height:160px; border-radius:50%; background:#10b981; color:#fff; display:flex; align-items:center; justify-content:center; text-align:center; font-weight:800; font-size:18px; box-shadow:0 8px 28px rgba(0,0,0,.08); }

/* Right column */
.new-header{ display:flex; align-items:center; gap:12px; margin-bottom:12px; }
.new-logo{ height:32px; object-fit:contain; filter: drop-shadow(0 1px 2px rgba(0,0,0,.06)); }
.scribble{ color:#19ea9a; font-family: 'Caveat', cursive; font-size: 28px; font-weight:600; }
.new-avatars{ display:flex; align-items:center; gap:0; margin:12px 0 18px; }
.avatar{ width:128px; height:128px; border-radius:50%; object-fit:cover; box-shadow:0 10px 26px rgba(0,0,0,.12); border:8px solid #fff; margin-left:-14px; }
.avatar:first-child{ margin-left:0; }
.new-cta{ display:inline-block; padding:10px 20px; background:#0f0f10; color:#fff; border-radius:999px; font-weight:700; box-shadow:0 6px 14px rgba(0,0,0,.15); }
.new-cta.outline{ background:#fff; color:#111; border:2px solid #111; box-shadow:0 6px 14px rgba(0,0,0,.08); }

.compare-inner{ position:relative; }
.compare-body{ position:relative; z-index:2; }
.old-way{ position: relative; }
.blue-note{ position:absolute; left:10px; top: calc(100% - 8px); color:#2fa1ff; font-family:'Caveat', cursive; font-size:22px; transform:rotate(-8deg); pointer-events:none; z-index:3; }

/* Gentle separation to avoid visual collision with next section */
#page4.compare + #page6{ margin-top: 2vw !important; }

/* Override old tall page4 rules that were leaving a big blank gap */
#page4{ min-height: auto !important; height: auto !important; overflow: visible !important; }

@media (max-width: 980px){
  .compare-body{ grid-template-columns: 1fr; }
  .center-col{ order:3; height:200px; margin: 16px 0; }
}
/* Consultation split section (#page3) */
#page3.consult{ background:#EFEAE3; padding: 4vw 0 5vw !important; margin: 0 0 4vw !important; min-height: auto !important; }
#page3.consult .consult-inner{ padding: 0 6vw !important; margin: 0 !important; }
#page3.consult .consult-left, #page3.consult .consult-right{ margin-bottom: 0 !important; padding-bottom: 0 !important; }
#page3.consult .consult-form{ margin-bottom: 0 !important; padding-bottom: 20px !important; }
#page3.consult button{ margin-bottom: 0 !important; }
.consult-inner{ max-width:1200px; margin:0 auto; padding:0 6vw; display:flex; align-items:flex-start; gap:4vw; flex-wrap:wrap; }
.consult-left{ flex:1 1 46%; min-width:300px; }
.consult-title{ font-family: sun-mediu; font-size: clamp(28px,3.6vw,54px); line-height:1.15; color:#111; margin:0 0 1vw; }
.consult-sub{ color:#504A45; font-size: clamp(14px,1.05vw,18px); line-height:1.7; margin:0 0 1.4vw; max-width:100%; }
.consult-points{ margin:0 0 1.5vw; padding-left:1.2em; color:#2a2929; display:grid; gap:.6vw; }
.consult-points li{ list-style: disc; line-height:1.6; }

.consult-right{ flex:1 1 46%; min-width:320px; }
.consult-form{ background:#fff; border:1px solid #e8e2d9; border-radius:16px; box-shadow:0 10px 28px rgba(0,0,0,.06); padding:20px; display:flex; flex-direction:column; gap:12px; }
.form-row{ display:flex; gap:12px; }
.form-row.two > *{ flex:1; }
.consult-form input,.consult-form select,.consult-form textarea{ width:100%; padding:12px 12px; border:1px solid #e1dbd2; border-radius:10px; background:#fff; color:#111; font-size:14px; }
.consult-form input::placeholder,.consult-form textarea::placeholder{ color:#8a857e; }
.consult-form input:focus,.consult-form select:focus,.consult-form textarea:focus{ outline:2px solid rgba(254,51,10,.25); border-color:#FE330A; box-shadow:0 0 0 2px rgba(254,51,10,.08); }
.nda{ font-size:13px; color:#504A45; display:flex; align-items:center; gap:8px; cursor:pointer; user-select:none; }
.nda input[type="checkbox"]{ width:auto; min-width:16px; height:16px; cursor:pointer; margin:0; flex-shrink:0; }
.consult-submit{ align-self:flex-start; background:#FE330A; color:#fff; border:none; border-radius:10px; padding:12px 18px; font-weight:700; cursor:pointer; transition:transform .2s ease, background .2s ease; }
.consult-submit:hover{ transform: translateY(-1px); background:#e42d08; }

@media (max-width: 900px){
  #page3.consult{ padding: 8vw 0; }
  .consult-inner{ padding:0 5vw; gap:6vw; }
}
@media (max-width: 768px){
  #page3.consult{ padding:8vw 5vw 6vw !important; margin-bottom:0 !important; }
  .consult-inner{ flex-direction:column; padding:0 !important; gap:6vw; }
  .consult-left, .consult-right{ min-width:100% !important; flex:1 1 100%; }
  .consult-title{ font-size:clamp(26px, 6.5vw, 38px); line-height:1.2; margin-bottom:4vw; }
  .consult-sub{ font-size:clamp(14px, 3.8vw, 17px); line-height:1.65; margin-bottom:4vw; }
  .consult-points{ margin-bottom:0; padding-left:1.3em; gap:2.5vw; }
  .consult-points li{ font-size:clamp(14px, 3.6vw, 16px); line-height:1.6; }
  .consult-form{ padding:20px 18px; border-radius:14px; gap:14px; }
  .form-row{ flex-direction:column; gap:12px; }
  .form-row input, .form-row select, .form-row textarea{ width:100%; font-size:15px; padding:13px 14px; box-sizing:border-box; -webkit-appearance:none; appearance:none; }
  .nda{ font-size:14px; margin:2px 0; }
  .consult-submit{ width:100%; padding:14px 20px; font-size:15px; justify-content:center; display:flex; align-items:center; }
}
@media (max-width: 480px){
  #page3.consult{ padding:10vw 5vw 8vw !important; }
  .consult-title{ font-size:clamp(22px, 7vw, 32px); }
  .consult-sub{ font-size:15px; }
  .consult-points li{ font-size:14px; }
  .consult-form{ padding:18px 16px; }
}
@font-face {
    font-family: sun-roman;
    src: url(./NeueHaasDisplay-Roman.ttf);
}

/* Dental AI section styles */
#page6 .dent-title{
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 2.1vw;
    font-weight: 700;
    letter-spacing: -0.02em;
}
#page6 .dent-headline{
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 3.4vw;
    font-weight: 700;
    letter-spacing: -0.02em;
}
#page6 .dent-sub{
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 1.15vw;
}
#page6 .dent-feature svg{
    flex-shrink: 0;
    transition: transform .25s ease, filter .25s ease;
}
#page6 .dent-feature:hover svg{
    transform: scale(1.15);
    filter: drop-shadow(0 2px 6px rgba(0,0,0,.12));
}
#page6 .dent-feature h4{
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
#page6 .dent-video{
    background: linear-gradient(180deg,#e9e4dd,#d9d3cb);
}

/* Remove section gaps around trust panel */
#page1 + #page2.trust-panel{ margin-top: 0; }
#page2.trust-panel + #page3{ margin-top: 0; }

/* Trust Panel final overrides (ensure light theme wins over any older rules) */
#page2.trust-panel{ height: auto !important; padding: 4vw 0 !important; background: #EFEAE3 !important; }
#page2.trust-panel .trust-cta{ background: #FE330A !important; color: #fff !important; margin-bottom: 2.4vw !important; }
#page2.trust-panel .stat-card{ background: #ffffff !important; color: #111111 !important; border: 1px solid #e8e2d9 !important; border-radius: 12px !important; box-shadow: 0 8px 24px rgba(0,0,0,.06) !important; padding: 24px 22px !important; }
#page2.trust-panel .stat-value{ color: #111 !important; }
#page2.trust-panel .stat-sub{ color: #2a2929 !important; }
#page2.trust-panel .stat-note{ color: #6b6763 !important; }
/* Stronger text contrast */
#page2.trust-panel .trust-headline{ color: #0E0D0C !important; }
#page2.trust-panel .trust-desc{ color: #3A3732 !important; }
/* Remove glow for maximum readability */
#page2.trust-panel::before{ display: none !important; }

@media (max-width: 900px){
  #page2.trust-panel{ height: auto !important; padding: 8vw 0 !important; }
}

/* 3D/perspective and brand icon badges */
#page6{ perspective: 900px; }
#page6 .brand-icon{
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#page6 .brand-icon.gc{ background: #4285F4; }
#page6 .brand-icon.wa{ background: #25D366; }
#page6 .brand-icon img{ width: 16px; height: 16px; filter: invert(1); }

/* 3D Energy Sphere Portal Button - Advanced */
body.portal-active {
    overflow: hidden !important;
}

.portal-button-wrapper {
    position: relative;
    margin-top: 12px;
    display: inline-block;
}

/* Center portal CTA on mobile (Android/iOS) */
@media (max-width: 768px){
  .portal-button-wrapper{ 
    display:flex; 
    width:100%; 
    justify-content:center; 
    align-items:center; 
    margin-top:16px; 
  }
  .portal-button-wrapper .portal-btn-3d.dent-cta-btn{ 
    margin: 0 auto; 
    display:inline-flex; 
  }
}

.portal-canvas {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.95);
}

.portal-canvas.active {
    opacity: 1;
    pointer-events: auto;
}

.portal-loading {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    color: #FE5B00;
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    font-size: clamp(22px, 3.6vw, 48px);
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    opacity: 0;
    transition: opacity 0.45s ease;
    z-index: 100000;
    text-shadow: 0 2px 12px rgba(254, 91, 0, 0.35), 0 0 2px rgba(255, 255, 255, 0.25);
    pointer-events: none;
    white-space: nowrap;
}

.portal-loading.active {
    opacity: 1;
}

.explosion-flash {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    top: 0 !important;
    left: 0 !important;
    background: radial-gradient(circle at center, 
        rgba(255, 255, 255, 1) 0%,
        rgba(254, 91, 0, 0.8) 30%,
        transparent 70%);
    opacity: 0;
    pointer-events: none;
    z-index: 100001;
    animation: explosionFlash 0.6s ease-out forwards;
}

@keyframes explosionFlash {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    20% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(2);
    }
}

.portal-btn-3d.dent-cta-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 40px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    background: linear-gradient(135deg, #FF6B35 0%, #FE5B00 50%, #e55200 100%);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: none;
    transition: background-color 0.25s ease, filter 0.25s ease;
    outline: none;
    overflow: hidden;
    position: relative;
}

.portal-btn-3d.dent-cta-btn::before {
    display: none;
}

@keyframes gradient-shift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.portal-btn-3d.dent-cta-btn:hover {
    box-shadow: none;
    filter: brightness(1.05);
    background: linear-gradient(135deg, #ff7a49 0%, #ff6a1a 50%, #d94900 100%);
}

.portal-btn-3d.dent-cta-btn:hover::before { display: none; }

.portal-btn-3d.dent-cta-btn.clicked {
    animation: buttonCollapse 1s cubic-bezier(0.175, 0.885, 0.32, 1) forwards;
    pointer-events: none;
}

@keyframes buttonCollapse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform: scale(0);
        opacity: 0;
    }
}

.ripple {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(254, 91, 0, 0.6), transparent);
    transform: scale(0);
    animation: ripple-animation 1s ease-out;
    pointer-events: none;
    z-index: 1;
}

@keyframes ripple-animation {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .portal-btn-3d.dent-cta-btn {
        transition: background-color 0.1s ease, filter 0.1s ease;
    }
    .portal-btn-3d.dent-cta-btn:hover {
        filter: brightness(1.03);
    }
    .portal-btn-3d.dent-cta-btn.clicked {
        animation: simpleCompress 0.8s ease forwards;
    }
    @keyframes simpleCompress {
        to {
            transform: scale(0.8);
            opacity: 0;
        }
    }
}

@media (max-width: 768px){
  #page6{ padding:8vw 4vw 6vw !important; }
  #page6 .dent-title{ font-size:clamp(20px, 5.2vw, 28px); }
  #page6 .dent-headline{ font-size:clamp(28px, 7.8vw, 42px); line-height:1.15 !important; }
  #page6 .dent-sub{ font-size:clamp(15px, 3.8vw, 18px); line-height:1.6; }
  #page6 .dent-left, #page6 .dent-right{ min-width:100% !important; flex:1 1 100%; padding:0 !important; }
  #page6 .dent-feature h4{ font-size:16px; margin-bottom:6px !important; }
  #page6 .dent-feature p{ font-size:14px; line-height:1.5; }
  .portal-btn-3d.dent-cta-btn{ width:auto; max-width:320px; padding:16px 32px; font-size:15px; margin-top:16px; justify-content:center; }
}
@font-face {
    font-family: sun-mediu;
    src: url(./NeueHaasDisplay-Mediu.ttf);
}

/* Universal responsive reset for cross-device compatibility */
*,*::before,*::after{
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*{
    margin: 0;
    font-family: sun-roman;
    /* Prevent iOS text size adjust after orientation change */
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
html{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
}
body{
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    max-width: 100vw;
    position: relative;
}
#bg4{
    width: 100%;
    max-width: 100%;
}
/* Ensure all major containers take full width on mobile */
@media (max-width: 768px){
    html, body{ margin:0 !important; padding:0 !important; width:100vw !important; max-width:100vw !important; }
    * { box-sizing:border-box; }
}
/* Ensure images are responsive by default */
img,video{
    max-width: 100%;
    height: auto;
    display: block;
}
/* Better mobile input/button styling */
input,textarea,select,button{
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button{
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
}
#loader{
    height: 100%;
    width: 100%;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    transition: all ease 1s;
    z-index: 1111;
}
#loader h1{
    position: absolute;
    color: transparent;
    background: linear-gradient(to right,#FF9831,#FE330A);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 7vw;
    opacity: 0;
    animation-name: loader;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 1s;
}
#loader h1:nth-child(2){
    animation-delay: 2s;
}
#loader h1:nth-child(3){
    animation-delay: 3s;
}
@keyframes loader {
    0%{
        opacity: 0;
    }
    10%{
        opacity: 1;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}

.cursor{
    height: 20px;
    width: 20px;
    border-radius: 50%;
    position: fixed;
    background-color: #350101;
    z-index: 999;
    mix-blend-mode:multiply;
    pointer-events: none; 
    transform: translate(-50%, -50%);
    transition: all 0.2s ease-out;
}


#main{
    position: relative;
    background-color: transparent;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}
#bg4{
    background-color: #EFEAE3;
}
#page1{
    min-height: 100vh;
    max-width: 100vw;
    overflow: hidden;
    overflow-x: hidden;
    padding: 0vw 2vw;
    background-color: #EFEAE3;
    position: relative;
    z-index: 0;
    width: 100%;
}
@media (max-width: 768px){
    #page1{ padding:0 !important; margin:0 !important; width:100vw !important; max-width:100vw !important; box-sizing:border-box !important; }
}
#page1 nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.5vw 0;
}
#navbut{
    display: flex;
}
#navbut h4{
    border: 1px solid #917e78dc;
    margin: 0 7px;
    border-radius: 50px;
    padding: 13px 21px;
    position: relative;
    overflow: hidden;
    transition: all ease 0.4s;
}
#navbut a{
    text-decoration: none;
    color: black;
    z-index: 9;
    position: relative;  
}
#navbut h4::after{
    content: "";
    background-color: black;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: -100%;
    border-radius: 50%;
    transition: all ease 0.4s;
}
#navbut h4:hover::after{
    bottom: 0;
    border-radius: 0;
}
#navbut h4:hover a{
    color: white;
}
#menu{
    display: none;
}
#center{
    display: flex;
    width: 100%;
    height: 68vh;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px solid #BFBBB6;
    padding-bottom: 9vh;
}
#left h3{
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    width: 63%;
    padding-left: 1vw;
    font-size: clamp(18px, 1.6vw, 22px);
    line-height: 1.7;
    font-weight: 600;
    color: #2a2929;
}
#right h1{
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    font-size: clamp(54px, 9.5vw, 160px);
    text-align: end;
    line-height: 1.06;
}
@media (max-width: 480px){
    #footer{ background:#EFEAE3 !important; color:#2a2929 !important; }
    #center{ height:60vh; padding-bottom:6vh; }
    #left h3{ font-size:clamp(14px, 3.8vw, 18px); }
    #right h1{ font-size:clamp(24px, 8.5vw, 38px); padding-right:5vw !important; }
    #hero-1, #hero-2, #hero-3, #gola{ display:none !important; }
    .nav-link.cta-demo{ border:none !important; outline:none !important; box-shadow:none !important; }
}
@media (max-width: 375px){
  #footer{ background:#EFEAE3 !important; color:#2a2929 !important; }
  #center{ height:56vh; padding-bottom:5vh; }
  #left h3{ font-size:clamp(12px, 3.5vw, 16px); }
  #right h1{ font-size:clamp(20px, 8vw, 32px); padding-right:5vw !important; }
  #hero-1, #hero-2, #hero-3, #gola{ display:none !important; }
  .nav-link.cta-demo{ border:none !important; outline:none !important; box-shadow:none !important; }
}
#page1 video{
    margin-top: 8vh;
    width: 100%;
    max-width: 100%;
    border-radius: 27px;
    position: relative;
    display: block;
}
#hero-shape{
    width: 55vw;
    height: 32vw;
    position: absolute;
    right: 0;
    top: 78vh;
    z-index: 0;
    pointer-events: none;
}
#hero-1{
    width: 100%;
    height: 100%;
    position: absolute;
    filter: blur(20px);
    background: linear-gradient(#FE330A,#fe3116);
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

@media (max-width: 768px) {
    #hero-1, #hero-2, #hero-3, #gola {
        display: none !important;
    }
}
#hero-2{
    width: 30vw;
    height: 30vw;
    position: absolute;
    filter: blur(25px);
    background: linear-gradient(#FE330A,#fe4416);
    border-radius: 50%;
    animation-name: anime1;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

/* #hero-3{
    width: 30vw;
    height: 30vw;
    display: flex;
    overflow: hidden;
    position: absolute;
    filter: blur(20px);
    background: linear-gradient(#FE330A,#FE5216);
    border-radius: 50%;
    animation-name: anime2;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    
} */
@keyframes anime1 {
    from{
        transform: translate(-5%,20%);
    }
    to{
        transform: translate(33%,-10%);
    }
}
@keyframes anime2 {
    from{
        transform: translate(70%,10%);
    }
    to{
        transform: translate(90%,-15%);
    }
}

#page2{
    position: relative;
    padding-top: 8vw;
    width: 100%;
    height: 120vh;
    background-color: #EFEAE3;
}
#moving-line{
    white-space: nowrap;
    overflow-x: auto;
}
#moving-line::-webkit-scrollbar{
    display: none;
}
.con{
    white-space: nowrap;
    display: inline-block;
    animation-name: moving;
    animation-duration: 12s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.con h1{
    font-family: sun-mediu;
    font-size: 9vw;
    display: inline-block;
}
#gola{
    height: 5vw;
    width: 5vw;
    border-radius: 50%;
    background-color: #FE330A;
    display: inline-block;
    margin: 1vw 2vw;
}

@keyframes moving {
    from{
        transform: translateX(0%);
    }
    to{
        transform: translateX(-100%);
    }
}

#page2bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4vw 6vw;
    height: 80vh;
    gap: 20px;
}
#part1{
    width: 63%;
}
#part2{
    padding-top: 41vh;
    padding-right: 1vw;
    width: 22%;
}
#page2bottom h1{
    font-size: 4.2vw;
    z-index: 9;
    position: relative;
    font-family: sun-mediu;
    font-weight: 900;
    line-height: 4vw;
}
#part2 img{
    width: 100%;
    height: 100%;
    border-radius: 15px;
    margin-bottom: 3vw;
}
#circle{
    position: absolute;
    width: 32vw;
    height: 32vw;
    top: 61%;
    left: 27%;
    border-radius: 50%;
    background-color: #ff9831;
    filter: blur(10px);
}
#circle1{
    width: 100%;
    height:100%;
    position: absolute;
    border-radius: 50%;
    background-color: #ff9831;
    filter: blur(10px);
    animation-name: circle1;
    animation-duration: 3s;
    animation-timing-function: ease-in;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}
#circle2{
    width:100%;
    height:100%;
    position: absolute;
    border-radius: 50%;
    background-color: #fe330a;
    filter: blur(50px);
    animation-name: circle2;
    animation-duration: 3s;
    animation-timing-function: ease-in;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

@keyframes circle1 {
    from{
        transform: translate(-5%,10%) skew(0deg)
    }
    to{
        transform: translate(5%,-6%) skew(-10deg)
    }
}

@keyframes circle2 {
    from{
        transform: translate(-5%,10%);
    }
    to{
        transform: translate(90%,-15%);
    }
}

#page2{
    position: relative;
    padding-top: 8vw;
    width: 100%;
    height: 120vh;
    background-color: #EFEAE3;
    z-index: 1;
}
#moving-line{
    white-space: nowrap;
    overflow-x: auto;
}
#moving-line::-webkit-scrollbar{
    display: none;
}
.con{
    white-space: nowrap;
    display: inline-block;
    animation-name: moving;
    animation-duration: 12s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.con h1{
    font-family: sun-mediu;
    font-size: 9vw;
    display: inline-block;
}
#gola{
    height: 5vw;
    width: 5vw;
    border-radius: 50%;
    background-color: #FE330A;
    display: inline-block;
    margin: 1vw 2vw;
}

@keyframes moving {
    from{
        transform: translateX(0%);
    }
    to{
        transform: translateX(-100%);
    }
}

#page2bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4vw 6vw;
    height: 80vh;
    gap: 20px;
}
#part1{
    width: 63%;
}
#part2{
    padding-top: 41vh;
    padding-right: 1vw;
    width: 22%;
}
#page2bottom h1{
    font-size: 4.2vw;
    z-index: 9;
    position: relative;
    font-family: sun-mediu;
    font-weight: 900;
    line-height: 4vw;
}
#part2 img{
    width: 100%;
    height: 100%;
    border-radius: 15px;
    margin-bottom: 3vw;
}
#circle{
    position: absolute;
    width: 32vw;
    height: 32vw;
    top: 61%;
    left: 27%;
    border-radius: 50%;
    background-color: #ff9831;
    filter: blur(10px);
    z-index: 0;
}
#circle1{
    width: 100%;
    height:100%;
    position: absolute;
    border-radius: 50%;
    background-color: #ff9831;
    filter: blur(10px);
    animation-name: circle1;
    animation-duration: 3s;
    animation-timing-function: ease-in;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}
#circle2{
    width:100%;
    height:100%;
    position: absolute;
    border-radius: 50%;
    background-color: #fe330a;
    filter: blur(50px);
    animation-name: circle2;
    animation-duration: 3s;
    animation-timing-function: ease-in;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

@keyframes circle1 {
    from{
        transform: translate(-5%,10%) skew(0deg)
    }
    to{
        transform: translate(5%,-6%) skew(-10deg)
    }
}

@keyframes circle2 {
    from{
        transform: translate(-5%,10%);
    }
    to{
        transform: translate(5%,-6%);
    }
}


#page3{
    min-height: 100vh;
    background-color: #EFEAE3;
    z-index: 1;
}
#sec{
    display: flex;
    gap: 0.5vw;
    padding: 3vw 2vw;
    align-items: center;
}
#elem-con{
    padding: 1vw 0;
    position: relative;
    z-index: 0;
    cursor: pointer;
}
#gol{
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #FE330A;
}
.elem{
    height: 6vw;
    width: 100%;
    padding: 1vw 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgb(207, 201, 201);
    overflow: hidden;
}
.elem:hover #overlay{
    top: 0%;
}
#overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    top: -100%;
    background-color: #FF9831;
    transition: all ease 0.2s;
}
.elem img{
    display: none;
}
#proj{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2vw;
}
#proj h2{
    position: relative;
    z-index: 10;
    font-family: sun-mediu;
    font-weight: bolder;
    font-size: 2vw;
}
#proj div{
    text-align: right;
    position: relative;
    z-index: 10;
}
#proj div h4{
    font-weight: 300;
}
#proj div p{
    color: rgb(173, 167, 167);
}
.elem:hover #proj div p{
    color: #B36B22;
}
#mob-elem{
    display: none;
}
#fixed-image{
    height: 30vw;
    width: 25vw;
    background-size: cover ;
    background-position: center;
    border-radius: 20px;
    position: fixed;
    left: 50%;
    top: 18%;
    z-index: 50;
    display: none;
}
#page4{
    min-height: 150vh;
    max-width: 100vw;
    overflow: hidden;
    background-color: #EFEAE3;
    padding: 4vw 0 2vw;
}
#but{
    padding: 3vw 2vw;
}
#black-box{
    height: 90vh;
    margin: 0vw 2vw;
    background-color: black;
    border-radius: 21px;
    
    }
    .belem{
        padding-top: 50px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .belem img{
        width: 350px;
        position: absolute;
        opacity: 0;
        transform: translateY(10%) rotate(2deg);
        z-index: -1;
    }
    
    .belem img:nth-child(1){
        left: 15%;
    }
    
    .belem img:nth-child(3){
        right: 2%;
    }
    
    .belem:hover img{
        opacity: 1;
        transform: translateY(0%) rotate(0deg);
        transition: all ease-out 0.5s;
    }
    
    .btext{
        height: 8vw;
        overflow: hidden;
    }
    
    .btext h1{
        font-size: 8vw;
        font-weight: 400;
        text-align: center;
        mix-blend-mode: difference;
        cursor: pointer;
        color: #EFEAE3;
    }
    
    .belem h1{
        transition: all ease-out 0.5s;
    }
    
    .belem:hover h1{
        transform: translateY(-100%);
        color: #EDBFFF;
    }
    
    
    #img1{
        left: 6%;
        bottom: -150%;
        z-index: 9;
    }
    
    #img2{
        right: 5%;
        bottom: -120%;
        z-index: 9;
    }
    
    #img3{
        left: 6%;
        bottom: -180%;
        z-index: 9;
    }
    
    #img4{
        right: 5%;
        bottom: 0%;
        z-index: 9;
    }
    
    #img5{
        left: 6%;
        bottom: 130%;
        z-index: 19;
    }
    
    #img6{
        right: 2%;
        top: -150%;
        z-index: 19;
    }
    
/* #desc{
    padding: 1vw 0;
    font-size: 1.1vw;
    width: 94%;
} */
#sec2{
    display: flex;
    gap: 0.5vw;
    padding: 4vw 6vw 1vw;
    align-items: center;
}
#sec2 .stack-title{
    font-family: sun-mediu;
    font-size: 1.2vw;
    letter-spacing: .12em;
    color: #2a2929;
}
#page4Swipe{
    height: 100vh;
    width: 100%;
    background-color: #EFEAE3;
}


/* Integrations Grid */
.integrations-grid{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
  padding: 2vw 6vw 4vw;
}
.integrations-grid .integration-tile{ grid-column: span 3; }
@media (max-width: 1100px){ .integrations-grid .integration-tile{ grid-column: span 4; } }
@media (max-width: 800px){ .integrations-grid .integration-tile{ grid-column: span 6; } }
@media (max-width: 520px){ .integrations-grid .integration-tile{ grid-column: span 12; } }

/* Page4 Integration video tiles */
.integration-tile{
position: relative;
width: 100%;
aspect-ratio: 16/10;
border-radius: 14px;
overflow: hidden;
background: #ccc;
box-shadow: 0 4px 18px rgba(0,0,0,.06);
transform: translateZ(0);
}
.integration-video,
.integration-media{
width: 100%;
height: 100%;
object-fit: cover;
filter: saturate(1.05) contrast(1.05);
transition: transform .5s ease;
}
.integration-tile:hover .integration-video,
.integration-tile:hover .integration-media{
transform: scale(1.06);
}
.tile-caption{
position: absolute;
left: 0; right: 0; bottom: 0;
padding: 14px 14px 16px;
background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.6) 65%, rgba(0,0,0,.8) 100%);
color: #fff;
text-shadow: 0 1px 2px rgba(0,0,0,.4);
  padding: 14px 14px 16px;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.6) 65%, rgba(0,0,0,.8) 100%);
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,.4);
}
.tile-caption h4{
  font-family: sun-mediu;
  font-size: 1.1vw;
  margin-bottom: 6px;
}
.tile-caption p{
  font-size: 1vw;
  width: 100%;
}

@media (max-width: 800px){
  #sec2 .stack-title{ font-size: 3.6vw; }
  .tile-caption h4{ font-size: 3.8vw; }
  .tile-caption p{ font-size: 3.4vw; }
}

/* Reveal utilities for intersection animations */
.reveal{
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .6s ease, transform .6s ease;
}
.reveal.show{
    opacity: 1;
    transform: translateY(0);
}

/* Trust Panel (dark section replacing page2) */
.trust-panel{
    background: #0e1732;
    color: #e9eeff;
    padding: 6vw 0 5vw;
    position: relative;
    z-index: 1;
}
.trust-inner{ max-width: 1200px; margin: 0 auto; padding: 0 6vw; }
.trust-headline{
    font-family: sun-mediu;
    font-size: clamp(28px, 4.4vw, 64px);
    line-height: 1.12;
    letter-spacing: .01em;
    margin: 0 0 1.2vw;
    color: #ffffff;
}
.trust-desc{
    max-width: 860px;
    color: rgba(230, 236, 255, .8);
    font-size: clamp(14px, 1.15vw, 18px);
    line-height: 1.7;
    margin: 0 0 2.2vw;
}
.trust-cta{
    display: inline-block;
    margin-bottom: 3.2vw;
    background: #2b45ff;
    color: #ffffff;
    padding: 12px 18px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    transition: transform .2s ease, background .2s ease;
}
.trust-cta:hover{ transform: translateY(-1px); background: #2138d6; }

.trust-stats{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
.stat-card{
    background: #2138d6;
    color: #ffffff;
    padding: 28px 24px;
    border-radius: 6px;
    display: flex; flex-direction: column; gap: 6px;
}
.stat-value{ font-size: clamp(22px, 2.4vw, 36px); font-weight: 800; }
.stat-sub{ font-size: clamp(16px, 1.4vw, 20px); opacity: .95; }
.stat-note{ font-size: clamp(12px, 1.05vw, 16px); opacity: .85; }

@media (max-width: 900px){
  .trust-stats{ grid-template-columns: 1fr; }
}

#page5{
    min-height: 116vh;
    max-width: 100vw;
    overflow: hidden;
    background-color: transparent;
}

#footer{
    background:#EFEAE3 !important;
    background-color:#EFEAE3 !important;
    color:#2a2929;
    padding:0;
    position:relative;
}
/* Ensure footer maintains beige background on all screen sizes */
@media (max-width: 1024px){
    #footer{ background:#EFEAE3 !important; background-color:#EFEAE3 !important; color:#2a2929 !important; }
}
.footer-inner{ max-width:1400px; margin:0 auto; padding:4vw 6vw 2vw; }
.footer-top{ display:grid; grid-template-columns: 280px 1fr; gap:48px; align-items:start; padding-bottom:3vw; }
.footer-logo-col{ display:flex; flex-direction:column; gap:24px; }
.footer-logo{ height:48px; width:auto; object-fit:contain; }
.client-login-btn{ display:inline-flex; align-items:center; justify-content:center; gap:8px; padding:10px 20px; border:1.5px solid #2a2929; border-radius:999px; color:#2a2929; text-decoration:none; font-weight:600; font-size:14px; transition: background .2s ease, color .2s ease; width:fit-content; }
.client-login-btn:hover{ background:#2a2929; color:#EFEAE3; }
.footer-columns{ display:grid; grid-template-columns: repeat(4, 1fr); gap:32px; }
.footer-col ul{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:12px; }
.footer-heading{ font-family:'Plus Jakarta Sans', system-ui, sans-serif; font-size:12px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:#2a2929; margin:0 0 16px; }
.footer-col a{ color:#2a2929; text-decoration:none; font-size:14px; font-weight:500; opacity:.85; transition: opacity .2s ease; }
.footer-col a:hover{ opacity:1; }
.footer-bottom{ display:flex; align-items:center; justify-content:space-between; padding-top:2vw; border-top:1.5px solid #d3c8b8; position:relative; }
.social-icons{ display:flex; align-items:center; gap:16px; }
.social-icon{ display:inline-flex; align-items:center; justify-content:center; width:38px; height:38px; border-radius:50%; background:#2a2929; color:#EFEAE3; transition: background .2s ease, transform .2s ease; }
.social-icon svg{ width:18px; height:18px; }
.social-icon:hover{ background:#111; transform: translateY(-2px); }
.footer-legal{ display:flex; align-items:center; gap:32px; }
.footer-legal p{ margin:0; font-size:13px; color:#6b6763; }
.footer-links{ display:flex; align-items:center; gap:20px; }
.footer-links a{ color:#2a2929; text-decoration:none; font-size:13px; font-weight:500; opacity:.75; transition: opacity .2s ease; }
.footer-links a:hover{ opacity:1; }
.accessibility-btn{ position:absolute; right:0; width:48px; height:48px; border-radius:50%; background:#FE5B00; color:#fff; border:none; font-size:24px; cursor:pointer; box-shadow:0 8px 22px rgba(254,91,0,.3); transition: transform .2s ease, box-shadow .2s ease; }
.accessibility-btn:hover{ transform: translateY(-2px); box-shadow:0 12px 28px rgba(254,91,0,.4); }
@media (max-width: 900px){ .footer-top{ grid-template-columns: 1fr; gap:32px; } .footer-columns{ grid-template-columns: repeat(2, 1fr); gap:28px; } .footer-bottom{ flex-direction:column; gap:24px; align-items:flex-start; } .footer-legal{ flex-direction:column; align-items:flex-start; gap:16px; } .accessibility-btn{ position:static; margin-top:16px; } }
@media (max-width: 768px){
  #footer{ background:#EFEAE3 !important; color:#2a2929 !important; }
  .footer-inner{ padding:6vw 4vw 3vw; }
  .footer-columns{ grid-template-columns:1fr; gap:24px; }
  .footer-heading{ font-size:11px; margin-bottom:12px; color:#111; }
  .footer-col a{ font-size:13px; color:#2a2929; }
  .footer-legal p, .footer-links a{ font-size:12px; }
  .social-icons{ gap:12px; }
  .social-icon{ width:34px; height:34px; }
  .social-icon svg{ width:16px; height:16px; }
}

@media (max-width : 600px) {
    #footer{ background:#EFEAE3 !important; color:#2a2929 !important; }
    #main, #bg4{ width:100% !important; max-width:100% !important; }
    #page1{
        min-height: 100vh;
        max-width: 100vw;
        overflow: hidden;
        height: 100%;
        padding: 0 2vw;
        margin: 0;
        background-color: #EFEAE3;
    }
    #navbut{
        display: none;
    }
    #menu{
        display: none !important;
    }
    /* Hide all hero shapes and gola on mobile */
    #hero-1, #hero-2, #hero-3, #gola{
        display: none !important;
    }
    /* Remove button outline and shadow on mobile */
    .nav-link.cta-demo{
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
    }
    #center{
        height:64vh;
        padding-bottom:7vh;
    }
    #left h3{
        font-size: clamp(14px, 3.8vw, 18px);
    }
    #right h1{
        font-size: clamp(26px, 8.8vw, 42px);
        padding-right: 5vw !important;
        margin-right: 0 !important;
    }
    #hero-shape{
        width: 100vw;
        height: 55vw;
        top: auto;
        bottom: 8vh;
        right: -15vw;
        opacity: 0.6;
    }
    #page1 video{
        margin-top: 8vh;
        width: calc(100% - 6vw);
        max-width: calc(100% - 6vw);
        margin-left: 3vw;
        margin-right: 3vw;
        object-fit: cover;
        object-position: center;
        height: auto;
        border-radius: 27px;
        display:block;
        position: relative;
    }
    #gola{
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }
    #page2bottom{
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        gap: 6vh;
        padding-left: 6vw;
    }
    #part1{
        width: 96%;
        padding-top: 6vh; 
    }
    #part2{
        display: flex;
        flex-direction: column;
        width: 78%;
        padding: 0;
        z-index: 9;
        position: relative;
    }
    #page2,#page3,#page4,#page5{
        max-width: 100vw;
        overflow: hidden;
        height: 100%;
    }
    #page2{
        height: 79vh;
    }
    #page2bottom h1{
        font-size: 6.5vw;
        z-index: 9;
        position: relative;
        font-family: sun-mediu;
        font-weight: 900;
        letter-spacing: normal;
        line-height: 3vh;
    }
    #part2 img{
        width: 100%;
        height: 50%;
        border-radius: 15px;
        margin-bottom: 3vh;
    }
    #part2 p{
        font-size: 4vw;
    }
    #circle{
        position: absolute;
        width: 58vw;
        height: 58vw;
        top: 27%;
        left: 44%;
        border-radius: 50%;
        background-color: #ff9831;
        filter: blur(10px);
    }
    #loader{
        height: 100%;
        max-width: 100vw;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
    }
    #loader h1{
        font-size: 5vh;    
    }
    #footer{
        position: relative;
        height: 100%;
        max-width: 100vw;
        background-color: #EFEAE3 !important;
        background: #EFEAE3 !important;
        color: #2a2929;
        z-index: 0;
    }
    #footer #shape2{
        display: none;
    }
    #fixed-image{
        display: none;
    }
    .elem{
        display: none;
    }
    #mob-elem{
        background-color: #EFEAE3;
        display: flex;
        flex-direction: column;
        padding: 4vw;
        gap: 1vh;
    }
    #mob-elem img{
        width: 100%;
        height: 50vh;
        object-position: center;
        object-fit: cover;
        border-radius: 16px;
    }
    #mob-elem h2{
        font-family: sun-mediu;
        font-weight: 700;
        font-size: 9vw;
    }
    #mob-elem h4{
        font-weight: 400;
        font-size: 6vw;
    }
    #mob-elem p{
        font-weight: 200;
        color: rgb(173, 167, 167);
        font-size: 4vw;
    }
    #page3{
        min-height: 100vh;
    }
    #black-box{
        height: 80vh;
        margin: 2vw 6vw;
        background-color: black;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    #black-box img{
        width: 100%;
        height: 53%;
        object-fit: cover;
        object-position: center;
        border-radius: 15px;
    }
    #tab-sec h2{
        font-family: sun-mediu;
        font-size: 7vw;
        font-weight: bolder;
    }
    #tabs{
        border-left: 3px solid #504A45;
        padding-left: 3vw;
    }
    #tabs h2 a{
        text-decoration: none;
    }
    #black-box #tab-sec{
        color: #EFEAE3;
        display: flex;
        flex-direction: column;
        padding: 4vh 9vw;
        gap: 3vh;
    }
    #desc{
        font-size: 3.3vw;
    }
    #sec2{
        display: flex;
        gap: 0.5vw;
        padding: 8vw 6vw 0;
        align-items: center;
    }
    .swiper {
        min-height: 28vh;
        padding: 7vh 6vw;
    }
    
    .swiper-slide img {
        display: inline-block;
        position: relative;
        object-fit: cover;
        width: 100%;
    }
    
    .swiper-slide p {
        width: 100%;
        color: #2a2929f4;
        font-size: 2vh;
    }
    
    .swiper-slide {
        width: 48%;
        padding-left: 8vw;
        padding-top: 2vh;
    }
    #page5 {
        min-height: 76vh;
    }
    #footerupper{
        flex-direction: column;
        top: 35%;
        align-items: flex-start;
    }
    #footer h2 {
        font-size: 5vh;
    }
    #footer p {
        font-size: 2.5vh;
    }
    #email {
        display: flex;
        flex-direction: column;
        padding-top: 2vh;
        gap: 3vh;
        width: 90%;
    }
    #email h6 {
        font-size: 2vh;
        font-weight: 200;
        padding-bottom: 1vh;
        border-bottom: 1px solid #504A45;
        color: #504A45;
    }
    #footerlower{
        top: 38%;
    }
    #footerlower img{
        padding-bottom: 3vh;
    }
    #footerlower div {
        padding: 3vw 2vw;
        display: flex;
        flex-wrap: wrap;
        gap: 1vh;
        align-items: center;
        justify-content: space-between;
    }
    #footerlower div h5 {
        font-size: 2vh;
    }
    #footer #shape1 {
        top: -5%;
        left: -2%;
        width: 100%;
        height: 81%;
        filter: blur(30px);
    }
    #footer #shape2{
        display: none;
    }
    @keyframes shape1 {
        from{
            transform: rotate(-70deg);
        }
        to{
            transform: rotate(-80deg);
        }
    }
}
@media only screen and (min-width: 800px) and (max-width: 1100px){
    #page5 {
        min-height: 86vh;
    }
    #footerupper{
        top: 18%;
    }
    #footer h2 {
        font-size: 3vw;
    }
    #email{
        width: 32%;
    }
    #email h6 {
        font-size: 1.7vw;
        padding-bottom: 0.7vw;
    }
    #footer p {
        font-size: 2vw;
    }
    #footerlower{
        top: 25%;
    }
    #footerlower div h5 {
        font-size: 1.7vw;
    }
    .swiper-slide img {
        display: inline-block;
        position: relative;
        object-fit: cover;
        width: 100%;
    }
    
    .swiper-slide p {
        width: 100%;
        color: #2a2929f4;
        font-size: 2vh;
    }
    
    .swiper-slide {
        width: 21%;
        padding-top: 2vh;
        margin-top: 3vh;
        margin-right: 35px;
    }
}
@media only screen and (min-width: 600px) and (max-width: 800px){
    #page5 {
        min-height: 86vh;
    }
    #footerupper{
        top: 26%;
    }
    #footer h2 {
        font-size: 4vw;
    }
    #email{
        width: 38%;
    }
    #email h6 {
        font-size: 2.1vw;
    }
    #footer p {
        font-size: 2.4vw;
    }
    #footerlower{
        top: 35%;
    }
    #footerlower div {
        padding: 2vw 0;
    }
    #footerlower div h5 {
        font-size: 2.2vw;
    }
    .swiper-slide img {
        display: inline-block;
        position: relative;
        object-fit: cover;
        width: 100%;
    }
    
    .swiper-slide p {
        width: 100%;
        color: #2a2929f4;
        font-size: 2vh;
    }
    
    .swiper-slide {
        width: 25%;
        padding-top: 2vh;
        margin-top: 3vh;
        margin-right: 35px;
    }
}

/* FINAL MOBILE OVERRIDE: Keep exact desktop layout on all mobile devices */
@media (max-width: 1024px){
  /* Prevent horizontal scroll */
  html, body{ overflow-x: hidden !important; max-width: 100vw !important; }
  #page1{ overflow-x: hidden !important; }
  
  /* Fix nav: stack links below logo on small screens, remove border */
  #page1 nav{ 
    padding: 2.5vw 2vw !important; 
    border: none !important; 
    border-bottom: none !important;
    box-shadow: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 12px !important;
    overflow-x: hidden !important;
    width: 100% !important;
  }
  
  nav::after, nav::before{ display: none !important; }
  
  nav .brand-logo{ 
    flex-shrink: 0 !important; 
    height: 36px !important;
    align-self: flex-start !important;
  }
  
  .nav-links{ 
    display: flex !important; 
    flex-direction: row !important; 
    gap: 10px !important; 
    margin-left: 0 !important;
    border: none !important;
    border-bottom: none !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    width: 100% !important;
  }
  
  .nav-link{ 
    white-space: nowrap !important; 
    font-size: 12px !important;
    flex-shrink: 0 !important;
  }
  
  .nav-link.cta-demo{ 
    height: 36px !important; 
    padding: 0 14px !important;
    font-size: 12px !important;
  }
  
  /* Force side-by-side layout - DO NOT STACK */
  #center{ 
    display: flex !important; 
    flex-direction: row !important; 
    width: 100% !important; 
    height: auto !important; 
    min-height: 0 !important;
    align-items: flex-end !important; 
    justify-content: space-between !important; 
    border-bottom: none !important;
    border: none !important;
    padding: 4vw 2vw 0 !important;
    gap: 2vw !important;
  }
  
  /* Left section: ~30% width for paragraph */
  #left{ 
    width: 35% !important; 
    flex-shrink: 0 !important;
    align-self: flex-end !important;
  }
  
  /* Right section: ~70% width for big heading */
  #right{ 
    width: 65% !important; 
    flex-shrink: 0 !important;
    align-self: flex-end !important;
  }
  
  /* Scale fonts only */
  #left h3{ 
    width: 100% !important;
    font-size: clamp(13px, 3.2vw, 16px) !important; 
    line-height: 1.6 !important;
    padding-left: 0 !important;
  }
  
  #right h1{ 
    font-size: clamp(32px, 10vw, 52px) !important; 
    line-height: 1.0 !important; 
    text-align: end !important;
    padding-right: 20px !important;
  }
}

/* Calendly Modal Styles */
.calendly-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.6);
    backdrop-filter: blur(4px);
}

.calendly-modal-content {
    background-color: #fefefe;
    margin: 3% auto;
    padding: 0;
    border-radius: 16px;
    width: 90%;
    max-width: 1000px;
    position: relative;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.calendly-close {
    color: #666;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 32px;
    font-weight: bold;
    z-index: 1;
    cursor: pointer;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transition: all 0.2s ease;
}

.calendly-close:hover,
.calendly-close:focus {
    color: #FE330A;
    transform: scale(1.1);
}

.calendly-inline-widget {
    border-radius: 16px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .calendly-modal-content {
        width: 95%;
        margin: 5% auto;
    }
    
    .calendly-inline-widget {
        height: 600px !important;
    }
    
    .calendly-close {
        right: 10px;
        top: 10px;
        width: 36px;
        height: 36px;
        font-size: 28px;
    }
}