  .a360-home{
    --indigo:#EA6A0C;
    --indigo-deep:#C2560A;
    --ink:#241C14;
    --ink-soft:#5C4E3F;
    --muted:#8A7C6C;
    --lavender:#FDF4EC;
    --lavender-2:#FCE7D6;
    --white:#FFFFFF;
    --green:#16A34A;
    --green-soft:#E1F7E9;
    --teal:#0D9DA6;
    --teal-soft:#DEF6F5;
    --orange:#F0730B;
    --orange-soft:#FFEDDA;
    --pink:#E23E7C;
    --pink-soft:#FCE4EE;
    --coral:#F0730B;
    --coral-soft:#FFEDDA;
    --gold:#F0730B;
    --line:#E6E3F5;
    --shadow: 0 20px 45px -20px rgba(38,25,110,0.25);
    --radius: 20px;
  }
  .a360-home *{box-sizing:border-box; margin:0; padding:0;}
  .a360-home{scroll-behavior:smooth;}
  .a360-home{
    font-family:'Inter', sans-serif;
    color:var(--ink);
    background:var(--white);
    line-height:1.5;
    -webkit-font-smoothing:antialiased;
  }
  .a360-home h1, .a360-home h2, .a360-home h3, .a360-home h4{font-family:'Sora', sans-serif; color:var(--ink); font-weight:700; letter-spacing:-0.02em;}
  .a360-home a{text-decoration:none; color:inherit;}
  .a360-home ul{list-style:none;}
  .a360-home img{max-width:100%; display:block;}
  .a360-home .wrap{max-width:1220px; margin:0 auto; padding:0 32px;}
  .a360-home .eyebrow{
    display:inline-flex; align-items:center; gap:8px;
    font-size:13px; font-weight:600; color:var(--indigo);
    background:var(--lavender-2); padding:6px 14px; border-radius:999px;
    letter-spacing:0.02em;
  }
  .a360-home .btn{
    display:inline-flex; align-items:center; gap:8px;
    padding:14px 26px; border-radius:12px; font-weight:600; font-size:15px;
    cursor:pointer; border:none; transition:transform .15s ease, box-shadow .15s ease;
    font-family:'Inter',sans-serif;
  }
  .a360-home .btn:hover{transform:translateY(-2px);}
  .a360-home .btn-primary{background:var(--indigo); color:#fff; box-shadow:0 12px 24px -8px rgba(234,106,12,0.45);}
  .a360-home .btn-ghost{background:#fff; color:var(--indigo); border:1.5px solid var(--line);}
  .a360-home .btn-ghost:hover{border-color:var(--indigo);}

  .a360-home /* NAV */
  header{
    position:sticky; top:0; z-index:50; background:rgba(255,255,255,0.85);
    backdrop-filter:blur(10px); border-bottom:1px solid var(--line);
  }
  .a360-home nav{display:flex; align-items:center; justify-content:space-between; padding:18px 32px; max-width:1220px; margin:0 auto;}
  .a360-home .logo{display:flex; align-items:center; gap:10px; font-family:'Sora'; font-weight:800; font-size:20px;}
  .a360-home .logo .mark{width:34px; height:34px; border-radius:9px; background:linear-gradient(135deg,var(--indigo),#FBAA5C); display:flex; align-items:center; justify-content:center; color:#fff; font-size:16px;}
  .a360-home .logo small{display:block; font-family:'Inter'; font-weight:500; font-size:11px; color:var(--muted); margin-top:-2px;}
  .a360-home .nav-links{display:flex; gap:30px; font-size:14.5px; font-weight:500; color:var(--ink-soft);}
  .a360-home .nav-links a:hover{color:var(--indigo);}
  .a360-home .nav-right{display:flex; align-items:center; gap:18px;}
  .a360-home .phone{font-size:14px; font-weight:600; color:var(--ink-soft); display:flex; align-items:center; gap:6px;}
  @media(max-width:960px){ .a360-home .nav-links{display:none;} .a360-home .phone{display:none;} }

  /* HERO */
  .hero{
    position:relative; overflow:hidden;
    background:radial-gradient(circle at 15% 20%, #EFEBFF 0%, #FBFAFF 45%, #ffffff 75%);
    padding:76px 0 90px;
  }
  .hero-grid{display:grid; grid-template-columns:1fr 1.15fr; gap:60px; align-items:center;}
  .hero h1{font-size:48px; line-height:1.08; margin:22px 0 20px;}
  .hero h1 span{background:linear-gradient(90deg,var(--indigo),#F0A64B); -webkit-background-clip:text; background-clip:text; color:transparent;}
  .hero p{font-size:17px; color:var(--muted); max-width:480px; margin-bottom:32px;}
  .hero-cta{display:flex; gap:14px; margin-bottom:30px; flex-wrap:wrap;}
  .trust-strip{display:flex; gap:22px; flex-wrap:wrap; font-size:13px; color:var(--ink-soft); font-weight:600;}
  .trust-strip span{display:flex; align-items:center; gap:6px;}
  .dot{width:6px;height:6px;border-radius:50%;background:var(--green);}

  .hero-visual{position:relative;}
  .laptop{position:relative; z-index:2; perspective:1600px; max-width:560px;}
  .laptop-body{transform:rotateX(3deg); transform-style:preserve-3d;}
  .laptop-screen{
    background:#0C0C0E; border-radius:20px; padding:10px;
    box-shadow:var(--shadow), inset 0 0 0 1px rgba(255,255,255,0.06);
    position:relative;
  }
  .laptop-screen-inner{
    position:relative; border-radius:12px; overflow:hidden;
    background:#fff;
  }
  .laptop-notch{
    position:absolute; top:0; left:50%; transform:translateX(-50%);
    width:110px; height:16px; background:#0C0C0E;
    border-radius:0 0 12px 12px; z-index:5;
    display:flex; align-items:flex-end; justify-content:center; padding-bottom:3px;
  }
  .laptop-cam{width:5px; height:5px; border-radius:50%; background:#28282C; box-shadow:0 0 0 1.5px rgba(255,255,255,0.03);}
  .laptop-screen .device-card{box-shadow:none; border:none; border-radius:0; padding-top:26px;}
  .dashboard-screenshot{width:100%; height:auto; display:block; border-radius:0 0 10px 10px;}
  .laptop-screen::after{
    content:''; position:absolute; inset:10px;
    border-radius:12px; pointer-events:none;
    background:linear-gradient(120deg, rgba(255,255,255,0.05) 0%, transparent 25%);
  }
  .laptop-hinge{
    height:6px; margin:0 6px;
    background:linear-gradient(180deg,#DDD9D2,#B9B4AA);
    border-radius:1px;
  }
  .laptop-deck{
    height:14px;
    background:linear-gradient(180deg,#F4F1EB,#DAD5CB);
    border-radius:0 0 16px 16px;
    position:relative;
    box-shadow:0 4px 10px rgba(0,0,0,0.1);
  }
  .laptop-deck::before{
    content:''; position:absolute; left:50%; top:0; transform:translateX(-50%);
    width:90px; height:5px; background:#C9C3B7; border-radius:0 0 6px 6px;
  }
  .laptop-shadow{
    width:76%; height:22px; margin:16px auto 0; border-radius:50%;
    background:radial-gradient(ellipse, rgba(20,15,10,0.24), transparent 72%);
  }
  .device-card{
    background:#fff; border-radius:22px; box-shadow:var(--shadow); border:1px solid var(--line);
    padding:22px; position:relative; z-index:2;
  }
  .device-top{display:flex; justify-content:space-between; align-items:center; margin-bottom:18px;}
  .device-top .title{font-family:'Sora'; font-weight:700; font-size:15px;}
  .kpi-row{display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin-bottom:16px;}
  .kpi{background:var(--lavender); border-radius:14px; padding:14px; text-align:left;}
  .kpi .num{font-family:'Sora'; font-weight:700; font-size:17px;}
  .kpi .lbl{font-size:11px; color:var(--muted); margin-top:2px;}
  .panel-row{display:grid; grid-template-columns:1.3fr 1fr 1fr; gap:12px;}
  .chart-panel{display:flex; flex-direction:column; padding:12px;}
  .panel-title{font-size:10.5px; font-weight:600; color:var(--muted); margin-bottom:6px;}
  .bar-chart{width:100%; height:auto; flex:1;}
  .donut-chart{width:100%; max-width:90px; margin:0 auto;}
  .chart-panel.center{align-items:center; justify-content:flex-start;}
  .notif-panel{padding:12px; display:flex; flex-direction:column; gap:8px;}
  .notif-row{font-size:10px; color:var(--ink-soft); display:flex; align-items:center; gap:6px; line-height:1.3;}
  .notif-dot{width:6px; height:6px; border-radius:50%; flex-shrink:0;}
  .panel{background:var(--lavender); border-radius:14px; padding:14px; height:110px;}
  .float-card{
    position:absolute; background:#fff; border-radius:16px; box-shadow:var(--shadow);
    padding:14px 18px; z-index:3; border:1px solid var(--line);
  }
  .float-1{top:-18px; right:-10px; display:flex; align-items:center; gap:10px;}
  .float-1 .ic{width:34px;height:34px;border-radius:10px;background:var(--green-soft); color:var(--green); display:flex;align-items:center;justify-content:center; font-weight:700;}
  .float-2{bottom:-16px; left:20px; font-size:13px;}
  .badge-glow{position:absolute; width:340px; height:340px; background:radial-gradient(circle, rgba(234,106,12,0.15), transparent 70%); top:-60px; right:-60px; z-index:1; animation:blobDrift 9s ease-in-out infinite;}
  @keyframes blobDrift{ 0%,100%{ transform:translate(0,0); } 50%{ transform:translate(14px,10px); } }

  /* HERO ANIMATION LAYER */
  #heroParticles{ position:absolute; inset:0; z-index:0; pointer-events:none; opacity:.8; }
  .hero-spotlight{
    position:absolute; inset:0; z-index:0; pointer-events:none;
    background:radial-gradient(320px circle at var(--sx,50%) var(--sy,20%), rgba(234,106,12,0.10), transparent 65%);
    opacity:0; transition:opacity .4s ease;
  }
  .hero-spotlight.on{ opacity:1; }
  .hero-visual{ perspective:1400px; }
  .hero-visual-scene{ transform-style:preserve-3d; transition:transform .15s ease-out; }
  @keyframes riseIn{ to{ opacity:1; transform:translateY(0); } }
  .hero-grid > div:first-child > *{ opacity:0; transform:translateY(18px); animation:riseIn .8s cubic-bezier(.16,1,.3,1) forwards; }
  .hero-grid > div:first-child > .eyebrow{ animation-delay:.05s; }
  .hero-grid > div:first-child > h1{ animation-delay:.15s; }
  .hero-grid > div:first-child > p{ animation-delay:.28s; }
  .hero-grid > div:first-child > .hero-cta{ animation-delay:.4s; }
  .hero-grid > div:first-child > .trust-strip{ animation-delay:.52s; }
  @keyframes floaty{ 0%,100%{ transform:translateZ(var(--z,0px)) translateY(0);} 50%{ transform:translateZ(var(--z,0px)) translateY(-8px);} }
  .float-1{ --z:70px; animation:floaty 5.4s 1s ease-in-out infinite; }
  .float-2{ --z:50px; animation:floaty 5s .7s ease-in-out infinite; }
  .laptop{ animation:floaty 6.6s 0.4s ease-in-out infinite; }
  @media (prefers-reduced-motion: reduce){
    #heroParticles, .hero-spotlight{ display:none; }
    .hero-grid > div:first-child > *, .badge-glow, .float-1, .float-2, .laptop{ animation:none !important; opacity:1 !important; transform:none !important; }
  }

  .a360-home /* SEGMENT TABS */
  .segment-bar{background:var(--lavender-2); padding:16px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line);}
  .a360-home .segment-bar .wrap{display:flex; align-items:center; gap:14px; flex-wrap:wrap;}
  .a360-home .segment-bar .lbl{font-size:14px; font-weight:600; color:var(--ink-soft);}
  .a360-home .seg-pill{display:flex; gap:8px; flex-wrap:wrap;}
  .a360-home .seg-pill button{
    padding:9px 18px; border-radius:999px; border:1.5px solid transparent; background:#fff;
    font-size:13.5px; font-weight:600; color:var(--ink-soft); cursor:pointer; transition:all .15s;
  }
  .a360-home .seg-pill button.active{background:var(--indigo); color:#fff;}
  .a360-home .seg-pill button:not(.active):hover{border-color:var(--indigo);}

  .a360-home /* SECTION HEADERS */
  .section{padding:88px 0;}
  .a360-home .section-head{text-align:center; max-width:600px; margin:0 auto 52px;}
  .a360-home .section-head h2{font-size:34px; margin-bottom:10px;}
  .a360-home .section-head p{color:var(--muted); font-size:15.5px;}

  /* WHY CHOOSE */
  .why-grid{display:grid; grid-template-columns:repeat(5,1fr); gap:18px; perspective:1000px;}
  .why-card{
    position:relative; overflow:hidden;
    background:#fff; border:1px solid var(--line); border-radius:18px; padding:26px 20px;
    text-align:left; transform-style:preserve-3d; will-change:transform;
    transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    opacity:0; translate:0 24px;
  }
  .why-card.in-view{ opacity:1; translate:0 0; transition:opacity .6s ease, translate .6s cubic-bezier(.16,1,.3,1), transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
  .why-card::before{
    content:''; position:absolute; inset:0; z-index:0;
    background:linear-gradient(120deg, transparent 40%, rgba(234,106,12,0.10) 50%, transparent 60%);
    background-size:220% 220%; background-position:120% 0;
    opacity:0; transition:opacity .3s ease; pointer-events:none;
  }
  .why-card:hover{transform:translateY(-4px); box-shadow:var(--shadow); border-color:rgba(234,106,12,0.35);}
  .why-card:hover::before{ opacity:1; animation:shine 1.1s ease; }
  @keyframes shine{ from{ background-position:120% 0; } to{ background-position:-20% 0; } }
  .why-card .why-ic, .why-card h4, .why-card p{ position:relative; z-index:1; }
  .why-ic{width:44px; height:44px; border-radius:12px; display:flex; align-items:center; justify-content:center; margin-bottom:16px; font-size:19px;}
  .why-card h4{font-size:15.5px; margin-bottom:6px;}
  .why-card p{font-size:13px; color:var(--muted);}
  @media(max-width:960px){ .why-grid{grid-template-columns:repeat(2,1fr);} }

  .a360-home /* ROLE DASHBOARD (signature interactive) */
  .role-section{background:var(--lavender); border-radius:32px; padding:64px; margin:0 32px;}
  .a360-home .role-inner{max-width:1156px; margin:0 auto; display:grid; grid-template-columns:0.85fr 1.15fr; gap:56px; align-items:center;}
  .a360-home .role-tabs{display:flex; gap:8px; margin:24px 0 26px; flex-wrap:wrap;}
  .a360-home .role-tabs button{
    padding:11px 20px; border-radius:12px; border:1.5px solid var(--line); background:#fff;
    font-weight:600; font-size:14px; color:var(--ink-soft); cursor:pointer;
  }
  .a360-home .role-tabs button.active{background:var(--indigo); color:#fff; border-color:var(--indigo);}
  .a360-home .role-list li{display:flex; gap:10px; align-items:flex-start; font-size:14.5px; color:var(--ink-soft); margin-bottom:12px;}
  .a360-home .role-list .check{width:20px; height:20px; border-radius:50%; background:var(--green-soft); color:var(--green); display:flex; align-items:center; justify-content:center; font-size:11px; flex-shrink:0; margin-top:1px;}
  .a360-home .role-preview{background:#fff; border-radius:20px; box-shadow:var(--shadow); padding:24px; min-height:340px;}
  .a360-home .role-preview .heading{font-family:'Sora'; font-weight:700; font-size:15px; margin-bottom:16px; display:flex; align-items:center; gap:8px;}
  .a360-home .role-preview .heading .role-dot{width:8px;height:8px;border-radius:50%;background:var(--indigo);}

  /* MODULES */
  .modules-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:16px;}
  .module-card{
    display:flex; gap:14px; align-items:flex-start; padding:20px; border-radius:16px;
    border:1px solid var(--line); background:#fff; transition:all .15s;
    opacity:0; translate:0 20px;
  }
  .module-card.in-view{ opacity:1; translate:0 0; transition:opacity .55s ease, translate .55s cubic-bezier(.16,1,.3,1), border-color .15s, box-shadow .15s, transform .15s; }
  .module-card:hover{border-color:var(--indigo); box-shadow:var(--shadow); transform:translateY(-3px);}
  .module-ic{width:42px; height:42px; border-radius:11px; display:flex; align-items:center; justify-content:center; font-size:18px; flex-shrink:0;}
  .module-card h4{font-size:14.5px; margin-bottom:4px;}
  .module-card p{font-size:12.5px; color:var(--muted);}
  @media(max-width:960px){ .modules-grid{grid-template-columns:repeat(2,1fr);} }

  /* INTEGRATIONS */
  .integrations{display:flex; justify-content:center; gap:14px; flex-wrap:wrap;}
  .integ-chip{
    display:flex; align-items:center; gap:10px; padding:12px 20px; border-radius:12px;
    border:1px solid var(--line); background:#fff; font-size:13.5px; font-weight:600; color:var(--ink-soft);
  }
  .integ-chip .ic{width:26px;height:26px;border-radius:7px; display:flex;align-items:center;justify-content:center; font-size:13px; color:#fff;}

  /* PROCESS */
  .process-row{display:grid; grid-template-columns:repeat(6,1fr); gap:16px; position:relative;}
  .process-row::before{
    content:''; position:absolute; top:26px; left:8%; right:8%; height:2px; background:var(--line); z-index:0;
  }
  .process-row::after{
    content:''; position:absolute; top:26px; left:8%; right:8%; height:2px; z-index:0;
    background:linear-gradient(90deg,var(--indigo),#F0A64B); transform-origin:left center; transform:scaleX(0);
    transition:transform 1.4s ease;
  }
  .process-row.run::after{ transform:scaleX(1); }
  .proc-step{position:relative; z-index:1; text-align:center;}
  .proc-num{
    width:52px; height:52px; border-radius:50%; background:#fff; border:2px solid var(--indigo);
    color:var(--indigo); font-family:'Sora'; font-weight:700; font-size:16px;
    display:flex; align-items:center; justify-content:center; margin:0 auto 14px;
    transition:box-shadow .4s ease, transform .4s ease;
  }
  @keyframes nodePulse{ 0%,100%{ transform:scale(1); } 30%{ transform:scale(1.12); } }
  .proc-step.active .proc-num{ box-shadow:0 0 0 6px rgba(234,106,12,0.14); animation:nodePulse 1.6s ease-in-out .3s; }
  .proc-step h4{font-size:14px; margin-bottom:5px;}
  .proc-step p{font-size:12px; color:var(--muted);}
  @media(max-width:960px){ .process-row{grid-template-columns:repeat(3,1fr); row-gap:36px;} .process-row::before{display:none;} }

  /* TRUST / SECURITY / AI */
  .trio-grid{display:grid; grid-template-columns:1fr 1fr; gap:20px;}
  .trio-card{border-radius:20px; padding:30px; border:1px solid var(--line);}
  .trio-card h3{font-size:18px; margin-bottom:16px;}
  .trio-card ul li{font-size:13.5px; color:var(--ink-soft); margin-bottom:10px; display:flex; gap:8px; align-items:center;}
  .trio-card:hover h3{color:var(--indigo);}
.trio-card:hover .num{transform:scale(1.12);color:var(--indigo);}
.trio-card:hover ul li{transform:translateX(6px);}
.trio-card:hover .lbl{color:var(--ink);}
  .stat-block{display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-top:6px;}
  .stat-block > div{position:relative;}
  .stat-block > div::before{
    content:''; position:absolute; left:0; top:-6px; width:80px; height:80px;
    background:radial-gradient(circle, rgba(234,106,12,0.16), transparent 70%);
    opacity:0; transition:opacity .6s ease; z-index:-1;
  }
  .stat-block.in-view > div::before{ opacity:1; animation:statGlowPulse 2.4s ease-in-out infinite; }
  @keyframes statGlowPulse{ 0%,100%{ opacity:.5; } 50%{ opacity:1; } }
  .stat-block .num{font-family:'Sora'; font-weight:800; font-size:24px; color:var(--indigo);}
  .stat-block .lbl{font-size:12px; color:var(--muted);}
  @media(max-width:900px){ .trio-grid{grid-template-columns:1fr;} }

  .a360-home /* PRICING */
  .pricing-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:22px;}
  .a360-home .price-card{border-radius:22px; padding:32px 28px; border:1.5px solid var(--line); background:#fff; position:relative;}
  .a360-home .price-card.featured{border-color:var(--indigo); box-shadow:var(--shadow); transform:scale(1.03);}
  .a360-home .price-badge{position:absolute; top:-13px; left:28px; background:var(--indigo); color:#fff; font-size:11.5px; font-weight:700; padding:5px 14px; border-radius:999px;}
  .a360-home .price-card h3{font-size:16px; color:var(--muted); font-weight:600; margin-bottom:6px;}
  .a360-home .price-card .amount{font-family:'Sora'; font-size:34px; font-weight:800; margin-bottom:4px;}
  .a360-home .price-card .amount span{font-size:14px; font-weight:500; color:var(--muted);}
  .a360-home .price-card ul{margin:22px 0 26px;}
  .a360-home .price-card ul li{font-size:13.5px; color:var(--ink-soft); margin-bottom:10px; display:flex; gap:8px; align-items:center;}
  @media(max-width:960px){ .a360-home .pricing-grid{grid-template-columns:1fr;} .a360-home .price-card.featured{transform:none;} }

  .a360-home /* FOOTER */
  footer{background:var(--ink); color:#C8C4E8; padding:64px 0 28px; margin-top:40px;}
  .a360-home .foot-grid{display:grid; grid-template-columns:1.4fr repeat(4,1fr); gap:30px; margin-bottom:44px;}
  .a360-home .foot-grid h4{color:#fff; font-size:14px; margin-bottom:16px;}
  .a360-home .foot-grid li{font-size:13.5px; margin-bottom:10px; color:#B3AEDC;}
  .a360-home .foot-grid li:hover{color:#fff; cursor:pointer;}
  .a360-home .foot-bottom{border-top:1px solid rgba(255,255,255,0.1); padding-top:22px; display:flex; justify-content:space-between; font-size:12.5px; color:#8B86B8; flex-wrap:wrap; gap:10px;}

  .a360-home /* MODULE DETAIL (SEO content) */
  .module-detail{
    display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:start;
    padding:50px 0; border-bottom:1px solid var(--line);
  }
  .a360-home .module-detail:last-child{border-bottom:none;}
  .a360-home .module-detail .md-icon{font-size:26px; margin-bottom:10px; display:block;}
  .a360-home .module-detail h3{font-size:23px; margin-bottom:14px; line-height:1.25;}
  .a360-home .module-detail p{font-size:14.5px; color:var(--ink-soft); line-height:1.65;}
  .a360-home .md-features{margin-top:18px; display:grid; grid-template-columns:1fr 1fr; gap:10px 20px;}
  .a360-home .md-features li{font-size:13.5px; color:var(--ink-soft); display:flex; align-items:center; gap:8px;}
  .a360-home .md-features li::before{content:'✓'; color:var(--green); font-weight:700; flex-shrink:0;}
  @media(max-width:900px){ .a360-home .module-detail{grid-template-columns:1fr; gap:16px;} .a360-home .md-features{grid-template-columns:1fr;} }

  .a360-home /* FAQ */
  .faq-item{border-bottom:1px solid var(--line); padding:22px 0;}
  .a360-home .faq-item summary{
    cursor:pointer; font-family:'Sora'; font-weight:600; font-size:15.5px;
    list-style:none; display:flex; justify-content:space-between; align-items:center;
  }
  .a360-home .faq-item summary::-webkit-details-marker{display:none;}
  .a360-home .faq-item summary::after{content:'+'; font-size:22px; color:var(--indigo); font-weight:400; margin-left:16px;}
  .a360-home .faq-item[open] summary::after{content:'−';}
  .a360-home .faq-item p{font-size:14px; color:var(--muted); margin-top:12px; line-height:1.6; max-width:760px;}
  @media(max-width:900px){ .a360-home .foot-grid{grid-template-columns:1fr 1fr;} }
  @media(max-width:960px){ .a360-home .hero-grid{grid-template-columns:1fr;} .a360-home .role-inner{grid-template-columns:1fr;} .a360-home .role-section{padding:40px 24px; margin:0 16px;} .a360-home .trio-grid{grid-template-columns:1fr;} }

  /* ---------- Tablet ---------- */
@media (max-width:992px){
.hero-grid{grid-template-columns:1fr;gap:40px;text-align:center;}
.hero p{max-width:100%;}
.hero-cta,.trust-strip{justify-content:center;}
.hero-visual{margin:auto;max-width:650px;}
}

/* ---------- Mobile ---------- */
@media (max-width:768px){
.wrap{padding:0 20px;}
.hero{padding:50px 0;}
.hero h1{font-size:42px;line-height:1.15;}
.hero p{font-size:16px;}
.hero-cta{flex-direction:column;}
.hero-cta .btn{width:100%;justify-content:center;}
.trust-strip{justify-content:center;gap:10px;font-size:12px;}
.laptop,.float-1,.float-2{display:none;}
}
@media(max-width:768px){
.hero{padding:50px 0 60px;}
.hero-grid{grid-template-columns:1fr;gap:30px;text-align:center;}
.hero h1{font-size:38px;line-height:1.15;}
.hero p{font-size:16px;max-width:100%;margin:18px auto 28px;}
.hero-cta{flex-direction:column;align-items:center;}
.hero-cta .btn{width:100%;max-width:320px;justify-content:center;}
.trust-strip{justify-content:center;gap:12px;}
.hero-visual{display:none;}
}
@media(max-width:768px){
.section{padding:60px 0;}
.section-head{margin-bottom:35px;padding:0 15px;}
.section-head h2{font-size:34px;line-height:1.2;}
.section-head p{font-size:15px;}
.why-grid{grid-template-columns:1fr 1fr;gap:15px;}
.why-card{padding:18px;}
.why-card h4{font-size:17px;}
.why-card p{font-size:14px;line-height:1.6;}
}
@media(max-width:768px){

.a360-home .role-section{margin:0;padding:30px 18px;border-radius:20px;}

.a360-home .role-inner{grid-template-columns:1fr;gap:30px;}

.a360-home .role-tabs{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;}

.a360-home .role-tabs button{width:100%;padding:10px 0;}

.a360-home .role-preview{padding:18px;min-height:auto;}

.a360-home .role-preview .heading{font-size:17px;margin-bottom:15px;}

.a360-home .kpi-row{grid-template-columns:repeat(2,1fr);gap:10px;}

.a360-home .kpi{padding:10px;}

.a360-home .kpi .num{font-size:16px;}

.a360-home .kpi .lbl{font-size:10px;}

.a360-home .panel-row{grid-template-columns:1fr!important;gap:12px;}

.a360-home .panel,.a360-home .chart-panel{height:auto!important;min-height:160px;}

.a360-home .line-chart{width:100%;height:130px;}

.a360-home .donut-chart{width:100%;max-width:110px;}

.a360-home #defaultPreview,.a360-home #screenshotPreview{width:100%;height:auto;}

}
@media(max-width:768px){
.modules-grid{grid-template-columns:1fr;}
.module-card{padding:18px;}
}
@media(max-width:768px){
.trio-grid{grid-template-columns:1fr;}
.trio-card{padding:22px;}
}
@media(max-width:768px){
.pricing-grid{grid-template-columns:1fr;}
.price-card{padding:24px;}
}

/* ---------- Small Mobile ---------- */
@media (max-width:480px){
.wrap{padding:0 15px;}
.hero h1{font-size:32px;}
.hero p{font-size:15px;}
.eyebrow{font-size:11px;padding:5px 12px;}
.btn{padding:13px 18px;font-size:14px;}
}
@media(max-width:480px){
.why-grid{grid-template-columns:1fr;}
}