:root {
    --font-lora: "SUSE", sans-serif;
    --font-dmsans: "DM Sans", sans-serif;
    --font-suse: "SUSE", sans-serif;
    --white-color: #FFFFFF;
    --dark-white-color: #fff;
    --dark-black-color: #1C1A1E;
    --black-color: #1C1A1E;
    --black-color-opc: 28, 26, 30;
    --title-color: #092041;
    --dark-title-color: #1C1A1E;
    --title-color-opc: 28, 26, 30;
    --title-color2: #003C30;
    --dark-title-color2: #003C30;
    --dark-text-color: #FFFFFF;
    --text-color: #092041;
    --global-text-color: #545454;
    --text-color-opc: 84, 84, 84;
    --primary-color1: #17468A;
    --primary-color1-opc: 0, 122, 94;
    --primary-color2: #17468A;
    --primary-color2-opc: 120, 235, 84;
    --secondary-color: #17468A;
    --primary-color3: #17468A;
    --primary-color3-opc: 89, 86, 233;
    --primary-color4: #17468A;
    --primary-color4-opc: 96, 229, 157;
    --borders-color: #eee
}

* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth
}

html {
    font-size: 100%;
    scroll-behavior: smooth
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--font-lora);
    color: var(--title-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-lora);
    font-weight: 600;
    line-height: 1.2;
    color: var(--title-color)
}

input {
    border: none;
    outline: none
}

button {
    outline: none;
    border: none;
    line-height: 1
}

i.bx {
    vertical-align: middle
}

img {
    max-width: 100%;
    height: auto
}

a {
    text-decoration: none;
    color: var(--primary-color1)
}

input[type="checkbox"] {
    width: 24px;
    height: 24px;
    border: 2px solid #d1d5db;
    border-radius: 50%;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    position: relative;
    vertical-align: middle
}

input[type="checkbox"]:checked {
    background-color: var(--primary-color1);
    border-color: var(--primary-color1)
}

input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #FFF;
    border-radius: 50%
}

input[type="checkbox"]:hover {
    border-color: var(--primary-color1)
}

input[type="checkbox"]+label,
label {
    cursor: pointer;
    vertical-align: middle
}

p {
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6
}

/* ==========================================
   Spacing Utilities
   ========================================== */

.pt-120 {
    padding-top: 120px
}

.pb-120 {
    padding-bottom: 120px
}

.pt-90 {
    padding-top: 90px
}

.mb-110 {
    margin-bottom: 110px
}

.mt-130 {
    margin-top: 130px
}

.mb-130 {
    margin-bottom: 130px
}

.sec-mar {
    margin: 130px 0
}

.mb-15 {
    margin-bottom: 15px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-30 {
    margin-bottom: 30px
}

.mt-70 {
    margin-top: 70px
}

/* ==========================================
   Amsterdam Hair Institute — homepage widgets
   ========================================== */

:root {
    --ahi-accent: #17468A;
    --ahi-accent-dark: #0f3270;
    --ahi-text: #0f172a;
    --ahi-muted: #475569;
    --ahi-surface: #ffffff;
    --ahi-soft: #f8fafb;
    --ahi-border: #e2e8f0;
}

.hero-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 30px;
    border-radius: 999px;
    font-family: var(--font-dmsans);
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease;
}
.hero-btn .btn-text { display: inline-flex; align-items: center; gap: 8px; position: relative; z-index: 1; }
.hero-btn .btn-bg, .hero-btn .btn-shine { display: none; }
.hero-btn-primary { background: #001830; color: #fff; border: 2px solid transparent; box-shadow: 0 14px 30px -10px rgba(0,24,48,.45); }
.hero-btn-primary:hover { background: #3e9c95; color: #fff; transform: translateY(-2px); box-shadow: 0 18px 40px -10px rgba(62,156,149,.7); }
.hero-btn-secondary { background: transparent; color: #001830; border: 2px solid #001830; }
.hero-btn-secondary:hover { background: #3e9c95; color: #fff; border-color: #3e9c95; }

/* Hero */
.reveria-hero-advanced { position: relative; background: #f6f8fb; overflow: hidden; }
.reveria-hero-advanced .hero-bg-canvas { display: none; }
.reveria-hero-advanced .hero-section { padding: 90px 24px; }
.reveria-hero-advanced .hero-container { max-width: 1240px; margin: 0 auto; }
.reveria-hero-advanced .hero-content-wrapper { display: grid; gap: 60px; align-items: center; }
.reveria-hero-advanced .hero-content-wrapper.layout-split { grid-template-columns: 1fr 1fr; }
.reveria-hero-advanced .hero-content-wrapper.layout-asymmetric { grid-template-columns: 6fr 4fr; }
.reveria-hero-advanced .hero-content-wrapper.layout-centered,
.reveria-hero-advanced .hero-content-wrapper.layout-fullwidth { grid-template-columns: 1fr; text-align: center; }
.reveria-hero-advanced .hero-eyebrow { display: inline-flex; align-items: center; margin-bottom: 20px; color: var(--ahi-accent); font-family: var(--font-dmsans); font-size: 14px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.reveria-hero-advanced .hero-eyebrow .eyebrow-inner { display: inline-flex; align-items: center; gap: 8px; }
.reveria-hero-advanced .hero-title { font-family: var(--font-lora); font-size: clamp(32px, 5vw, 54px); font-weight: 700; color: var(--ahi-text); margin: 0 0 20px; line-height: 1.12; letter-spacing: -.01em; }
.reveria-hero-advanced .hero-title .title-highlight { color: var(--ahi-accent); font-style: italic; }
.reveria-hero-advanced .hero-description { font-family: var(--font-dmsans); font-size: 17px; color: var(--ahi-muted); line-height: 1.6; margin-bottom: 28px; max-width: 560px; }
.reveria-hero-advanced .hero-cta-buttons { display: flex; flex-wrap: wrap; gap: 14px; }
.reveria-hero-advanced .hero-media-panel .media-container { position: relative; border-radius: 28px; overflow: hidden; box-shadow: 0 30px 60px -20px rgba(15,23,42,.25); aspect-ratio: 4/5; }
.reveria-hero-advanced .hero-media-panel img.hero-media,
.reveria-hero-advanced .hero-media-panel video.hero-media { width: 100%; height: 100%; object-fit: cover; display: block; }
.reveria-hero-advanced .booking-form-section,
.reveria-hero-advanced .scroll-indicator { display: none; }
@media (max-width: 900px) {
    .reveria-hero-advanced .hero-content-wrapper.layout-split,
    .reveria-hero-advanced .hero-content-wrapper.layout-asymmetric { grid-template-columns: 1fr; }
    .reveria-hero-advanced .hero-section { padding: 60px 20px; }
}

/* Content block (intro) */
.dc-cb { padding: 80px 24px; background: var(--ahi-surface); }
.dc-cb__wrap { max-width: 880px; margin: 0 auto; display: block; }
.dc-cb--has-toc .dc-cb__toc,
.dc-cb__toc-fab,
.dc-cb__toc-mobile-sheet,
.dc-cb__toc-mobile-backdrop { display: none; }
.dc-cb__article { font-family: var(--font-dmsans); color: var(--ahi-muted); font-size: 17px; line-height: 1.75; }
.dc-cb__article h2 { font-family: var(--font-lora); font-size: clamp(26px, 3.5vw, 36px); color: var(--ahi-text); margin: 0 0 16px; }
.dc-cb__article h3 { font-family: var(--font-lora); font-size: 22px; color: var(--ahi-text); margin: 28px 0 10px; }
.dc-cb__article p { margin: 0 0 18px; }
.dc-cb__article blockquote { margin: 28px 0; padding: 18px 24px; border-left: 4px solid var(--ahi-accent); background: var(--ahi-soft); color: var(--ahi-text); font-style: italic; border-radius: 0 10px 10px 0; }

/* Treatment cards grid */
.ec-section { padding: 90px 24px; background: var(--ahi-surface); }
.ec-wrap { max-width: 1200px; margin: 0 auto; }
.ec-header { text-align: center; margin-bottom: 50px; }
.ec-tag { display: inline-block; padding: 6px 14px; font-family: var(--font-dmsans); font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--ahi-accent); background: rgba(23,70,138,.08); border-radius: 999px; margin-bottom: 14px; }
.ec-title { font-family: var(--font-lora); font-size: clamp(28px, 4vw, 42px); color: var(--ahi-text); margin: 0 0 14px; line-height: 1.15; }
.ec-description { font-family: var(--font-dmsans); color: var(--ahi-muted); max-width: 640px; margin: 0 auto; font-size: 16px; line-height: 1.6; }
.ec-grid { display: grid; gap: 24px; list-style: none; padding: 0; margin: 0; }
.ec-grid--2 { grid-template-columns: repeat(2, 1fr); }
.ec-grid--3 { grid-template-columns: repeat(3, 1fr); }
.ec-grid--4 { grid-template-columns: repeat(4, 1fr); }
.ec-card { list-style: none; }
.ec-card__link { display: block; background: var(--ahi-surface); border: 1px solid var(--ahi-border); border-radius: 20px; overflow: hidden; color: inherit; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; height: 100%; }
.ec-card__link:hover { transform: translateY(-4px); box-shadow: 0 20px 40px -16px rgba(15,23,42,.18); border-color: rgba(23,70,138,.25); }
.ec-card__media { margin: 0; aspect-ratio: 4/5; background: var(--ahi-soft); overflow: hidden; }
.ec-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.ec-card__link:hover .ec-card__media img { transform: scale(1.04); }
.ec-card__body { padding: 22px 22px 26px; }
.ec-card__title { font-family: var(--font-lora); font-size: 20px; color: var(--ahi-text); margin: 0 0 6px; }
.ec-card__subtitle { font-family: var(--font-dmsans); font-size: 14.5px; color: var(--ahi-muted); margin: 0; line-height: 1.5; }
.ec-cta { text-align: center; margin-top: 40px; }
@media (max-width: 900px) {
    .ec-grid--4 { grid-template-columns: repeat(2, 1fr); }
    .ec-grid--3 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
    .ec-grid--4, .ec-grid--3, .ec-grid--2 { grid-template-columns: 1fr; }
}

/* USP grid */
.dc-ug { padding: 90px 24px; background: var(--ahi-soft); }
.dc-ug__wrap { max-width: 1200px; margin: 0 auto; }
.dc-ug__header { text-align: center; margin-bottom: 50px; }
.dc-ug__header .hero-eyebrow { color: var(--ahi-accent); font-family: var(--font-dmsans); font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 14px; display: inline-flex; align-items: center; gap: 8px; }
.dc-ug__title { font-family: var(--font-lora); font-size: clamp(28px, 4vw, 42px); color: var(--ahi-text); margin: 0 0 14px; line-height: 1.15; }
.dc-ug__desc { font-family: var(--font-dmsans); color: var(--ahi-muted); max-width: 640px; margin: 0 auto; font-size: 16px; line-height: 1.6; }
.dc-ug__grid { display: grid; gap: 20px; margin-top: 40px; }
.dc-ug__grid--2 { grid-template-columns: repeat(2, 1fr); }
.dc-ug__grid--3 { grid-template-columns: repeat(3, 1fr); }
.dc-ug__grid--4 { grid-template-columns: repeat(4, 1fr); }
.dc-ug__card { position: relative; background: #fff; border: 1px solid var(--ahi-border); border-radius: 20px; padding: 28px 26px; transition: transform .25s ease, box-shadow .25s ease; }
.dc-ug__card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px -18px rgba(15,23,42,.16); }
.dc-ug__card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.dc-ug__card-icon { width: 56px; height: 56px; border-radius: 14px; background: rgba(23,70,138,.08); color: var(--ahi-accent); display: inline-flex; align-items: center; justify-content: center; }
.dc-ug__card-icon svg { width: 30px; height: 30px; }
.dc-ug__card-num { font-family: var(--font-dmsans); font-size: 12px; font-weight: 700; letter-spacing: .1em; color: var(--ahi-accent); opacity: .5; }
.dc-ug__card-title { font-family: var(--font-lora); font-size: 19px; color: var(--ahi-text); margin: 0 0 8px; }
.dc-ug__card-text { font-family: var(--font-dmsans); font-size: 15px; color: #FFFFFF; margin: 0; line-height: 1.55; }
.dc-ug__cta { text-align: center; margin-top: 44px; }
@media (max-width: 960px) { .dc-ug__grid--3, .dc-ug__grid--4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .dc-ug__grid--2, .dc-ug__grid--3, .dc-ug__grid--4 { grid-template-columns: 1fr; } }

/* Testimonials carousel / results */
.tc-section { padding: 90px 24px; background: var(--ahi-surface); }
.tc-container { max-width: 1280px; margin: 0 auto; }
.tc-header { text-align: center; margin-bottom: 50px; }
.tc-tag { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; font-family: var(--font-dmsans); font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--ahi-accent); background: rgba(23,70,138,.08); border-radius: 999px; margin-bottom: 14px; }
.tc-title { font-family: var(--font-lora); font-size: clamp(28px, 4vw, 42px); color: var(--ahi-text); margin: 0 0 14px; line-height: 1.15; }
.tc-description { font-family: var(--font-dmsans); color: var(--ahi-muted); max-width: 640px; margin: 0 auto; font-size: 16px; line-height: 1.6; }
.tc-cta-wrapper { margin-top: 20px; }
.tc-cta-button { display: inline-flex; align-items: center; gap: 10px; padding: 10px 18px; border-radius: 999px; background: var(--ahi-soft); color: var(--ahi-text); font-family: var(--font-dmsans); font-weight: 600; font-size: 14px; text-decoration: none; }
.tc-carousel-wrapper { margin-top: 40px; }
.tc-carousel-track { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; }
.tc-card { background: var(--ahi-surface); border: 1px solid var(--ahi-border); border-radius: 20px; overflow: hidden; display: flex; flex-direction: column; }
.tc-video-container { position: relative; aspect-ratio: 9/12; background: #0f172a; overflow: hidden; }
.tc-video-wrapper { position: absolute; inset: 0; }
.tc-video-wrapper video,
.tc-video-wrapper img.tc-poster { width: 100%; height: 100%; object-fit: cover; display: block; }
.tc-profile { position: absolute; left: 14px; bottom: 14px; display: inline-flex; align-items: center; gap: 8px; padding: 6px 10px 6px 6px; background: rgba(255,255,255,.9); backdrop-filter: blur(6px); border-radius: 999px; font-family: var(--font-dmsans); font-size: 13px; font-weight: 600; color: var(--ahi-text); }
.tc-profile-image { width: 28px; height: 28px; border-radius: 50%; overflow: hidden; background: #e2e8f0; flex: 0 0 28px; }
.tc-profile-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tc-stats { display: flex; flex-wrap: wrap; gap: 6px; padding: 14px 14px 16px; }
.tc-stat-badge { display: inline-flex; align-items: center; padding: 5px 10px; border-radius: 999px; background: var(--ahi-soft); color: var(--ahi-text); font-family: var(--font-dmsans); font-size: 12px; font-weight: 600; }
.tc-pagination, .tc-nav-arrows { display: none; }

/* CTA Appointment */
.dc-cta { --cta-bg: #0a1628; --cta-accent: #17468A; position: relative; padding: 90px 24px; background: var(--cta-bg); color: #fff; overflow: hidden; }
.dc-cta__glow { position: absolute; width: 520px; height: 520px; border-radius: 50%; filter: blur(120px); opacity: .35; pointer-events: none; z-index: 0; }
.dc-cta__glow--1 { background: #17468A; top: -100px; left: -160px; }
.dc-cta__glow--2 { background: #2b62b7; bottom: -160px; right: -140px; }
.dc-cta__wrap { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.dc-cta__body .hero-eyebrow { color: #fff; margin-bottom: 18px; }
.dc-cta__heading { font-family: var(--font-lora); font-size: clamp(30px, 4.5vw, 46px); margin: 0 0 16px; line-height: 1.15; color: #fff; }
.dc-cta__desc { font-family: var(--font-dmsans); font-size: 17px; color: rgba(255,255,255,.8); margin: 0 0 24px; line-height: 1.6; }
.dc-cta__usps { list-style: none; padding: 0; margin: 0 0 28px; display: grid; gap: 10px; }
.dc-cta__usp { display: flex; align-items: center; gap: 12px; font-family: var(--font-dmsans); font-size: 15px; color: rgba(255,255,255,.92); }
.dc-cta__usp-check { width: 24px; height: 24px; border-radius: 50%; background: rgba(255,255,255,.14); color: #fff; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 24px; }
.dc-cta__usp-check svg { width: 14px; height: 14px; }
.dc-cta__actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 8px; }
.dc-cta__quick { display: inline-flex; gap: 10px; flex-wrap: wrap; }
.dc-cta__pill { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border-radius: 999px; background: rgba(255,255,255,.08); color: #fff; text-decoration: none; font-family: var(--font-dmsans); font-size: 14px; font-weight: 500; border: 1px solid rgba(255,255,255,.15); transition: background-color .2s ease; }
.dc-cta__pill:hover { background: rgba(255,255,255,.16); color: #fff; }
.dc-cta__pill svg { width: 16px; height: 16px; }
.dc-cta__visual { position: relative; }
.dc-cta__img { border-radius: 24px; overflow: hidden; background: #0f172a; }
.dc-cta__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.dc-cta__img--main { position: relative; aspect-ratio: 4/5; box-shadow: 0 30px 60px -20px rgba(0,0,0,.55); }
.dc-cta__img--f1, .dc-cta__img--f2 { position: absolute; width: 150px; aspect-ratio: 1; border: 4px solid #fff; box-shadow: 0 20px 40px -16px rgba(0,0,0,.5); }
.dc-cta__img--f1 { top: -24px; right: -22px; }
.dc-cta__img--f2 { bottom: -28px; left: 20px; }
.dc-cta__trust { position: absolute; left: -24px; bottom: 30px; background: #fff; color: var(--ahi-text); padding: 12px 16px; border-radius: 16px; box-shadow: 0 20px 40px -12px rgba(0,0,0,.35); font-family: var(--font-dmsans); display: inline-flex; gap: 10px; align-items: center; }
.dc-cta__trust-star { width: 28px; height: 28px; border-radius: 50%; background: #f59e0b; color: #fff; display: inline-flex; align-items: center; justify-content: center; }
.dc-cta__trust-star svg { width: 16px; height: 16px; }
.dc-cta__trust-body strong { font-family: var(--font-lora); font-size: 18px; color: var(--ahi-text); margin-right: 4px; }
.dc-cta__trust-body span { color: var(--ahi-muted); font-size: 13px; }
.dc-cta__float { display: none; } /* hide scrolling overlay on homepage */
.dc-cta .hero-btn-primary { background: #001830; color: #fff; box-shadow: 0 14px 30px -10px rgba(0,24,48,.45); }
.dc-cta .hero-btn-primary:hover { background: #3e9c95; color: #fff; box-shadow: 0 18px 40px -10px rgba(62,156,149,.7); }
@media (max-width: 900px) {
    .dc-cta__wrap { grid-template-columns: 1fr; }
    .dc-cta__trust { left: 12px; }
    .dc-cta__img--f1 { right: 12px; top: -16px; width: 110px; }
    .dc-cta__img--f2 { left: 12px; bottom: -16px; width: 110px; }
}

/* ═══════════════════════════════════════════════════════════════════════════
   Global section padding cascade — keeps themes consistent at tablet/mobile.
   Plugin widgets override with more specific selectors where needed.
   ═══════════════════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
    .reveria-hero-advanced .hero-section,
    .dc-cb,
    .ec-section,
    .dc-ug,
    .tc-section,
    .dc-cta { padding: 70px 24px; }
}
@media (max-width: 768px) {
    .reveria-hero-advanced .hero-section,
    .dc-cb,
    .ec-section,
    .dc-ug,
    .tc-section,
    .dc-cta { padding: 56px 18px; }
    .hero-btn { padding: 13px 22px; font-size: 14px; }
}
@media (max-width: 480px) {
    .reveria-hero-advanced .hero-section,
    .dc-cb,
    .ec-section,
    .dc-ug,
    .tc-section,
    .dc-cta { padding: 44px 16px; }
    .hero-btn { padding: 12px 20px; font-size: 13.5px; gap: 8px; }
}
