/*
Theme Name:  Viraj Mobile
Theme URI:   https://virajmobile.online
Author:      Viraj Mobile
Author URI:  https://virajmobile.online
Description: Custom WordPress theme for Viraj Mobile – Phone Fix shop, Aundh Pune. Includes Home page and Thank You page templates.
Version:     1.1
License:     GNU General Public License v2 or later
Text Domain: virajmobile
*/

/* ═══════════════════════════════════════
   HOME PAGE STYLES
═══════════════════════════════════════ */

    :root {
      --blue: #0071e3;
      --blue-dark: #0051a2;
      --blue-light: #60a5fa;
      --bg: #f5f5f7;
      --text: #1d1d1f;
      --text-secondary: #6e6e73;
      --radius: 20px;
      --radius-sm: 12px;
      --font: 'Outfit', sans-serif;
    }
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body { font-family: var(--font); background: var(--bg); color: var(--text); overflow-x: hidden; }

    /* TOP BAR */
    .top-bar {
      position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
      background: linear-gradient(90deg, #0071e3, #005cc4);
      color: #fff; text-align: center; padding: 8px 16px;
      font-size: .82rem; font-weight: 600;
      display: flex; align-items: center; justify-content: center;
      gap: 16px; flex-wrap: wrap;
    }
    .top-bar .sep { opacity: .35; }
    .top-bar a { color: #fff; text-decoration: none; font-weight: 800; }

    /* NAV */
    nav {
      position: fixed; top: 36px; left: 0; right: 0; z-index: 999;
      padding: 0 5%; height: 64px;
      backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
      background: rgba(245,245,247,.9);
      border-bottom: 1px solid rgba(0,0,0,.07);
      display: flex; align-items: center; justify-content: space-between;
      transition: box-shadow .3s;
    }
    nav.scrolled { box-shadow: 0 2px 30px rgba(0,0,0,.1); }
    .nav-brand {
      font-size: 1.15rem; font-weight: 800; color: var(--text);
      text-decoration: none; display: flex; align-items: center; gap: 8px;
    }
    .nav-brand i { color: var(--blue); }
    .nav-cta {
      background: var(--blue); color: #fff; padding: 9px 20px;
      border-radius: 99px; font-weight: 700; font-size: .9rem;
      text-decoration: none; transition: background .2s;
    }
    .nav-cta:hover { background: var(--blue-dark); }

    /* HERO */
    #hero {
      min-height: 100vh; padding-top: 100px;
      background: linear-gradient(135deg, #050505 0%, #0d1a2e 55%, #0a1628 100%);
      display: flex; align-items: center; justify-content: center;
      text-align: center; position: relative; overflow: hidden;
    }
    .orb {
      position: absolute; border-radius: 50%;
      filter: blur(90px); opacity: .2; pointer-events: none;
    }
    .orb-1 { width: 520px; height: 520px; background: radial-gradient(circle, #0071e3, transparent); top: -120px; left: -120px; animation: drift 11s ease-in-out infinite alternate; }
    .orb-2 { width: 380px; height: 380px; background: radial-gradient(circle, #60a5fa, transparent); bottom: -80px; right: -80px; animation: drift 14s ease-in-out infinite alternate-reverse; }
    @keyframes drift { from{transform:translate(0,0)} to{transform:translate(45px,35px)} }
    .hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(0,113,227,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(0,113,227,.05) 1px,transparent 1px); background-size: 65px 65px; }

    .hero-content { position: relative; z-index: 2; max-width: 820px; padding: 0 24px; }

    .hero-badge {
      display: inline-flex; align-items: center; gap: 8px;
      background: rgba(0,113,227,.18); border: 1px solid rgba(0,113,227,.4);
      color: #60a5fa; font-size: .8rem; font-weight: 700;
      padding: 6px 18px; border-radius: 99px; margin-bottom: 24px;
      letter-spacing: .6px; text-transform: uppercase;
      opacity: 0; animation: fadein .7s .3s forwards;
    }
    h1 {
      font-size: clamp(2.2rem, 6vw, 3.8rem); font-weight: 800; color: #fff;
      line-height: 1.1; letter-spacing: -1.5px; margin-bottom: 16px;
      opacity: 0; animation: fadein .8s .5s forwards;
    }
    h1 .accent { color: var(--blue-light); }
    .hero-sub {
      font-size: clamp(.95rem, 2.2vw, 1.15rem); color: rgba(255,255,255,.55);
      margin-bottom: 10px; line-height: 1.65;
      opacity: 0; animation: fadein .8s .65s forwards;
    }
    .hero-address {
      display: inline-flex; align-items: center; gap: 8px;
      color: rgba(255,255,255,.45); font-size: .88rem; margin-bottom: 30px;
      opacity: 0; animation: fadein .7s .75s forwards;
    }
    .hero-address i { color: var(--blue-light); }

    .pills {
      display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
      margin-bottom: 34px;
      opacity: 0; animation: fadein .7s .85s forwards;
    }
    .pill {
      display: inline-flex; align-items: center; gap: 7px;
      font-size: .82rem; font-weight: 700; padding: 7px 16px; border-radius: 99px;
    }
    .p-green  { background: rgba(52,199,89,.15);  border: 1px solid rgba(52,199,89,.35);  color: #4ade80; }
    .p-blue   { background: rgba(0,113,227,.18);  border: 1px solid rgba(0,113,227,.4);   color: #60a5fa; }
    .p-amber  { background: rgba(255,159,10,.12); border: 1px solid rgba(255,159,10,.3);  color: #fbbf24; }
    .p-white  { background: rgba(255,255,255,.07);border: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.85); }

    .hero-btns {
      display: flex; gap: 12px; justify-content: center; flex-wrap: wrap;
      opacity: 0; animation: fadein .8s .95s forwards;
    }
    .btn {
      display: inline-flex; align-items: center; gap: 9px;
      padding: 13px 26px; border-radius: 99px;
      font-size: .95rem; font-weight: 600; text-decoration: none;
      cursor: pointer; border: none; font-family: var(--font);
      transition: transform .2s, box-shadow .2s, background .2s;
    }
    .btn:hover { transform: translateY(-2px); }
    .btn-primary { background: var(--blue); color: #fff; box-shadow: 0 6px 28px rgba(0,113,227,.4); }
    .btn-primary:hover { background: #005cc4; }
    .btn-wa { background: #25d366; color: #fff; box-shadow: 0 6px 22px rgba(37,211,102,.35); }
    .btn-wa:hover { background: #128c4e; }
    .btn-outline { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.25); color: #fff; }
    .btn-outline:hover { background: rgba(255,255,255,.15); }

    @keyframes fadein { to { opacity: 1; transform: none; } }

    /* I CARE */
    #icare {
      background: linear-gradient(135deg, #0a0a0a, #0d1a2e);
      padding: 90px 5%;
    }
    .section-center { text-align: center; max-width: 900px; margin: 0 auto; }
    .tag {
      font-size: .78rem; font-weight: 700; text-transform: uppercase;
      letter-spacing: 2px; color: var(--blue-light); display: block; margin-bottom: 12px;
    }
    .sec-title {
      font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 800;
      letter-spacing: -1px; color: #fff; margin-bottom: 14px;
    }
    .sec-sub { color: rgba(255,255,255,.5); font-size: 1rem; line-height: 1.7; margin-bottom: 50px; }

    .cards-grid {
      display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
      gap: 18px;
    }
    #icare .card {
      background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1);
      border-radius: 20px; padding: 30px 22px; text-align: center; color: #fff;
      backdrop-filter: blur(10px);
      transition: background .3s, transform .3s, border-color .3s;
    }
    #icare .card:hover { background: rgba(0,113,227,.15); border-color: rgba(0,113,227,.4); transform: translateY(-4px); }
    #icare .card-icon {
      width: 54px; height: 54px;
      background: linear-gradient(135deg, #0071e3, #005cc4);
      border-radius: 14px; display: flex; align-items: center; justify-content: center;
      font-size: 1.2rem; margin: 0 auto 16px;
      box-shadow: 0 8px 24px rgba(0,113,227,.4);
    }
    #icare .card h3 { font-size: .97rem; font-weight: 700; margin-bottom: 8px; color: #fff; }
    #icare .card p { font-size: .85rem; color: rgba(255,255,255,.5); line-height: 1.55; }

    /* CONTACT */
    #contact { background: linear-gradient(135deg, #f0f7ff, #e8f0fe); padding: 90px 5%; }
    .contact-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.2fr; gap: 40px; align-items: start; }
    .contact-tag { font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: var(--blue); display: block; margin-bottom: 12px; }
    .contact-title { font-size: clamp(1.6rem,3.5vw,2.4rem); font-weight: 800; letter-spacing: -1px; color: var(--text); margin-bottom: 12px; line-height: 1.15; }
    .contact-sub { font-size: .97rem; color: var(--text-secondary); line-height: 1.65; margin-bottom: 28px; }

    .info-stack { display: flex; flex-direction: column; gap: 14px; }
    .info-card {
      background: #fff; border-radius: 16px; padding: 18px 20px;
      border: 1px solid rgba(0,0,0,.07); box-shadow: 0 4px 18px rgba(0,0,0,.05);
      display: flex; align-items: flex-start; gap: 14px;
    }
    .info-icon {
      width: 42px; height: 42px; min-width: 42px;
      background: linear-gradient(135deg, var(--blue), var(--blue-dark));
      border-radius: 11px; display: flex; align-items: center; justify-content: center;
      color: #fff; font-size: .9rem;
    }
    .info-card h4 { font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; color: var(--text-secondary); margin-bottom: 3px; }
    .info-card a, .info-card p { font-size: .93rem; color: var(--text); text-decoration: none; font-weight: 500; line-height: 1.55; }
    .info-card a:hover { color: var(--blue); }
    .open-dot { display: inline-flex; align-items: center; gap: 6px; background: rgba(52,199,89,.1); color: #34c759; font-size: .76rem; font-weight: 700; padding: 3px 10px; border-radius: 99px; margin-bottom: 8px; }
    .open-dot::before { content:''; width:6px; height:6px; background:#34c759; border-radius:50%; animation: blink 1.5s infinite; }
    @keyframes blink { 0%,100%{opacity:1} 50%{opacity:.35} }
    .hours-row { display: flex; justify-content: space-between; font-size: .88rem; margin-bottom: 4px; }
    .hours-row span:first-child { color: var(--text-secondary); }
    .hours-row span:last-child { font-weight: 600; }
    .wa-btn {
      display: flex; align-items: center; justify-content: center; gap: 10px;
      background: #25d366; color: #fff; padding: 13px; border-radius: var(--radius-sm);
      text-decoration: none; font-weight: 700; font-size: .93rem;
      box-shadow: 0 6px 20px rgba(37,211,102,.3); transition: background .2s, transform .2s;
    }
    .wa-btn:hover { background: #128c4e; transform: translateY(-2px); }

    /* FORM */
    .form-box {
      background: #fff; border-radius: 24px;
      box-shadow: 0 20px 70px rgba(0,113,227,.1);
      overflow: hidden; border: 1px solid rgba(0,113,227,.1);
    }
    .form-head { background: linear-gradient(135deg, #0a0a0a, #0d1a2e); padding: 28px 34px; text-align: center; }
    .form-head .ftag { font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: #60a5fa; display: block; margin-bottom: 8px; }
    .form-head h2 { color: #fff; font-size: 1.5rem; font-weight: 800; margin-bottom: 6px; }
    .form-head p { color: rgba(255,255,255,.5); font-size: .87rem; }
    .form-body { padding: 28px 34px 34px; }
    .frow { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
    .fg { display: flex; flex-direction: column; gap: 5px; margin-bottom: 13px; }
    .fg label { font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; color: var(--text-secondary); }
    .fg input, .fg select, .fg textarea {
      width: 100%; padding: 12px 14px; border: 1.5px solid rgba(0,0,0,.1);
      border-radius: var(--radius-sm); font-size: .93rem; font-family: var(--font);
      color: var(--text); background: var(--bg); outline: none;
      transition: border-color .2s, box-shadow .2s; -webkit-appearance: none;
    }
    .fg input:focus, .fg select:focus, .fg textarea:focus {
      border-color: var(--blue); box-shadow: 0 0 0 3px rgba(0,113,227,.1); background: #fff;
    }
    .fg textarea { resize: vertical; min-height: 85px; }
    .f-err { color:#ff3b30; font-size:.85rem; margin-bottom:10px; display:none; }
    .f-submit {
      width: 100%; padding: 14px; background: linear-gradient(135deg, var(--blue), var(--blue-dark));
      color: #fff; border: none; border-radius: var(--radius-sm);
      font-size: .97rem; font-weight: 700; font-family: var(--font); cursor: pointer;
      display: flex; align-items: center; justify-content: center; gap: 10px;
      box-shadow: 0 8px 28px rgba(0,113,227,.3); transition: transform .2s, box-shadow .2s; margin-top: 4px;
    }
    .f-submit:hover { transform: translateY(-2px); box-shadow: 0 14px 38px rgba(0,113,227,.42); }
    .f-note { text-align:center; font-size:.76rem; color:var(--text-secondary); margin-top:10px; }
    .f-success { display:none; text-align:center; padding:40px 20px; }
    .s-icon { width:64px; height:64px; background:linear-gradient(135deg,#34c759,#28a745); border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:1.8rem; color:#fff; margin:0 auto 16px; animation:pop .4s cubic-bezier(.34,1.56,.64,1); }
    @keyframes pop { from{transform:scale(0)} to{transform:scale(1)} }
    .f-success h3 { font-size:1.3rem; font-weight:800; margin-bottom:8px; }
    .f-success p { color:var(--text-secondary); font-size:.93rem; }

    /* MAP */
    #map-wrap iframe { display:block; width:100%; height:360px; border:none; }

    /* DISCLAIMER */
    .disclaimer { background:#f0f0f0; border-top:1px solid rgba(0,0,0,.09); padding:16px 5%; text-align:center; }
    .disclaimer p { font-size:.78rem; color:#6e6e73; max-width:820px; margin:0 auto; line-height:1.65; }

    /* FOOTER */
    footer { background:#0a0a0a; color:rgba(255,255,255,.5); padding:46px 5% 26px; }
    .foot-grid { max-width:980px; margin:0 auto; display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:36px; margin-bottom:36px; }
    .foot-brand { font-size:1.1rem; font-weight:800; color:#fff; margin-bottom:10px; }
    .foot-brand i { color:var(--blue); margin-right:6px; }
    .foot-desc { font-size:.85rem; line-height:1.65; margin-bottom:16px; }
    .foot-social { display:flex; gap:9px; }
    .foot-social a {
      width:35px; height:35px; background:rgba(255,255,255,.07);
      border-radius:50%; display:flex; align-items:center; justify-content:center;
      color:rgba(255,255,255,.5); text-decoration:none; font-size:.88rem;
      border:1px solid rgba(255,255,255,.1); transition:background .2s,color .2s,transform .2s;
    }
    .foot-social a:hover { background:var(--blue); color:#fff; transform:translateY(-2px); }
    footer h4 { font-size:.8rem; font-weight:700; text-transform:uppercase; letter-spacing:1px; color:#fff; margin-bottom:14px; }
    footer ul { list-style:none; display:flex; flex-direction:column; gap:9px; }
    footer ul li { display:flex; align-items:flex-start; gap:7px; font-size:.85rem; line-height:1.5; }
    footer ul li i { color:var(--blue); margin-top:2px; font-size:.77rem; }
    footer ul li a { text-decoration:none; color:rgba(255,255,255,.5); transition:color .2s; }
    footer ul li a:hover { color:var(--blue-light); }
    .foot-bottom { border-top:1px solid rgba(255,255,255,.08); padding-top:20px; max-width:980px; margin:0 auto; display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:8px; font-size:.81rem; }

    /* FLOATING */
    .float-wa {
      position:fixed; bottom:78px; right:20px; z-index:990;
      width:50px; height:50px; background:#25d366; border-radius:50%;
      display:flex; align-items:center; justify-content:center;
      color:#fff; font-size:1.4rem; text-decoration:none;
      box-shadow:0 6px 22px rgba(37,211,102,.5);
      animation:fp 2.5s ease-in-out infinite;
    }
    @keyframes fp { 0%,100%{box-shadow:0 6px 22px rgba(37,211,102,.5)} 50%{box-shadow:0 6px 30px rgba(37,211,102,.8)} }
    .back-top {
      position:fixed; bottom:20px; right:20px; z-index:990;
      width:42px; height:42px; background:var(--blue); border-radius:50%;
      display:flex; align-items:center; justify-content:center;
      color:#fff; font-size:.88rem; cursor:pointer; border:none;
      opacity:0; pointer-events:none; transition:opacity .3s,transform .2s;
      box-shadow:0 4px 14px rgba(0,113,227,.4);
    }
    .back-top.show { opacity:1; pointer-events:all; }
    .back-top:hover { transform:translateY(-3px); }

    /* RESPONSIVE */
    @media(max-width:880px) {
      .contact-grid { grid-template-columns:1fr; }
      .foot-grid { grid-template-columns:1fr 1fr; }
    }
    @media(max-width:560px) {
      #contact,#icare { padding:60px 20px; }
      .frow { grid-template-columns:1fr; }
      .form-head,.form-body { padding:22px 18px; }
      .foot-grid { grid-template-columns:1fr; }
      #icare .cards-grid { grid-template-columns:1fr 1fr; }
    }

    /* SHOP PHOTOS */
    #shop-photos { background: #fff; padding: 70px 5% 60px; }
    .photos-heading { text-align: center; margin-bottom: 36px; }
    .photos-heading .tag { font-size:.78rem; font-weight:700; text-transform:uppercase; letter-spacing:2px; color:var(--blue); display:block; margin-bottom:10px; }
    .photos-heading h2 { font-size:clamp(1.7rem,3.5vw,2.4rem); font-weight:800; letter-spacing:-1px; color:var(--text); }
    .photos-grid {
      max-width: 1060px; margin: 0 auto;
      display: grid;
      grid-template-columns: 1.1fr 1fr 1fr;
      grid-template-rows: auto auto;
      gap: 14px;
    }
    .photo-card { border-radius: 18px; overflow: hidden; box-shadow: 0 8px 32px rgba(0,0,0,.1); position: relative; }
    .photo-card img { width:100%; object-fit:cover; display:block; transition: transform .4s ease; }
    .photo-card:hover img { transform: scale(1.04); }
    .photo-label {
      position:absolute; bottom:0; left:0; right:0;
      padding:12px 15px;
      background:linear-gradient(transparent, rgba(0,0,0,.6));
      color:#fff; font-size:.86rem; font-weight:700;
    }
    .photo-card.tall { grid-row: 1 / 3; }
    .photo-card.tall img { height: 100%; min-height: 420px; }
    .photo-card.short img { height: 220px; }
    @media(max-width:780px) {
      .photos-grid { grid-template-columns: 1fr 1fr; }
      .photo-card.tall { grid-row: auto; }
      .photo-card.tall img { min-height: auto; height: 220px; }
    }
    @media(max-width:480px) {
      .photos-grid { grid-template-columns: 1fr; }
      .photo-card.short img, .photo-card.tall img { height: 220px; min-height: auto; }
    }
  

/* ═══════════════════════════════════════
   THANK YOU PAGE STYLES
═══════════════════════════════════════ */

    :root {
      --blue: #0071e3;
      --blue-dark: #0051a2;
      --blue-light: #60a5fa;
      --green: #34c759;
      --green-dark: #28a745;
      --wa: #25d366;
      --wa-dark: #128c4e;
      --text: #1d1d1f;
      --text-secondary: #6e6e73;
      --bg: #f5f5f7;
      --font: 'Outfit', sans-serif;
    }
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body {
      font-family: var(--font);
      background: var(--bg);
      color: var(--text);
      min-height: 100vh;
      display: flex;
      flex-direction: column;
      overflow-x: hidden;
    }

    /* ── TOP BAR ── */
    .top-bar {
      background: linear-gradient(90deg, #0071e3, #005cc4);
      color: #fff; text-align: center; padding: 8px 16px;
      font-size: .82rem; font-weight: 600;
      display: flex; align-items: center; justify-content: center;
      gap: 16px; flex-wrap: wrap;
    }
    .top-bar .sep { opacity: .35; }
    .top-bar a { color: #fff; text-decoration: none; font-weight: 800; }

    /* ── NAV ── */
    nav {
      background: rgba(245,245,247,.95);
      backdrop-filter: blur(20px);
      border-bottom: 1px solid rgba(0,0,0,.07);
      padding: 0 5%; height: 60px;
      display: flex; align-items: center; justify-content: space-between;
    }
    .nav-brand {
      font-size: 1.15rem; font-weight: 800; color: var(--text);
      text-decoration: none; display: flex; align-items: center; gap: 8px;
    }
    .nav-brand i { color: var(--blue); }
    .nav-home {
      background: var(--blue); color: #fff; padding: 8px 18px;
      border-radius: 99px; font-weight: 700; font-size: .88rem;
      text-decoration: none; transition: background .2s;
      display: inline-flex; align-items: center; gap: 7px;
    }
    .nav-home:hover { background: var(--blue-dark); }

    /* ── CONFETTI CANVAS ── */
    #confetti-canvas {
      position: fixed; inset: 0; pointer-events: none; z-index: 100;
    }

    /* ── MAIN ── */
    main {
      flex: 1; display: flex; align-items: center; justify-content: center;
      padding: 50px 20px;
      background: linear-gradient(160deg, #f0f7ff 0%, #e8f0fe 50%, #f5f5f7 100%);
      position: relative;
    }

    .card {
      background: #fff;
      border-radius: 28px;
      box-shadow: 0 24px 80px rgba(0,0,0,.11), 0 0 0 1px rgba(0,0,0,.05);
      max-width: 620px; width: 100%;
      padding: 52px 48px 48px;
      text-align: center;
      position: relative;
      overflow: hidden;
    }
    .card::before {
      content: '';
      position: absolute; top: 0; left: 0; right: 0; height: 5px;
      background: linear-gradient(90deg, var(--green), var(--blue), var(--wa));
    }

    /* ── CHECK ICON ── */
    .check-wrap {
      position: relative; display: inline-block; margin-bottom: 28px;
    }
    .check-circle {
      width: 88px; height: 88px;
      background: linear-gradient(135deg, var(--green), var(--green-dark));
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 2.4rem; color: #fff;
      box-shadow: 0 12px 40px rgba(52,199,89,.4);
      animation: pop .5s cubic-bezier(.34,1.56,.64,1) forwards;
      margin: 0 auto;
    }
    @keyframes pop {
      0%  { transform: scale(0); opacity: 0; }
      100%{ transform: scale(1); opacity: 1; }
    }
    .check-pulse {
      position: absolute; inset: -8px;
      border-radius: 50%;
      border: 3px solid rgba(52,199,89,.3);
      animation: pulse-ring 2s ease-out 0.5s infinite;
    }
    @keyframes pulse-ring {
      0%   { transform: scale(.9); opacity: 1; }
      100% { transform: scale(1.35); opacity: 0; }
    }

    /* ── HEADINGS ── */
    .title {
      font-size: clamp(1.7rem, 4vw, 2.2rem);
      font-weight: 800; color: var(--text);
      letter-spacing: -1px; margin-bottom: 12px;
      animation: fadein .6s .4s both;
    }
    .subtitle {
      font-size: 1.05rem; color: var(--text-secondary);
      line-height: 1.7; margin-bottom: 24px;
      animation: fadein .6s .55s both;
    }
    .name-highlight {
      font-weight: 700; color: var(--blue);
    }

    /* ── RESPONSE TIME BADGE ── */
    .response-badge {
      display: inline-flex; align-items: center; gap: 8px;
      background: rgba(52,199,89,.1); border: 1px solid rgba(52,199,89,.3);
      color: #1a9e3f; font-size: .87rem; font-weight: 700;
      padding: 8px 18px; border-radius: 99px; margin-bottom: 32px;
      animation: fadein .6s .7s both;
    }
    .response-badge::before {
      content: '';
      width: 8px; height: 8px; background: var(--green);
      border-radius: 50%; animation: blink 1.4s ease-in-out infinite;
    }
    @keyframes blink { 0%,100%{opacity:1} 50%{opacity:.3} }

    /* ── STEPS ── */
    .steps {
      display: flex; flex-direction: column; gap: 12px;
      margin-bottom: 34px; text-align: left;
      animation: fadein .6s .85s both;
    }
    .step {
      display: flex; align-items: flex-start; gap: 14px;
      background: var(--bg); border-radius: 14px; padding: 14px 16px;
      border: 1px solid rgba(0,0,0,.06);
    }
    .step-num {
      width: 28px; height: 28px; min-width: 28px;
      background: linear-gradient(135deg, var(--blue), var(--blue-dark));
      border-radius: 50%; display: flex; align-items: center; justify-content: center;
      color: #fff; font-size: .78rem; font-weight: 800;
    }
    .step p { font-size: .9rem; color: var(--text-secondary); line-height: 1.5; }
    .step strong { color: var(--text); font-weight: 700; }

    /* ── BUTTONS ── */
    .btn-group {
      display: flex; flex-direction: column; gap: 12px;
      animation: fadein .6s 1s both;
    }
    .btn {
      display: flex; align-items: center; justify-content: center; gap: 10px;
      padding: 15px 24px; border-radius: 14px;
      font-size: 1rem; font-weight: 700; font-family: var(--font);
      text-decoration: none; border: none; cursor: pointer;
      transition: transform .2s, box-shadow .2s, background .2s;
    }
    .btn:hover { transform: translateY(-2px); }
    .btn-wa {
      background: var(--wa); color: #fff;
      box-shadow: 0 8px 28px rgba(37,211,102,.4);
      font-size: 1.05rem;
    }
    .btn-wa:hover { background: var(--wa-dark); box-shadow: 0 12px 36px rgba(37,211,102,.55); }
    .btn-wa i { font-size: 1.3rem; }
    .btn-home {
      background: rgba(0,0,0,.05); color: var(--text);
      border: 1.5px solid rgba(0,0,0,.1);
    }
    .btn-home:hover { background: rgba(0,0,0,.09); }

    /* ── DIVIDER ── */
    .or-divider {
      display: flex; align-items: center; gap: 12px;
      color: var(--text-secondary); font-size: .82rem; margin: 4px 0;
    }
    .or-divider::before, .or-divider::after {
      content: ''; flex: 1; height: 1px; background: rgba(0,0,0,.1);
    }

    /* ── FOOTER ── */
    footer {
      background: #0a0a0a; color: rgba(255,255,255,.45);
      text-align: center; padding: 20px 20px;
      font-size: .82rem;
    }
    footer a { color: var(--blue-light); text-decoration: none; }

    @keyframes fadein { from{opacity:0;transform:translateY(16px)} to{opacity:1;transform:none} }

    @media(max-width: 560px) {
      .card { padding: 38px 24px 36px; }
      .title { font-size: 1.6rem; }
    }
  