:root{
    /* Core palette */
    --ink:#0F172A;            /* Main dark */
    --ink-2:#1E293B;          /* Secondary dark */
    --paper:#FAF9F5;          /* Main background */
    --paper-2:#FFFFFF;        /* Cards / surfaces */

    /* Brand */
    --cobalt:#3B82F6;         /* Primary blue */
    --cobalt-dim:#2563EB;     /* Hover blue */
    --lime:#8B5CF6;           /* Accent (Purple) */

    /* Text */
    --paper-text:#0F172A;
    --ink-text:#FFFFFF;
    --ink-text-soft:#CBD5E1;

    /* Neutral */
    --slate:#475569;
    --slate-soft:#64748B;

    /* Borders */
    --line:#E2E8F0;
    --line-dark:#334155;

    /* Misc */
    --radius:18px;
    --maxw:1220px;

    /* Shadows */
    --shadow-sm:0 4px 12px rgba(15,23,42,.06);
    --shadow-md:0 12px 32px rgba(15,23,42,.12);
    --shadow-lg:0 24px 60px rgba(15,23,42,.18);
    --bg-dark: #0a1120;
    --card-bg: rgba(16, 29, 54, 0.6);
    --primary-cyan: #26e6b4;
    --primary-blue: #2389ff;
    --text-main: #f0f5ff;
    --text-muted: #8fa0be;
    --border-color: rgba(35, 137, 255, 0.15);
    --border-hover: rgba(38, 230, 180, 0.4);
    --radius: 16px;
    --transition: all 0.3s ease;

    --bg:#F8FAFC;
    --card:#FFFFFF;
    
    --text:#0F172A;
    --muted:#64748B;
    
    --blue:#3B82F6;
    --purple:#7C3AED;
    --green:#16A34A;

}



.stats-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(280px,1fr));

gap:10px;

max-width:800px;

margin:auto;

}

.stat-card{

background:var(--card);

border-radius:28px;

padding:18px;

box-shadow:
0 20px 60px rgba(15,23,42,.08);

transition:.35s;

position:relative;

overflow:hidden;

border:1px solid rgba(226,232,240,.8);

}

.stat-card:hover{

transform:translateY(-8px);

box-shadow:
0 30px 80px rgba(15,23,42,.12);

}

.stat-card::before{

content:"";

position:absolute;

top:-80px;

right:-80px;

width:180px;

height:140px;

background:

radial-gradient(circle,
rgba(59,130,246,.08),
transparent 70%);

}

.stat-icon{

width:72px;

height:72px;

border-radius:20px;

background:#EEF2FF;

display:flex;

align-items:center;

justify-content:center;

color:var(--purple);

margin-bottom:34px;

}

.stat-icon.blue{

background:#EFF6FF;

color:var(--blue);

}

.stat-icon.green{

background:#ECFDF3;

color:var(--green);

}

.stat-icon svg{

width:34px;

height:34px;

}

.stat-card h2{

font-size:72px;

line-height:1;

font-weight:800;

color:var(--text);

margin-bottom:18px;

letter-spacing:-2px;

}

.stat-card h2 small{

font-size:36px;

font-weight:600;

color:var(--text);

}

.stat-card h2 span{

color:var(--green);

font-size:58px;

margin-left:6px;

}

.stat-card h4{

font-size:28px;

font-weight:700;

margin-bottom:18px;

color:var(--blue);

}

.stat-card p{

font-size:17px;

line-height:1.8;

color:var(--muted);

max-width:260px;

}

.accent{

display:block;

margin-top:36px;

width:58px;

height:4px;

border-radius:999px;

background:linear-gradient(
90deg,
var(--blue),
#60A5FA
);

}

.stat-card:nth-child(1) .accent{

background:linear-gradient(
90deg,
#7C3AED,
#A855F7
);

}

.stat-card:nth-child(3) .accent{

background:linear-gradient(
90deg,
#16A34A,
#4ADE80
);

}

@media(max-width:768px){

body{

padding:24px;

}

.stat-card{

padding:30px;

}

.stat-card h2{

font-size:56px;

}

.stat-card h4{

font-size:24px;

}

}
.tag-card,
.test-card,
.hero-manifest{
    padding:25px;
    border:none;
    border-radius:20px;
    box-shadow:var(--shadow-sm);
    transition:.35s ease;
}
.tag-card:hover{

    transform:
    
    translateY(-10px)
    
    rotate(-0.3deg);
    
    }
.tag-card:hover,
.test-card:hover{
    transform:translateY(-8px);
    box-shadow:var(--shadow-lg);
}
.tag-card,
.process-step,
.test-card{

opacity:0;

transform:translateY(40px);

transition:.8s ease;

}

.show{

opacity:1;

transform:none;

}
  *{margin:0;padding:0;box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  @media (prefers-reduced-motion: reduce){
    html{scroll-behavior:auto;}
    *{animation-duration:0.01ms !important; animation-iteration-count:1 !important; transition-duration:0.01ms !important;}
  }

 body{
    background:
        radial-gradient(circle at top right,#ffffff 0%,#f9f6ee 35%,#ede8da 100%);

    font-family:'IBM Plex Sans', sans-serif;
    color:var(--paper-text);
    line-height:1.5;
    -webkit-font-smoothing:antialiased;
  }
p{
    line-height:1.75;
}
  a{color:inherit;text-decoration:none;}
  ul{list-style:none;}
  img{max-width:100%;display:block;}
  button{font-family:inherit;cursor:pointer;border:none;background:none;}

  .mono{font-family:'IBM Plex Mono', monospace;}
  .wrap{max-width:var(--maxw);margin:0 auto;padding:0 32px;}

  h1,h2,h3,h4{font-family:'Space Grotesk', sans-serif;font-weight:600;letter-spacing:-0.01em;}

  .eyebrow{
    font-family:'IBM Plex Mono', monospace;
    font-size:12px;
    letter-spacing:0.14em;
    text-transform:uppercase;
    display:flex;
    align-items:center;
    gap:10px;
    font-weight:500;
  }
  .eyebrow::before{
    content:"";
    width:20px;height:1px;
  }

  :focus-visible{
    outline:2px solid var(--cobalt);
    outline-offset:3px;
  }

  /* ============ NAV ============ */
  header{
    backdrop-filter:blur(18px);

    background:rgba(250,249,245,.75);
    
    border:none;
    
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    position:sticky;top:0;z-index:100;
  }
  .nav{
    display:flex;align-items:center;justify-content:space-between;
    padding:18px 32px;
    max-width:var(--maxw);margin:0 auto;
  }
  .logo{
    display:flex;align-items:center;gap:10px;
    font-family:'Space Grotesk',sans-serif;
    font-weight:700;font-size:19px;letter-spacing:-0.02em;
  }
  .logo-mark{
    width:30px;height:30px;
    display:flex;align-items:center;justify-content:center;
    flex-shrink:0;
    position:relative;
  }
  .logo-mark span{
    color:var(--lime);
    font-family:'San Serif;
    font-size:13px;font-weight:600;
  }
  .nav-links{
    display:flex;align-items:center;gap:34px;
    font-size:14px;font-weight:500;
  }
  .nav-links a{
    color:var(--slate);
    transition:color .15s ease;
  }
  .nav-links a:hover{color:var(--ink);}
  .nav-right{display:flex;align-items:center;gap:20px;}
  .cart-btn{
    background:#ffffff;
    display:flex;align-items:center;gap:8px;
    padding:9px 14px;
    color:#000000;
    font-size:14px;
    font-family:'IBM Plex Mono',monospace;
    letter-spacing:0.03em;
    position:relative;
  }
  .cart-count{
    background:#ffffff;
    color:#000000;
    border-radius:50%;
    width:18px;height:18px;
    font-size:11px;
    display:flex;align-items:center;justify-content:center;
    font-weight:700;
  }
  .burger{display:none;}

  /* ============ HERO ============ */
  .hero{
    position:relative;
    overflow:hidden;
    padding:40px 0 20px;
    border-bottom:1px solid var(--line);
  }
  .hero::before{
    content:"";
    position:absolute;
    width:700px;
    height:700px;
    right:-250px;
    top:-200px;
    background:radial-gradient(
        circle,
        rgba(59,130,246,.18),
        transparent 70%
    );
    filter:blur(20px);
}
  .hero-inner{
    display:grid;
    grid-template-columns:1.15fr 0.85fr;
    gap:60px;
    align-items:end;
  }
  .hero h1{
    letter-spacing:-0.05em;
    line-height:.9;
    font-size:clamp(38px, 5.4vw, 68px);
    margin:18px 0 24px;
    color:var(--ink);
  }
  .hero h1 em{
    font-style:normal;
    color:var(--cobalt);
  }
  .hero p{
    font-size:17px;
    color:var(--slate);
    max-width:480px;
    margin-bottom:32px;
  }
  .hero-ctas{display:flex;gap:14px;flex-wrap:wrap;}

  .btn{
    display:inline-flex;align-items:center;justify-content:center;gap:8px;
    padding:14px 24px;
    font-size:14px;font-weight:600;
    font-family:'IBM Plex Sans',sans-serif;
    transition:transform .15s ease, background .15s ease, color .15s ease;
    border:1px solid transparent;
    border-radius:999px;
  }
  .btn-primary{
    background:linear-gradient(
        135deg,
        #3B82F6,
        #60A5FA
    );
    box-shadow:0 12px 32px rgba(59,130,246,.28);
}
  .btn-primary:hover{
    transform:translateY(-3px);
}
  .btn-ghost{
    border-color:var(--ink);
    color:var(--ink);
  }
  .btn-ghost:hover{background:var(--ink);color:var(--ink-text);}
  .btn-block{width:100%;}

  .hero-manifest{
    border:1px solid var(--ink);
    background:var(--paper-2);
  }
  .hero-manifest-head{
    font-family:'IBM Plex Mono',monospace;
    font-size:11px;letter-spacing:0.1em;text-transform:uppercase;
    padding:12px 18px;
    background:var(--ink);
    color:var(--ink-text-soft);
    display:flex;justify-content:space-between;
  }
  .hero-manifest-row{
    display:flex;justify-content:space-between;align-items:baseline;
    padding:16px 18px;
    border-bottom:1px dashed var(--line);
    font-size:14px;
  }
  .hero-manifest-row:last-child{border-bottom:none;}
  .hero-manifest-row .num{
    font-family:'Space Grotesk',sans-serif;
    font-size:26px;font-weight:700;color:var(--ink);
  }
  .hero-manifest-row .lbl{color:var(--slate);font-size:12.5px;max-width:170px;text-align:right;}
  
  /* =======================================
   HERO RESPONSIVE
=======================================*/

.hero{
    padding:40px 0;
}

.hero-inner{
    display:grid;
    grid-template-columns:1.1fr .9fr;
    align-items:center;
    gap:70px;
}

.hero h1{
    font-size:clamp(2.7rem,6vw,4.8rem);
    line-height:1.05;
    margin:20px 0;
}

.hero p{
    max-width:620px;
    font-size:18px;
    line-height:1.8;
    color:#64748B;
}

.hero-ctas{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
    margin-top:35px;
}

/* ==========================
   Stats
==========================*/

.stats-grid{
    display:grid;
    gap:22px;
}

.stat-card{
    position:relative;
    background:#fff;
    padding:20px;
    border-radius:24px;
    border:1px solid #E2E8F0;
    box-shadow:0 18px 50px rgba(15,23,42,.08);
    transition:.35s;
}

.stat-card:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 70px rgba(15,23,42,.12);
}

.stat-icon{
    width:56px;
    height:56px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:16px;
    margin-bottom:18px;
    background:#EEF4FF;
    color:#2563EB;
}

.stat-icon.blue{
    background:#EFF6FF;
    color:#3B82F6;
}

.stat-icon.green{
    background:#ECFDF5;
    color:#10B981;
}

.stat-icon svg{
    width:26px;
    height:26px;
}

.stat-card h2{
    font-size:42px;
    margin-bottom:6px;
    color:#0F172A;
    line-height:1;
}

.stat-card h2 small{
    font-size:18px;
    color:#64748B;
    font-weight:500;
}

.stat-card h2 span{
    color:#F59E0B;
}

.stat-card h4{
    margin-bottom:10px;
    color:#0F172A;
}

.stat-card p{
    font-size:15px;
    color:#64748B;
    line-height:1.7;
}

.accent{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:4px;
    background:linear-gradient(90deg,#2563EB,#38BDF8);
    border-radius:0 0 24px 24px;
}

/* =======================================
   LARGE TABLETS
=======================================*/

@media (max-width:1100px){

.hero-inner{

grid-template-columns:1fr;

gap:60px;

}

.hero{

text-align:center;

}

.hero p{

margin:auto;

}

.hero-ctas{

justify-content:center;

}

.stats-grid{

grid-template-columns:repeat(3,1fr);

}

}

/* =======================================
   TABLETS
=======================================*/

@media (max-width:900px){

.hero{

padding:40px 0;

}

.hero h1{

font-size:3rem;

}

.stats-grid{

grid-template-columns:1fr 1fr;

}

}

/* =======================================
   MOBILE
=======================================*/

@media (max-width:768px){

.hero{

padding:40px 0 60px;

}

.hero h1{

font-size:2.4rem;

line-height:1.15;

}

.hero p{

font-size:16px;

}

.hero-ctas{

flex-direction:column;

width:100%;

}

.hero-ctas .btn{

width:100%;

justify-content:center;

}

.stats-grid{

grid-template-columns:1fr;

margin-top:15px;

}

.stat-card{

padding:24px;

}

.stat-card h2{

font-size:36px;

}

}

/* =======================================
   SMALL PHONES
=======================================*/

@media (max-width:480px){

.wrap{

padding:0 20px;

}

.hero{

padding:40px 0 50px;

}

.hero h1{

font-size:2rem;

}

.hero p{

font-size:15px;

line-height:1.7;

}

.stat-card{

padding:22px;

border-radius:20px;

}

.stat-icon{

width:50px;

height:50px;

}

.stat-icon svg{

width:22px;

height:22px;

}

.stat-card h2{

font-size:32px;

}

.stat-card h4{

font-size:17px;

}

.stat-card p{

font-size:14px;

}

}

  /* ============ SECTION LABEL ============ */
   .catalog {
    padding: 80px 20px;
    background:#ffffff;
  }

  .wrap {
    max-width: 1200px;
    margin: 0 auto;
  }

  /* Section Header Styling */
  .section-head {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 60px;
  }

  @media (min-width: 768px) {
    .section-head {
      flex-direction: row;
      align-items: flex-end;
    }
  }

  .eyebrow {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 12px;
  }

  .section-head h2 {
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.2;
    margin: 0;
    font-weight: 700;
  }

  .head-desc {
    color: #333333;
    font-size: 18px;
    line-height: 1.6;
    max-width: 500px;
    margin: 0;
  }

  /* Fully Responsive Grid Layout */
  .catalog-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  @media (min-width: 640px) {
    .catalog-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (min-width: 1024px) {
    .catalog-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  /* Card Premium Styling */
  .tag-card {
    background: #666;
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    backdrop-filter: blur(10px);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
  }

  .tag-card:hover {
    transform: translateY(-5px);
    border-color: var(--border-hover);
    box-shadow: 0 10px 30px rgba(38, 230, 180, 0.05);
  }

  /* Card Header */
  .tag-head h3 {
    margin: 0 0 12px 0;
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
  }

  .tag-head .desc {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    min-height: 63px; /* aligns cards text dynamically */
  }

  /* Card Features Body */
  .tag-body {
    margin: 24px 0;
    flex-grow: 1;
  }

  .tag-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .tag-body li {
    color: var(--text-main);
    font-size: 14px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  /* Custom Checkmark Icon CSS style */
  .tag-body li::before {
    content: "✓";
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
  }

  /* Card Footer (Pricing & Actions) */
  .tag-foot {
    margin-top: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .tag-price {
    display: flex;
    flex-direction: column;
  }

  .tag-price .amount {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
  }

  .tag-price .delivery, 
  .tag-price .per-month {
    font-size: 12px;
    color: var(--text-muted);
    margin-top: 4px;
  }

  /* Action Buttons styling */
  .add-btn {
    background: linear-gradient(135deg, var(--primary-blue), #1a6cd4);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 14px 24px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    width: 100%;
    text-align: center;
  }

  .add-btn:hover {
    background: #ffffff;
    color: navy;
    transform: scale(1.02);
  }

/*======================================
PROCESS SECTION
======================================*/

.process{
    background:#0F172A;
    color:#fff;
    position:relative;
    overflow:hidden;
    padding:110px 0;
}

.process::before{
    content:"";
    position:absolute;
    top:-250px;
    right:-200px;
    width:500px;
    height:500px;
    background:radial-gradient(circle,
        rgba(59,130,246,.18),
        transparent 70%);
}

.process .section-head{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:60px;
    margin-bottom:70px;
    padding:0 0 35px;
}

.process .section-head h2{
    font-size:clamp(2.3rem,5vw,3.8rem);
    line-height:1.1;
    color:#fff;
}

.process .section-head p{
    max-width:500px;
    color:#CBD5E1;
    line-height:1.8;
    font-size:17px;
}

.process-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:28px;
}

.process-step{
    position:relative;
    padding:35px 30px;
    border-radius:24px;
    background:rgba(255,255,255,.05);
    backdrop-filter:blur(14px);
    border:1px solid rgba(255,255,255,.08);
    transition:.35s;
}

.process-step:hover{
    transform:translateY(-8px);
    border-color:#3B82F6;
    box-shadow:0 25px 60px rgba(0,0,0,.25);
}

.step-icon{
    width:64px;
    height:64px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    background:linear-gradient(
        135deg,
        #2563EB,
        #60A5FA);
    margin-bottom:24px;
}

.step-num{
    display:inline-block;
    margin-bottom:14px;
    color:#60A5FA;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
}

.process-step h4{
    font-size:24px;
    margin-bottom:14px;
    color:#fff;
}

.process-step p{
    color:#CBD5E1;
    line-height:1.8;
    font-size:15px;
}
@media (max-width:768px){

    /* Remove the container padding */
    .process > .wrap{
        padding-left:0 !important;
        padding-right:0 !important;
        max-width:100% !important;
    }

    /* Keep heading readable */
    .process .section-head{
        padding:0 24px 40px;
    }

    /* Full width grid */
    .process-grid{
        display:grid;
        grid-template-columns:1fr;
        width:100%;
        gap:0;
        border:none;
        background:none;
    }

    /* Cards touch the edges */
    .process-step{
        width:100%;
        margin:0;
        border-radius:0;
        border-left:none;
        border-right:none;
        border-top:1px solid rgba(255,255,255,.08);
        border-bottom:none;
        padding:38px 24px;
    }

    .process-step:first-child{
        border-top:none;
    }

}
/*==========================
Large Tablets
==========================*/

@media (max-width:1100px){

.process .section-head{

flex-direction:column;

align-items:flex-start;

gap:25px;

}

.process-grid{

grid-template-columns:repeat(2,1fr);

}

}

/*==========================
Tablets
==========================*/

@media (max-width:768px){

.process{

padding:80px 0;

}

.process .section-head{

margin-bottom:45px;

}

.process .section-head h2{

font-size:2.2rem;

}

.process .section-head p{

font-size:16px;

}

.process-grid{

grid-template-columns:1fr;

gap:22px;

}

.process-step{

padding:28px;

}

.step-icon{

width:56px;

height:56px;

font-size:24px;

}

.process-step h4{

font-size:22px;

}

}

/*==========================
Mobile
==========================*/

@media (max-width:480px){

.process{

padding:60px 0;

}

.process .section-head h2{

font-size:1.9rem;

}

.process .section-head p{

font-size:15px;

line-height:1.7;

}

.process-step{

padding:24px;

border-radius:20px;

}

.step-icon{

width:50px;

height:50px;

font-size:22px;

margin-bottom:18px;

}

.step-num{

font-size:13px;

}

.process-step h4{

font-size:20px;

}

.process-step p{

font-size:14px;

line-height:1.7;

}

}




  /* ============ CAPABILITIES STRIP ============ */
  
/* =========================
   CAPABILITIES STRIP BASE
========================= */

.strip{
    background:#ffffff;
    border-top:1px solid #e2e8f0;
    border-bottom:1px solid #e2e8f0;
    padding:18px 0;
    overflow:hidden;
}

.strip-track{
    display:flex;
    justify-content:center;
    align-items:center;
    font-family:'Space Grotesk',sans-serif;
    font-size:14px;
    font-weight:500;
    color:#64748b;
    white-space:nowrap;
}

/* inner span layout */
.strip-track span{
    display:flex;
    align-items:center;
    gap:14px;
    flex-wrap:nowrap;
}

/* highlight words */
.strip-track b{
    color:#0f172a;
    font-weight:600;
}

/* dot separator */
.dot{
    color:#2563eb;
    font-size:14px;
    opacity:.8;
}

/* =========================
   TABLET
========================= */

@media (max-width:992px){

    .strip-track{
        font-size:13px;
    }

    .strip-track span{
        gap:10px;
    }
}

/* =========================
   MOBILE (IMPORTANT FIX)
========================= */

@media (max-width:768px){

    .strip{
        padding:16px 0;
    }

    /* allow wrapping instead of overflow */
    .strip-track{
        white-space:normal;
        text-align:center;
    }

    .strip-track span{
        flex-wrap:wrap;
        justify-content:center;
        gap:10px 12px;
        line-height:1.6;
    }

    /* convert into "pill-like" feel */
    .strip-track b{
        background:#f1f5f9;
        padding:6px 10px;
        border-radius:999px;
        font-size:12.5px;
    }

    .dot{
        display:none; /* cleaner mobile UI */
    }
}

/* =========================
   SMALL MOBILE
========================= */

@media (max-width:480px){

    .strip-track{
        font-size:12px;
    }

    .strip-track b{
        padding:5px 9px;
        font-size:12px;
    }
}

/* =========================
   TESTIMONIALS BASE
========================= */

.testimonials{
    background:#f8fafc;
    padding:100px 0;
}

.test-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
    margin-top:50px;
}

/* =========================
   TEST CARD
========================= */

.test-card{
    background:#ffffff;
    border:1px solid #e2e8f0;
    border-radius:18px;
    padding:28px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    gap:18px;
    transition:.25s ease;
    box-shadow:0 10px 30px rgba(15,23,42,.06);
}

.test-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 45px rgba(15,23,42,.12);
}

/* =========================
   STARS
========================= */

.stars{
    font-size:14px;
    letter-spacing:2px;
    color:#f59e0b;
}

/* =========================
   QUOTE
========================= */

.quote{
    font-size:16px;
    line-height:1.7;
    color:#334155;
    font-style:italic;
}

/* =========================
   META
========================= */

.test-meta{
    display:flex;
    align-items:center;
    gap:12px;
    margin-top:10px;
    padding-top:16px;
    border-top:1px dashed #e2e8f0;
}

.avatar{
    width:44px;
    height:44px;
    border-radius:50%;
    background:linear-gradient(135deg,#2563eb,#60a5fa);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:13px;
    flex-shrink:0;
}

.test-meta b{
    display:block;
    font-size:14px;
    color:#0f172a;
    margin-bottom:2px;
}

.test-meta span{
    font-size:12.5px;
    color:#64748b;
}
.test-card{
    position:relative;
    overflow:hidden;
}

.test-card::before{
    content:"";
    position:absolute;
    inset:0;
    background:radial-gradient(circle at top left, rgba(37,99,235,.08), transparent 60%);
    opacity:0;
    transition:.3s ease;
}

.test-card:hover::before{
    opacity:1;
}
/* =========================
   TABLET
========================= */

@media (max-width:992px){

    .test-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

/* =========================
   MOBILE
========================= */

@media (max-width:768px){

    .testimonials{
        padding:70px 0;
    }

    .test-grid{
        grid-template-columns:1fr;
        gap:18px;
    }

    .test-card{
        padding:22px;
        border-radius:14px;
    }

    .quote{
        font-size:15px;
    }

    .test-meta{
        flex-direction:row;
        align-items:center;
    }
}

/* =========================
   SMALL MOBILE
========================= */

@media (max-width:480px){

    .testimonials{
        padding:60px 0;
    }

    .quote{
        font-size:14.5px;
        line-height:1.6;
    }

    .avatar{
        width:40px;
        height:40px;
        font-size:12px;
    }
}

  /* ================= CTA ================= */

.cta-band{

padding:120px 0;

background:linear-gradient(
135deg,
#0F172A,
#1E3A8A);

position:relative;

overflow:hidden;

}

.cta-band::before{

content:"";

position:absolute;

top:-200px;

right:-150px;

width:550px;

height:550px;

border-radius:50%;

background:rgba(255,255,255,.05);

}

.cta-band::after{

content:"";

position:absolute;

bottom:-220px;

left:-180px;

width:500px;

height:500px;

border-radius:50%;

background:rgba(96,165,250,.15);

filter:blur(30px);

}

.cta-box{

position:relative;

z-index:2;

max-width:900px;

margin:auto;

text-align:center;

padding:70px 60px;

border-radius:32px;

background:rgba(255,255,255,.06);

backdrop-filter:blur(18px);

border:1px solid rgba(255,255,255,.12);

box-shadow:0 30px 80px rgba(0,0,0,.35);

}

.light{

color:#93C5FD;

justify-content:center;

}

.light::before{

background:#60A5FA;

}

.cta-box h2{

font-size:clamp(40px,5vw,58px);

line-height:1.1;

color:#fff;

margin:24px 0;

}

.cta-box p{

max-width:700px;

margin:0 auto 40px;

font-size:18px;

line-height:1.9;

color:rgba(255,255,255,.82);

}

.cta-buttons{

display:flex;

justify-content:center;

gap:18px;

flex-wrap:wrap;

margin-bottom:45px;

}

.btn-outline{

padding:15px 30px;

border:1px solid rgba(255,255,255,.3);

border-radius:50px;

color:#fff;

transition:.35s;

}

.btn-outline:hover{

background:#fff;

color:#0F172A;

}

.cta-features{

display:flex;

justify-content:center;

flex-wrap:wrap;

gap:25px;

font-size:15px;

color:rgba(255,255,255,.85);

}

.cta-features span{

display:flex;

align-items:center;

gap:8px;

}

.cta-features span::before{

content:"";

width:8px;

height:8px;

border-radius:50%;

background:#38BDF8;

display:inline-block;

}

@media(max-width:768px){

.cta-box{

padding:50px 30px;

}

.cta-box h2{

font-size:36px;

}

.cta-box p{

font-size:16px;

}

.cta-buttons{

flex-direction:column;

}

.btn-outline,

.btn-primary{

width:100%;

}

}
  /* ================= FOOTER ================= */

/* ===========================
   FOOTER
=========================== */

footer{
    background:#0f172a;
    color:#cbd5e1;
    padding:80px 0 25px;
}

.foot-top{
    display:grid;
    grid-template-columns:2fr 1fr 1fr 1.4fr;
    gap:60px;
    padding-bottom:50px;
    border-bottom:1px solid rgba(255,255,255,.08);
}

.foot-brand{
    max-width:420px;
}

.foot-logo{
    font-family:'Space Grotesk',sans-serif;
    font-size:34px;
    font-weight:700;
    color:#fff;
    margin-bottom:20px;
    letter-spacing:-1px;
}

.foot-brand p{
    color:#94a3b8;
    line-height:1.9;
    font-size:15px;
    margin-bottom:28px;
}

.foot-social{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.foot-social a{
    padding:10px 18px;
    border:1px solid rgba(255,255,255,.08);
    border-radius:30px;
    color:#fff;
    font-size:14px;
    transition:.3s;
}

.foot-social a:hover{
    background:#2563eb;
    border-color:#2563eb;
    transform:translateY(-3px);
}

.foot-links h4,
.foot-contact h4{
    color:#fff;
    font-size:18px;
    margin-bottom:22px;
    position:relative;
}

.foot-links h4::after,
.foot-contact h4::after{
    content:"";
    display:block;
    width:45px;
    height:3px;
    background:#2563eb;
    border-radius:20px;
    margin-top:10px;
}

.foot-links ul,
.foot-contact ul{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.foot-links a{
    color:#94a3b8;
    transition:.3s;
}

.foot-links a:hover{
    color:#fff;
    padding-left:8px;
}

.foot-contact li{
    color:#94a3b8;
    line-height:1.7;
    font-size:15px;
}

.foot-contact b{
    color:#fff;
    font-weight:600;
}

.foot-bottom{
    padding-top:30px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    flex-wrap:wrap;
}

.foot-bottom p{
    color:#94a3b8;
    font-size:14px;
}

.foot-bottom strong{
    color:#fff;
}

.foot-bottom .mono{
    color:#64748b;
    font-size:13px;
}

/* ===========================
   TABLET
=========================== */

@media (max-width:992px){

    .foot-top{
        grid-template-columns:repeat(2,1fr);
        gap:45px;
    }

    .foot-brand{
        max-width:100%;
    }

}

/* ===========================
   MOBILE
=========================== */

@media (max-width:768px){

    footer{
        padding:60px 0 20px;
    }

    .foot-top{
        grid-template-columns:1fr;
        gap:45px;
    }

    .foot-brand{
        text-align:center;
    }

    .foot-logo{
        font-size:30px;
    }

    .foot-social{
        justify-content:center;
    }

    .foot-links,
    .foot-contact{
        text-align:center;
    }

    .foot-links h4::after,
    .foot-contact h4::after{
        margin:10px auto 0;
    }

    .foot-links a:hover{
        padding-left:0;
    }

    .foot-bottom{
        flex-direction:column;
        text-align:center;
        gap:10px;
    }

}

/* ===========================
   SMALL PHONES
=========================== */

@media (max-width:480px){

    footer{
        padding:50px 0 20px;
    }

    .foot-logo{
        font-size:26px;
    }

    .foot-brand p,
    .foot-contact li,
    .foot-links a{
        font-size:14px;
    }

    .foot-social{
        flex-direction:column;
        align-items:center;
    }

    .foot-social a{
        width:220px;
        text-align:center;
    }

}

  /* ============ CART DRAWER ============ */
  .overlay{
    position:fixed;inset:0;
    background:rgba(16,24,43,0.5);
    opacity:0;pointer-events:none;
    transition:opacity .25s ease;
    z-index:200;
  }
  .overlay.open{opacity:1;pointer-events:auto;}

  .drawer{
    position:fixed;top:0;right:0;bottom:0;
    width:420px;max-width:92vw;
    background:var(--paper-2);
    border-left:1px solid var(--ink);
    z-index:210;
    display:flex;flex-direction:column;
    transform:translateX(100%);
    transition:transform .3s ease;
  }
  .drawer.open{transform:translateX(0);}
  .drawer-head{
    padding:20px 24px;
    background:var(--ink);color:var(--ink-text);
    display:flex;justify-content:space-between;align-items:center;
  }
  .drawer-head h3{font-size:16px;font-family:'IBM Plex Mono',monospace;letter-spacing:0.05em;}
  .drawer-close{color:var(--ink-text);font-size:20px;line-height:1;padding:4px;}
  .drawer-body{flex:1;overflow-y:auto;padding:20px 24px;}
  .drawer-empty{
    text-align:center;color:var(--slate);font-size:14px;padding:60px 20px;
  }
  .cart-item{
    display:flex;justify-content:space-between;gap:12px;
    padding:16px 0;
    border-bottom:1px dashed var(--line);
  }
  .cart-item-name{font-size:14px;font-weight:600;color:var(--ink);margin-bottom:4px;}
  .cart-item-sku{font-family:'IBM Plex Mono',monospace;font-size:10.5px;color:var(--slate-soft);}
  .cart-item-right{text-align:right;flex-shrink:0;}
  .cart-item-price{font-family:'Space Grotesk',sans-serif;font-weight:700;color:var(--ink);font-size:15px;}
  .remove-btn{
    font-size:11px;color:var(--cobalt);
    font-family:'IBM Plex Mono',monospace;
    margin-top:6px;
  }
  .remove-btn:hover{text-decoration:underline;}
  .drawer-foot{
    padding:20px 24px 26px;
    border-top:1px solid var(--ink);
    background:var(--paper-2);
  }
  .drawer-total{
    display:flex;justify-content:space-between;
    font-family:'Space Grotesk',sans-serif;
    font-weight:700;font-size:19px;color:var(--ink);
    margin-bottom:16px;
  }
  .drawer-note{font-size:11.5px;color:var(--slate-soft);margin-top:10px;text-align:center;}

  /* ============ MODAL (checkout) ============ */
  .modal{
    position:fixed;inset:0;z-index:300;
    display:flex;align-items:center;justify-content:center;
    padding:24px;
    opacity:0;pointer-events:none;
    transition:opacity .2s ease;
  }
  .modal.open{opacity:1;pointer-events:auto;}
  .modal-panel{
    background:var(--paper-2);
    border:1px solid var(--ink);
    max-width:480px;width:100%;
    max-height:88vh;overflow-y:auto;
  }
  .modal-head{
    padding:20px 26px;
    background:var(--ink);color:var(--ink-text);
    display:flex;justify-content:space-between;align-items:center;
  }
  .modal-head h3{font-size:15px;font-family:'IBM Plex Mono',monospace;letter-spacing:0.05em;}
  .modal-body{padding:26px;}
  .modal-body p.lead{font-size:13.5px;color:var(--slate);margin-bottom:20px;}
  .field{margin-bottom:16px;}
  .field label{
    display:block;font-size:11.5px;font-family:'IBM Plex Mono',monospace;
    letter-spacing:0.05em;text-transform:uppercase;color:var(--slate);
    margin-bottom:7px;
  }
  .field input, .field textarea{
    width:100%;padding:11px 13px;
    border:1px solid var(--line);
    background:var(--paper-2);
    font-family:'IBM Plex Sans',sans-serif;
    font-size:14px;color:var(--ink);
  }
  .field input:focus, .field textarea:focus{
    outline:2px solid var(--cobalt);outline-offset:1px;border-color:var(--cobalt);
  }
  .field textarea{resize:vertical;min-height:80px;}
  .confirm-box{
    text-align:center;padding:30px 10px 10px;
    display:none;
  }
  .confirm-box.show{display:block;}
  .confirm-box .mark{
    width:48px;height:48px;border-radius:50%;
    background:var(--lime);
    display:flex;align-items:center;justify-content:center;
    margin:0 auto 18px;font-size:22px;color:var(--ink);
  }
  .confirm-box h4{font-size:19px;color:var(--ink);margin-bottom:8px;}
  .confirm-box p{font-size:13.5px;color:var(--slate);}

  /* ============ RESPONSIVE ============ */
  @media (max-width:900px){
    .hero-inner{grid-template-columns:1fr;}
    .catalog-grid{grid-template-columns:repeat(2,1fr);}
    .process-grid{grid-template-columns:repeat(2,1fr);}
    .test-grid{grid-template-columns:1fr;}
    .foot-grid{grid-template-columns:1fr 1fr;}
  }
  @media (max-width:640px){
    .wrap{padding:0 20px;}
    .nav{padding:16px 20px;}
    .nav-links{display:none;}
    .catalog-grid{grid-template-columns:1fr;}
    .process-grid{grid-template-columns:1fr;}
    .hero{padding:56px 0 40px;}
    .section{padding:60px 0;}
    .foot-grid{grid-template-columns:1fr;gap:32px;}
    .cta-inner{flex-direction:column;align-items:flex-start;}
  }