/* =========================================================
   GOPI-DESIGNER — shared stylesheet
   Signboard / shopfront design system
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Baloo+2:wght@500;600;700;800&family=IBM+Plex+Mono:wght@500;600&display=swap');

:root{
  --navy: #172038;
  --navy-deep: #0f1626;
  --board: #F7F1DF;
  --yellow: #F2B705;
  --red: #D6473C;
  --teal: #0E7C7B;
  --green: #4A7C59;
  --ink: #1B2A4A;
  --paper: #FBF8EF;
  --line: rgba(23,32,56,0.12);
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }

body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:'Baloo 2', sans-serif;
  -webkit-font-smoothing:antialiased;
}

.display{ font-family:'Anton', sans-serif; letter-spacing:0.5px; }
.mono{ font-family:'IBM Plex Mono', monospace; }
a{ text-decoration:none; color:inherit; }
img,svg{ display:block; max-width:100%; }
ul{ margin:0; padding:0; list-style:none; }
button{ font-family:inherit; }

.wrap{ max-width:1080px; margin:0 auto; padding:0 20px; }

/* ===== TOP SIGNBOARD (site header) ===== */

.site-header{
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%);
  padding:16px 20px;
  position:relative;
}

.signboard{
  max-width:1080px;
  margin:0 auto;
  background: linear-gradient(180deg, #1d2b4d, #172038);
  border:3px solid var(--yellow);
  border-radius:10px;
  box-shadow: 0 10px 0 -5px rgba(0,0,0,0.35), 0 16px 32px rgba(0,0,0,0.4);
  padding:14px 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
}

.brand{ display:flex; align-items:center; gap:10px; }

.brand-badge{
  width:44px;height:44px;border-radius:50%;
  background: conic-gradient(from 220deg, var(--yellow), var(--red), var(--teal), var(--yellow));
  display:flex;align-items:center;justify-content:center;
  color:var(--navy-deep);
  font-family:'Anton',sans-serif;
  font-size:16px;
  box-shadow: inset 0 0 0 3px var(--navy-deep);
  flex-shrink:0;
}

.brand-name{ color:var(--board); font-size:19px; letter-spacing:1px; white-space:nowrap; }
.brand-name span{ color:var(--yellow); }

.header-right{ display:flex; align-items:center; gap:10px; flex-wrap:wrap; }

.phone-chip{
  display:flex; align-items:center; gap:8px;
  background:var(--yellow);
  color:var(--navy-deep);
  padding:8px 14px;
  border-radius:999px;
  font-family:'IBM Plex Mono',monospace;
  font-weight:600;
  font-size:13px;
  white-space:nowrap;
}

/* ===== MAIN NAV (tab strip) ===== */

.servicenav{
  position:sticky; top:0; z-index:30;
  background:var(--navy-deep);
  border-bottom:2px solid var(--yellow);
  display:flex;
  overflow-x:auto;
  scrollbar-width:none;
  padding:0 12px;
}
.servicenav::-webkit-scrollbar{ display:none; }

.servicenav a{
  flex-shrink:0;
  padding:14px 16px;
  color:#C7CEDE;
  font-family:'IBM Plex Mono',monospace;
  font-size:12.5px;
  letter-spacing:0.5px;
  text-transform:uppercase;
  border-bottom:3px solid transparent;
  display:flex;
  align-items:center;
  gap:6px;
}

.servicenav a:hover, .servicenav a.active{ color:var(--yellow); border-color:var(--yellow); }

.servicenav .tag-new{
  background:var(--red); color:var(--board); font-size:9px; padding:2px 6px;
  border-radius:999px; letter-spacing:0.5px;
}

/* ===== GENERIC SECTION HEAD ===== */

section{ padding:56px 20px; max-width:1080px; margin:0 auto; }

.section-head{ text-align:center; max-width:640px; margin:0 auto 34px; }

.section-eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  color:var(--teal);
  font-family:'IBM Plex Mono',monospace;
  font-size:12px;
  letter-spacing:2px;
  text-transform:uppercase;
  margin-bottom:12px;
  background:rgba(14,124,123,0.08);
  padding:6px 14px;
  border-radius:999px;
}

.section-title{ color:var(--navy); font-size:clamp(26px, 5vw, 38px); line-height:1.12; margin:0 0 12px; }
.section-title span{ color:var(--red); }
.section-sub{ color:#5b6478; font-size:15px; line-height:1.6; }

.divider{
  height:24px;
  background:
    repeating-linear-gradient(135deg, var(--navy) 0 10px, var(--navy-deep) 10px 20px);
  opacity:0.06;
}

/* ===== PAGE HERO (signboard copy block) ===== */

.hero{
  background:
    radial-gradient(circle at 15% 10%, rgba(242,183,5,0.10), transparent 45%),
    linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%);
  padding: 40px 20px 56px;
  position:relative;
  overflow:hidden;
  text-align:center;
}

.hero-copy{ max-width:720px; margin:0 auto; }

.eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  color:var(--yellow);
  font-family:'IBM Plex Mono',monospace;
  font-size:12px;
  letter-spacing:2px;
  text-transform:uppercase;
  margin-bottom:14px;
}
.eyebrow::before{
  content:'';
  width:7px;height:7px;border-radius:50%;
  background:var(--red);
  display:inline-block;
  box-shadow:0 0 0 3px rgba(214,71,60,0.25);
}

.hero-title{ color:var(--board); font-size:clamp(30px, 6vw, 50px); line-height:1.08; margin:0 0 14px; }
.hero-title span{ color:var(--yellow); }
.hero-sub{ color:#C7CEDE; font-size:15.5px; line-height:1.6; max-width:520px; margin:0 auto 26px; }

.hero-buttons{ display:flex; gap:12px; justify-content:center; flex-wrap:wrap; }

.btn{
  display:inline-flex; align-items:center; gap:8px;
  padding:13px 22px;
  border-radius:10px;
  font-weight:700;
  font-size:14.5px;
  border:none;
  cursor:pointer;
}
.btn-whatsapp{ background:#25D366; color:#0b3d20; }
.btn-call{ background:var(--yellow); color:var(--navy-deep); }
.btn-outline{ background:transparent; color:var(--board); border:2px solid var(--yellow); }
.btn:hover{ filter:brightness(1.06); }

/* ===== SERVICE / WEBSITE CARDS ===== */

.card-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:16px; }

.service-card{
  background:#fff;
  border:2px solid var(--line);
  border-radius:14px;
  padding:22px 18px;
  transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.service-card:hover{ transform:translateY(-4px); box-shadow:0 12px 24px rgba(23,32,56,0.12); border-color:var(--yellow); }

.service-icon{
  width:46px;height:46px;border-radius:10px;
  background:var(--navy);
  display:flex;align-items:center;justify-content:center;
  margin-bottom:14px;
}

.service-card h3{ margin:0 0 8px; font-size:18px; color:var(--navy); font-family:'Baloo 2',sans-serif; font-weight:800; }
.service-card p{ margin:0; font-size:14px; color:#5b6478; line-height:1.55; }

.service-card .card-link{ display:inline-block; margin-top:12px; font-family:'IBM Plex Mono',monospace; font-size:12px; color:var(--teal); font-weight:600; }

/* ===== HANGING SHOP SIGNS (portfolio) ===== */

.sign-row{
  display:grid; grid-template-columns:repeat(auto-fit,minmax(230px,1fr)); gap:22px;
  padding-top:6px;
}

.sign-post{ display:flex; flex-direction:column; align-items:center; }

.sign-chain{ width:2px; height:16px; background:repeating-linear-gradient(180deg,#9aa3b8 0 4px, transparent 4px 8px); }

.shop-sign{
  width:100%;
  background:var(--navy);
  border:3px solid var(--yellow);
  border-radius:8px;
  padding:22px 16px;
  text-align:center;
  position:relative;
  box-shadow:0 10px 0 -5px rgba(0,0,0,0.3), 0 16px 26px rgba(0,0,0,0.18);
  transition:transform .2s ease;
}
.shop-sign:hover{ transform:rotate(-1deg) translateY(-3px); }

.shop-sign.teal{ background:var(--teal); border-color:var(--board); }
.shop-sign.red{ background:var(--red); border-color:var(--board); }
.shop-sign.green{ background:var(--green); border-color:var(--board); }

.shop-sign .tag{
  font-family:'IBM Plex Mono',monospace; font-size:10.5px; letter-spacing:1.5px; text-transform:uppercase;
  color:var(--yellow); opacity:0.9; margin-bottom:8px; display:block;
}
.shop-sign.teal .tag, .shop-sign.red .tag, .shop-sign.green .tag{ color:var(--board); }

.shop-sign h3{ color:var(--board); font-family:'Anton',sans-serif; font-size:20px; margin:0 0 8px; letter-spacing:0.5px; }
.shop-sign p{ color:#C7CEDE; font-size:12.5px; margin:0 0 14px; line-height:1.5; }
.shop-sign.teal p, .shop-sign.red p, .shop-sign.green p{ color:rgba(255,255,255,0.85); }

.shop-sign .visit{
  display:inline-flex; align-items:center; gap:6px;
  font-family:'IBM Plex Mono',monospace; font-size:11.5px; font-weight:600;
  color:var(--navy-deep); background:var(--yellow);
  padding:7px 12px; border-radius:999px;
}
.shop-sign.teal .visit, .shop-sign.red .visit, .shop-sign.green .visit{ background:var(--board); }

.shop-sign .soon{
  display:inline-flex; align-items:center; gap:6px;
  font-family:'IBM Plex Mono',monospace; font-size:11px; font-weight:600;
  color:#C7CEDE; border:1.5px dashed rgba(255,255,255,0.4);
  padding:6px 12px; border-radius:999px;
}

/* ===== PLANK LIST (feature bullets) ===== */

.plank-list{ display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); gap:12px; margin-top:24px; }

.plank{
  display:flex; align-items:center; gap:12px;
  background:var(--navy);
  border-radius:8px;
  padding:14px 16px;
}
.plank.teal{ background:var(--teal); }
.plank.red{ background:var(--red); }
.plank.green{ background:var(--green); }

.plank-icon{ width:28px; height:28px; flex-shrink:0; }
.plank-text{ color:var(--board); font-size:14px; font-weight:600; }

/* ===== PRICE TAGS ===== */

.price-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(230px,1fr)); gap:18px; margin-top:10px; }

.price-tag{
  background:#fff; border:2px solid var(--line); border-radius:14px;
  padding:26px 20px; position:relative; text-align:center;
}
.price-tag.featured{ border-color:var(--yellow); box-shadow:0 14px 28px rgba(242,183,5,0.18); }

.tag-punch{ width:14px;height:14px; border-radius:50%; background:var(--paper); border:2px solid var(--line); margin:0 auto 12px; }

.price-name{ font-weight:800; color:var(--navy); font-size:17px; margin-bottom:6px; }
.price-amount{ font-size:30px; color:var(--red); font-weight:600; }
.price-note{ color:#8991a3; font-size:12px; margin-bottom:16px; }
.price-includes{ text-align:left; }
.price-includes li{ padding:6px 0 6px 22px; position:relative; font-size:13.5px; color:var(--ink); border-top:1px dashed var(--line); }
.price-includes li:first-child{ border-top:none; }
.price-includes li::before{ content:'✓'; position:absolute; left:0; color:var(--teal); font-weight:700; }

.timeline-strip{ text-align:center; margin-top:20px; font-family:'IBM Plex Mono',monospace; font-size:13px; color:var(--teal); font-weight:600; }

/* ===== GALLERY ===== */

.gallery-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(200px,1fr)); gap:14px; }
.gallery-item{
  border-radius:12px; overflow:hidden; border:2px solid var(--line);
  aspect-ratio:4/3; background:var(--navy);
  display:flex; align-items:center; justify-content:center; position:relative;
}
.gallery-item img{ width:100%; height:100%; object-fit:cover; }
.gallery-cap{
  position:absolute; bottom:0; left:0; right:0;
  background:linear-gradient(0deg, rgba(15,22,38,0.88), transparent);
  color:var(--board); font-size:12.5px; font-weight:700; padding:22px 12px 10px;
}

.filter-row{ display:flex; gap:8px; flex-wrap:wrap; justify-content:center; margin-bottom:24px; }
.filter-btn{
  font-family:'IBM Plex Mono',monospace; font-size:12px; letter-spacing:0.5px; text-transform:uppercase;
  padding:8px 16px; border-radius:999px; border:2px solid var(--line); background:#fff; color:var(--ink); cursor:pointer;
}
.filter-btn.active, .filter-btn:hover{ background:var(--navy); color:var(--board); border-color:var(--navy); }

/* ===== WHY GRID ===== */

.why-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:12px; }
.why-item{ display:flex; align-items:center; gap:10px; background:#fff; border:2px solid var(--line); border-radius:10px; padding:14px 16px; }
.why-check{ color:#fff; background:var(--teal); width:22px; height:22px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:12px; flex-shrink:0; }
.why-text{ font-size:14px; font-weight:600; color:var(--ink); }

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

.testi-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:16px; }
.testi-card{ background:#fff; border:2px solid var(--line); border-radius:14px; padding:22px 20px; }
.testi-quote{ font-size:14px; color:var(--ink); line-height:1.6; margin-bottom:14px; }
.testi-name{ font-weight:800; color:var(--navy); font-size:14px; }
.testi-loc{ font-size:12px; color:#8991a3; }

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

.review-banner{ background:linear-gradient(135deg, var(--teal), var(--navy)); border-radius:18px; padding:32px 24px; text-align:center; margin:0 20px; max-width:1040px; margin-inline:auto; }
.review-title{ color:var(--board); font-family:'Anton',sans-serif; font-size:22px; margin-bottom:8px; }
.review-sub{ color:#C7CEDE; font-size:14px; max-width:480px; margin:0 auto 18px; line-height:1.55; }
.review-btn{ display:inline-flex; align-items:center; gap:8px; background:var(--yellow); color:var(--navy-deep); font-weight:700; padding:12px 22px; border-radius:10px; font-size:14px; }

.cta-section{ background:var(--navy-deep); }
.cta-inner{ max-width:640px; margin:0 auto; text-align:center; padding:50px 20px; }
.cta-title{ color:var(--board); font-size:clamp(24px,4.5vw,32px); margin:0 0 10px; }
.cta-sub{ color:#C7CEDE; font-size:14.5px; margin:0 0 24px; }
.cta-buttons{ display:flex; gap:12px; justify-content:center; flex-wrap:wrap; }

/* ===== CONTACT ===== */

.contact-grid{ display:grid; grid-template-columns:1fr 1.1fr; gap:28px; align-items:start; }
@media (max-width:760px){ .contact-grid{ grid-template-columns:1fr; } }

.contact-info-card{ background:var(--navy); border-radius:16px; padding:28px 24px; }
.contact-info-card h3{ color:var(--board); font-family:'Anton',sans-serif; font-size:20px; margin:0 0 18px; }
.contact-row{ display:flex; gap:12px; align-items:flex-start; margin-bottom:18px; }
.contact-row .ic{ width:36px; height:36px; border-radius:8px; background:var(--yellow); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.contact-row .label{ color:#8fa0c7; font-size:11.5px; text-transform:uppercase; letter-spacing:1px; font-family:'IBM Plex Mono',monospace; }
.contact-row .value{ color:var(--board); font-size:14.5px; font-weight:600; }
.contact-row a.value:hover{ color:var(--yellow); }

.contact-form{ background:#fff; border:2px solid var(--line); border-radius:16px; padding:26px 24px; }
.form-row{ margin-bottom:16px; }
.form-row label{ display:block; font-size:13px; font-weight:700; color:var(--navy); margin-bottom:6px; }
.form-row input, .form-row select, .form-row textarea{
  width:100%; padding:12px 14px; border-radius:8px; border:2px solid var(--line);
  font-family:'Baloo 2',sans-serif; font-size:14px; background:var(--paper); color:var(--ink);
}
.form-row textarea{ min-height:110px; resize:vertical; }
.form-row input:focus, .form-row select:focus, .form-row textarea:focus{ outline:2px solid var(--yellow); border-color:var(--yellow); }
.form-submit{ width:100%; background:var(--red); color:#fff; font-weight:700; padding:13px; border-radius:10px; border:none; font-size:15px; cursor:pointer; }
.form-submit:hover{ filter:brightness(1.05); }
.form-note{ font-size:12px; color:#8991a3; margin-top:10px; text-align:center; }

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

.site-footer{ background:var(--navy-deep); padding:40px 20px 20px; }
.footer-grid{ max-width:1080px; margin:0 auto; display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:28px; padding-bottom:24px; border-bottom:1px solid rgba(255,255,255,0.08); }
@media (max-width:700px){ .footer-grid{ grid-template-columns:1fr; } }
.footer-brand p{ color:#8fa0c7; font-size:13.5px; line-height:1.6; margin-top:12px; max-width:280px; }
.footer-col h4{ color:var(--board); font-family:'IBM Plex Mono',monospace; font-size:12px; letter-spacing:1.5px; text-transform:uppercase; margin:0 0 14px; }
.footer-col a, .footer-col li{ display:block; color:#8fa0c7; font-size:13.5px; margin-bottom:10px; }
.footer-col a:hover{ color:var(--yellow); }
.foot-note{ max-width:1080px; margin:20px auto 0; text-align:center; color:#5c6786; font-size:12.5px; font-family:'IBM Plex Mono',monospace; }
.foot-note a{ color:var(--yellow); }

/* ===== WHATSAPP FLOAT ===== */

.wa-float{
  position:fixed; bottom:20px; right:20px; z-index:40;
  width:56px; height:56px; border-radius:50%; background:#25D366;
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 8px 20px rgba(0,0,0,0.25);
}
.wa-float:hover{ transform:scale(1.06); }

/* ===== UTILITY ===== */

.badge-popular{
  position:absolute; top:-12px; left:50%; transform:translateX(-50%);
  background:var(--red); color:#fff; font-family:'IBM Plex Mono',monospace;
  font-size:10.5px; letter-spacing:1px; text-transform:uppercase; padding:5px 14px; border-radius:999px;
  white-space:nowrap;
}

.mono-tag{
  display:inline-block; font-family:'IBM Plex Mono',monospace; font-size:11px; letter-spacing:1px;
  color:var(--teal); background:rgba(14,124,123,0.08); padding:4px 10px; border-radius:6px; margin-bottom:6px;
}

@media (prefers-reduced-motion: reduce){
  *{ animation:none !important; transition:none !important; }
}
