/*
Theme Name: Tez Growth Media
Theme URI: https://www.gmb.expert/
Author: Tez Growth Media
Author URI: https://www.gmb.expert/
Description: Custom single-page landing theme for Tez Growth Media — Google Business Profile, Local SEO, and Meta Ads agency website.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tez-growth-media
*/

/* ==========================================================================
   HOW TO CUSTOMISE THIS FILE
   - All colors are defined once at the top under :root — change a color
     there and it updates everywhere on the site automatically.
   - Sections below are grouped and labelled with comments (NAV, HERO,
     SERVICES, PRICING, etc.) matching the section names in index.php,
     so it's easy to find the right block to edit.
   ========================================================================== */


:root{
  --blue:#4285F4;
  --green:#34A853;
  --yellow:#FBBC05;
  --red:#EA4335;
  --ink:#161A2B;
  --gray:#5B6270;
  --bg:#ffffff;
  --bg-soft:#F5F7FB;
  --line:#E6E9F2;
  --radius:16px;
  --maxw:1180px;
}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  font-family:'Inter',sans-serif;
  color:var(--ink);
  background:var(--bg);
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
h1,h2,h3,h4{
  font-family:'Sora',sans-serif;
  margin:0;
  letter-spacing:-0.01em;
}
p{margin:0;line-height:1.65;color:var(--gray);}
a{text-decoration:none;color:inherit;}
img{max-width:100%;display:block;}
ul{margin:0;padding:0;list-style:none;}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px;}
section{position:relative;}

/* pixel mosaic signature element */
.pixel-cluster{position:absolute;display:grid;grid-template-columns:repeat(4,1fr);gap:4px;pointer-events:none;opacity:0.9;}
.pixel-cluster span{width:9px;height:9px;border-radius:2px;display:block;}
.px-b{background:var(--blue);} .px-g{background:var(--green);} .px-y{background:var(--yellow);} .px-r{background:var(--red);}

.pixel-bullet{display:inline-flex;gap:3px;margin-right:10px;flex-shrink:0;margin-top:6px;}
.pixel-bullet span{width:6px;height:6px;border-radius:1.5px;}

/* NAV */
header{
  position:sticky;top:0;z-index:100;
  background:rgba(255,255,255,0.9);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
}
nav{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;max-width:var(--maxw);margin:0 auto;}
.logo-mark{display:flex;align-items:center;gap:10px;}
.logo-svg{width:38px;height:38px;flex-shrink:0;}
.logo-text{font-family:'Sora',sans-serif;font-weight:800;font-size:18px;line-height:1.1;}
.logo-text span{display:block;font-size:11px;font-weight:600;color:var(--gray);letter-spacing:0.14em;}
.logo-text .tg-blue{color:var(--blue);}
.logo-text .tg-green{color:var(--green);}
.nav-links{display:flex;gap:30px;align-items:center;}
.nav-links a{font-size:14.5px;font-weight:600;color:var(--ink);opacity:0.8;transition:opacity .2s;}
.nav-links a:hover{opacity:1;}
.nav-cta{
  background:var(--ink);color:#fff;padding:10px 22px;border-radius:999px;font-weight:600;font-size:14px;
  transition:transform .2s, background .2s;
}
.nav-cta:hover{background:var(--blue);transform:translateY(-1px);}
.menu-btn{display:none;background:none;border:none;font-size:24px;cursor:pointer;color:var(--ink);}

/* HERO */
.hero{padding:90px 24px 70px;background:linear-gradient(180deg,#fff 0%, var(--bg-soft) 100%);overflow:hidden;position:relative;}
.hero-inner{max-width:var(--maxw);margin:0 auto;display:grid;grid-template-columns:1.1fr 0.9fr;gap:50px;align-items:center;}
.eyebrow{
  display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--line);
  padding:6px 14px;border-radius:999px;font-size:13px;font-weight:600;color:var(--gray);margin-bottom:22px;
}
.eyebrow .dot{width:7px;height:7px;border-radius:50%;background:var(--green);}
.hero h1{font-size:46px;font-weight:800;line-height:1.12;margin-bottom:20px;}
.hero h1 .accent-blue{color:var(--blue);}
.hero h1 .accent-green{color:var(--green);}
.hero p.lead{font-size:17px;max-width:520px;margin-bottom:30px;}
.hero-ctas{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:36px;}
.btn-primary{
  background:var(--ink);color:#fff;padding:14px 28px;border-radius:999px;font-weight:600;font-size:15px;
  transition:transform .2s,box-shadow .2s;display:inline-block;border:none;cursor:pointer;
}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(22,26,43,0.2);}
.btn-outline{
  border:1.5px solid var(--ink);padding:13px 26px;border-radius:999px;font-weight:600;font-size:15px;
  transition:background .2s,color .2s;
}
.btn-outline:hover{background:var(--ink);color:#fff;}
.btn-call{display:inline-flex;align-items:center;gap:9px;}
.hero-tags{display:flex;flex-wrap:wrap;gap:10px;}
.hero-tag{
  font-size:13px;font-weight:600;padding:8px 14px;border-radius:10px;background:#fff;border:1px solid var(--line);
  display:flex;align-items:center;gap:8px;
}
.hero-tag .sq{width:8px;height:8px;border-radius:2px;flex-shrink:0;}

.hero-visual{position:relative;height:380px;}
.bars{position:absolute;bottom:20px;left:0;right:0;display:flex;align-items:flex-end;gap:16px;justify-content:center;height:260px;}
.bar{width:56px;border-radius:10px 10px 0 0;}
.bar1{height:38%;background:var(--blue);}
.bar2{height:62%;background:var(--green);}
.bar3{height:100%;background:linear-gradient(180deg,var(--yellow) 0%, var(--red) 100%);position:relative;}
.arrow{
  position:absolute;top:-56px;right:26px;width:0;height:0;
  border-left:24px solid transparent;border-right:24px solid transparent;border-bottom:38px solid var(--green);
  animation:float 3s ease-in-out infinite;
}
@keyframes float{0%,100%{transform:translateY(0);}50%{transform:translateY(-10px);}}
.mosaic-hero{top:10px;left:20px;}

@media(prefers-reduced-motion:reduce){.arrow{animation:none;}}

/* SECTION HEADS */
.section-head{max-width:640px;margin:0 auto 48px;text-align:center;}
.section-head .tag{
  display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;
  color:var(--blue);margin-bottom:14px;
}
.section-head h2{font-size:34px;font-weight:800;margin-bottom:14px;line-height:1.2;}
.section-head p{font-size:16px;}

/* SERVICES */
.services{padding:90px 0;}
.svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.svc-card{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px 26px;
  border-top:4px solid var(--blue);transition:transform .25s, box-shadow .25s;
}
.svc-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(22,26,43,0.08);}
.svc-card:nth-child(4n+1){border-top-color:var(--blue);}
.svc-card:nth-child(4n+2){border-top-color:var(--green);}
.svc-card:nth-child(4n+3){border-top-color:var(--yellow);}
.svc-card:nth-child(4n+4){border-top-color:var(--red);}
.svc-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:18px;font-size:20px;}
.svc-card:nth-child(4n+1) .svc-icon{background:rgba(66,133,244,0.12);}
.svc-card:nth-child(4n+2) .svc-icon{background:rgba(52,168,83,0.12);}
.svc-card:nth-child(4n+3) .svc-icon{background:rgba(251,188,5,0.16);}
.svc-card:nth-child(4n+4) .svc-icon{background:rgba(234,67,53,0.12);}
.svc-card h3{font-size:18px;font-weight:700;margin-bottom:10px;}
.svc-card p{font-size:14.5px;}

/* STATS BAND */
.stats{background:var(--ink);padding:64px 0;position:relative;overflow:hidden;}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:center;position:relative;z-index:2;}
.stat-num{font-family:'Sora',sans-serif;font-size:40px;font-weight:800;color:#fff;margin-bottom:6px;}
.stat-label{font-size:14px;color:rgba(255,255,255,0.65);font-weight:600;}
.stat-item:nth-child(1) .stat-num{color:var(--blue);}
.stat-item:nth-child(2) .stat-num{color:var(--green);}
.stat-item:nth-child(3) .stat-num{color:var(--yellow);}
.stat-item:nth-child(4) .stat-num{color:var(--red);}

/* PRICING */
.pricing{padding:90px 0;background:var(--bg-soft);}
.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:stretch;}
.price-card{
  background:#fff;border:1px solid var(--line);border-radius:20px;padding:34px 28px;display:flex;flex-direction:column;
  position:relative;transition:transform .25s, box-shadow .25s;
}
.price-card:hover{transform:translateY(-6px);box-shadow:0 20px 44px rgba(22,26,43,0.09);}
.price-card.featured{border:2px solid var(--yellow);box-shadow:0 20px 44px rgba(251,188,5,0.18);}
.price-badge{
  position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--yellow);color:var(--ink);
  font-size:12px;font-weight:800;padding:6px 16px;border-radius:999px;letter-spacing:0.04em;
}
.price-tier{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:0.1em;color:var(--gray);margin-bottom:10px;}
.price-desc{font-size:13.5px;color:var(--gray);line-height:1.5;margin:-4px 0 6px;min-height:38px;}

/* TESTIMONIALS */
.testimonials{padding:90px 0;}
.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.testi-card{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px 26px;
  border-top:4px solid var(--blue);transition:transform .25s, box-shadow .25s;display:flex;flex-direction:column;
}
.testi-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(22,26,43,0.08);}
.testi-card:nth-child(4n+1){border-top-color:var(--blue);}
.testi-card:nth-child(4n+2){border-top-color:var(--green);}
.testi-card:nth-child(4n+3){border-top-color:var(--yellow);}
.testi-card:nth-child(4n+4){border-top-color:var(--red);}
.testi-stars{color:var(--yellow);font-size:16px;letter-spacing:2px;margin-bottom:14px;}
.testi-card p.testi-text{font-size:14.5px;color:var(--ink);line-height:1.65;margin-bottom:20px;flex-grow:1;}
.testi-footer{display:flex;align-items:center;gap:10px;}
.testi-avatar{
  width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  font-family:'Sora',sans-serif;font-weight:700;font-size:15px;color:#fff;flex-shrink:0;
}
.testi-card:nth-child(4n+1) .testi-avatar{background:var(--blue);}
.testi-card:nth-child(4n+2) .testi-avatar{background:var(--green);}
.testi-card:nth-child(4n+3) .testi-avatar{background:#D19A00;}
.testi-card:nth-child(4n+4) .testi-avatar{background:var(--red);}
.testi-name-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap;}
.testi-name{font-weight:700;font-size:14.5px;color:var(--ink);}
.testi-verified{
  display:inline-flex;align-items:center;gap:3px;font-size:11.5px;font-weight:700;color:var(--green);
  background:rgba(52,168,83,0.12);padding:2px 8px;border-radius:999px;
}
.testi-verified svg{width:11px;height:11px;}
.testi-role{font-size:12.5px;color:var(--gray);}
@media(max-width:960px){.testi-grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:640px){.testi-grid{grid-template-columns:1fr;}}

.review-form-box{
  max-width:640px;margin:60px auto 0;background:#fff;border:1px solid var(--line);border-radius:20px;
  padding:36px;text-align:center;
}
.review-form-box h3{font-size:22px;font-weight:800;margin-bottom:8px;}
.review-form-box p{font-size:14.5px;margin-bottom:24px;}
.review-form-box form{text-align:left;}
.review-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:0;}
.review-form-box textarea{
  border:1.5px solid var(--line);border-radius:10px;padding:12px 14px;font-family:'Inter',sans-serif;font-size:14.5px;
  background:var(--bg-soft);transition:border-color .2s;resize:vertical;width:100%;
}
.review-form-box textarea:focus{outline:none;border-color:var(--blue);background:#fff;}
@media(max-width:640px){.review-form-row{grid-template-columns:1fr;}.review-form-box{padding:26px 20px;}}
.price-amount{font-family:'Sora',sans-serif;font-size:32px;font-weight:800;margin-bottom:4px;}
.price-amount span{font-size:14px;font-weight:600;color:var(--gray);}
.price-list{margin:24px 0 28px;flex-grow:1;}
.price-list li{display:flex;align-items:flex-start;font-size:14px;color:var(--ink);margin-bottom:12px;}
.price-list li p{color:var(--ink);font-size:14px;}
.price-cta{
  text-align:center;background:var(--ink);color:#fff;padding:13px;border-radius:12px;font-weight:700;font-size:14.5px;
  display:block;transition:background .2s;
}
.price-cta:hover{background:var(--blue);}
.price-card.featured .price-cta{background:linear-gradient(120deg,var(--yellow),var(--red));color:#fff;}

.onetime-note{max-width:640px;margin:0 auto 40px;text-align:center;}

/* META ADS SECTION */
.meta-intro{padding:80px 0 40px;}
.meta-features{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:20px;}
.meta-feature{padding:26px;border-radius:16px;background:#fff;border:1px solid var(--line);}
.meta-feature h4{font-size:16px;font-weight:700;margin-bottom:8px;}
.meta-feature .num{font-family:'Sora',sans-serif;font-weight:800;font-size:14px;color:var(--red);margin-bottom:10px;display:block;}

/* FAQ */
.faq{padding:90px 0;}
.faq-list{max-width:820px;margin:0 auto;}
.faq-item{border-bottom:1px solid var(--line);}
.faq-q{
  width:100%;text-align:left;background:none;border:none;padding:22px 4px;display:flex;justify-content:space-between;
  align-items:center;cursor:pointer;font-family:'Sora',sans-serif;font-weight:600;font-size:16.5px;color:var(--ink);
}
.faq-q .plus{font-size:22px;color:var(--blue);transition:transform .25s;flex-shrink:0;margin-left:20px;}
.faq-item.open .faq-q .plus{transform:rotate(45deg);}
.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease;}
.faq-a p{padding:0 4px 22px;font-size:15px;}

/* CONTACT */
.contact{padding:90px 0;background:var(--bg-soft);}
.contact-grid{display:grid;grid-template-columns:1fr 0.8fr;gap:40px;align-items:stretch;}
.contact-form{background:#fff;border:1px solid var(--line);border-radius:20px;padding:38px;}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;}
.form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:16px;}
.form-group label{font-size:13.5px;font-weight:600;color:var(--ink);}
.form-group input, .form-group select{
  border:1.5px solid var(--line);border-radius:10px;padding:12px 14px;font-family:'Inter',sans-serif;font-size:14.5px;
  background:var(--bg-soft);transition:border-color .2s;
}
.form-group input:focus, .form-group select:focus{outline:none;border-color:var(--blue);background:#fff;}
.submit-btn{
  width:100%;background:var(--ink);color:#fff;padding:15px;border:none;border-radius:12px;font-weight:700;font-size:15px;
  cursor:pointer;margin-top:6px;transition:background .2s;
}
.submit-btn:hover{background:var(--blue);}
.contact-side{
  border-radius:20px;padding:36px;background:var(--ink);color:#fff;display:flex;flex-direction:column;justify-content:space-between;
  position:relative;overflow:hidden;
}
.contact-side h3{font-size:24px;font-weight:800;margin-bottom:14px;}
.contact-side p{color:rgba(255,255,255,0.7);margin-bottom:24px;font-size:14.5px;}
.contact-perks li{display:flex;align-items:center;gap:10px;font-size:14.5px;color:#fff;margin-bottom:14px;font-weight:500;}
.contact-perks .sq{width:9px;height:9px;border-radius:2px;flex-shrink:0;}

/* CITIES */
.cities{padding:90px 0;}
.city-grid{
  display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:10px;
}
.city-chip{
  border:1px solid var(--line);border-radius:12px;padding:14px;text-align:center;font-weight:600;font-size:14.5px;
  transition:border-color .2s, background .2s, color .2s;
}
.city-chip:hover{background:var(--ink);color:#fff;border-color:var(--ink);}

/* FOOTER */
footer{background:var(--ink);color:rgba(255,255,255,0.75);padding:70px 0 30px;}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:40px;margin-bottom:50px;}
.footer-brand .logo-text{color:#fff;}
.footer-brand .logo-text span{color:rgba(255,255,255,0.5);}
.footer-brand p{margin-top:16px;font-size:14px;color:rgba(255,255,255,0.55);max-width:280px;}
footer h4{color:#fff;font-size:15px;font-weight:700;margin-bottom:18px;}
footer ul li{margin-bottom:11px;}
footer ul li a{font-size:14px;color:rgba(255,255,255,0.6);transition:color .2s;}
footer ul li a:hover{color:#fff;}
.footer-bottom{border-top:1px solid rgba(255,255,255,0.12);padding-top:24px;font-size:13px;color:rgba(255,255,255,0.45);
  display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;}

/* RESPONSIVE */
@media(max-width:960px){
  .hero-inner{grid-template-columns:1fr;}
  .hero-visual{height:260px;}
  .svc-grid{grid-template-columns:repeat(2,1fr);}
  .stats-grid{grid-template-columns:repeat(2,1fr);gap:30px;}
  .price-grid{grid-template-columns:1fr;}
  .meta-features{grid-template-columns:1fr;}
  .contact-grid{grid-template-columns:1fr;}
  .city-grid{grid-template-columns:repeat(3,1fr);}
  .footer-grid{grid-template-columns:1fr 1fr;}
}
@media(max-width:640px){
  .nav-links{position:fixed;top:64px;left:0;right:0;background:#fff;flex-direction:column;padding:20px 24px;
    border-bottom:1px solid var(--line);display:none;gap:18px;}
  .nav-links.show{display:flex;}
  .menu-btn{display:block;}
  .hero h1{font-size:32px;}
  .svc-grid{grid-template-columns:1fr;}
  .stats-grid{grid-template-columns:1fr 1fr;}
  .form-row{grid-template-columns:1fr;}
  .city-grid{grid-template-columns:repeat(2,1fr);}
  .footer-grid{grid-template-columns:1fr;gap:30px;}
  .bars{gap:10px;}
  .bar{width:38px;}
  .hero{padding:70px 20px 50px;}
  .section-head h2{font-size:26px;}
  nav{padding:12px 16px;}
}
@media(max-width:400px){
  nav{padding:10px 12px;}
  .logo-svg{width:32px;height:32px;}
  .logo-text{font-size:15px;}
  .logo-text span{font-size:9.5px;}
  .stat-num{font-size:30px;}
  .stat-label{font-size:12.5px;}
  .price-card{padding:26px 20px;}
  .hero h1{font-size:27px;}
  .price-amount{font-size:27px;}
}
/* CLIENT RESULTS */
.results{padding:90px 0;background:var(--bg-soft);}
.results-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.result-card{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;
  border-top:4px solid var(--blue);transition:transform .25s, box-shadow .25s;cursor:pointer;
}
.result-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(22,26,43,0.1);}
.result-card:nth-child(4n+1){border-top-color:var(--blue);}
.result-card:nth-child(4n+2){border-top-color:var(--green);}
.result-card:nth-child(4n+3){border-top-color:var(--yellow);}
.result-card:nth-child(4n+4){border-top-color:var(--red);}
.result-shot{width:100%;aspect-ratio:16/11;object-fit:cover;object-position:top;background:#f0f2f7;display:block;}
.result-body{padding:18px 20px 20px;}
.result-tag{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:0.06em;margin-bottom:6px;}
.result-card:nth-child(4n+1) .result-tag{color:var(--blue);}
.result-card:nth-child(4n+2) .result-tag{color:var(--green);}
.result-card:nth-child(4n+3) .result-tag{color:#B58900;}
.result-card:nth-child(4n+4) .result-tag{color:var(--red);}
.result-body h4{font-size:15.5px;font-weight:700;margin-bottom:4px;}
.result-body p{font-size:13.5px;}

/* lightbox */
.lightbox{position:fixed;inset:0;background:rgba(10,12,20,0.88);z-index:300;display:none;align-items:center;justify-content:center;padding:30px;}
.lightbox.show{display:flex;}
.lightbox img{max-width:min(900px,92vw);max-height:88vh;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,0.4);}
.lightbox-close{position:absolute;top:24px;right:28px;color:#fff;font-size:32px;background:none;border:none;cursor:pointer;line-height:1;}

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

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

/* WHATSAPP FLOATING BUTTON */
.wa-float{
  position:fixed;bottom:24px;right:24px;z-index:200;
  width:58px;height:58px;border-radius:50%;background:#25D366;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 8px 24px rgba(37,211,102,0.45);
  transition:transform .2s;
}
.wa-float:hover{transform:scale(1.08);}
.wa-float svg{width:30px;height:30px;}
.wa-pulse{
  position:fixed;bottom:24px;right:24px;z-index:199;
  width:58px;height:58px;border-radius:50%;background:#25D366;opacity:0.55;
  animation:wa-ping 2.2s ease-out infinite;pointer-events:none;
}
@keyframes wa-ping{0%{transform:scale(1);opacity:0.55;}100%{transform:scale(1.7);opacity:0;}}
@media(prefers-reduced-motion:reduce){.wa-pulse{animation:none;display:none;}}
@media(max-width:640px){.wa-float,.wa-pulse{width:50px;height:50px;bottom:18px;right:18px;}.wa-float svg{width:26px;height:26px;}}

/* WhatsApp inline button (hero / pricing / contact) */
.btn-whatsapp{
  display:inline-flex;align-items:center;gap:10px;background:#25D366;color:#fff;
  padding:14px 26px;border-radius:999px;font-weight:600;font-size:15px;transition:transform .2s,box-shadow .2s;
}
.btn-whatsapp:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(37,211,102,0.35);}
.btn-whatsapp svg{width:19px;height:19px;flex-shrink:0;}

/* social icons row */
.social-row{display:flex;gap:12px;}
.social-icon{
  width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;
  background:rgba(255,255,255,0.08);transition:background .2s,transform .2s;
}
.social-icon:hover{transform:translateY(-3px);}
.social-icon svg{width:19px;height:19px;}
.social-icon.wa-social:hover{background:#25D366;}
.social-icon.fb-social:hover{background:#1877F2;}
.social-icon.ig-social:hover{background:linear-gradient(45deg,#F58529,#DD2A7B,#8134AF);}
.footer-brand .social-row{margin-top:20px;}


/* ===== MERGED SUB-PAGES (Blog / Legal) ===== */
.page-section{animation:fadeIn .25s ease;}
@keyframes fadeIn{from{opacity:0;}to{opacity:1;}}
.legal-back{font-size:14px;font-weight:600;color:var(--blue);display:inline-block;margin-bottom:10px;}
.legal-hero{padding:20px 0 20px;max-width:820px;margin:0 auto;padding-left:24px;padding-right:24px;}
.legal-hero .tag{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:0.08em;color:var(--blue);margin-bottom:12px;display:block;}
.legal-hero h1{font-size:36px;font-weight:800;margin-bottom:10px;font-family:'Sora',sans-serif;}
.legal-hero p.meta{color:var(--gray);font-size:14.5px;}
#page-blog .legal-hero{text-align:center;max-width:560px;}
#page-blog .legal-hero p{max-width:560px;margin:0 auto;font-size:16px;}
.content{max-width:820px;margin:0 auto;padding:30px 24px 90px;}
.content h2{font-size:20px;font-weight:700;margin:36px 0 12px;font-family:'Sora',sans-serif;}
.content p{color:var(--gray);font-size:15.5px;line-height:1.75;margin-bottom:14px;}
.content ul{color:var(--gray);font-size:15.5px;line-height:1.8;padding-left:20px;margin-bottom:14px;}
.content li{margin-bottom:6px;}
.note{background:var(--bg-soft);border:1px solid var(--line);border-left:4px solid var(--yellow);border-radius:10px;padding:16px 20px;margin:20px 0;}
.note p{margin:0;color:var(--ink);font-size:14.5px;}
#page-blog .blog-grid{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:24px;padding:10px 24px 90px;}
.blog-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:28px;border-top:4px solid var(--blue);transition:transform .25s, box-shadow .25s;}
.blog-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(22,26,43,0.08);}
.blog-card:nth-child(4n+1){border-top-color:var(--blue);}
.blog-card:nth-child(4n+2){border-top-color:var(--green);}
.blog-card:nth-child(4n+3){border-top-color:var(--yellow);}
.blog-card:nth-child(4n+4){border-top-color:var(--red);}
.blog-cat{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:0.06em;color:var(--gray);margin-bottom:10px;}
.blog-card h3{font-size:19px;font-weight:700;margin-bottom:10px;line-height:1.35;font-family:'Sora',sans-serif;}
.blog-card p{color:var(--gray);font-size:14.5px;line-height:1.65;margin-bottom:16px;}
.read-more{font-size:13.5px;font-weight:700;color:var(--blue);}
@media(max-width:700px){#page-blog .blog-grid{grid-template-columns:1fr;}}

