:root {
  --ink: #17324d; --ink-soft: #5d6c7d; --teal: #315c82; --teal-dark: #173f63;
  --mint: #e6eef6; --mint-pale: #f4f7fb; --coral: #df6949; --coral-dark: #bf4d31;
  --cream: #fff8e9; --white: #fff; --line: #dce4ec;
  --shadow: 0 20px 60px rgba(23, 50, 77, .11); --radius: 18px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 860px; }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(220, 233, 229, .85); background: rgba(255, 255, 255, .94); backdrop-filter: blur(16px); }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.logo { display: grid; margin-right: auto; text-decoration: none; }
.logo img { width: auto; height: 54px; }
.logo small { margin: -6px 0 0 55px; color: var(--teal); font-size: 8px; font-weight: 900; letter-spacing: .19em; }
.nav { display: flex; align-items: center; gap: 6px; }
.nav a { padding: 9px 12px; border-radius: 999px; text-decoration: none; font-size: 14px; font-weight: 750; }
.nav a:hover, .nav a:focus-visible { background: var(--mint-pale); color: var(--teal); }
.menu-toggle { display: none; border: 1px solid var(--line); background: var(--white); color: var(--ink); border-radius: 999px; padding: 10px 14px; font: inherit; font-weight: 800; }
.btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 13px 21px; border: 1px solid transparent; border-radius: 999px; font-weight: 850; line-height: 1.15; text-decoration: none; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.btn:hover, .btn:focus-visible { transform: translateY(-2px); }
.btn-primary { color: var(--white); background: var(--coral); box-shadow: 0 12px 28px rgba(239, 119, 94, .25); }
.btn-primary:hover, .btn-primary:focus-visible { background: var(--coral-dark); box-shadow: 0 16px 34px rgba(239, 119, 94, .32); }
.btn-secondary { color: var(--teal-dark); background: var(--mint); }
.btn-outline { color: var(--teal-dark); background: var(--white); border-color: var(--teal); }
.hero { overflow: hidden; padding: 70px 0 84px; background: radial-gradient(circle at 82% 20%, rgba(223, 244, 237, .9), transparent 33%), linear-gradient(145deg, #fff 0%, var(--cream) 100%); }
.net-hero { background: radial-gradient(circle at 82% 18%, rgba(223,105,73,.12), transparent 28%), linear-gradient(135deg, #f8fbff 0%, #fff8e9 100%); }
.net-hero h1 { font-size: clamp(46px, 6.4vw, 82px); }
.net-card { border-left: 5px solid var(--coral); }
.hero-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 68px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: inline-flex; padding: 7px 12px; border-radius: 999px; color: var(--teal-dark); background: var(--mint); font-size: 13px; font-weight: 850; letter-spacing: .02em; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 20px 0; font-size: clamp(44px, 6vw, 78px); line-height: .98; letter-spacing: -.045em; }
h1 em { color: var(--teal); font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
h2 { margin: 14px 0 16px; font-size: clamp(34px, 4vw, 54px); line-height: 1.08; letter-spacing: -.035em; }
h3 { line-height: 1.22; letter-spacing: -.02em; }
.lead { max-width: 690px; color: var(--ink-soft); font-size: 19px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 24px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 10px 24px; padding: 0; margin: 0; color: var(--ink-soft); list-style: none; font-size: 14px; font-weight: 700; }
.trust-list li::before { content: "✓"; margin-right: 7px; color: var(--teal); font-weight: 950; }
.hero-visual { position: relative; padding: 0 28px 28px 0; }
.image-frame { position: relative; overflow: hidden; border: 10px solid var(--white); border-radius: 46% 46% 24px 24px; background: var(--mint); box-shadow: var(--shadow); }
.image-frame img { width: 100%; height: 580px; object-fit: cover; object-position: center 24%; }
.image-frame.landscape { border-radius: var(--radius); }
.image-frame.landscape img { height: 455px; }
.image-badge { position: absolute; right: 18px; bottom: 18px; padding: 9px 13px; border-radius: 999px; color: var(--ink); background: rgba(255, 255, 255, .94); font-size: 13px; font-weight: 850; box-shadow: 0 8px 20px rgba(23, 63, 67, .12); }
.quote-card { position: absolute; left: -36px; bottom: 0; max-width: 275px; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.96); box-shadow: var(--shadow); }
.quote-card p { margin: 6px 0; font-family: Georgia, "Times New Roman", serif; font-size: 17px; line-height: 1.45; }
.quote-card small { color: var(--ink-soft); }
.stars { color: #e9a825; letter-spacing: 2px; }
.intro-strip { padding: 20px 0; color: var(--white); background: var(--teal); }
.intro-strip .container, .intro-strip div { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 24px; }
.intro-strip p { margin: 0; color: rgba(255,255,255,.72); font-size: 13px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.intro-strip span { font-family: Georgia, "Times New Roman", serif; font-size: 18px; }
.intro-strip span:not(:last-child)::after { content: "•"; margin-left: 24px; color: #84d7c5; }
.section { padding: 92px 0; }
.soft { background: var(--mint-pale); }
.warm { background: var(--cream); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 40px; }
.section-heading > div { max-width: 700px; }
.section-heading > p { max-width: 430px; margin-bottom: 5px; color: var(--ink-soft); }
.section-heading.light { color: var(--white); }
.section-heading.light p { color: rgba(255,255,255,.72); }
.card { border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 10px 34px rgba(23,63,67,.06); }
.grid-4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 18px; }
.service-card { overflow: hidden; transition: transform 180ms ease, box-shadow 180ms ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card img { width: 100%; height: 220px; object-fit: cover; }
.card-body { padding: 23px; }
.card-body h3 { margin-bottom: 10px; font-size: 21px; }
.card-body h3 a { text-decoration: none; }
.card-body p { min-height: 116px; color: var(--ink-soft); font-size: 14px; }
.text-link { color: var(--teal-dark); font-weight: 850; text-decoration: none; }
.text-link:hover, .text-link:focus-visible { text-decoration: underline; }
.about-grid { display: grid; grid-template-columns: .84fr 1.16fr; align-items: center; gap: 72px; }
.about-photo { position: relative; padding: 0 30px 30px 0; }
.about-photo > img { width: 100%; height: 640px; object-fit: cover; border-radius: 160px 160px 24px 24px; box-shadow: var(--shadow); }
.mini-card { position: absolute; right: 0; bottom: 0; display: flex; flex-direction: column; padding: 18px 24px; border-radius: 18px; color: var(--white); background: var(--teal); box-shadow: var(--shadow); }
.mini-card span { color: rgba(255,255,255,.75); font-size: 14px; }
.feature-list { display: grid; gap: 6px; margin: 28px 0; }
.feature-list article { display: grid; grid-template-columns: 48px 1fr; gap: 14px; padding: 16px 0; border-top: 1px solid rgba(23,63,67,.12); }
.feature-list article > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: var(--teal-dark); background: var(--mint); font-size: 12px; font-weight: 900; }
.feature-list h3 { margin-bottom: 4px; font-size: 19px; }
.feature-list p { margin: 0; color: var(--ink-soft); }
.zone-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.journey-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.journey-card { position: relative; min-height: 250px; padding: 34px; text-decoration: none; transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease; }
.journey-card:hover, .journey-card:focus-visible { transform: translateY(-5px); border-color: #9cb4c9; box-shadow: var(--shadow); }
.journey-card > span { display: inline-flex; padding: 6px 10px; border-radius: 999px; color: var(--teal-dark); background: var(--mint); font-size: 12px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.journey-card h3 { max-width: 440px; margin: 34px 0 12px; font-family: Georgia, "Times New Roman", serif; font-size: 31px; font-weight: 500; }
.journey-card p { max-width: 470px; margin: 0; color: var(--ink-soft); }
.journey-card.urgent { color: var(--white); background: var(--ink); border-color: var(--ink); }
.journey-card.urgent > span { color: var(--white); background: var(--coral); }
.journey-card.urgent p { color: rgba(255,255,255,.72); }
.zone-card { position: relative; min-height: 150px; padding: 24px; text-decoration: none; background: linear-gradient(145deg, var(--white), var(--mint-pale)); transition: transform 180ms ease, border-color 180ms ease; }
.zone-card::before { content: ""; display: block; width: 34px; height: 34px; margin-bottom: 25px; border: 8px solid var(--mint); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.zone-card:hover, .zone-card:focus-visible { transform: translateY(-4px); border-color: #91cfc1; }
.zone-card span { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 23px; }
.zone-card small { color: var(--ink-soft); }
.coverage-note { max-width: 800px; margin: 26px auto 0; color: var(--ink-soft); text-align: center; }
.process { color: var(--white); background: var(--ink); }
.dark-cards .card { color: var(--ink); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.steps article { padding: 28px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: rgba(255,255,255,.06); }
.steps article > b { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 24px; border-radius: 50%; color: var(--ink); background: var(--mint); }
.steps h3 { margin-bottom: 8px; font-size: 22px; }
.steps p { margin: 0; color: rgba(255,255,255,.7); }
.steps.light-cards article { color: var(--ink); border-color: var(--line); background: var(--white); }
.steps.light-cards p { color: var(--ink-soft); }
.reviews { background: var(--cream); }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-grid blockquote { margin: 0; padding: 28px; }
.review-grid blockquote p { margin: 16px 0; font-family: Georgia, "Times New Roman", serif; font-size: 20px; line-height: 1.55; }
.review-grid cite { color: var(--ink-soft); font-style: normal; font-weight: 800; }
.faq-section h2 { margin-bottom: 30px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 23px 2px; cursor: pointer; font-weight: 850; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--teal); font-size: 24px; line-height: 1; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 760px; padding: 0 2px 22px; margin: 0; color: var(--ink-soft); }
.cta { overflow: hidden; padding: 60px 40px; border-radius: 32px; color: var(--white); text-align: center; background: radial-gradient(circle at 10% 20%, rgba(132,215,197,.26), transparent 30%), var(--teal); box-shadow: var(--shadow); }
.cta > span { color: #a8e5d6; font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.cta h2 { max-width: 720px; margin-inline: auto; }
.cta p { max-width: 680px; margin: 0 auto 26px; color: rgba(255,255,255,.76); }
.medical-note { padding: 22px 0; color: #7d362b; background: #fff0e8; border-top: 1px solid #ffd8c8; }
.medical-note .container { display: grid; grid-template-columns: 160px 1fr; gap: 20px; }
.medical-note p { margin: 0; }
.breadcrumbs { display: flex; gap: 8px; padding-top: 18px; color: var(--ink-soft); font-size: 13px; }
.breadcrumbs a { color: var(--teal); text-decoration: none; font-weight: 800; }
.page-hero { padding: 64px 0 84px; background: linear-gradient(145deg, var(--white), var(--mint-pale)); }
.page-hero.compact { padding: 70px 0; }
.page-hero-grid { display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: 60px; }
.page-hero h1 { font-size: clamp(42px, 5.5vw, 68px); }
.split { display: grid; grid-template-columns: 1.15fr .85fr; align-items: start; gap: 70px; }
.check-list { display: grid; gap: 12px; padding: 0; margin: 28px 0 0; list-style: none; }
.check-list li { position: relative; padding-left: 32px; color: var(--ink-soft); }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; color: var(--teal-dark); background: var(--mint); font-size: 12px; font-weight: 950; }
.check-list.large li { padding: 14px 0 14px 40px; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 18px; }
.info-card { position: sticky; top: 108px; padding: 34px; }
.info-card > span { color: var(--coral-dark); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.info-card h3 { margin: 10px 0; font-size: 28px; }
.info-card p { color: var(--ink-soft); }
.legal-card { padding: 38px; }
.legal-card p { color: var(--ink-soft); font-size: 18px; line-height: 1.85; }
.footer { padding: 58px 0 24px; color: var(--ink-soft); background: var(--mint-pale); border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 70px; }
.footer-logo { width: auto; height: 52px; margin-bottom: 14px; }
.footer-grid nav { display: flex; flex-direction: column; gap: 9px; }
.footer-grid nav strong { margin-bottom: 4px; color: var(--ink); }
.footer-grid nav a { text-decoration: none; }
.footer-grid nav a:hover, .footer-grid nav a:focus-visible { color: var(--teal); text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 28px; margin-top: 36px; border-top: 1px solid var(--line); font-size: 13px; }
.floating-whatsapp { position: fixed; right: 20px; bottom: 20px; z-index: 60; display: flex; align-items: center; gap: 9px; padding: 13px 17px; border-radius: 999px; color: var(--white); background: #1cad5a; box-shadow: 0 14px 34px rgba(28,173,90,.3); font-weight: 850; text-decoration: none; }
.blog-intro { text-align: center; }
.blog-intro .lead { margin-inline: auto; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.blog-card { overflow: hidden; }
.blog-image { display: block; overflow: hidden; }
.blog-image img { width: 100%; height: 250px; object-fit: cover; transition: transform 300ms ease; }
.blog-card:hover .blog-image img { transform: scale(1.025); }
.blog-card .card-body { display: flex; min-height: 310px; flex-direction: column; align-items: flex-start; }
.blog-card .card-body h3 { margin: 12px 0; font-size: 24px; }
.blog-card .card-body h3 a { text-decoration: none; }
.blog-card .card-body p { min-height: 0; margin-bottom: 22px; }
.blog-card .text-link { margin-top: auto; }
.article-tag { color: var(--coral-dark); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.center-action { display: flex; justify-content: center; margin-top: 34px; }
.article-hero { padding: 54px 0 70px; background: linear-gradient(145deg, var(--white), var(--mint-pale)); }
.article-hero-grid { display: grid; grid-template-columns: 1.05fr .75fr; align-items: center; gap: 60px; }
.article-hero h1 { font-size: clamp(42px, 5.4vw, 68px); }
.article-meta { display: flex; flex-wrap: wrap; gap: 8px 20px; color: var(--ink-soft); font-size: 13px; font-weight: 700; }
.article-layout { display: grid; grid-template-columns: minmax(0, 740px) 320px; justify-content: center; align-items: start; gap: 70px; padding-top: 78px; padding-bottom: 90px; }
.article-body { color: var(--ink-soft); font-size: 18px; line-height: 1.82; }
.article-opening { padding-left: 24px; border-left: 4px solid var(--coral); color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 24px; line-height: 1.55; }
.reading-lens { display: grid; gap: 3px; padding: 20px 24px; margin: 28px 0 12px; border-radius: var(--radius); color: var(--ink); background: var(--cream); font-size: 15px; }
.reading-lens span { color: var(--ink-soft); }
.article-body section { padding: 24px 0 10px; }
.article-body h2 { color: var(--ink); font-size: clamp(28px, 3vw, 38px); }
.article-body ul { display: grid; gap: 10px; padding-left: 24px; }
.article-body li::marker { color: var(--teal); }
.article-aside { position: sticky; top: 104px; display: grid; gap: 24px; }
.article-aside .info-card { position: static; }
.article-aside .btn { width: 100%; margin-top: 8px; }
.aside-service-link { display: block; margin-top: 18px; color: var(--teal-dark); text-align: center; font-weight: 850; text-decoration: none; }
.aside-service-link:hover, .aside-service-link:focus-visible { text-decoration: underline; }
.related-box { padding: 26px; border-radius: var(--radius); background: var(--cream); }
.related-box h3 { margin-bottom: 16px; }
.related-box ul { display: grid; gap: 13px; padding: 0; margin: 0; list-style: none; }
.related-box a { color: var(--teal-dark); font-weight: 750; text-decoration: none; }
.related-box a:hover, .related-box a:focus-visible { text-decoration: underline; }
.source-box { padding: 28px; margin-top: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--mint-pale); }
.source-box h2 { font-size: 27px; }
.source-box p, .source-box li { font-size: 14px; line-height: 1.65; }
.source-box a { color: var(--teal-dark); font-weight: 800; }
.piercing-hero { background: radial-gradient(circle at 86% 18%, rgba(239,119,94,.13), transparent 30%), linear-gradient(145deg, var(--white), var(--mint-pale)); }
.piercing-steps { grid-template-columns: repeat(4, 1fr); }
.safety-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.safety-grid article { padding: 26px; }
.safety-grid article > span { display: inline-flex; margin-bottom: 18px; color: var(--coral-dark); font-size: 13px; font-weight: 900; }
.safety-grid h3 { margin-bottom: 10px; font-size: 22px; }
.safety-grid p { margin: 0; color: var(--ink-soft); }
@media (max-width: 1020px) {
  .nav { display: none; position: absolute; top: 70px; right: 20px; flex-direction: column; align-items: stretch; min-width: 220px; padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow); }
  .nav.is-open { display: flex; } .menu-toggle { display: inline-flex; } .header-cta { display: none; }
  .hero-grid, .about-grid, .page-hero-grid, .split, .article-hero-grid, .article-layout { grid-template-columns: 1fr; }
  .hero-grid { gap: 48px; } .hero-copy { max-width: 760px; } .hero-visual { max-width: 680px; margin-inline: auto; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); } .card-body p { min-height: 0; }
  .about-photo { max-width: 600px; } .zone-grid, .blog-grid, .safety-grid, .piercing-steps { grid-template-columns: repeat(2, 1fr); } .info-card, .article-aside { position: static; }
  .article-layout { gap: 30px; }
}
@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); } .header-inner { min-height: 68px; gap: 12px; }
  .logo img { height: 44px; max-width: 220px; } .section { padding: 64px 0; } .hero { padding: 46px 0 64px; }
  h1 { font-size: clamp(42px, 13vw, 58px); } h2 { font-size: clamp(32px, 10vw, 43px); } .lead { font-size: 17px; }
  .hero-actions .btn { width: 100%; } .hero-visual { padding: 0 0 80px; }
  .image-frame img, .image-frame.landscape img { height: 430px; } .quote-card { left: 12px; right: 12px; bottom: 0; max-width: none; }
  .intro-strip .container, .intro-strip div { display: block; text-align: center; } .intro-strip p { margin-bottom: 8px; }
  .intro-strip span { display: inline-block; margin: 4px 8px; font-size: 16px; } .intro-strip span:not(:last-child)::after { display: none; }
  .section-heading { display: block; margin-bottom: 30px; } .grid-4, .zone-grid, .journey-grid, .steps, .review-grid, .footer-grid, .blog-grid, .safety-grid, .piercing-steps { grid-template-columns: 1fr; }
  .service-card { display: grid; grid-template-columns: 120px 1fr; } .service-card img { height: 100%; min-height: 220px; }
  .card-body { padding: 20px; } .zone-card { min-height: 130px; } .about-photo > img { height: 500px; }
  .page-hero { padding: 48px 0 60px; } .page-hero-grid { gap: 36px; } .split { gap: 42px; } .cta { padding: 46px 22px; }
  .medical-note .container { grid-template-columns: 1fr; gap: 4px; } .footer-grid { gap: 34px; } .footer-bottom { flex-direction: column; }
  .floating-whatsapp span:last-child { display: none; }
  .article-hero { padding: 42px 0 54px; } .article-hero-grid { gap: 34px; }
  .article-layout { padding-top: 54px; padding-bottom: 64px; }
  .article-body { font-size: 17px; } .article-opening { font-size: 21px; }
  .blog-card .card-body { min-height: 0; }
}
@media (max-width: 440px) { .service-card { grid-template-columns: 1fr; } .service-card img { min-height: 0; height: 230px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; } }
