:root{--bg:#f4f7fb;--panel:#fff;--text:#152033;--muted:#687386;--navy:#102a43;--border:#e4e9f0;--primary:#0f766e;--danger:#b42318}
*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bg);color:var(--text)}a{color:inherit}h1,h2,h3{margin-top:0}p{line-height:1.6}
.app-shell{display:flex;min-height:100vh}.sidebar{width:240px;background:#102a43;color:#fff;padding:24px 16px;position:fixed;inset:0 auto 0 0}.brand{font-size:20px;font-weight:800}.brand.big{font-size:25px;color:#102a43}.side-label{font-size:11px;opacity:.55;margin:28px 8px 10px;letter-spacing:1.2px}.side-nav{display:grid;gap:6px}.side-nav a,.sidebar-bottom a{padding:11px 12px;border-radius:9px;text-decoration:none;color:#d9e6ef}.side-nav a:hover,.side-nav a.active{background:rgba(255,255,255,.12);color:#fff}.sidebar-bottom{position:absolute;bottom:22px;left:16px;right:16px}.main{margin-left:240px;padding:0 28px 40px;width:calc(100% - 240px)}.topbar{padding:25px 0 8px}.topbar h1{font-size:25px}
.panel{background:var(--panel);border:1px solid var(--border);border-radius:16px;padding:22px;margin:16px 0;box-shadow:0 4px 18px rgba(15,23,42,.04)}.panel-head{display:flex;justify-content:space-between;gap:16px;align-items:center}.form-panel{max-width:900px}.stats-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin:15px 0}.stat-card{background:#fff;border:1px solid var(--border);border-radius:14px;padding:18px}.stat-card span{display:block;color:var(--muted);font-size:13px}.stat-card strong{font-size:28px;display:block;margin-top:7px}.two-col{display:grid;grid-template-columns:2fr 1fr;gap:18px}.builder-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:18px}.sticky{position:sticky;top:14px}
label{display:block;font-size:13px;font-weight:700;margin:12px 0 6px}input,textarea,select{width:100%;padding:11px 12px;border:1px solid #d6dde7;border-radius:9px;background:#fff;font:inherit}textarea{min-height:90px;resize:vertical}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.btn{display:inline-block;background:var(--primary);color:#fff;border:0;border-radius:9px;padding:11px 16px;text-decoration:none;font-weight:700;cursor:pointer}.btn.secondary{background:#e9eef5;color:#24364b}.btn.wide{width:100%;text-align:center}.button-row{display:flex;gap:10px;flex-wrap:wrap}.muted{color:var(--muted)}.alert{padding:13px 15px;border-radius:10px;margin:12px 0}.alert.success{background:#eaf8ef;color:#176b32;border:1px solid #a8d9b5}.alert.danger{background:#fff0f0;color:#9f1b1b;border:1px solid #f1b0b0}.badge{display:inline-block;padding:4px 9px;border-radius:99px;font-size:12px;font-weight:700}.badge.good{background:#e7f7ec;color:#16703a}.badge.bad{background:#fdecec;color:#a72323}.text-link{color:#0f5ea8;text-decoration:none;font-weight:700}
.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:12px 10px;border-bottom:1px solid var(--border);vertical-align:top}th{font-size:12px;text-transform:uppercase;color:var(--muted)}td small{display:block;color:var(--muted);margin-top:4px}.inline-form{display:grid;grid-template-columns:2fr 3fr 90px auto;gap:8px;align-items:end}.item-list{margin-top:12px}.item-list>div{display:flex;justify-content:space-between;gap:15px;padding:11px 0;border-top:1px solid var(--border)}.item-list small{display:block;color:var(--muted);margin-top:3px}.delete{color:var(--danger);text-decoration:none;font-size:13px;font-weight:700}
.login-page,.standalone{min-height:100vh;display:grid;place-items:center;padding:24px}.login-card,.standalone>.panel{width:min(440px,100%)}.center{text-align:center}.qr{display:block;width:180px;height:180px;max-width:100%;margin:15px auto;border:8px solid #fff;box-shadow:0 2px 12px rgba(0,0,0,.08)}.mini-card{text-align:center;padding:22px 15px;background:linear-gradient(135deg,var(--theme),#102a43);color:#fff;border-radius:14px}.mini-avatar{width:62px;height:62px;border-radius:50%;background:#fff;color:var(--theme);display:grid;place-items:center;margin:0 auto 12px;font-size:28px;font-weight:800}

.public-page{background:#eef2f7}.public-wrap{width:min(720px,100%);margin:0 auto;background:#fff;min-height:100vh;box-shadow:0 0 30px rgba(15,23,42,.1)}.public-hero{position:relative;padding:44px 22px 28px;text-align:center;color:#fff;background:linear-gradient(135deg,var(--card-theme),#102a43);overflow:hidden}.cover-accent{position:absolute;width:280px;height:280px;border-radius:50%;background:rgba(255,255,255,.08);right:-100px;top:-130px}.public-avatar{width:88px;height:88px;border-radius:50%;display:grid;place-items:center;margin:auto;background:#fff;color:var(--card-theme);font-size:36px;font-weight:900;border:4px solid rgba(255,255,255,.45)}.public-hero h1{margin:14px 0 5px;font-size:30px}.public-hero h3{margin:0 0 5px;font-size:15px;font-weight:600}.public-hero p{opacity:.9;margin:4px 0 18px}.quick-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.quick-actions a{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:11px 5px;text-decoration:none;color:#fff}.quick-actions b{display:block;font-size:21px}.quick-actions span{font-size:12px}.public-section{padding:24px;border-bottom:1px solid #edf0f4}.public-section h2{font-size:20px;margin-bottom:14px}.public-section a{color:var(--card-theme)}.info-line{padding:6px 0}.public-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.service-box{border:1px solid #e8ebef;border-radius:12px;padding:15px}.service-box h3{font-size:16px;margin-bottom:6px}.service-box p{font-size:14px;color:#657082;margin:0}.product-grid{display:grid;gap:14px}.product-card{display:grid;grid-template-columns:120px 1fr;border:1px solid #e7ebef;border-radius:13px;overflow:hidden}.product-card img{width:120px;height:100%;min-height:125px;object-fit:cover}.product-card>div{padding:14px}.product-card h3{margin-bottom:4px}.product-card p{margin:4px 0;color:#657082;font-size:14px}.order-btn{display:inline-block;margin-top:10px;background:#20a464!important;color:#fff!important;text-decoration:none;padding:8px 11px;border-radius:8px;font-size:13px;font-weight:700}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.gallery-grid figure{margin:0}.gallery-grid img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:10px}.gallery-grid figcaption{font-size:12px;color:#657082;margin-top:4px}.social-pills{display:flex;gap:8px;flex-wrap:wrap}.social-pills a{padding:8px 12px;background:#f0f4f7;border-radius:99px;text-decoration:none;font-size:13px;font-weight:700}.public-footer{text-align:center;padding:18px;color:#8993a1;font-size:12px}.tpl-minimal .public-hero{background:#fff;color:#152033;border-top:8px solid var(--card-theme)}.tpl-minimal .public-avatar{background:var(--card-theme);color:#fff}.tpl-minimal .quick-actions a{color:#152033;background:#f4f7f9;border-color:#e1e6eb}.tpl-corporate .public-hero{background:#102a43}.tpl-gradient .public-hero{background:linear-gradient(135deg,var(--card-theme),#6d28d9)}
@media(max-width:900px){.sidebar{width:190px}.main{margin-left:190px;width:calc(100% - 190px)}.stats-grid{grid-template-columns:repeat(2,1fr)}.builder-grid,.two-col{grid-template-columns:1fr}.sticky{position:static}}
@media(max-width:640px){.sidebar{position:static;width:100%;min-height:auto}.sidebar-bottom{position:static;margin-top:20px}.app-shell{display:block}.main{margin:0;width:100%;padding:0 14px 30px}.form-grid,.inline-form{grid-template-columns:1fr}.panel-head{align-items:flex-start;flex-direction:column}.public-grid{grid-template-columns:1fr}.product-card{grid-template-columns:95px 1fr}.product-card img{width:95px}.gallery-grid{grid-template-columns:1fr 1fr}.quick-actions{gap:6px}.quick-actions a{padding:9px 3px}.public-section{padding:20px 18px}}

/* =========================================================
   PREMIUM DIGITAL CARD V2.5
   ========================================================= */
.upload-field{min-width:0}
.upload-preview{margin-top:10px;display:flex;align-items:center;gap:10px}
.upload-preview img{width:70px;height:70px;object-fit:cover;border-radius:14px;border:1px solid var(--border)}
.upload-preview.cover-preview img{width:120px;height:70px;border-radius:10px}
.remove-check{display:flex;align-items:center;gap:6px;margin:0;font-size:12px;font-weight:600;color:var(--muted)}
.remove-check input{width:auto}
.template-select-wrap{min-width:0}
.template-swatches{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}
.tpl-chip{font-size:11px;font-weight:800;padding:5px 8px;border-radius:999px;border:1px solid #e3e8ef;background:#fff}
.tpl-chip.modern{color:#0f766e}.tpl-chip.corporate{color:#102a43}.tpl-chip.minimal{color:#111827}.tpl-chip.gradient{color:#6d28d9}
.mini-logo{width:66px;height:66px;border-radius:18px;object-fit:cover;display:block;margin:0 auto 12px;border:3px solid rgba(255,255,255,.65)}

.public-page{--card-ink:#101828;--card-muted:#667085;--card-line:#e9edf2;--card-soft:#f7f9fb;background:#e9eef5;color:var(--card-ink);padding:24px 10px 92px}
.public-page *{box-sizing:border-box}
.public-page svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.public-wrap.premium-card{width:min(760px,100%);margin:0 auto;background:#fff;min-height:100vh;border-radius:28px;overflow:hidden;box-shadow:0 22px 70px rgba(16,24,40,.16)}
.premium-hero{position:relative;isolation:isolate;min-height:410px;background:linear-gradient(145deg,var(--card-theme),#0b1930);color:#fff;overflow:hidden}
.hero-cover{position:absolute;inset:0;background-size:cover;background-position:center;z-index:-3}
.hero-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,19,38,.25),rgba(8,19,38,.88));z-index:-2}
.hero-pattern{position:absolute;right:-100px;top:-100px;width:360px;height:360px;border-radius:50%;border:70px solid rgba(255,255,255,.06);z-index:-1}
.hero-pattern:after{content:"";position:absolute;width:180px;height:180px;border:1px solid rgba(255,255,255,.18);border-radius:50%;left:-190px;bottom:-150px}
.hero-content{position:relative;padding:58px 34px 30px;text-align:center}
.profile-wrap{position:relative;width:max-content;margin:0 auto}
.profile-logo,.profile-initial{width:108px;height:108px;border-radius:26px;display:block;object-fit:cover;background:#fff;border:5px solid rgba(255,255,255,.72);box-shadow:0 12px 35px rgba(0,0,0,.22)}
.profile-initial{display:grid;place-items:center;color:var(--card-theme);font-size:42px;font-weight:900}
.verified-dot{position:absolute;right:-3px;bottom:5px;width:22px;height:22px;border-radius:50%;background:#22c55e;border:4px solid #fff}
.premium-hero h1{margin:18px auto 5px;font-size:36px;line-height:1.1;letter-spacing:-.7px}
.hero-designation{font-size:14px;font-weight:800;letter-spacing:.5px;opacity:.95}
.hero-tagline{margin:8px auto 22px;max-width:510px;font-size:14px;opacity:.82}
.premium-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;max-width:590px;margin:22px auto 0}
.premium-actions a,.premium-actions button{font:inherit;background:rgba(255,255,255,.11);color:#fff;border:1px solid rgba(255,255,255,.18);border-radius:16px;min-height:74px;padding:10px 6px;text-decoration:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;cursor:pointer;transition:.2s}
.premium-actions a:hover,.premium-actions button:hover{background:rgba(255,255,255,.18);transform:translateY(-2px)}
.action-icon{display:grid;place-items:center}
.action-icon svg{width:23px;height:23px}
.premium-actions span:last-child{font-size:12px;font-weight:800}

.premium-section{padding:32px 32px;border-bottom:1px solid var(--card-line)}
.soft-section{background:var(--card-soft)}
.section-heading{display:flex;align-items:flex-start;gap:12px;margin-bottom:20px}
.section-heading>span{font-size:10px;line-height:1;background:var(--card-theme);color:#fff;border-radius:999px;padding:7px 8px;font-weight:900}
.section-heading small,.payment-card small,.qr-copy small{display:block;font-size:10px;font-weight:900;letter-spacing:1.4px;color:var(--card-theme);margin-bottom:4px}
.section-heading h2,.payment-card h2,.qr-copy h2{margin:0;font-size:24px;letter-spacing:-.4px}
.about-copy{margin:0 0 22px;color:#4b5565;font-size:15px;line-height:1.8}
.contact-stack{display:grid;gap:10px}
.contact-row{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:12px;border:1px solid var(--card-line);border-radius:15px;padding:12px 14px;text-decoration:none!important;color:var(--card-ink)!important;background:#fff}
.contact-row:hover{border-color:color-mix(in srgb,var(--card-theme) 40%,#e9edf2)}
.contact-ico{width:42px;height:42px;border-radius:12px;background:color-mix(in srgb,var(--card-theme) 10%,white);color:var(--card-theme);display:grid;place-items:center}
.contact-row small{display:block;color:#98a2b3;font-size:9px;font-weight:900;letter-spacing:.9px;margin-bottom:2px}
.contact-row strong{font-size:13px;word-break:break-word}
.row-arrow{color:#98a2b3}.row-arrow svg{width:17px}

.premium-service-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.premium-service{position:relative;padding:20px;border:1px solid var(--card-line);border-radius:18px;overflow:hidden;background:#fff;min-height:140px}
.premium-service:after{content:"";position:absolute;width:80px;height:80px;border-radius:50%;right:-30px;bottom:-40px;background:color-mix(in srgb,var(--card-theme) 9%,white)}
.service-number{font-size:10px;font-weight:900;color:var(--card-theme);margin-bottom:18px}
.premium-service h3{font-size:17px;margin:0 0 7px}
.premium-service p{margin:0;color:var(--card-muted);font-size:13px;line-height:1.55}

.premium-product-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.premium-product{background:#fff;border:1px solid var(--card-line);border-radius:18px;overflow:hidden}
.product-media{aspect-ratio:1.45/1;background:#eef2f6;overflow:hidden}
.product-media img{width:100%;height:100%;object-fit:cover;transition:.3s}
.premium-product:hover .product-media img{transform:scale(1.035)}
.product-body{padding:16px}
.product-body h3{font-size:17px;margin:0 0 5px}
.product-body p{font-size:13px;color:var(--card-muted);margin:0 0 13px;line-height:1.55}
.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:8px}
.product-bottom strong{font-size:17px;color:var(--card-ink)}
.wa-order{background:#22a866!important;color:#fff!important;padding:8px 11px;border-radius:9px;text-decoration:none!important;font-size:11px;font-weight:900}

.premium-gallery{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:125px;gap:8px}
.gallery-item{position:relative;border-radius:15px;overflow:hidden;background:#eef2f6}
.gallery-item.feature{grid-column:span 2;grid-row:span 2}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:.3s}
.gallery-item:hover img{transform:scale(1.04)}
.gallery-item span{position:absolute;left:9px;right:9px;bottom:9px;background:rgba(0,0,0,.55);backdrop-filter:blur(7px);color:#fff;padding:6px 8px;border-radius:8px;font-size:10px}

.premium-socials{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.premium-socials a{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:15px;border-radius:14px;border:1px solid var(--card-line);background:#fff;text-decoration:none!important;color:var(--card-ink)!important}
.premium-socials strong{font-size:13px}.premium-socials span{font-size:10px;color:var(--card-muted)}

.payment-card{display:flex;justify-content:space-between;align-items:center;gap:18px;background:linear-gradient(135deg,color-mix(in srgb,var(--card-theme) 12%,white),#fff);border:1px solid color-mix(in srgb,var(--card-theme) 22%,#e9edf2);border-radius:20px;padding:22px}
.payment-card p{margin:5px 0 0;font-size:13px;color:var(--card-muted)}
.payment-card>a{display:flex;align-items:center;gap:8px;white-space:nowrap;text-decoration:none!important;background:var(--card-theme);color:#fff!important;border-radius:12px;padding:12px 16px;font-size:12px;font-weight:900}
.payment-card>a svg{width:16px}

.premium-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.premium-form .field.full{grid-column:1/-1}
.premium-form label{font-size:11px;font-weight:900;color:#344054;margin:0 0 6px}
.premium-form input,.premium-form textarea{background:#f9fafb;border:1px solid #e4e7ec;border-radius:12px;padding:13px 14px}
.premium-form textarea{min-height:110px}
.premium-submit{grid-column:1/-1;background:var(--card-theme);color:#fff;border:0;border-radius:12px;padding:13px 18px;font-weight:900;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}
.premium-submit svg{width:17px}

.qr-premium{display:grid;grid-template-columns:1fr 180px;align-items:center;gap:24px;background:#101828;color:#fff}
.qr-copy small{color:color-mix(in srgb,var(--card-theme) 70%,white)}
.qr-copy p{font-size:13px;color:#b8c0cc;max-width:390px}
.qr-frame{background:#fff;padding:10px;border-radius:18px}
.qr-frame img{display:block;width:100%;height:auto}
.copy-link{background:transparent;border:1px solid rgba(255,255,255,.25);color:#fff;padding:9px 12px;border-radius:10px;font-weight:800;cursor:pointer}
.premium-footer{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding:24px 32px;background:#fff}
.footer-mark{width:42px;height:42px;border-radius:12px;background:var(--card-theme);color:#fff;display:grid;place-items:center;font-weight:900}
.premium-footer strong{display:block;font-size:13px}.premium-footer span{display:block;font-size:10px;color:var(--card-muted);margin-top:2px}.premium-footer>small{color:#98a2b3;font-size:10px}

.mobile-action-bar{display:none}
.card-toast{position:fixed;left:50%;bottom:28px;transform:translate(-50%,20px);opacity:0;pointer-events:none;background:#101828;color:#fff;padding:10px 14px;border-radius:999px;font-size:12px;font-weight:800;transition:.2s;z-index:9999}
.card-toast.show{opacity:1;transform:translate(-50%,0)}

/* Template: Corporate Pro */
.tpl-corporate .premium-hero{background:#0e2238}
.tpl-corporate .hero-shade{background:linear-gradient(90deg,rgba(8,22,38,.94),rgba(8,22,38,.72))}
.tpl-corporate .hero-pattern{border-radius:0;transform:rotate(18deg);border-width:55px}
.tpl-corporate .profile-logo,.tpl-corporate .profile-initial{border-radius:50%}
.tpl-corporate .section-heading>span{border-radius:6px}
.tpl-corporate .premium-service,.tpl-corporate .premium-product,.tpl-corporate .contact-row{border-radius:10px}

/* Template: Minimal Clean */
.tpl-minimal{background:#f4f4f2}
.tpl-minimal .premium-card{border-radius:0;box-shadow:0 15px 55px rgba(0,0,0,.08)}
.tpl-minimal .premium-hero{background:#fff;color:#111827;min-height:auto;border-top:10px solid var(--card-theme)}
.tpl-minimal .hero-shade,.tpl-minimal .hero-pattern{display:none}
.tpl-minimal .hero-content{padding-top:46px}
.tpl-minimal .profile-logo,.tpl-minimal .profile-initial{border:1px solid #e5e7eb;box-shadow:none;border-radius:50%}
.tpl-minimal .premium-actions a,.tpl-minimal .premium-actions button{background:#f7f7f5;color:#111827;border-color:#e7e7e2}
.tpl-minimal .hero-tagline{color:#667085}
.tpl-minimal .premium-section{padding-top:38px;padding-bottom:38px}
.tpl-minimal .section-heading>span{background:#111827}
.tpl-minimal .section-heading small{color:#667085}
.tpl-minimal .premium-service,.tpl-minimal .premium-product,.tpl-minimal .contact-row{box-shadow:none}

/* Template: Gradient Glow */
.tpl-gradient .premium-hero{background:linear-gradient(135deg,var(--card-theme),#6d28d9 58%,#ec4899)}
.tpl-gradient .hero-shade{background:linear-gradient(180deg,rgba(15,23,42,.08),rgba(15,23,42,.42))}
.tpl-gradient .hero-pattern{width:430px;height:430px;border-color:rgba(255,255,255,.08);filter:blur(.2px)}
.tpl-gradient .premium-card{box-shadow:0 22px 80px color-mix(in srgb,var(--card-theme) 15%,rgba(16,24,40,.2))}
.tpl-gradient .section-heading>span,.tpl-gradient .payment-card>a,.tpl-gradient .premium-submit{background:linear-gradient(135deg,var(--card-theme),#7c3aed)}
.tpl-gradient .contact-ico{background:linear-gradient(135deg,color-mix(in srgb,var(--card-theme) 12%,white),#f3e8ff)}

@media(max-width:640px){
  .public-page{padding:0 0 78px;background:#fff}
  .public-wrap.premium-card{border-radius:0;box-shadow:none}
  .premium-hero{min-height:370px}
  .hero-content{padding:42px 18px 24px}
  .profile-logo,.profile-initial{width:94px;height:94px;border-radius:24px}
  .premium-hero h1{font-size:29px}
  .premium-actions{gap:7px}
  .premium-actions a,.premium-actions button{min-height:68px;border-radius:13px}
  .premium-section{padding:27px 18px}
  .premium-service-grid,.premium-product-grid,.premium-socials{grid-template-columns:1fr}
  .premium-gallery{grid-template-columns:1fr 1fr;grid-auto-rows:130px}
  .gallery-item.feature{grid-column:span 2}
  .payment-card{align-items:flex-start;flex-direction:column}
  .premium-form{grid-template-columns:1fr}
  .premium-form .field.full,.premium-submit{grid-column:auto}
  .qr-premium{grid-template-columns:1fr 145px;padding-bottom:28px}
  .premium-footer{grid-template-columns:auto 1fr;padding:20px 18px}
  .premium-footer>small{display:none}
  .mobile-action-bar{position:fixed;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border-top:1px solid #e5e7eb;box-shadow:0 -8px 24px rgba(16,24,40,.08);z-index:1000;padding-bottom:env(safe-area-inset-bottom)}
  .mobile-action-bar a{display:flex;align-items:center;justify-content:center;gap:7px;min-height:62px;text-decoration:none;color:#344054;font-size:11px;font-weight:900;border-right:1px solid #f0f1f3}
  .mobile-action-bar a:nth-child(2){color:#15803d}
  .mobile-action-bar svg{width:18px;height:18px}
  .card-toast{bottom:84px}
}
@media(max-width:420px){
  .qr-premium{grid-template-columns:1fr}
  .qr-frame{width:150px}
}


/* =========================================================
   V2.6 COMPACT PREMIUM POLISH
   ========================================================= */

/* Less tall hero, brighter cover, tighter identity block */
.premium-hero{
  min-height:330px;
}
.hero-shade{
  background:linear-gradient(180deg,rgba(8,19,38,.16),rgba(8,19,38,.68));
}
.hero-content{
  padding:36px 28px 22px;
}
.profile-logo,.profile-initial{
  width:92px;
  height:92px;
  border-radius:24px;
}
.profile-initial{
  font-size:36px;
}
.verified-dot{
  width:20px;
  height:20px;
  border-width:3px;
}
.premium-hero h1{
  margin:12px auto 3px;
  font-size:32px;
}
.hero-designation{
  font-size:13px;
}
.hero-tagline{
  margin:6px auto 14px;
  font-size:13px;
}
.premium-actions{
  margin-top:16px;
  gap:8px;
}
.premium-actions a,.premium-actions button{
  min-height:62px;
  border-radius:14px;
  padding:8px 5px;
}
.action-icon svg{
  width:20px;
  height:20px;
}
.premium-actions span:last-child{
  font-size:11px;
}

/* Bring content up quicker */
.premium-section{
  padding:26px 28px;
}
.section-heading{
  margin-bottom:16px;
}
.section-heading h2,.payment-card h2,.qr-copy h2{
  font-size:22px;
}
.about-copy{
  margin-bottom:16px;
  line-height:1.7;
}
.contact-stack{
  gap:8px;
}
.contact-row{
  padding:10px 12px;
}
.contact-ico{
  width:38px;
  height:38px;
}

/* Slightly more refined cards */
.premium-service{
  min-height:124px;
  padding:17px;
}
.premium-product .product-body{
  padding:14px;
}
.premium-gallery{
  gap:7px;
}
.payment-card{
  padding:18px;
}
.qr-premium{
  padding-top:26px;
  padding-bottom:26px;
}

/* Corporate */
.tpl-corporate .hero-content{
  padding-top:38px;
}
.tpl-corporate .hero-shade{
  background:linear-gradient(90deg,rgba(8,22,38,.84),rgba(8,22,38,.58));
}

/* Minimal */
.tpl-minimal .hero-content{
  padding-top:34px;
  padding-bottom:18px;
}
.tpl-minimal .premium-hero{
  min-height:285px;
}

/* Gradient */
.tpl-gradient .hero-shade{
  background:linear-gradient(180deg,rgba(15,23,42,.04),rgba(15,23,42,.30));
}

/* Mobile compact mode */
@media(max-width:640px){
  .premium-hero{
    min-height:315px;
  }
  .hero-content{
    padding:30px 16px 18px;
  }
  .profile-logo,.profile-initial{
    width:82px;
    height:82px;
    border-radius:22px;
  }
  .profile-initial{
    font-size:32px;
  }
  .premium-hero h1{
    font-size:27px;
    margin-top:10px;
  }
  .hero-tagline{
    margin-bottom:11px;
  }
  .premium-actions{
    margin-top:12px;
    gap:6px;
  }
  .premium-actions a,.premium-actions button{
    min-height:58px;
    border-radius:12px;
  }
  .premium-section{
    padding:23px 16px;
  }
  .section-heading{
    margin-bottom:14px;
  }
  .section-heading h2{
    font-size:21px;
  }
  .contact-row{
    grid-template-columns:38px 1fr auto;
    gap:10px;
  }
  .premium-service{
    min-height:auto;
  }
  .premium-footer{
    padding-top:18px;
    padding-bottom:18px;
  }
}

/* =========================================================
   DIGITAL CARD V3 — 18 DESIGNER TEMPLATES
   ========================================================= */
.designer-template-wrap{grid-column:1/-1}
.template-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:9px}
.template-card{position:relative;border:1px solid #e4e7ec;background:#fff;border-radius:16px;padding:9px;text-align:left;cursor:pointer;transition:.2s;overflow:hidden}
.template-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(16,24,40,.08)}
.template-card.selected{border:2px solid #0f766e;padding:8px;box-shadow:0 0 0 3px rgba(15,118,110,.10)}
.template-check{position:absolute;right:8px;top:8px;width:22px;height:22px;display:none;place-items:center;border-radius:50%;background:#0f766e;color:#fff;font-size:12px;font-weight:900}
.template-card.selected .template-check{display:grid}
.template-thumb{height:94px;border-radius:11px;padding:10px;position:relative;overflow:hidden;background:#eef2f6}
.thumb-badge{font-size:9px;font-weight:900;padding:4px 6px;border-radius:999px;background:rgba(255,255,255,.82);position:absolute;top:8px;right:8px}
.thumb-avatar{width:30px;height:30px;border-radius:9px;background:#fff;margin-bottom:7px;box-shadow:0 2px 8px rgba(0,0,0,.12)}
.thumb-line{height:5px;border-radius:5px;background:rgba(255,255,255,.82);margin:4px 0}.thumb-line.w1{width:58%}.thumb-line.w2{width:40%}
.thumb-actions{display:flex;gap:4px;position:absolute;left:10px;bottom:9px}.thumb-actions i{width:20px;height:12px;border-radius:5px;background:rgba(255,255,255,.72)}
.template-meta{padding:9px 4px 3px}.template-meta strong{display:block;font-size:12px;color:#101828}.template-meta small{display:block;color:#667085;font-size:10px;margin-top:2px}
.selected-template-note{font-size:11px;color:#667085;margin-top:8px}.selected-template-note strong{color:#101828}

.builder-live-preview{--builder-theme:#0f766e;border-radius:20px;overflow:hidden;border:1px solid #e5e7eb;background:#fff;box-shadow:0 12px 28px rgba(16,24,40,.08);margin-top:10px}
.builder-preview-hero{padding:25px 18px;text-align:center;color:#fff;background:linear-gradient(140deg,var(--builder-theme),#0b1930)}
.builder-preview-avatar{width:58px;height:58px;border-radius:16px;background:#fff;margin:0 auto 9px;display:grid;place-items:center;color:var(--builder-theme);font-weight:900;font-size:22px;overflow:hidden}
.builder-preview-avatar img{width:100%;height:100%;object-fit:cover}
.builder-preview-hero h3{margin:0 0 2px;font-size:17px}.builder-preview-hero p{margin:0;font-size:11px;font-weight:800}.builder-preview-hero small{display:block;margin-top:4px;opacity:.8;font-size:9px}
.builder-preview-actions{display:flex;justify-content:center;gap:5px;margin-top:12px}.builder-preview-actions span{font-size:8px;padding:6px 8px;border:1px solid rgba(255,255,255,.25);border-radius:7px;background:rgba(255,255,255,.1)}
.builder-preview-body{padding:12px}.builder-preview-body div{height:9px;background:#eef2f6;border-radius:8px;margin:7px 0}.builder-preview-body div:nth-child(2){width:70%}.builder-preview-body div:nth-child(3){width:85%}

.tpl-preview-modern .template-thumb{background:linear-gradient(145deg,#0f766e,#0f2744)}
.tpl-preview-corporate .template-thumb{background:linear-gradient(145deg,#102a43,#334e68)}
.tpl-preview-minimal .template-thumb{background:#f8f8f5}.tpl-preview-minimal .thumb-line,.tpl-preview-minimal .thumb-actions i{background:#d1d5db}.tpl-preview-minimal .thumb-avatar{border-radius:50%;background:#111827}
.tpl-preview-gradient .template-thumb{background:linear-gradient(135deg,#6d28d9,#ec4899)}
.tpl-preview-luxury .template-thumb{background:linear-gradient(145deg,#080808,#272014)}.tpl-preview-luxury .thumb-badge{background:#d4af37;color:#111}
.tpl-preview-medical .template-thumb{background:linear-gradient(145deg,#0ea5a4,#e6fffb)}
.tpl-preview-restaurant .template-thumb{background:linear-gradient(145deg,#9a3412,#f59e0b)}
.tpl-preview-realestate .template-thumb{background:linear-gradient(145deg,#17324d,#b08d57)}
.tpl-preview-beauty .template-thumb{background:linear-gradient(145deg,#be185d,#fce7f3)}
.tpl-preview-legal .template-thumb{background:linear-gradient(145deg,#172554,#a67c52)}
.tpl-preview-education .template-thumb{background:linear-gradient(145deg,#1d4ed8,#fbbf24)}
.tpl-preview-retail .template-thumb{background:linear-gradient(145deg,#ea580c,#fb7185)}
.tpl-preview-tech .template-thumb{background:linear-gradient(145deg,#07111f,#06b6d4)}
.tpl-preview-creative .template-thumb{background:linear-gradient(135deg,#7c3aed,#f97316,#ec4899)}
.tpl-preview-photographer .template-thumb{background:linear-gradient(145deg,#111,#666)}
.tpl-preview-fitness .template-thumb{background:linear-gradient(145deg,#111827,#84cc16)}
.tpl-preview-traditional .template-thumb{background:linear-gradient(145deg,#9a3412,#f6ad55,#7f1d1d)}
.tpl-preview-glass .template-thumb{background:linear-gradient(145deg,#2563eb,#9333ea)}

.preview-tpl-corporate .builder-preview-hero{background:#102a43}
.preview-tpl-minimal .builder-preview-hero{background:#fff;color:#111827;border-top:5px solid var(--builder-theme)}
.preview-tpl-gradient .builder-preview-hero{background:linear-gradient(135deg,var(--builder-theme),#7c3aed,#ec4899)}
.preview-tpl-luxury .builder-preview-hero{background:linear-gradient(145deg,#050505,#241d0f);color:#eacb68}
.preview-tpl-medical .builder-preview-hero{background:linear-gradient(145deg,#0f9f98,#164e63)}
.preview-tpl-restaurant .builder-preview-hero{background:linear-gradient(145deg,#7c2d12,#ea580c)}
.preview-tpl-realestate .builder-preview-hero{background:linear-gradient(145deg,#142c44,#755b37)}
.preview-tpl-beauty .builder-preview-hero{background:linear-gradient(145deg,#9d174d,#ec4899)}
.preview-tpl-legal .builder-preview-hero{background:linear-gradient(145deg,#172554,#422006)}
.preview-tpl-education .builder-preview-hero{background:linear-gradient(145deg,#1d4ed8,#0f766e)}
.preview-tpl-retail .builder-preview-hero{background:linear-gradient(145deg,#c2410c,#e11d48)}
.preview-tpl-tech .builder-preview-hero{background:linear-gradient(145deg,#030712,#0e7490)}
.preview-tpl-creative .builder-preview-hero{background:linear-gradient(135deg,#7c3aed,#f97316,#ec4899)}
.preview-tpl-photographer .builder-preview-hero{background:#111}
.preview-tpl-fitness .builder-preview-hero{background:linear-gradient(145deg,#111827,#3f6212)}
.preview-tpl-traditional .builder-preview-hero{background:linear-gradient(145deg,#7f1d1d,#b45309)}
.preview-tpl-glass .builder-preview-hero{background:linear-gradient(135deg,rgba(37,99,235,.92),rgba(147,51,234,.90))}

.tpl-corporate .premium-hero h1{text-transform:uppercase;letter-spacing:.4px}.tpl-corporate .premium-actions a,.tpl-corporate .premium-actions button{border-radius:8px}.tpl-corporate .section-heading h2{font-family:Georgia,serif}
.tpl-minimal .premium-actions{max-width:510px}.tpl-minimal .premium-actions a,.tpl-minimal .premium-actions button{border-radius:999px}.tpl-minimal .premium-section{border-bottom-color:#ecece7}
.tpl-gradient .premium-service,.tpl-gradient .premium-product{box-shadow:0 10px 30px rgba(124,58,237,.08)}

.tpl-luxury{background:#0b0b0b;--card-ink:#17130a;--card-muted:#766c55;--card-soft:#fbf8ef;--card-line:#eadfbe}.tpl-luxury .premium-card{border-radius:10px;box-shadow:0 30px 80px rgba(0,0,0,.42)}.tpl-luxury .premium-hero{background:linear-gradient(145deg,#030303,#19150d);color:#f4df96}.tpl-luxury .hero-shade{background:linear-gradient(180deg,rgba(0,0,0,.16),rgba(0,0,0,.82))}.tpl-luxury .profile-logo,.tpl-luxury .profile-initial{border:2px solid #d4af37;border-radius:50%;background:#080808;color:#d4af37}.tpl-luxury .verified-dot{background:#d4af37}.tpl-luxury .premium-actions a,.tpl-luxury .premium-actions button{border:1px solid rgba(212,175,55,.35);color:#f4df96;border-radius:4px}.tpl-luxury .section-heading>span,.tpl-luxury .premium-submit,.tpl-luxury .payment-card>a,.tpl-luxury .footer-mark{background:#17130a;color:#d4af37}.tpl-luxury .section-heading small{color:#9a7b25}.tpl-luxury .section-heading h2{font-family:Georgia,serif}.tpl-luxury .premium-service,.tpl-luxury .premium-product,.tpl-luxury .contact-row{border-radius:4px}

.tpl-medical{--card-soft:#f0fdfa;--card-line:#d5f2ef}.tpl-medical .premium-hero{background:linear-gradient(135deg,#0f9f98,#164e63)}.tpl-medical .profile-logo,.tpl-medical .profile-initial{border-radius:50%}.tpl-medical .premium-actions a,.tpl-medical .premium-actions button{border-radius:999px}.tpl-medical .section-heading>span,.tpl-medical .contact-ico{border-radius:50%}.tpl-medical .premium-service{border-left:4px solid var(--card-theme)}

.tpl-restaurant{--card-soft:#fff8ed;--card-line:#f5dfc1}.tpl-restaurant .premium-hero{background:linear-gradient(145deg,#7c2d12,#c2410c)}.tpl-restaurant .hero-shade{background:linear-gradient(180deg,rgba(40,15,5,.04),rgba(40,15,5,.76))}.tpl-restaurant .profile-logo,.tpl-restaurant .profile-initial{border-radius:50%;border-color:#fff1d6}.tpl-restaurant .premium-hero h1,.tpl-restaurant .section-heading h2{font-family:Georgia,serif}.tpl-restaurant .premium-product{border-radius:26px}.tpl-restaurant .product-media{aspect-ratio:1.2/1}.tpl-restaurant .wa-order{background:#9a3412!important}

.tpl-realestate{--card-soft:#f7f5f1;--card-line:#e3ddd2}.tpl-realestate .premium-hero{background:linear-gradient(135deg,#13283b,#314d66)}.tpl-realestate .hero-pattern{border-radius:0;border-width:1px;width:380px;height:260px;transform:rotate(45deg);right:-120px;top:30px}.tpl-realestate .profile-logo,.tpl-realestate .profile-initial{border-radius:8px}.tpl-realestate .premium-actions a,.tpl-realestate .premium-actions button,.tpl-realestate .contact-row,.tpl-realestate .premium-service,.tpl-realestate .premium-product{border-radius:6px}.tpl-realestate .section-heading>span,.tpl-realestate .premium-submit,.tpl-realestate .footer-mark{background:#8a6b40}

.tpl-beauty{--card-soft:#fff5f9;--card-line:#f8d7e6}.tpl-beauty .premium-hero{background:linear-gradient(145deg,#9d174d,#db2777)}.tpl-beauty .profile-logo,.tpl-beauty .profile-initial{border-radius:50%}.tpl-beauty .premium-hero h1,.tpl-beauty .section-heading h2{font-family:Georgia,serif;font-style:italic}.tpl-beauty .premium-actions a,.tpl-beauty .premium-actions button,.tpl-beauty .premium-service,.tpl-beauty .premium-product,.tpl-beauty .contact-row{border-radius:24px}.tpl-beauty .section-heading>span{background:#be185d}

.tpl-legal{--card-soft:#f8f7f4;--card-line:#e4dfd5}.tpl-legal .premium-hero{background:linear-gradient(135deg,#172554,#111827)}.tpl-legal .premium-hero:before{content:"§";position:absolute;right:35px;top:22px;font-size:160px;font-family:Georgia,serif;color:rgba(212,175,55,.08)}.tpl-legal .profile-logo,.tpl-legal .profile-initial{border-radius:4px;border-color:#d2b47d}.tpl-legal .premium-hero h1,.tpl-legal .section-heading h2{font-family:Georgia,serif}.tpl-legal .premium-actions a,.tpl-legal .premium-actions button{border-radius:3px;border-color:rgba(210,180,125,.35)}.tpl-legal .section-heading>span,.tpl-legal .footer-mark{background:#172554}.tpl-legal .premium-submit,.tpl-legal .payment-card>a{background:#8a6b40}

.tpl-education{--card-soft:#f5f9ff;--card-line:#dce8fb}.tpl-education .premium-hero{background:linear-gradient(135deg,#1d4ed8,#0f766e)}.tpl-education .profile-logo,.tpl-education .profile-initial{border-radius:50%}.tpl-education .premium-actions a,.tpl-education .premium-actions button{border-radius:12px}.tpl-education .premium-service{border-top:4px solid #fbbf24}.tpl-education .section-heading>span{background:#f59e0b}

.tpl-retail{--card-soft:#fff7f2;--card-line:#fee2d5}.tpl-retail .premium-hero{background:linear-gradient(135deg,#c2410c,#e11d48)}.tpl-retail .profile-logo,.tpl-retail .profile-initial{border-radius:18px}.tpl-retail .premium-product{border-radius:14px;box-shadow:0 8px 22px rgba(194,65,12,.08)}.tpl-retail .product-bottom strong{color:#c2410c}.tpl-retail .section-heading>span{background:#ea580c}

.tpl-tech{background:#020617;--card-ink:#dff9ff;--card-muted:#91a4ad;--card-soft:#07111f;--card-line:#163344}.tpl-tech .premium-card{background:#050b13;color:#e6faff;box-shadow:0 0 70px rgba(6,182,212,.18)}.tpl-tech .premium-hero{background:linear-gradient(145deg,#030712,#0e2238);border-bottom:1px solid #06b6d4}.tpl-tech .profile-logo,.tpl-tech .profile-initial{background:#06131b;border:2px solid #06b6d4;color:#22d3ee;box-shadow:0 0 22px rgba(34,211,238,.24)}.tpl-tech .premium-actions a,.tpl-tech .premium-actions button{background:rgba(6,182,212,.07);border-color:rgba(34,211,238,.25)}.tpl-tech .premium-section{background:#050b13;border-bottom-color:#163344}.tpl-tech .soft-section{background:#07111f}.tpl-tech .premium-service,.tpl-tech .premium-product,.tpl-tech .contact-row,.tpl-tech .premium-socials a{background:#08131f;border-color:#163344;color:#dff9ff!important}.tpl-tech .section-heading>span,.tpl-tech .premium-submit,.tpl-tech .footer-mark{background:#06b6d4;color:#021019}.tpl-tech .section-heading small{color:#22d3ee}.tpl-tech .premium-footer{background:#050b13}.tpl-tech .qr-premium{background:#02050a}

.tpl-creative{--card-soft:#fff7ff;--card-line:#f0ddfa}.tpl-creative .premium-hero{background:linear-gradient(125deg,#6d28d9,#ec4899 52%,#f97316)}.tpl-creative .profile-logo,.tpl-creative .profile-initial{border-radius:32% 68% 65% 35% / 40% 35% 65% 60%}.tpl-creative .premium-service:nth-child(odd){transform:rotate(-.7deg)}.tpl-creative .premium-service:nth-child(even){transform:rotate(.7deg)}.tpl-creative .section-heading>span,.tpl-creative .premium-submit{background:linear-gradient(135deg,#7c3aed,#ec4899)}.tpl-creative .premium-gallery .gallery-item{border-radius:24px}

.tpl-photographer{background:#111;--card-soft:#151515;--card-line:#303030;--card-ink:#f3f3f3;--card-muted:#aaa}.tpl-photographer .premium-card{background:#0d0d0d;color:#eee;border-radius:0}.tpl-photographer .premium-hero{min-height:460px;background:#111}.tpl-photographer .hero-shade{background:linear-gradient(180deg,rgba(0,0,0,.1),rgba(0,0,0,.82))}.tpl-photographer .profile-logo,.tpl-photographer .profile-initial{border-radius:50%;filter:grayscale(1)}.tpl-photographer .premium-section,.tpl-photographer .soft-section{background:#0d0d0d;border-color:#303030}.tpl-photographer .section-heading>span{background:#fff;color:#111}.tpl-photographer .section-heading small{color:#aaa}.tpl-photographer .premium-gallery{grid-auto-rows:180px;gap:2px}.tpl-photographer .gallery-item{border-radius:0}.tpl-photographer .premium-service,.tpl-photographer .premium-product,.tpl-photographer .contact-row,.tpl-photographer .premium-socials a{background:#161616;border-color:#303030;color:#eee!important;border-radius:0}.tpl-photographer .premium-footer{background:#090909}

.tpl-fitness{--card-soft:#f7fee7;--card-line:#d9f99d}.tpl-fitness .premium-hero{background:linear-gradient(145deg,#111827,#365314)}.tpl-fitness .hero-pattern{border-radius:0;transform:skewX(-18deg);border-width:55px}.tpl-fitness .premium-hero h1{text-transform:uppercase;font-style:italic;letter-spacing:-1px}.tpl-fitness .profile-logo,.tpl-fitness .profile-initial{border-radius:8px}.tpl-fitness .premium-actions a,.tpl-fitness .premium-actions button{border-radius:4px}.tpl-fitness .section-heading>span,.tpl-fitness .premium-submit,.tpl-fitness .footer-mark{background:#65a30d}.tpl-fitness .premium-service{border-left:5px solid #84cc16;border-radius:4px}

.tpl-traditional{--card-soft:#fff9ed;--card-line:#f2d9ad}.tpl-traditional .premium-hero{background:linear-gradient(145deg,#7f1d1d,#b45309)}.tpl-traditional .premium-hero h1,.tpl-traditional .section-heading h2{font-family:Georgia,serif}.tpl-traditional .profile-logo,.tpl-traditional .profile-initial{border-radius:50%;border-color:#f6c66b}.tpl-traditional .premium-actions a,.tpl-traditional .premium-actions button{border-color:rgba(246,198,107,.35)}.tpl-traditional .section-heading>span,.tpl-traditional .premium-submit,.tpl-traditional .footer-mark{background:#9a3412}.tpl-traditional .premium-service,.tpl-traditional .premium-product,.tpl-traditional .contact-row{border-color:#edcf9a}

.tpl-glass{background:linear-gradient(135deg,#0f172a,#312e81,#581c87);--card-line:rgba(255,255,255,.18);--card-soft:rgba(255,255,255,.08)}.tpl-glass .premium-card{background:rgba(255,255,255,.12);backdrop-filter:blur(22px);border:1px solid rgba(255,255,255,.2);box-shadow:0 30px 90px rgba(0,0,0,.3);color:#fff}.tpl-glass .premium-hero{background:linear-gradient(135deg,rgba(37,99,235,.55),rgba(147,51,234,.55));backdrop-filter:blur(20px)}.tpl-glass .hero-shade{background:rgba(15,23,42,.22)}.tpl-glass .premium-section,.tpl-glass .soft-section{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.15)}.tpl-glass .premium-service,.tpl-glass .premium-product,.tpl-glass .contact-row,.tpl-glass .premium-socials a{background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.18);color:#fff!important;backdrop-filter:blur(14px)}.tpl-glass .about-copy,.tpl-glass .premium-service p,.tpl-glass .product-body p,.tpl-glass .contact-row small,.tpl-glass .premium-socials span{color:rgba(255,255,255,.72)}.tpl-glass .section-heading small{color:#ddd6fe}.tpl-glass .section-heading>span,.tpl-glass .premium-submit,.tpl-glass .footer-mark{background:rgba(255,255,255,.92);color:#4c1d95}.tpl-glass .premium-footer{background:rgba(255,255,255,.06)}.tpl-glass .qr-premium{background:rgba(5,8,20,.5)}.tpl-glass .payment-card{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.2)}.tpl-glass .payment-card p{color:rgba(255,255,255,.7)}

@media(max-width:760px){.template-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:430px){.template-gallery{grid-template-columns:1fr 1fr;gap:8px}.template-thumb{height:82px}.template-meta strong{font-size:11px}.template-meta small{font-size:9px}}

/* V4 Commercial Core */
.v4-service-card{overflow:hidden;padding-top:0!important}
.v4-service-image{height:145px;margin:0 -17px 16px;overflow:hidden;background:#eef2f6}
.v4-service-image img{width:100%;height:100%;object-fit:cover;display:block}
.v4-service-card .service-number{margin-top:0}
.v4-analytics-head span{font-size:9px;font-weight:900;letter-spacing:1px;color:#0f766e}
.v4-analytics-head h2{margin:4px 0}.v4-analytics-head p{margin:0;color:#697386}
