/* Dagada Audiology — shared styles */
:root {
  --brand-cyan: #4FB6E0;
  --brand-blue: #2D2C8E;
  --brand-ink:  #1E1B4B;
  --bg: #F8FAFC;
  --fg: #1E1B4B;
  --muted: #EEF2F7;
  --muted-fg: #64748B;
  --accent: #DCEBF7;
  --card: #ffffff;
  --border: #E5E7EB;
  --primary-fg: #ffffff;
  --radius: 0.75rem;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif;
  background: var(--bg);
  color: var(--fg);
  line-height: 1.55;
}
h1,h2,h3,h4 { font-family: 'Poppins', system-ui, sans-serif; letter-spacing: -0.02em; margin: 0; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 1.25rem; }
.container-sm { max-width: 880px; margin: 0 auto; padding: 0 1.25rem; }

/* Header / Nav */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(248,250,252,0.85); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  height: 80px;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-logo img { height: 48px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 2rem; }
.nav-links a { font-size: .9rem; font-weight: 500; color: rgba(30,27,75,.8); transition: color .2s; }
.nav-links a:hover, .nav-links a.active { color: var(--brand-blue); font-weight: 600; }
.btn-primary {
  background: var(--brand-blue); color: var(--primary-fg);
  padding: .65rem 1.25rem; border-radius: 999px; font-weight: 600; font-size: .9rem;
  display: inline-flex; align-items: center; gap: .4rem; transition: background .2s;
}
.btn-primary:hover { background: var(--brand-ink); }
.btn-outline {
  border: 2px solid var(--brand-blue); color: var(--brand-blue);
  padding: .85rem 1.6rem; border-radius: 999px; font-weight: 600;
  display: inline-flex; align-items: center; gap: .5rem; transition: all .2s;
}
.btn-outline:hover { background: var(--brand-blue); color: var(--primary-fg); }
.btn-hero {
  background: var(--brand-blue); color: var(--primary-fg);
  padding: .9rem 1.7rem; border-radius: 999px; font-weight: 600;
  display: inline-flex; align-items: center; gap: .5rem;
  box-shadow: 0 10px 30px -10px rgba(45,44,142,.5);
  transition: background .2s;
}
.btn-hero:hover { background: var(--brand-ink); }

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.nav-toggle:hover { background: var(--muted); }
.nav-toggle .icon-close { display: none; }
.nav-toggle[aria-expanded="true"] .icon-menu { display: none; }
.nav-toggle[aria-expanded="true"] .icon-close { display: block; }
.nav-toggle svg { width: 26px; height: 26px; }
.nav-mobile { display: none; }
@media (max-width: 860px) {
  .nav-links { display: none; }
  .nav-toggle { display: inline-flex; padding: .5rem; }
  .nav-mobile { display: none; flex-direction: column; gap: .5rem; padding: 1rem; border-top: 1px solid var(--border); }
  .nav-mobile.open { display: flex; }
  .nav-mobile a { padding: .6rem 0; }
}

/* Hero */
.hero { position: relative; min-height: 88vh; display: flex; align-items: center; overflow: hidden; }
.hero-blobs { position: absolute; inset: 0; pointer-events: none; opacity: .4; }
.hero-blobs span {
  position: absolute; border-radius: 50%; filter: blur(80px);
}
.hero-blobs .b1 { width: 500px; height: 500px; background: rgba(79,182,224,.3); top: -130px; left: -130px; }
.hero-blobs .b2 { width: 600px; height: 600px; background: rgba(45,44,142,.2); top: 160px; right: 0; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; padding: 4rem 0; }
.hero-grid > div { min-width: 0; }
.tag {
  display: inline-block; background: var(--accent); color: var(--brand-blue);
  padding: .35rem 1rem; border-radius: 999px; font-size: .72rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: .05em;
}
.hero h1 { font-size: clamp(2.5rem, 5vw, 4.5rem); font-weight: 800; line-height: 1.05; margin-top: 1.4rem; color: var(--brand-ink); }
.hero h1 .accent { color: var(--brand-blue); }
.hero p { margin-top: 1.3rem; font-size: 1.1rem; color: var(--muted-fg); max-width: 520px; }
.hero-cta { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 1rem; }
.hero-trust { margin-top: 2.5rem; display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem; font-size: .95rem; color: var(--muted-fg); }
.hero-trust > div { min-width: 220px; }
.hero-trust .avatars { display: flex; align-items: center; gap: 0.5rem; }
.hero-trust .avatars img { width: 42px; height: 42px; border-radius: 50%; border: 2px solid var(--bg); object-fit: cover; box-shadow: 0 0 0 1px rgba(30,27,75,.08); }
.hero-trust .stars { color: var(--brand-cyan); letter-spacing: 2px; font-weight: 700; }
.hero-aid { position: relative; height: 500px; display: flex; align-items: center; justify-content: center; }
.hero-aid::before { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; background: rgba(79,182,224,.3); filter: blur(80px); }
.hero-aid img { position: relative; max-width: 480px; width: 100%; object-fit: contain; filter: drop-shadow(0 25px 35px rgba(0,0,0,.25)); animation: float 4s ease-in-out infinite; }
@keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-18px)} }
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; padding: 3rem 0; }
  .hero-aid { display: none; }
}

@media (max-width: 640px) {
  .hero { min-height: auto; padding-top: 2rem; padding-bottom: 2rem; }
  .hero p { max-width: 100%; font-size: 1rem; }
  .hero-cta { flex-direction: column; align-items: stretch; }
  .hero-cta a { width: 100%; justify-content: center; }
  .hero-trust { justify-content: flex-start; font-size: .9rem; }
  .hero-trust .avatars { gap: .4rem; }
  .hero-trust > div { min-width: auto; }
}

/* Sections */
section { padding-block: 1rem; }
.section-eyebrow { color: var(--brand-blue); font-weight: 600; font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; }
.section-h2 { margin-top: .8rem; font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; color: var(--brand-ink); line-height: 1.1; }
.section-lead { margin-top: 1rem; color: var(--muted-fg); }

/* Promise band */
.band { position: relative; background: var(--brand-ink); color: var(--primary-fg); padding: 8rem 0; overflow: hidden; }
.band-bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .25; }
.band-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.band h2 { color: var(--primary-fg); font-size: clamp(2.25rem, 4vw, 3.5rem); font-weight: 700; line-height: 1.1; margin-top: 1rem; }
.band h2 .accent { color: var(--brand-cyan); }
.eyebrow-cyan { color: var(--brand-cyan); font-weight: 600; text-transform: uppercase; letter-spacing: .12em; font-size: .8rem; }
.promise-tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.promise-tile { padding: 1.25rem; border-radius: 1rem; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(6px); }
.promise-tile .ico { color: var(--brand-cyan); }
.promise-tile div { margin-top: .75rem; font-weight: 600; font-size: .9rem; }
@media (max-width: 860px) { .band-grid { grid-template-columns: 1fr; } }

/* About panel */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; }
.about-media { position: relative; }
.about-media img { border-radius: 1.5rem; box-shadow: 0 25px 50px -12px rgba(0,0,0,.25); height: 480px; width: 100%; object-fit: cover; }
.about-media .blob-a, .about-media .blob-b { position: absolute; border-radius: 1.5rem; z-index: -1; }
.about-media .blob-a { top: -1.5rem; left: -1.5rem; width: 8rem; height: 8rem; background: rgba(79,182,224,.3); }
.about-media .blob-b { bottom: -1.5rem; right: -1.5rem; width: 10rem; height: 10rem; background: rgba(45,44,142,.2); }
.about-badge { position: absolute; bottom: -2rem; left: 2rem; background: var(--card); border: 1px solid var(--border); border-radius: 1rem; padding: 1rem 1.25rem; box-shadow: 0 20px 40px rgba(0,0,0,.1); display: flex; align-items: center; gap: .75rem; }
.about-badge .ico { width: 3rem; height: 3rem; border-radius: 50%; background: var(--brand-blue); color: var(--primary-fg); display: flex; align-items: center; justify-content: center; }
.checks { margin-top: 2rem; display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.check { display: flex; align-items: start; gap: .5rem; font-size: .9rem; color: var(--brand-ink); }
.check svg { color: var(--brand-cyan); flex-shrink: 0; margin-top: 2px; }
.link-arrow { margin-top: 2rem; display: inline-flex; align-items: center; gap: .4rem; color: var(--brand-blue); font-weight: 600; }
@media (max-width: 860px) { .about-grid { grid-template-columns: 1fr; } }

/* Services list */
.services-section { background: var(--bg); position: relative; }
.services-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 4rem; align-items: start; }
.services-sticky { position: sticky; top: 110px; }
.services-list { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.service-item { border-bottom: 1px solid var(--border); transition: background .2s; }
.service-item:last-child { border-bottom: 0; }
.service-item.open { background: var(--card); }
.service-head { width: 100%; text-align: left; padding: 1.75rem 1rem; display: flex; align-items: center; gap: 1.5rem; }
.service-tag { font-family: monospace; color: rgba(45,44,142,.6); font-size: .9rem; width: 2rem; flex-shrink: 0; }
.service-ico { width: 3rem; height: 3rem; border-radius: .75rem; background: var(--accent); color: var(--brand-blue); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background .2s, color .2s; }
.service-item.open .service-ico { background: var(--brand-blue); color: var(--primary-fg); }
.service-text { flex: 1; min-width: 0; }
.service-text h3 { font-size: 1.4rem; font-weight: 700; color: var(--brand-ink); }
.service-text p { margin: .25rem 0 0; font-size: .9rem; color: var(--muted-fg); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.service-toggle { width: 2.5rem; height: 2.5rem; border-radius: 50%; border: 1px solid var(--border); color: var(--brand-blue); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all .2s; }
.service-item.open .service-toggle { background: var(--brand-blue); color: var(--primary-fg); border-color: var(--brand-blue); }
.service-body { display: none; padding: 0 1rem 2rem 5.5rem; }
.service-item.open .service-body { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.service-body .desc { grid-column: 1 / -1; color: var(--muted-fg); margin-top: -.5rem; }
.service-body .card-mini { background: rgba(238,242,247,.5); border-radius: 1rem; padding: 1.1rem; }
.service-body .card-mini .t { font-weight: 600; color: var(--brand-ink); margin-bottom: .6rem; display: flex; align-items: center; gap: .4rem; font-size: .9rem; }
.service-body ul { margin: 0; padding: 0; list-style: none; font-size: .85rem; color: var(--muted-fg); }
.service-body ul li { display: flex; align-items: start; gap: .5rem; padding: .15rem 0; }
.service-body ul li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--brand-blue); margin-top: 8px; flex-shrink: 0; }
.service-body .book-btn { grid-column: 1 / -1; width: fit-content; background: var(--brand-ink); color: var(--primary-fg); padding: .75rem 1.4rem; border-radius: 999px; font-weight: 600; font-size: .85rem; }
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: 1fr 1.5fr; gap: 2.5rem; }
  .services-sticky { top: 100px; }
}
@media (max-width: 860px) {
  .services-section { padding: 3rem 0; }
  .services-grid { grid-template-columns: 1fr; gap: 2rem; padding: 0 1rem; }
  .services-sticky { position: static; margin-bottom: 1.5rem; padding: 0 1rem; }
  .service-body { padding-left: 1rem; }
  .service-item.open .service-body { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .services-section { padding: 2.5rem 0; }
  .services-grid { padding: 0 0.75rem; gap: 1.5rem; }
  .services-sticky { padding: 0 0.75rem; margin-bottom: 1rem; }
  .service-head { padding: 1.25rem 0.75rem; }
  .service-ico { width: 2.5rem; height: 2.5rem; }
  .service-text h3 { font-size: 1.1rem; }
  .service-text p { font-size: .8rem; }
  .service-body { padding: 0 0.75rem 1.25rem 3rem; }
}

/* Stats */
.stats { padding: 7rem 0; color: var(--primary-fg); background: linear-gradient(rgba(45,44,142,.92), rgba(45,44,142,.92)), center/cover no-repeat; }
.stats-head { text-align: center; max-width: 700px; margin: 0 auto 3.5rem; }
.stats-head h2 { color: var(--primary-fg); margin-top: .75rem; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.stat { padding: 1.75rem; border-radius: 1.5rem; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); backdrop-filter: blur(10px); transition: transform .2s; }
.stat:hover { transform: translateY(-4px); }
.stat .ico { width: 3rem; height: 3rem; border-radius: .75rem; background: var(--brand-cyan); color: var(--brand-ink); display: flex; align-items: center; justify-content: center; }
.stat .n { margin-top: 1.25rem; font-size: 3rem; font-weight: 800; color: var(--brand-cyan); }
.stat .l { font-weight: 600; margin-top: .25rem; }
.stat .d { margin-top: .5rem; font-size: .85rem; color: rgba(255,255,255,.75); }
@media (max-width: 860px) { .stats-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .stats-grid { grid-template-columns: 1fr; } }

/* Testimonials */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3.5rem; }
.testi { position: relative; padding: 2rem; border-radius: 1.5rem; background: var(--card); border: 1px solid var(--border); transition: box-shadow .2s; }
.testi:hover { box-shadow: 0 20px 35px rgba(0,0,0,.08); }
.testi .stars { color: var(--brand-cyan); letter-spacing: 2px; margin-bottom: 1rem; }
.testi p { font-style: italic; color: var(--brand-ink); }
.testi .person { margin-top: 1.5rem; display: flex; align-items: center; gap: .75rem; }
.testi .person img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.testi .person .name { font-weight: 700; color: var(--brand-ink); }
.testi .person .role { font-size: .75rem; color: var(--muted-fg); }
@media (max-width: 860px) { .testimonials-grid { grid-template-columns: 1fr; } }

/* Medical aids */
.med-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; margin-top: 3rem; }
.med-cell { aspect-ratio: 3/2; background: var(--card); border: 1px solid var(--border); border-radius: 1rem; display: flex; align-items: center; justify-content: center; padding: 1rem; transition: all .2s; }
.med-cell:hover { border-color: var(--brand-blue); box-shadow: 0 10px 20px rgba(0,0,0,.08); }
.med-cell img { max-height: 56px; width: auto; object-fit: contain; }
.med-cell .name { font-weight: 700; color: var(--brand-ink); text-align: center; font-size: .95rem; }
@media (max-width: 860px) { .med-grid { grid-template-columns: 1fr 1fr; } }

/* FAQ */
.faq-section { background: rgba(238,242,247,.4); }
.faq-list { margin-top: 3rem; display: flex; flex-direction: column; gap: .75rem; }
.faq { background: var(--card); border: 1px solid var(--border); border-radius: 1rem; overflow: hidden; }
.faq-head { width: 100%; padding: 1.5rem; display: flex; align-items: center; justify-content: space-between; text-align: left; transition: background .2s; }
.faq-head:hover { background: rgba(220,235,247,.4); }
.faq-q { font-weight: 600; color: var(--brand-ink); font-size: 1.05rem; }
.faq-btn { width: 2.25rem; height: 2.25rem; border-radius: 50%; background: var(--brand-blue); color: var(--primary-fg); display: inline-flex; align-items: center; justify-content: center; transition: transform .25s; }
.faq.open .faq-btn { transform: rotate(180deg); }
.faq-body { display: none; padding: 0 1.5rem 1.5rem; color: var(--muted-fg); }
.faq.open .faq-body { display: block; }

/* Book */
.book { position: relative; background: var(--brand-ink); color: var(--primary-fg); padding: 6rem 0; overflow: hidden; scroll-margin-top: 80px; }
.book .blobs { position: absolute; inset: 0; pointer-events: none; opacity: .3; }
.book .blobs span { position: absolute; border-radius: 50%; filter: blur(80px); }
.book .blobs .b1 { width: 400px; height: 400px; background: rgba(79,182,224,.4); top: -80px; right: -80px; }
.book .blobs .b2 { width: 400px; height: 400px; background: rgba(45,44,142,.4); bottom: 0; left: 0; }
.book-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.book h2 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; line-height: 1.1; margin-top: .75rem; color: var(--primary-fg); }
.book .contacts { margin-top: 2.25rem; display: flex; flex-direction: column; gap: 1rem; }
.book .contact { display: flex; align-items: center; gap: 1rem; }
.book .contact .ico { width: 3rem; height: 3rem; border-radius: .9rem; background: var(--brand-cyan); color: var(--brand-ink); display: flex; align-items: center; justify-content: center; transition: transform .2s; }
.book .contact:hover .ico { transform: scale(1.1); }
.book .contact .label { font-size: .7rem; color: rgba(255,255,255,.6); text-transform: uppercase; letter-spacing: .1em; }
.book .contact .val { font-weight: 600; }
.book .locs { margin-top: 2.5rem; display: flex; flex-wrap: wrap; gap: 1rem; font-size: .85rem; color: rgba(255,255,255,.7); }
.book .locs span { display: inline-flex; align-items: center; gap: .35rem; }
.book .locs svg { color: var(--brand-cyan); }
.book-form { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(10px); border-radius: 1.5rem; padding: 2rem; display: flex; flex-direction: column; gap: 1rem; }
.book-form h3 { font-size: 1.3rem; font-weight: 700; display: flex; align-items: center; gap: .5rem; }
.book-form label { font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.7); display: flex; align-items: center; gap: .4rem; margin-bottom: .4rem; }
.book-form input, .book-form select, .book-form textarea {
  width: 100%; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2);
  border-radius: .75rem; padding: .85rem 1rem; color: var(--primary-fg); font: inherit;
  transition: border-color .2s, background .2s;
}
.book-form input::placeholder, .book-form textarea::placeholder { color: rgba(255,255,255,.5); }
.book-form input:focus, .book-form select:focus, .book-form textarea:focus { outline: 0; border-color: var(--brand-cyan); background: rgba(255,255,255,.15); }
.book-form select option { background: var(--brand-ink); color: var(--primary-fg); }
.book-form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.book-form .err { font-size: .75rem; color: var(--brand-cyan); margin-top: .25rem; }
.book-form button { background: var(--brand-cyan); color: var(--brand-ink); padding: .9rem; border-radius: .75rem; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; gap: .5rem; transition: background .2s; }
.book-form button:hover { background: var(--primary-fg); }
.book-form .note { font-size: .72rem; color: rgba(255,255,255,.6); text-align: center; }
@media (max-width: 860px) { .book-grid { grid-template-columns: 1fr; } .book-form .row { grid-template-columns: 1fr; } }

/* Footer */
.site-footer { background: var(--brand-ink); color: var(--primary-fg); border-top: 1px solid rgba(255,255,255,.1); }
.footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; padding: 3.5rem 0; }
.footer-grid img { height: 64px; width: auto; background: var(--bg); border-radius: .5rem; padding: .4rem; }
.footer-grid h3 { font-size: 1.1rem; font-weight: 600; margin-bottom: 1rem; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; font-size: .9rem; }
.footer-grid li { display: flex; align-items: center; gap: .75rem; margin-bottom: .65rem; }
.footer-grid li svg { color: var(--brand-cyan); flex-shrink: 0; }
.footer-grid p { color: rgba(255,255,255,.7); font-size: .9rem; max-width: 280px; margin-top: 1rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 1.25rem 0; text-align: center; font-size: .75rem; color: rgba(255,255,255,.6); }
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr; } }

/* WhatsApp */
.wa-btn {
  position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 60;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25D366; color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 25px rgba(0,0,0,.2);
  transition: transform .2s;
}
.wa-btn:hover { transform: scale(1.1); }
.wa-btn::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: #25D366; opacity: .4; animation: ping 1.6s cubic-bezier(0,0,.2,1) infinite; z-index: -1; }
@keyframes ping { 75%, 100% { transform: scale(1.7); opacity: 0; } }

/* Page heroes (about/services/contact/blog) */
.page-hero { position: relative; padding: 7rem 0; background-size: cover; background-position: center; color: var(--primary-fg); text-align: center; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: rgba(30,27,75,.75); }
.page-hero.blue::before { background: rgba(45,44,142,.7); }
.page-hero .container-sm { position: relative; }
.page-hero h1 { font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 800; }
.page-hero p { margin-top: 1rem; font-size: 1.1rem; opacity: .9; }

/* Services full page */
.services-full { display: flex; flex-direction: column; gap: 1.25rem; }
.services-full article { display: grid; grid-template-columns: auto 1fr; gap: 1.25rem; align-items: start; padding: 2rem; border-radius: 1rem; background: var(--card); border: 1px solid var(--border); }
.services-full article:nth-child(even) { background: var(--muted); }
.services-full .ico { width: 4rem; height: 4rem; border-radius: 1rem; background: var(--brand-blue); color: var(--primary-fg); display: flex; align-items: center; justify-content: center; }
.services-full h2 { font-size: 1.5rem; color: var(--brand-ink); }
.services-full p { margin-top: .5rem; color: var(--muted-fg); }

/* About full */
.about-checks { margin-top: 2.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.about-checks .check { padding: 1rem; border-radius: .75rem; background: var(--muted); }
.about-checks .check svg { color: var(--brand-blue); }

/* Contact full */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.contact-card { padding: 2rem; border-radius: 1rem; transition: all .2s; }
.contact-card.primary { background: var(--brand-blue); color: var(--primary-fg); }
.contact-card.primary:hover { background: var(--brand-ink); }
.contact-card.primary svg { color: var(--brand-cyan); }
.contact-card.outline { background: var(--card); border: 1px solid var(--border); }
.contact-card.outline:hover { border-color: var(--brand-cyan); }
.contact-card.outline svg { color: var(--brand-blue); }
.contact-card h2 { margin-top: 1rem; font-size: 1.2rem; }
.contact-card .val { margin-top: .25rem; font-weight: 700; font-size: 1.4rem; word-break: break-all; }
.contact-locs { grid-column: 1 / -1; padding: 2rem; border-radius: 1rem; background: var(--muted); }
.contact-locs h2 { color: var(--brand-ink); font-size: 1.2rem; }
.contact-locs .grid { margin-top: 1.25rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.contact-locs .item { display: flex; align-items: center; gap: .75rem; background: var(--card); border: 1px solid var(--border); padding: 1rem; border-radius: .75rem; font-weight: 500; }
.contact-locs .item svg { color: var(--brand-blue); }
@media (max-width: 860px) { .contact-grid, .contact-locs .grid, .about-checks { grid-template-columns: 1fr; } }

/* Blog */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.post { background: var(--card); border-radius: 1.5rem; overflow: hidden; border: 1px solid var(--border); transition: box-shadow .25s; display: flex; flex-direction: column; }
.post:hover { box-shadow: 0 25px 40px rgba(0,0,0,.1); }
.post .ph { aspect-ratio: 16/10; overflow: hidden; }
.post .ph img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.post:hover .ph img { transform: scale(1.1); }
.post .body { padding: 1.6rem; flex: 1; display: flex; flex-direction: column; }
.post .meta { display: flex; align-items: center; gap: .75rem; font-size: .75rem; color: var(--muted-fg); }
.post .meta .pill { background: rgba(79,182,224,.15); color: var(--brand-blue); padding: .25rem .7rem; border-radius: 999px; font-weight: 600; }
.post h2 { margin-top: 1rem; font-size: 1.2rem; color: var(--brand-ink); }
.post p { margin-top: .75rem; font-size: .9rem; color: var(--muted-fg); }
.post .read { margin-top: 1.25rem; color: var(--brand-blue); font-weight: 600; font-size: .9rem; display: inline-flex; gap: .35rem; align-items: center; }
@media (max-width: 860px) { .blog-grid { grid-template-columns: 1fr; } }

/* 404 */
.nf { min-height: 70vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 2rem; }
.nf h1 { font-size: 5rem; color: var(--brand-blue); font-weight: 800; }
.nf h2 { font-size: 1.3rem; margin-top: .5rem; }
.nf a { margin-top: 1.5rem; display: inline-block; }

/* Animations */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
