/* ==========================================================================
   Botulinoterapia Page Styles (Redesign)
   ========================================================================== */

/* Page container */
.botulinoterapia-page {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #FFF;
    font-family: 'Montserrat', sans-serif;
    color: #222222;
}

/* Header adjustments specific to this page */
body.page-template-page-botulinoterapia-php .header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: transparent !important;
    z-index: 100;
    border-bottom: none !important;
}

body.page-template-page-botulinoterapia-php .header.in {
    position: fixed;
    background: #FFFFFF !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* ==========================================================================
   Block 1: Hero Section (New Design)
   ========================================================================== */

.botulinoterapia-hero {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #F9F9F9;
    padding-top: 130px;
    padding-bottom: 0;
    box-sizing: border-box;
    overflow: hidden;
}

/* Mobile-only image hidden on desktop */
.botulinoterapia-hero .hero-mobile-image {
    display: none;
}

/* Decorative pink stripe on the left edge */
.hero-left-stripe {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    background: #FAD6D6; /* Pastel pink from site palette */
    z-index: 5;
}

.botulinoterapia-hero .hero-content {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 0;
    width: 100%;
    position: relative;
    min-height: 600px;
}

/* Left text column */
.botulinoterapia-hero .hero-text {
    flex: 1;
    max-width: 580px;
    position: relative;
    z-index: 10;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 0 80px 0;
}

.botulinoterapia-hero .hero-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.25;
    color: #008C8F; /* Primary Teal */
    margin: 0 0 25px 0;
    letter-spacing: -0.01em;
}

.botulinoterapia-hero .hero-description {
    font-size: 15px;
    line-height: 1.7;
    color: #4F4F4F;
    margin: 0 0 35px 0;
    font-weight: 400;
}

.botulinoterapia-hero .hero-actions-container {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* CTA Buttons */
.botulinoterapia-hero .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
    cursor: pointer;
}

.botulinoterapia-hero .btn-primary {
    background: #008C8F;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    padding: 22px 38px;
    border-radius: 0; /* Rounded rectangle instead of pill */
    border: none;
    height: 66px;
}

.botulinoterapia-hero .btn-primary:hover {
    background: #005254;
    transform: translateY(-1px);
}

/* Individual outline contact buttons */
.botulinoterapia-hero .hero-contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1.5px solid #008C8F;
    border-radius: 0;
    padding: 0 24px;
    background: transparent;
    height: 66px;
    box-sizing: border-box;
    text-decoration: none;
    color: #222222;
    font-size: 14.5px;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
}

.botulinoterapia-hero .hero-contact-btn:hover {
    background: rgba(0, 140, 143, 0.05);
    color: #008C8F;
    transform: translateY(-1px);
}

.botulinoterapia-hero .contact-icon {
    flex-shrink: 0;
}

/* Right image column */
.botulinoterapia-hero .hero-image-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    min-height: 100%;
}

/* Teal block behind the woman — centered, gradient bottom-to-top */
.botulinoterapia-hero .hero-image-bg-block {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
    bottom: 30px;
    width: 380px;
    background: linear-gradient(to top, #74A9AC 0%, rgba(116, 169, 172, 0) 100%);
    z-index: 1;
}

.botulinoterapia-hero .hero-girl-img {
    position: relative;
    z-index: 2;
    height: 580px;
    width: auto;
    object-fit: contain;
    display: block;
}

/* Benefits Section at the bottom */
.botulinoterapia-hero .hero-benefits {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    margin-top: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 35px;
    padding-bottom: 50px;
    position: relative;
    z-index: 10;
}

.botulinoterapia-hero .benefit-item {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
}

.botulinoterapia-hero .benefit-number-circle {
    width: 48px;
    height: 48px;
    border-radius: 0;
    border: 1.5px solid #008C8F; /* Brand teal */
    background: transparent;
    color: #008C8F; /* Brand teal */
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-sizing: border-box;
}

.botulinoterapia-hero .benefit-text {
    font-size: 13.5px;
    line-height: 1.5;
    color: #4F4F4F;
    font-weight: 500;
}

/* ==========================================================================
   Block 2: Trust Bar (Смуга довіри)
   ========================================================================== */

.trust-bar {
    position: relative;
    width: 100%;
    background: #008C8F;
    overflow: hidden;
}

/* Decorative watermark "m" in the upper right */
.trust-watermark {
    position: absolute;
    right: 0;
    top: 40px;
    font-size: 320px;
    font-weight: 700;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.08);
    color: transparent;
    line-height: 0.8;
    pointer-events: none;
    z-index: 1;
    font-family: 'Montserrat', sans-serif;
}

/* Intro text and stripe container */
.trust-intro-container {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    align-items: stretch;
    gap: 40px;
    padding: 70px 0 50px 0;
    position: relative;
    z-index: 2;
}
.trust-image-container {
    height: 100%;
    position: relative;
}
.trust-image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Pink stripe next to intro text */
.trust-stripe {
    width: 24px;
    background: #FAD6D6; /* Pastel pink from site palette */
    flex-shrink: 0;
}

.trust-bar .trust-intro {
    border-left: 1px solid #FFFFFF;
    padding-left: 40px;
    display: flex;
    align-items: center;
}

.trust-bar .trust-intro p {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.45;
    color: #FFFFFF;
}

.trust-bar .trust-intro strong {
    font-weight: 700;
}

/* Three columns with dividers */
.trust-bar .trust-columns {
    display: flex;
    justify-content: space-between;
    gap: 0;
    padding: 0 0 60px 0;
    position: relative;
    z-index: 2;
}

.trust-bar .trust-col {
    flex: 1;
    padding: 0 45px;
    box-sizing: border-box;
}

.trust-bar .trust-col:first-child {
    padding-left: 0;
}

.trust-bar .trust-col:last-child {
    padding-right: 0;
}

.trust-bar .trust-col:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.trust-bar .trust-col-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

/* transparent white outline numbers for trust columns */
.trust-bar .trust-col-number {
    width: auto;
    height: auto;
    border: none;
    display: block;
    flex-shrink: 0;
    color: #FAD6D6;
    font-size: 46px;
    font-weight: 700;
    line-height: 1;
    box-sizing: border-box;
}

.trust-bar .trust-col-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    color: #FFFFFF;
    margin: 0;
    text-transform: none;
}

/* Pink divider under header */
.trust-bar .trust-col-divider {
    width: 40px;
    height: 2px;
    background: #FAD6D6;
    margin: 15px 0;
}

.trust-bar .trust-col-text {
    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    padding: 0;
}

/* Bottom bar */
.trust-bottom-bar {
    background: rgba(0, 0, 0, 0.15);
    padding: 30px 0;
    position: relative;
    z-index: 2;
}

.trust-bottom-bar p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: #FFFFFF;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

/* ==========================================================================
   Block 3: Що це / Кому показано (About / Indications / Contraindications)
   ========================================================================== */

.botox-about-section {
    position: relative;
    width: 100%;
    background: #FFFFFF;
    padding: 90px 0 30px 0;
    box-sizing: border-box;
}

.botox-about-section .section-title {
    font-size: 38px;
    font-weight: 700;
    color: #008C8F; /* Teal */
    margin: 0 0 25px 0;
    line-height: 1.2;
}

/* Intro grid: text + image placeholder */
.botox-about-section .about-intro-grid {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 60px;
    align-items: stretch;
    margin-bottom: 70px;
}

.botox-about-section .about-intro-text {
    max-width: 720px;
}

.botox-about-section .about-definition {
    font-size: 15.5px;
    line-height: 1.8;
    color: #4F4F4F;
    font-weight: 400;
    margin: 0;
}

/* Styled camera container for image */
.botox-about-section .about-intro-image-container {
    display: block;
    background: #FAFAFA;
    border-radius: 0;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.botox-about-section .about-intro-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Lists grid: Indications vs Contraindications */
.botox-about-section .about-lists-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 30px;
}

.botox-about-section .about-card {
    background: transparent;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.botox-about-section .card-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.botox-about-section .card-icon-circle {
    width: 44px;
    height: 44px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.botox-about-section .card-icon-circle.bg-teal {
    background: #E8F5F5;
}

.botox-about-section .card-icon-circle.bg-pink {
    background: #FDF2F2;
}

.botox-about-section .card-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
}

.botox-about-section .card-title.text-teal {
    color: #008C8F;
}

.botox-about-section .card-title.text-pink {
    color: #C25E5E;
}

.botox-about-section .contra-intro {
    font-size: 14.5px;
    line-height: 1.6;
    color: #4F4F4F;
    margin: 0 0 25px 0;
}

.botox-about-section .contra-group {
    margin-bottom: 25px;
}

.botox-about-section .contra-subheading {
    font-size: 15px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 12px 0;
}

.botox-about-section .card-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 30px;
}

.botox-about-section .card-list li {
    position: relative;
    padding-left: 28px;
    font-size: 14px;
    line-height: 1.6;
    color: #4F4F4F;
}

/* Bullet list icons via pure SVG backgrounds */
.botox-about-section .card-list.list-check li {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23008C8F" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>') no-repeat left 3px;
    background-size: 16px 16px;
}

.botox-about-section .card-list.list-warning li {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23E07A7A" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><line x1="12" y1="8" x2="12" y2="12"/><line x1="12" y1="16" x2="12.01" y2="16"/></svg>') no-repeat left 3px;
    background-size: 16px 16px;
}

.botox-about-section .card-list.list-error li {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23E07A7A" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><line x1="18" y1="6" x2="6" y2="18"/><line x1="6" y1="6" x2="18" y2="18"/></svg>') no-repeat left 3px;
    background-size: 15px 15px;
}

.botox-about-section .contra-note {
    background: #FCF9F9;
    border-left: 3px solid #FAD6D6;
    padding: 16px 20px;
    margin-top: 10px;
    border-radius: 0;
}

.botox-about-section .contra-note p {
    font-size: 13px;
    line-height: 1.55;
    color: #666666;
    font-style: italic;
    margin: 0;
}

/* Comparison block */
.botox-about-section .comparison-card {
    background: #F6F8F8;
    border-radius: 0;
    padding: 50px;
    box-sizing: border-box;
}

.botox-about-section .comparison-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 40px auto;
}

.botox-about-section .comparison-title {
    font-size: 26px;
    font-weight: 700;
    color: #008C8F;
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.botox-about-section .comparison-subtitle {
    font-size: 14.5px;
    color: #666666;
    margin: 0;
    line-height: 1.5;
}

.botox-about-section .comparison-grid {
    display: flex;
    align-items: stretch;
    position: relative;
}

.botox-about-section .comparison-col {
    flex: 1;
    padding: 0 50px;
    box-sizing: border-box;
}

.botox-about-section .comparison-col.col-fillers {
    padding-left: 0;
}

.botox-about-section .comparison-col.col-botox {
    padding-right: 0;
}

.botox-about-section .comp-text {
    font-size: 15.5px;
    line-height: 1.85;
    color: #4F4F4F;
    margin: 0;
}


.botox-about-section .comparison-divider-line {
    width: 1px;
    background: rgba(0, 0, 0, 0.08);
    position: relative;
    flex-shrink: 0;
}

.botox-about-section .vs-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #008C8F;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 140, 143, 0.2);
    z-index: 5;
}

/* ==========================================================================
   Block 4: Технологія / Препарат (Technology / Preparation)
   ========================================================================== */

.botox-tech-section {
    position: relative;
    width: 100%;
    background: #FFFFFF;
    padding: 50px 0 100px 0;
    box-sizing: border-box;
    overflow: hidden;
}

/* Intro paragraph wrapper */
.botox-tech-section .tech-intro-wrapper {
    max-width: 820px;
    margin-bottom: 60px;
}

.botox-tech-section .tech-main-title {
    font-size: 38px;
    font-weight: 700;
    color: #008C8F;
    margin: 0 0 25px 0;
    line-height: 1.25;
}

.botox-tech-section .tech-desc-paragraph {
    font-size: 15.5px;
    line-height: 1.8;
    color: #4F4F4F;
    margin: 0 0 20px 0;
    font-weight: 400;
}

.botox-tech-section .tech-desc-paragraph:last-child {
    margin-bottom: 0;
}

/* Preparations cards grid */
.botox-tech-section .preparations-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 90px;
    position: relative;
    z-index: 2;
}

.botox-tech-section .prep-card {
    background: #FFFFFF;
    border-radius: 0;
    padding: 45px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.botox-tech-section .card-xeomin {
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.botox-tech-section .card-dysport {
    background: #008C8F;
    color: #FFFFFF;
}

.botox-tech-section .prep-card-header {
    margin-bottom: 30px;
}

.botox-tech-section .prep-card-title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.botox-tech-section .prep-brand-title {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.05em;
    margin: 0;
    line-height: 1;
}

.botox-tech-section .card-xeomin .prep-brand-title {
    color: #E57373; /* Coral/pink color */
}

.botox-tech-section .card-dysport .prep-brand-title {
    color: #FFFFFF;
}

.botox-tech-section .prep-country {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #888888;
}

.botox-tech-section .card-dysport .prep-country {
    color: rgba(255, 255, 255, 0.7);
}

.botox-tech-section .prep-country .flag-icon {
    font-size: 16px;
}

/* Two-column layout in prep cards: left placeholder, right bullets list */
.botox-tech-section .prep-details-row {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 30px;
    align-items: center;
    margin-bottom: 30px;
}

.botox-tech-section .prep-product-image-container {
    height: 180px;
    background: #FFFFFF;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #EEEEEE;
    padding: 10px;
}

.botox-tech-section .card-dysport .prep-product-image-container {
    background: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.botox-tech-section .prep-product-img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}



/* Checkmarks lists in prep cards */
.botox-tech-section .prep-checkmarks-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.botox-tech-section .prep-checkmarks-list li {
    position: relative;
    padding-left: 28px;
    font-size: 13.5px;
    font-weight: 500;
    line-height: 1.45;
}

.botox-tech-section .card-xeomin .prep-checkmarks-list li {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23008C8F" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>') no-repeat left center;
    background-size: 16px 16px;
    color: #4F4F4F;
}

.botox-tech-section .card-dysport .prep-checkmarks-list li {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23FFFFFF" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>') no-repeat left center;
    background-size: 16px 16px;
    color: #FFFFFF;
}

.botox-tech-section .prep-description {
    font-size: 14.5px;
    line-height: 1.75;
    margin: 0;
}

.botox-tech-section .card-xeomin .prep-description {
    color: #4F4F4F;
}

.botox-tech-section .card-dysport .prep-description {
    color: rgba(255, 255, 255, 0.9);
}

/* Relocated and Centered Doctor Bio Card (2 Columns: Photo Left, Text Right) */
.botox-tech-section .tech-doctor-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 90px;
    position: relative;
    z-index: 2;
}

.botox-tech-section .tech-doctor-col {
    width: 100%;
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1fr 1.15fr 1.35fr;
    gap: 0;
    align-items: stretch;
    position: relative;
    padding-top: 0;
}

.botox-tech-section .doctor-photo-container {
    border-radius: 0;
    height: 480px;
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    align-self: center;
}

.botox-tech-section .doctor-photo-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.botox-tech-section .doctor-bio-card {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    border-radius: 0;
    padding: 35px;
    margin-left: -50px; /* horizontal overlap for layered look */
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.botox-tech-section .doc-card-name {
    font-size: 22px;
    font-weight: 700;
    color: #008C8F;
    margin: 0 0 10px 0;
}

.botox-tech-section .doc-card-subtitle {
    font-size: 13.5px;
    line-height: 1.5;
    color: #666666;
    margin: 0 0 25px 0;
}

/* Premium Doctor Stats */
.botox-tech-section .doc-stats-row {
    display: flex;
    gap: 25px;
    margin-bottom: 25px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    padding: 18px 0;
}

.botox-tech-section .doc-stat-item {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
}

.botox-tech-section .stat-icon-wrapper {
    width: 44px;
    height: 44px;
    border-radius: 0;
    background: #E8F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.botox-tech-section .stat-icon-number {
    width: 44px;
    height: 44px;
    border-radius: 0;
    border: 1.5px solid #008C8F;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #008C8F;
    font-size: 16px;
    font-weight: 700;
    background: transparent;
    box-sizing: border-box;
}

.botox-tech-section .stat-icon {
    display: block;
}

.botox-tech-section .stat-icon-img {
    width: 24px;
    height: 24px;
    display: block;
    object-fit: contain;
    filter: invert(36%) sepia(85%) saturate(1478%) hue-rotate(142deg) brightness(95%) contrast(101%);
}

.botox-tech-section .stat-info {
    display: flex;
    flex-direction: column;
}

.botox-tech-section .stat-num {
    font-size: 26px;
    font-weight: 700;
    color: #008C8F;
    line-height: 1.1;
    margin-bottom: 2px;
}

.botox-tech-section .stat-label {
    font-size: 12px;
    line-height: 1.35;
    color: #666666;
}

.botox-tech-section .doc-card-text {
    font-size: 13.5px;
    line-height: 1.65;
    color: #4F4F4F;
    margin: 0 0 12px 0;
}

.botox-tech-section .doc-card-text:last-child {
    margin-bottom: 0;
}

/* Doctor comment card with aligned doctor cutout */
.botox-tech-section .doctor-comment-card {
    background: #FDF5F5; /* Very soft pink/red background */
    border-radius: 0;
    padding: 35px 35px 35px 55px;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    margin-left: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.botox-tech-section .comment-quote-symbol {
    position: absolute;
    left: 40px;
    top: -10px;
    font-size: 120px;
    font-weight: 900;
    color: #FAD6D6;
    opacity: 0.6;
    line-height: 1;
    pointer-events: none;
    font-family: Georgia, serif;
}

.botox-tech-section .comment-grid-layout {
    display: block; /* Removed grid since avatar is gone */
}

.botox-tech-section .comment-avatar-container {
    display: none; /* Removed avatar container */
}

.botox-tech-section .comment-avatar-img {
    display: none; /* Removed avatar image */
}

.botox-tech-section .comment-content {
    display: flex;
    flex-direction: column;
    padding-bottom: 0; /* Padding is now handled by parent card */
}

.botox-tech-section .comment-section-title {
    font-size: 16px;
    font-weight: 700;
    color: #008C8F;
    margin: 0 0 20px 0;
}

.botox-tech-section .comment-text-paragraphs p {
    font-size: 14px;
    line-height: 1.7;
    color: #4F4F4F;
    font-style: italic;
    margin: 0 0 15px 0;
}

.botox-tech-section .comment-text-paragraphs p:last-child {
    margin-bottom: 0;
}

.botox-tech-section .comment-author-info {
    margin-top: 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 15px;
}

.botox-tech-section .comment-author-name {
    font-size: 14.5px;
    font-weight: 700;
    color: #333333;
}

.botox-tech-section .comment-author-role {
    font-size: 12.5px;
    color: #666666;
    margin-top: 3px;
    line-height: 1.4;
}

/* CTA Wrapper */
.botox-tech-section .tech-cta-wrapper {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    position: relative;
    z-index: 2;
    margin-top: 20px;
}

.botox-tech-section .tech-cta-wrapper .btn-primary {
    background: #008C8F;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    padding: 22px 38px;
    border-radius: 0;
    border: none;
    height: 66px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-sizing: border-box;
    cursor: pointer;
}

.botox-tech-section .tech-cta-wrapper .btn-primary:hover {
    background: #005254;
    transform: translateY(-1px);
}

.botox-tech-section .cta-subtitle {
    font-size: 13.5px;
    color: #666666;
    font-weight: 500;
}

/* ==========================================================================
   Block 5: Як проходить процедура (How it works)
   ========================================================================== */

.botox-procedure-section {
    position: relative;
    width: 100%;
    background: #008C8F; /* Solid brand green/teal */
    padding: 100px 0;
    box-sizing: border-box;
}

.botox-procedure-section .procedure-intro {
    max-width: 800px;
    margin: 0 auto 50px auto;
    text-align: center;
}

.botox-procedure-section .procedure-title {
    font-size: 38px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0;
    line-height: 1.2;
}

.botox-procedure-section .procedure-subtitle {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
}

/* Timeline Container */
.botox-procedure-section .procedure-timeline-container {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

/* Hide vertical timeline line everywhere */
.botox-procedure-section .timeline-line {
    display: none !important;
}

/* Timeline steps wrapper */
.botox-procedure-section .timeline-steps {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
    z-index: 2;
}

.botox-procedure-section .timeline-step {
    display: flex;
    position: relative;
    width: 100%;
}

/* Position nodes and cards (mobile defaults) */
.botox-procedure-section .step-left {
    justify-content: flex-start;
}

.botox-procedure-section .step-right {
    justify-content: flex-end;
}

/* Step card styles */
.botox-procedure-section .step-card {
    width: 45%;
    background: #FFFFFF;
    border-radius: 0;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    position: relative;
    transition: transform 0.3s ease;
}

.botox-procedure-section .step-card:hover {
    transform: translateY(-2px);
}

.botox-procedure-section .step-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #008C8F;
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.botox-procedure-section .step-text {
    font-size: 14px;
    line-height: 1.65;
    color: #555555;
    margin: 0;
}

.botox-procedure-section .step-text strong {
    color: #008C8F;
    font-weight: 700;
}

/* Timeline circles with numbers (default/mobile style) */
.botox-procedure-section .step-number-circle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 25px;
    width: 48px;
    height: 48px;
    border-radius: 0;
    background: linear-gradient(135deg, #FFF0F0 0%, #FAD6D6 100%);
    border: 3px solid #FFFFFF;
    color: #008C8F;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(250, 214, 214, 0.6);
    z-index: 5;
}

/* Desktop Styles for horizontal layout */
@media screen and (min-width: 1121px) {
    .botox-procedure-section .procedure-steps-flow {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        column-gap: 50px !important;
        row-gap: 70px !important;
        max-width: 1100px;
        margin: 50px auto 0 auto;
        position: relative;
    }

    .botox-procedure-section .timeline-step {
        display: block !important;
        position: relative;
        width: 100%;
    }

    /* Grid positions for horizontal flow */
    .botox-procedure-section .step-1 {
        grid-column: 1;
        grid-row: 1;
    }
    .botox-procedure-section .step-2 {
        grid-column: 2;
        grid-row: 1;
    }
    .botox-procedure-section .step-3 {
        grid-column: 3;
        grid-row: 1;
    }
    .botox-procedure-section .step-4 {
        grid-column: 2;
        grid-row: 2;
    }
    .botox-procedure-section .step-5 {
        grid-column: 1;
        grid-row: 2;
    }

    /* Card styling on desktop */
    .botox-procedure-section .step-card {
        width: 100% !important;
        padding: 45px 30px 30px 30px !important;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08) !important;
        height: 100%; /* Stretch equally in row */
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        text-align: left;
    }

    /* Overlapping Number circle on desktop */
    .botox-procedure-section .timeline-step .step-number-circle {
        top: -24px !important;
        left: 30px !important;
        transform: none !important;
        box-shadow: 0 8px 20px rgba(250, 214, 214, 0.6) !important;
    }
}

/* ==========================================================================
   Block 6: Очікуваний ефект (Expected Effect)
   ========================================================================== */

.botox-effect-section {
    position: relative;
    width: 100%;
    background: #FFFFFF;
    padding: 100px 0;
    box-sizing: border-box;
}

.botox-effect-section .effect-grid-main {
    display: block;
}

.botox-effect-section .effect-content-col {
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* Header with pink stripe on the left edge */
.botox-effect-section .effect-stripe-container {
    display: flex;
    align-items: stretch;
    gap: 24px;
    margin-bottom: 50px;
}

.botox-effect-section .effect-stripe {
    width: 24px;
    background: #FAD6D6; /* Pastel pink theme color */
    flex-shrink: 0;
}

.botox-effect-section .effect-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.botox-effect-section .effect-title {
    font-size: 38px;
    font-weight: 700;
    color: #008C8F; /* Brand teal */
    margin: 0 0 5px 0;
    line-height: 1.1;
    letter-spacing: -0.01em;
}

.botox-effect-section .effect-subtitle {
    font-size: 20px;
    font-weight: 700;
    color: #008C8F;
    margin: 0;
    line-height: 1.2;
}

/* 2-column benefits grid */
.botox-effect-section .effect-items-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 50px;
}

.botox-effect-section .effect-items-col {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.botox-effect-section .effect-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.botox-effect-section .effect-icon-circle {
    width: 52px;
    height: 52px;
    border-radius: 0;
    background: #FDF2F2; /* Soft light pink */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #008C8F;
    font-size: 18px;
    font-weight: 700;
}

.botox-effect-section .effect-text {
    font-size: 14px;
    line-height: 1.65;
    color: #4F4F4F;
    margin: 0;
}

.botox-effect-section .effect-text strong {
    color: #008C8F;
    font-weight: 700;
}

/* Warning / info banner at the bottom */
.botox-effect-section .effect-warning-note {
    display: flex;
    align-items: center;
    gap: 25px;
    background: #F4F9F9; /* Soft light-blue/teal background */
    border-radius: 0;
    padding: 25px 30px;
    box-sizing: border-box;
    width: 100%;
}

.botox-effect-section .warning-icon-circle {
    width: 44px;
    height: 44px;
    border-radius: 0;
    background: #FFFFFF;
    border: 1.5px solid #008C8F;
    color: #008C8F;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.botox-effect-section .warning-text {
    font-size: 13.5px;
    line-height: 1.6;
    color: #4F4F4F;
    margin: 0;
}

/* Right Column: Photo placeholder */
.botox-effect-section .effect-image-col {
    width: 100%;
    position: relative;
    display: flex;
}

.botox-effect-section .effect-woman-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    display: block;
}

.botox-effect-section .effect-image-placeholder {
    width: 100%;
    height: 100%; /* Stretch to fill parent height */
    min-height: 520px; /* Base height on desktop */
    background: #FAFAFA;
    border: 1.5px dashed #E0E0E0;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.botox-effect-section .effect-image-slot {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    color: #BDBDBD;
    font-size: 13.5px;
    font-weight: 500;
    text-align: center;
}

/* ==========================================================================
   Responsive Breakpoints
   ========================================================================== */

/* Medium Screens (1120px to 1310px) */
@media (min-width: 1120px) and (max-width: 1310px) {
    .botulinoterapia-hero .hero-title {
        font-size: 36px;
    }
    
    .botulinoterapia-hero .hero-description {
        font-size: 14px;
    }

    .botulinoterapia-hero .hero-content {
        min-height: 520px;
    }

    .botulinoterapia-hero .hero-girl-img {
        height: 500px;
    }

    .trust-bar .trust-intro p {
        font-size: 24px;
    }

    .trust-bar .trust-columns {
        gap: 30px;
    }

    /* Block 3 Medium adjustments */
    .botox-about-section .about-intro-grid {
        gap: 40px;
    }
    .botox-about-section .about-lists-grid {
        gap: 30px;
    }
    .botox-about-section .about-card {
        padding: 35px;
    }

    /* Block 4 Medium adjustments */
    .botox-tech-section .preparations-grid {
        gap: 30px;
    }
    .botox-tech-section .prep-card {
        padding: 35px;
    }
    .botox-tech-section .prep-details-row {
        gap: 20px;
    }
}

/* Tablet Screens (up to 1120px) */
@media screen and (max-width: 1120px) {
    .botulinoterapia-hero {
        padding-top: 80px;
        padding-bottom: 0;
    }

    .hero-left-stripe {
        width: 20px;
    }

    .botulinoterapia-hero .hero-content {
        flex-direction: column;
        gap: 0;
        min-height: auto;
        align-items: center;
    }

    .botulinoterapia-hero .hero-text {
        max-width: 100%;
        text-align: center;
        align-items: center;
        padding: 0 0 40px 0;
    }

    .botulinoterapia-hero .hero-title {
        font-size: 28px;
        text-align: center;
    }

    .botulinoterapia-hero .hero-mobile-image {
        display: block;
        width: calc(100% + 40px);
        max-width: none;
        margin: 25px -20px 30px -20px;
        position: relative;
    }

    .botulinoterapia-hero .hero-mobile-image img {
        width: 100%;
        height: auto;
        max-height: 380px;
        object-fit: contain;
        display: block;
    }

    .botulinoterapia-hero .hero-description {
        font-size: 14px;
        max-width: 600px;
        text-align: center;
    }

    .botulinoterapia-hero .hero-actions-container {
        width: 100%;
        justify-content: center;
    }

    .botulinoterapia-hero .hero-image-container {
        display: none !important;
    }

    .botulinoterapia-hero .hero-benefits {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
        max-width: 500px;
        margin: 40px auto 0;
        width: 100%;
        border-top: 1px solid rgba(0, 0, 0, 0.08);
        padding-top: 25px;
        padding-bottom: 40px;
    }

    /* Trust Bar Tablet adjustments */
    .trust-bar .trust-intro-container {
        padding: 50px 0 35px 0;
        gap: 30px;
        grid-template-columns: 1fr 1.2fr;
    }

    .trust-bar .trust-intro {
        padding-left: 30px;
    }

    .trust-bar .trust-intro p {
        font-size: 22px;
        line-height: 1.4;
    }

    .trust-bar .trust-columns {
        padding-bottom: 40px;
    }

    .trust-bar .trust-col {
        padding: 0 20px;
    }

    .trust-bar .trust-col-title {
        font-size: 15px;
    }

    .trust-bar .trust-col-text {
        font-size: 13px;
        line-height: 1.6;
    }

    .trust-watermark {
        font-size: 240px;
        top: 20px;
    }

    .trust-bottom-bar {
        padding: 25px 0;
    }

    .trust-bottom-bar p {
        font-size: 13.5px;
    }

    /* Block 3 Tablet adjustments */
    .botox-about-section {
        padding: 60px 0 20px 0;
    }
    .botox-about-section .about-intro-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .botox-about-section .about-intro-image-container {
        height: 240px;
        max-width: 450px;
        margin: 0 auto;
        width: 100%;
        order: -1;
    }
    .botox-about-section .card-list {
        grid-template-columns: 1fr;
    }
    .botox-about-section .about-lists-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 25px;
    }
    .botox-about-section .about-card {
        padding: 35px;
    }
    .botox-about-section .comparison-card {
        padding: 35px;
    }
    .botox-about-section .comparison-col {
        padding: 0 30px;
    }

    /* Block 4 Tablet adjustments */
    .botox-tech-section {
        padding: 30px 0 60px 0;
    }
    .botox-tech-section .preparations-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 60px;
    }
    .botox-tech-section .prep-card {
        padding: 35px;
    }
    .botox-tech-section .tech-doctor-col {
        grid-template-columns: 1fr 1.2fr;
        max-width: 900px;
        margin: 0 auto;
        width: 100%;
        align-items: center;
    }
    .botox-tech-section .doctor-photo-container {
        height: 420px;
    }
    .botox-tech-section .doctor-bio-card {
        margin-left: -40px;
        padding: 35px;
    }
    .botox-tech-section .doctor-comment-card {
        grid-column: span 2;
        padding: 40px 30px;
        margin-left: 0;
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .botox-tech-section .comment-quote-symbol {
        font-size: 90px;
        left: 20px;
    }
    .botox-tech-section .comment-content {
        padding-bottom: 0;
        text-align: left;
    }

    /* Block 5 Tablet adjustments */
    .botox-procedure-section {
        padding: 60px 0;
    }
    .botox-procedure-section .procedure-intro {
        margin-bottom: 50px;
    }
    .botox-procedure-section .timeline-line {
        left: 24px;
        transform: none;
        top: 20px;
        bottom: 20px;
    }
    .botox-procedure-section .timeline-step {
        padding-left: 65px;
        justify-content: flex-start;
        box-sizing: border-box;
    }
    .botox-procedure-section .step-number-circle {
        left: 24px;
        transform: translateX(-50%);
        top: 15px;
    }
    .botox-procedure-section .step-card {
        width: 100%;
        padding: 25px;
    }

    /* Block 6 Tablet adjustments */
    .botox-effect-section {
        padding: 60px 0;
    }
}

/* Mobile Screens (up to 730px) */
@media screen and (max-width: 730px) {
    body.page-template-page-botulinoterapia-php .header {
        position: relative !important;
        background: #FFFFFF !important;
    }

    .botulinoterapia-hero {
        padding-top: 5px;
        padding-bottom: 0;
    }

    .hero-left-stripe {
        width: 8px;
    }

    .botulinoterapia-hero .hero-text {
        padding: 0;
    }

    .botulinoterapia-hero .hero-title {
        font-size: 20px;
        line-height: 1.25;
        margin-bottom: 10px;
    }

    .botulinoterapia-hero .hero-mobile-image {
        width: calc(100% + 40px);
        max-width: none;
        margin: 15px -20px 20px -20px;
    }

    .botulinoterapia-hero .hero-mobile-image img {
        max-height: 150px;
    }

    .botulinoterapia-hero .hero-description {
        font-size: 12.5px;
        line-height: 1.5;
        margin-bottom: 12px;
    }

    .botulinoterapia-hero .hero-actions-container {
        flex-direction: column;
        gap: 8px;
        width: 100%;
    }

    .botulinoterapia-hero .hero-primary-action {
        width: 100%;
    }

    .botulinoterapia-hero .btn-primary {
        width: 100%;
        padding: 12px 15px;
        font-size: 13.5px;
        height: auto;
    }

    .botulinoterapia-hero .hero-contact-btn {
        width: 100%;
        padding: 12px 15px;
        height: auto;
        justify-content: center;
        font-size: 13.5px;
    }

    .botulinoterapia-hero .hero-benefits {
        margin-top: 30px;
        gap: 18px;
        padding-bottom: 30px;
    }

    .botulinoterapia-hero .benefit-text {
        font-size: 13px;
    }

    .botulinoterapia-hero .benefit-number-circle {
        width: 44px;
        height: 44px;
        font-size: 16px;
    }

    /* Trust Bar Mobile adjustments */
    .trust-bar .trust-intro-container {
        padding: 40px 0 30px 0;
        gap: 20px;
        grid-template-columns: 1fr;
    }
    .trust-image-container {
        grid-column: 1 / -1;
        height: 240px;
        margin-top: 0;
    }

    .trust-stripe {
        width: 12px;
    }

    .trust-bar .trust-intro {
        padding: 0;
        border-left: none;
    }

    .trust-bar .trust-intro p {
        font-size: 17px;
        line-height: 1.45;
    }

    .trust-bar .trust-columns {
        flex-direction: column;
        gap: 30px;
        padding-bottom: 40px;
    }

    .trust-bar .trust-col {
        width: 100%;
        padding: 0;
        border-right: none !important;
    }

    .trust-bar .trust-col:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        padding-bottom: 25px;
    }

    .trust-bar .trust-col-header {
        gap: 12px;
        margin-bottom: 15px;
    }

    .trust-bar .trust-col-number {
        width: auto;
        height: auto;
        font-size: 36px;
    }

    .trust-bar .trust-col-title {
        font-size: 15px;
    }

    .trust-bar .trust-col-divider {
        margin: 10px 0;
    }

    .trust-bar .trust-col-text {
        font-size: 13px;
        line-height: 1.6;
    }

    .trust-watermark {
        display: none;
    }

    .trust-bottom-bar {
        padding: 22px 15px;
    }

    .trust-bottom-bar p {
        font-size: 13px;
        line-height: 1.6;
    }

    /* Block 3 Mobile adjustments */
    .botox-about-section {
        padding: 50px 0 15px 0;
    }
    .botox-about-section .section-title {
        font-size: 28px;
        margin-bottom: 20px;
        text-align: center;
    }
    .botox-about-section .about-intro-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 40px;
    }
    .botox-about-section .about-intro-text {
        text-align: center;
    }
    .botox-about-section .about-definition {
        font-size: 14px;
        line-height: 1.7;
    }
    .botox-about-section .about-intro-image-container {
        height: 200px;
    }
    .botox-about-section .about-lists-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-bottom: 40px;
    }
    .botox-about-section .about-lists-grid.slick-initialized {
        display: block !important;
        margin-bottom: 25px;
    }
    .botox-about-section .about-lists-grid .slick-track {
        display: flex !important;
        align-items: flex-start !important;
    }
    .botox-about-section .about-lists-grid .slick-slide {
        height: auto !important;
        display: flex !important;
        justify-content: center;
        align-items: flex-start !important;
        padding: 10px 15px 20px 15px !important;
        box-sizing: border-box;
    }
    .botox-about-section .about-lists-grid .about-card {
        width: 100% !important;
        height: 100%;
        margin: 0 !important;
        box-shadow: none !important;
        border: 1px solid rgba(0, 0, 0, 0.08) !important;
    }
    .botox-about-section .about-card {
        padding: 30px 20px;
        text-align: left;
    }
    /* Dots styling */
    .botox-about-section .about-lists-grid .slick-dots {
        position: static;
        display: flex !important;
        justify-content: center;
        list-style: none;
        padding: 0;
        margin: 15px 0 0 0;
        gap: 8px;
        width: 100%;
    }
    .botox-about-section .about-lists-grid .slick-dots li {
        margin: 0;
        padding: 0;
        width: auto;
        height: auto;
    }
    .botox-about-section .about-lists-grid .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 8px;
        height: 8px;
        padding: 0;
        cursor: pointer;
        border: none;
        border-radius: 0;
        background: #D9D9D9;
        transition: all 0.3s ease;
    }
    .botox-about-section .about-lists-grid .slick-dots li.slick-active button {
        background: #008C8F;
        transform: scale(1.25);
    }
    .botox-about-section .card-header {
        margin-bottom: 20px;
    }
    .botox-about-section .card-title {
        font-size: 18px;
    }
    .botox-about-section .contra-note {
        padding: 12px 15px;
    }
    .botox-about-section .comparison-card {
        padding: 30px 20px;
        border-radius: 0;
    }
    .botox-about-section .comparison-header {
        margin-bottom: 30px;
    }
    .botox-about-section .comparison-title {
        font-size: 20px;
    }
    .botox-about-section .comparison-subtitle {
        font-size: 13px;
    }
    .botox-about-section .comparison-grid {
        flex-direction: column;
        gap: 30px;
    }
    .botox-about-section .comparison-col {
        padding: 0;
        text-align: center;
    }
    .botox-about-section .comp-text {
        font-size: 14px;
        line-height: 1.7;
    }
    .botox-about-section .comparison-divider-line {
        width: 100%;
        height: 1px;
        background: rgba(0, 0, 0, 0.08);
        margin: 10px 0;
    }
    .botox-about-section .vs-circle {
        width: 30px;
        height: 30px;
        font-size: 10px;
    }

    /* Block 4 Mobile adjustments */
    .botox-tech-section {
        padding: 25px 0 50px 0;
    }
    .botox-tech-section .tech-intro-wrapper {
        margin-bottom: 40px;
        text-align: center;
    }
    .botox-tech-section .tech-main-title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .botox-tech-section .tech-desc-paragraph {
        font-size: 14px;
        line-height: 1.7;
    }
    .botox-tech-section .preparations-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-bottom: 40px;
    }
    .botox-tech-section .preparations-grid.slick-initialized {
        display: block !important;
        margin-bottom: 25px;
    }
    .botox-tech-section .preparations-grid .slick-track {
        display: flex !important;
        align-items: flex-start !important;
    }
    .botox-tech-section .preparations-grid .slick-slide {
        height: auto !important;
        display: flex !important;
        justify-content: center;
        align-items: flex-start !important;
        padding: 10px 15px 20px 15px !important;
        box-sizing: border-box;
    }
    .botox-tech-section .preparations-grid .prep-card {
        width: 100% !important;
        height: 100%;
        margin: 0 !important;
        box-shadow: none !important;
    }
    .botox-tech-section .card-xeomin {
        border: 1px solid rgba(0, 0, 0, 0.08) !important;
    }
    .botox-tech-section .card-dysport {
        border: none !important;
    }
    .botox-tech-section .prep-card {
        padding: 30px 20px;
        border-radius: 0;
    }
    /* Dots styling */
    .botox-tech-section .preparations-grid .slick-dots {
        position: static;
        display: flex !important;
        justify-content: center;
        list-style: none;
        padding: 0;
        margin: 15px 0 0 0;
        gap: 8px;
        width: 100%;
    }
    .botox-tech-section .preparations-grid .slick-dots li {
        margin: 0;
        padding: 0;
        width: auto;
        height: auto;
    }
    .botox-tech-section .preparations-grid .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 8px;
        height: 8px;
        padding: 0;
        cursor: pointer;
        border: none;
        border-radius: 0;
        background: #D9D9D9;
        transition: all 0.3s ease;
    }
    .botox-tech-section .preparations-grid .slick-dots li.slick-active button {
        background: #008C8F;
        transform: scale(1.25);
    }
    .botox-tech-section .prep-brand-title {
        font-size: 20px;
    }
    .botox-tech-section .prep-country {
        font-size: 12px;
    }
    .botox-tech-section .prep-details-row {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 20px;
    }
    .botox-tech-section .prep-product-image-container {
        height: 150px;
    }
    .botox-tech-section .prep-description {
        font-size: 13.5px;
        line-height: 1.65;
    }
    .botox-tech-section .tech-doctor-wrapper {
        margin-bottom: 50px;
    }
    .botox-tech-section .tech-doctor-col {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .botox-tech-section .doctor-photo-container {
        height: 280px;
    }
    .botox-tech-section .doctor-bio-card {
        padding: 30px 20px;
        margin-top: -100px; /* vertical overlap on mobile */
        margin-left: 10px;
        margin-right: 10px;
    }
    .botox-tech-section .doc-card-name {
        font-size: 19px;
        text-align: center;
    }
    .botox-tech-section .doc-card-subtitle {
        font-size: 13px;
        text-align: center;
        margin-bottom: 20px;
    }
    .botox-tech-section .doc-stats-row {
        flex-direction: column;
        gap: 15px;
        padding: 15px 0;
        margin-bottom: 20px;
    }
    .botox-tech-section .doc-stat-item {
        width: 100%;
        justify-content: center;
    }
    .botox-tech-section .stat-icon-wrapper {
        width: 40px;
        height: 40px;
    }
    .botox-tech-section .stat-icon-number {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
    .botox-tech-section .stat-num {
        font-size: 22px;
        text-align: left;
    }
    .botox-tech-section .stat-label {
        font-size: 11px;
        text-align: left;
    }
    .botox-tech-section .doc-card-text {
        font-size: 13px;
        line-height: 1.6;
    }
    .botox-tech-section .doctor-comment-card {
        grid-column: span 1;
        padding: 30px 20px;
        border-radius: 0;
        margin-left: 0;
        margin-top: 25px;
        margin-bottom: 40px;
    }
    .botox-tech-section .comment-quote-symbol {
        display: none;
    }
    .botox-tech-section .comment-content {
        padding-bottom: 0;
        text-align: left;
    }
    .botox-tech-section .comment-section-title {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .botox-tech-section .comment-text-paragraphs p {
        font-size: 13px;
        line-height: 1.65;
    }
    .botox-tech-section .comment-author-info {
        margin-top: 20px;
        padding-top: 10px;
    }
    .botox-tech-section .comment-author-name {
        font-size: 13.5px;
    }
    .botox-tech-section .comment-author-role {
        font-size: 12px;
    }
    .botox-tech-section .tech-cta-wrapper {
        margin-top: 10px;
    }
    .botox-tech-section .tech-cta-wrapper .btn-primary {
        width: 100%;
        padding: 16px 20px;
        font-size: 14px;
        height: auto;
    }
    .botox-tech-section .cta-subtitle {
        font-size: 12.5px;
        line-height: 1.4;
    }

    /* Block 5 Mobile adjustments */
    .botox-procedure-section {
        padding: 50px 0;
    }
    .botox-procedure-section .procedure-title {
        font-size: 28px;
    }
    .botox-procedure-section .procedure-subtitle {
        font-size: 14px;
        line-height: 1.6;
    }
    .botox-procedure-section .procedure-intro {
        margin-bottom: 40px;
    }
    .botox-procedure-section .step-card {
        padding: 20px;
    }
    .botox-procedure-section .step-text {
        font-size: 13.5px;
        line-height: 1.65;
    }

    /* Block 6 Mobile adjustments */
    .botox-effect-section {
        padding: 50px 0;
    }
    .botox-effect-section .effect-stripe-container {
        gap: 16px;
        margin-bottom: 35px;
    }
    .botox-effect-section .effect-stripe {
        width: 16px;
    }
    .botox-effect-section .effect-title {
        font-size: 28px;
    }
    .botox-effect-section .effect-subtitle {
        font-size: 16px;
    }
    .botox-effect-section .effect-items-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 40px;
    }
    .botox-effect-section .effect-items-col {
        gap: 30px;
    }
    .botox-effect-section .effect-item {
        gap: 15px;
    }
    .botox-effect-section .effect-icon-circle {
        width: 44px;
        height: 44px;
        font-size: 15px;
    }
    .botox-effect-section .effect-text {
        font-size: 13.5px;
        line-height: 1.6;
    }
    .botox-effect-section .effect-warning-note {
        flex-direction: column;
        text-align: center;
        gap: 15px;
        padding: 20px;
    }

    /* Side margins on mobile so the content doesn't stick to screen edges or overlap stripes */
    .botulinoterapia-hero .center,
    .trust-bar .center,
    .botox-about-section .center,
    .botox-tech-section .center {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
}

/* ==========================================================================
   Block 8: Прайс (Price List)
   ========================================================================== */

.botox-price-section {
    position: relative;
    width: 100%;
    background: #FFFFFF;
    padding: 120px 0;
    box-sizing: border-box;
    overflow: hidden;
}

/* Header area */
.botox-price-section .price-header-area {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.botox-price-section .price-section-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: #008C8F; /* Theme teal */
    margin: 0;
    line-height: 1.2;
    text-align: center;
}

/* Main card wrapper with floating backgrounds */
.botox-price-section .price-card-wrapper {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 0;
}

/* Left vertical pink accent bar */
.botox-price-section .deco-pink-bar {
    position: absolute;
    left: -20px;
    top: 20px;
    bottom: 20px;
    width: 40px;
    background: #FAD6D6; /* Accent pink */
    border-radius: 0;
    z-index: 1;
}

/* Right top teal frame block */
.botox-price-section .deco-teal-corner {
    position: absolute;
    right: -30px;
    top: 10px;
    width: 90px;
    height: 160px;
    border-top: 35px solid #008C8F; /* Thick teal frame top */
    border-right: 35px solid #008C8F; /* Thick teal frame right */
    z-index: 1;
    pointer-events: none;
    box-sizing: border-box;
}

/* The card body */
.botox-price-section .price-card {
    position: relative;
    z-index: 2;
    background: #FFFBFB; /* Extremely light pinkish-cream tint */
    border-radius: 0; /* As per the layout shape */
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    display: grid;
    grid-template-columns: 1.1fr 1.3fr;
    align-items: stretch;
    width: 100%;
}

/* Left Column: Image wrapper */
.botox-price-section .price-card-image-col {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
}

.botox-price-section .price-woman-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Right Column: Pricing list and details */
.botox-price-section .price-card-content-col {
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

.botox-price-section .price-items-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 50px;
}

/* Single Item Row */
.botox-price-section .price-item-row {
    display: flex;
    align-items: center;
    gap: 25px;
    width: 100%;
}

.botox-price-section .price-item-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.botox-price-section .price-item-icon svg {
    display: block;
}

.botox-price-section .price-item-details {
    flex-grow: 1;
    width: 100%;
}

.botox-price-section .price-item-title-row {
    display: flex;
    align-items: baseline;
    width: 100%;
    position: relative;
}

.botox-price-section .price-item-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #008C8F; /* Brand teal */
    margin: 0;
    line-height: 1;
}

.botox-price-section .price-item-duration {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #4F4F4F;
    margin-left: 15px;
    font-weight: 500;
}

/* Dotted Connector */
.botox-price-section .price-dotted-connector {
    flex-grow: 1;
    height: 1px;
    border-bottom: 2px dotted #FAD6D6; /* Dotted accent line */
    margin: 0 15px;
    align-self: center;
}

.botox-price-section .price-item-value {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #008C8F; /* Brand teal */
    margin: 0;
    line-height: 1;
    white-space: nowrap;
}

/* Call to Action Button */
.botox-price-section .price-cta-wrapper {
    display: flex;
    justify-content: flex-start;
}

.botox-price-section .price-cta-wrapper .btn-primary {
    background: #008C8F;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding: 18px 40px;
    border-radius: 0; /* Pill-shaped button */
    border: none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0, 140, 143, 0.15);
}

.botox-price-section .price-cta-wrapper .btn-primary:hover {
    background: #005254;
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(0, 140, 143, 0.25);
}

/* ==========================================================================
   Block 8 Responsive Adjustments
   ========================================================================== */

/* Medium Screens (1120px to 1310px) */
@media (min-width: 1120px) and (max-width: 1310px) {
    .botox-price-section .price-card-wrapper {
        max-width: 900px;
    }
}

/* Tablets (up to 1120px) */
@media screen and (max-width: 1120px) {
    .botox-price-section {
        padding: 80px 0;
    }
    
    .botox-price-section .price-section-title {
        font-size: 32px;
    }

    .botox-price-section .price-card-wrapper {
        max-width: 700px;
        padding: 20px 20px;
    }
    
    /* Hide decorative floating bars to avoid overflow on tablets */
    .botox-price-section .deco-pink-bar,
    .botox-price-section .deco-teal-corner {
        display: none;
    }
    
    .botox-price-section .price-card {
        grid-template-columns: 1fr; /* Stack columns */
        border-radius: 0;
        overflow: hidden;
    }
    
    .botox-price-section .price-card-image-col {
        height: 350px;
    }
    
    .botox-price-section .price-card-content-col {
        padding: 40px 30px;
    }
}

/* Mobile Screens (up to 730px) */
@media screen and (max-width: 730px) {
    .botox-price-section {
        padding: 50px 0;
    }
    
    .botox-price-section .price-section-title {
        font-size: 28px;
    }
    
    .botox-price-section .price-card-wrapper {
        padding: 10px 15px;
    }
    
    .botox-price-section .price-card-image-col {
        height: 240px;
    }
    
    .botox-price-section .price-card-content-col {
        padding: 30px 20px;
    }
    
    .botox-price-section .price-items-list {
        gap: 30px;
        margin-bottom: 40px;
    }
    
    .botox-price-section .price-item-row {
        gap: 15px;
    }
    
    .botox-price-section .price-item-icon {
        width: 50px;
        height: 50px;
    }
    
    .botox-price-section .price-item-icon svg {
        width: 50px;
        height: 50px;
    }
    
    .botox-price-section .price-item-name {
        font-size: 18px;
    }
    
    .botox-price-section .price-item-duration {
        font-size: 12px;
        margin-left: 8px;
    }
    
    .botox-price-section .price-item-value {
        font-size: 20px;
    }
    
    .botox-price-section .price-cta-wrapper {
        justify-content: center;
    }
    
    .botox-price-section .price-cta-wrapper .btn-primary {
        width: 100%;
        padding: 16px 20px;
        font-size: 14px;
        border-radius: 0;
    }
}

/* ==========================================================================
   Block 7: До та після (Before & After Gallery)
   ========================================================================== */

.botox-results-section {
    position: relative;
    width: 100%;
    background: #FAFAFA; /* Soft off-white backdrop */
    padding: 100px 0;
    box-sizing: border-box;
}

.botox-results-section .results-intro {
    max-width: 800px;
    margin: 0 auto 60px auto;
    text-align: center;
}

.botox-results-section .results-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: #008C8F; /* Brand teal */
    margin: 0 0 20px 0;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.botox-results-section .results-subtitle {
    font-size: 16px;
    line-height: 1.75;
    color: #4F4F4F;
    margin: 0;
}

/* Custom override for Slick dots and arrows within botox landing page */
.botox-results-section .wrap-slider-filtering {
    margin: 0 80px;
}

.botox-results-section .slider-filtering {
    margin-top: 0;
}

/* Slider dots and arrows overrides to match botox styles */
.botox-results-section .slider-filtering .slick-dots li button {
    font-family: inherit;
    color: #666666;
}

.botox-results-section .slider-filtering .slick-dots li.slick-active button {
    color: #008C8F;
}

.botox-results-section .slider-filtering .slick-arrow {
    background: #008C8F;
    top: 220px;
}

.botox-results-section .slider-filtering .slick-arrow:hover {
    background: #005254;
}

.botox-results-section .slider-filtering .item .images .cell .pic {
    border-radius: 0;
}

.botox-results-section .slider-filtering .item .images .cell span {
    border-radius: 0;
}

/* Tablet / Mobile tweaks for Block 7 */
@media screen and (max-width: 1120px) {
    .botox-results-section {
        padding: 60px 0;
    }
    .botox-results-section .results-title {
        font-size: 28px;
    }
    .botox-results-section .results-subtitle {
        font-size: 14px;
        line-height: 1.6;
    }
    .botox-results-section .results-intro {
        margin-bottom: 40px;
        padding: 0 20px;
    }
    .botox-results-section .wrap-slider-filtering {
        margin: 0;
    }
    .botox-results-section .slider-filtering .slick-arrow {
        display: none !important;
    }
}

/* ==========================================================================
   Block 9: Лікар, який проводить процедуру
   ========================================================================== */

.botox-team-section {
    position: relative;
    width: 100%;
    background: #FFFFFF;
    padding: 100px 0;
    box-sizing: border-box;
}

.botox-team-section .team-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: #008C8F; /* Brand teal */
    margin: 0 0 60px 0;
    line-height: 1.2;
    text-align: center;
}

@media screen and (max-width: 1120px) {
    .botox-team-section {
        padding: 60px 0;
    }
    .botox-team-section .team-title {
        font-size: 32px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 730px) {
    .botox-team-section {
        padding: 50px 0;
    }
    .botox-team-section .team-title {
        font-size: 28px;
    }
}

/* ==========================================================================
   Block 11: Форма запису на консультацію (Booking Section & Sticky CTA)
   ========================================================================== */

.botox-booking-section {
    position: relative;
    width: 100%;
    background: #FFFFFF;
    padding: 100px 0 60px 0;
    box-sizing: border-box;
}

.botox-booking-section .booking-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 70px;
}

.botox-booking-section .booking-content-col {
    display: flex;
    flex-direction: column;
}

.botox-booking-section .booking-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 52px;
    font-weight: 700;
    color: #FAD6D6;
    line-height: 1.15;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    margin: 0 0 10px 0;
}

.botox-booking-section .booking-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #008C8F; /* Brand teal */
    margin: 0 0 35px 0;
    line-height: 1.4;
}

.botox-booking-section .booking-text {
    font-size: 15px;
    line-height: 1.75;
    color: #4F4F4F;
}

.botox-booking-section .booking-text p {
    margin: 0 0 20px 0;
}

.botox-booking-section .booking-text p:last-child {
    margin-bottom: 0;
}

.botox-booking-section .booking-highlight {
    font-size: 15px;
    font-weight: 600;
    color: #222222;
    border-left: 3px solid #008C8F;
    padding-left: 20px;
    margin-top: 30px;
}

.botox-booking-section .booking-phone-box {
    margin-top: 35px;
}

.botox-booking-section .phone-link {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.botox-booking-section .phone-icon-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 0;
    border: 1.5px solid #008C8F;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    transition: all 0.3s ease;
}

.botox-booking-section .phone-number {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #008C8F;
    transition: all 0.3s ease;
}

.botox-booking-section .phone-link:hover .phone-icon-wrapper {
    background: #008C8F;
}

.botox-booking-section .phone-link:hover .phone-icon-wrapper svg {
    stroke: #FFFFFF;
}

.botox-booking-section .phone-link:hover .phone-number {
    color: #005254;
}

.botox-booking-section .booking-image-wrapper {
    width: 100%;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    background: #FAFAFA;
}

.botox-booking-section .cosmetic-chair-img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.botox-booking-section .booking-image-wrapper:hover .cosmetic-chair-img {
    transform: scale(1.02);
}

/* Static CTA Bar */
.botox-booking-section .booking-cta-bar {
    background: #FDF2F2; /* Soft pastel pink background */
    border: 1px solid #FAD6D6;
    border-radius: 0;
    padding: 30px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-bottom: 70px;
    box-sizing: border-box;
}

.botox-booking-section .cta-bar-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.botox-booking-section .cta-calendar-icon {
    width: 54px;
    height: 54px;
    border-radius: 0;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(224, 122, 122, 0.1);
    flex-shrink: 0;
}

.botox-booking-section .cta-bar-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.botox-booking-section .cta-bar-text strong {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #222222;
}

.botox-booking-section .cta-bar-text span {
    font-size: 14px;
    color: #666666;
}

.botox-booking-section .btn-cta {
    background: #008C8F;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 20px 35px;
    border-radius: 0;
    border: none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(0, 140, 143, 0.25);
    transition: all 0.3s ease;
}

.botox-booking-section .btn-cta:hover {
    background: #005254;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 140, 143, 0.35);
}

.botox-booking-section .btn-cta:hover .cta-arrow-icon {
    transform: translateX(4px);
}

.botox-booking-section .cta-arrow-icon {
    transition: transform 0.3s ease;
}

/* Trust Info Footer */
.botox-booking-section .booking-info-footer {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    border-top: 1px solid #EEEEEE;
    padding-top: 50px;
    gap: 30px;
}

.botox-booking-section .info-footer-col {
    flex: 1;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.botox-booking-section .info-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}

.botox-booking-section .info-text {
    font-size: 13.5px;
    line-height: 1.6;
    color: #4F4F4F;
    margin: 0;
}

.botox-booking-section .info-text strong {
    color: #222222;
    font-weight: 600;
}

.botox-booking-section .info-footer-divider {
    width: 1px;
    background: #EEEEEE;
    align-self: stretch;
}

/* Sticky CTA Container */
.botox-sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #FDF2F2;
    border-top: 1px solid #FAD6D6;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.08);
    z-index: 999;
    padding: 15px 0;
    box-sizing: border-box;
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.botox-sticky-cta.visible {
    transform: translateY(0);
}

.botox-sticky-cta .sticky-cta-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.botox-sticky-cta .sticky-cta-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.botox-sticky-cta .sticky-calendar-icon {
    width: 44px;
    height: 44px;
    border-radius: 0;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 6px rgba(224, 122, 122, 0.08);
    flex-shrink: 0;
}

.botox-sticky-cta .sticky-cta-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.botox-sticky-cta .sticky-cta-text strong {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #222222;
}

.botox-sticky-cta .sticky-cta-text span {
    font-size: 12px;
    color: #666666;
}

.botox-sticky-cta .btn-sticky-primary {
    background: #008C8F;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 12px 25px;
    border-radius: 0;
    border: none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 140, 143, 0.2);
    transition: all 0.3s ease;
}

.botox-sticky-cta .btn-sticky-primary:hover {
    background: #005254;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(0, 140, 143, 0.3);
}

/* Responsive Breakpoints for Block 11 */
@media screen and (max-width: 1120px) {
    .botox-booking-section {
        padding: 80px 0 50px 0;
    }

    .botox-booking-section .booking-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-bottom: 50px;
    }

    .botox-booking-section .booking-image-col {
        max-width: 500px;
        margin: 0 auto;
        width: 100%;
    }

    .botox-booking-section .booking-title {
        font-size: 38px;
        text-align: center;
    }

    .botox-booking-section .booking-subtitle {
        font-size: 18px;
        text-align: center;
        margin-bottom: 25px;
    }

    .botox-booking-section .booking-phone-box {
        text-align: center;
    }

    .botox-booking-section .booking-cta-bar {
        flex-direction: column;
        text-align: center;
        padding: 25px;
        gap: 20px;
        margin-bottom: 50px;
    }

    .botox-booking-section .cta-bar-left {
        flex-direction: column;
        gap: 10px;
    }

    .botox-booking-section .booking-info-footer {
        flex-direction: column;
        padding-top: 40px;
        gap: 25px;
    }

    .botox-booking-section .info-footer-divider {
        display: none;
    }

    .botox-sticky-cta .sticky-cta-container {
        padding: 0 20px;
    }
}

@media screen and (max-width: 730px) {
    .botox-booking-section {
        padding: 60px 0 40px 0;
    }

    .botox-booking-section .booking-title {
        font-size: 30px;
    }

    .botox-booking-section .booking-subtitle {
        font-size: 15px;
    }

    .botox-booking-section .phone-number {
        font-size: 18px;
    }

    .botox-booking-section .btn-cta {
        padding: 16px 25px;
        font-size: 13px;
        width: 100%;
        justify-content: center;
    }

    .botox-sticky-cta {
        padding: 12px 0;
    }

    .botox-sticky-cta .sticky-calendar-icon {
        display: none;
    }

    .botox-sticky-cta .sticky-cta-text strong {
        font-size: 13px;
    }

    .botox-sticky-cta .sticky-cta-text span {
        font-size: 10px;
    }

    .botox-sticky-cta .btn-sticky-primary {
        padding: 10px 18px;
        font-size: 11px;
    }
}





/* ==========================================================================
   Before/After Interactive Comparison Slider Styles
   ========================================================================== */

.botox-slider-wrap {
    max-width: 860px;
    margin: 0 auto;
    position: relative;
}

.img-comp-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 70%; /* Desktop aspect ratio */
    overflow: hidden;
    user-select: none;
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #FAFAFA;
}

@media screen and (max-width: 730px) {
    .img-comp-container {
        padding-bottom: 100%; /* Mobile aspect ratio */
    }
}

.img-comp-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
}

.img-comp-before {
    z-index: 1;
}

.img-comp-after {
    z-index: 2;
    clip-path: inset(0 0 0 50%);
    will-change: clip-path;
}

.img-comp-container .pic {
    width: 100% !important;
    height: 100% !important;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0;
}

/* Range input overlay */
.img-comp-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    cursor: ew-resize;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    appearance: none;
}

/* Slider Line */
.img-comp-handle {
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #FFFFFF;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    will-change: left;
}

/* Slider circle handler */
.img-comp-handle-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    background: #FFFFFF;
    border: 3px solid #008C8F;
    border-radius: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.img-comp-handle-circle svg {
    display: block;
    width: 8px;
    height: 12px;
}

/* Labels on images */
.img-comp-container .ba-badge {
    position: absolute;
    bottom: 20px;
    z-index: 4;
    padding: 6px 12px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(4px);
    border-radius: 0;
    color: #008C8F;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    pointer-events: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.img-comp-container .badge-before {
    left: 20px;
}

.img-comp-container .badge-after {
    right: 20px;
}

/* Override old site layout styles for this comparison slider */
.botox-slider-wrap .images {
    display: block !important;
}

.botox-slider-wrap .cell {
    width: 100% !important;
    margin: 0 !important;
    display: block !important;
}

.botox-slider-wrap .cell.after {
    display: block !important;
}

.botox-slider-wrap .before-after {
    display: none !important;
}

/* ==========================================================================
   Before/After Custom Tabs Pagination Styling
   ========================================================================== */

.results-tabs-nav {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
}

.results-tabs-nav .tab-btn {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 28px;
    border-radius: 0;
    border: 2px solid #008C8F;
    background: transparent;
    color: #008C8F;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 140, 143, 0.05);
    outline: none;
}

.results-tabs-nav .tab-btn.active,
.results-tabs-nav .tab-btn:hover {
    background: #008C8F;
    color: #FFFFFF;
    box-shadow: 0 8px 20px rgba(0, 140, 143, 0.2);
}

/* Tab Content Visibility */
.ba-tab-content {
    display: none;
    animation: baFadeIn 0.4s ease-in-out;
}

.ba-tab-content.active {
    display: block;
}

@keyframes baFadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ==========================================================================
   Doctors Section Slider Styling Overrides
   ========================================================================== */

/* Slider overrides for Doctors block */
.botox-team-slider {
    display: block !important;
}

.botox-team-slider .slick-track {
    display: flex !important;
}

.botox-team-slider .item {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 12px;
    box-sizing: border-box;
    outline: none;
}

.botox-team-slider .slick-list {
    margin: 0 -12px;
}

/* Dots pagination styling for Doctors */
.botox-team-section .slick-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 45px;
    padding: 0;
    list-style: none;
}

.botox-team-section .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 0;
    background: #E0E8E8;
    border: none;
    font-size: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.botox-team-section .slick-dots li.slick-active button {
    background: #008C8F;
    transform: scale(1.25);
}



/* Force remove all border-radius globally for this page as requested */
.botulinoterapia-page *, 
.botulinoterapia-page img { 
    border-radius: 0 !important; 
}

/* Restore button rounding that was lost */
.botulinoterapia-page .btn,
.botulinoterapia-page .btn-primary,
.botulinoterapia-page .btn-outline,
.botulinoterapia-page .hero-contact-btn,
.botulinoterapia-page .tab-btn,
.botulinoterapia-page .btn-cta,
.botulinoterapia-page .btn-sticky-primary,
.botulinoterapia-page .orderform {
    border-radius: 50px !important;
}

/* Restore slick arrows and dots rounding */
.botulinoterapia-page .slick-arrow,
.botulinoterapia-page .slick-dots li button {
    border-radius: 50% !important;
}

@media (max-width: 730px) {
    .botox-tech-section .doctor-comment-card {
        display: none !important;
    }
}

/* ==========================================================================
   Block: Doctor Simple (Про лікаря)
   ========================================================================== */
.botox-doctor-simple {
    position: relative;
    width: 100%;
    background-color: #EBE9E8; /* Light beige/gray from the first photo */
    overflow: hidden;
}

.botox-doctor-simple .center {
    position: relative;
    z-index: 2;
}

.botox-doctor-simple .doc-simple-grid {
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    gap: 40px;
    align-items: stretch; /* Cells equal height for vertical centering */
}

.botox-doctor-simple .doc-simple-text-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 40px 80px 0;
}

.botox-doctor-simple .doc-quote-icon {
    margin-bottom: 30px;
}

.botox-doctor-simple .doc-simple-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    color: #333333;
    margin-bottom: 25px;
    letter-spacing: -0.5px;
}

.botox-doctor-simple .doc-simple-subtitle {
    font-size: 16px;
    font-weight: 600;
    color: #4F4F4F;
    margin-bottom: 25px;
    line-height: 1.5;
}

.botox-doctor-simple .doc-simple-desc p {
    font-size: 15px;
    line-height: 1.7;
    color: #4F4F4F;
    margin-bottom: 20px;
}
.botox-doctor-simple .doc-simple-desc p:last-child {
    margin-bottom: 0;
}

.botox-doctor-simple .doc-simple-img-col {
    display: flex;
    justify-content: flex-end; /* Align image to the right */
    align-items: flex-end;
}

.botox-doctor-simple .doc-simple-img {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

/* Tablets */
@media screen and (max-width: 991px) {
    .botox-doctor-simple .doc-simple-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    .botox-doctor-simple .doc-simple-title {
        font-size: 26px;
    }
    .botox-doctor-simple .doc-simple-text-col {
        padding: 60px 20px 60px 0;
    }
}

/* Mobile */
@media screen and (max-width: 767px) {
    .botox-doctor-simple .doc-simple-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .botox-doctor-simple .doc-simple-text-col {
        padding: 50px 20px 0 20px;
    }
    .botox-doctor-simple .doc-simple-img-col {
        justify-content: center;
        padding-top: 20px;
    }
    .botox-doctor-simple .doc-simple-title {
        font-size: 24px;
    }
}

/* Procedure carousel overrides */
.botox-procedure-section .procedure-steps-flow {
    display: block !important;
    margin: 50px auto 0 auto;
    max-width: 1100px;
}
.botox-procedure-section .step-card {
    box-shadow: none !important;
}
.botox-procedure-section .step-number-circle {
    background: #FFF0F0 !important;
}
/* Slick spacing adjustments */
.botox-procedure-section .slick-slide {
    padding: 0 15px; /* horizontal spacing between slides */
    margin-top: 25px; /* space for the absolute circle */
}
.botox-procedure-section .slick-list {
    margin: 0 -15px;
    padding-top: 30px; /* Make room for the overlapping circle */
}
.botox-procedure-section .timeline-step {
    padding-left: 0 !important; /* Remove mobile vertical timeline padding */
}
.botox-procedure-section .timeline-line {
    display: none !important; /* Hide the vertical line connecting steps */
}
/* Ensure the circles overlap correctly when inside slick slide */
.botox-procedure-section .slick-slide .step-number-circle {
    left: auto !important;
    right: 45px !important; /* Move to the right side */
    top: -24px !important; /* Ensure it stays above the card */
    transform: none !important;
}
@media screen and (max-width: 1120px) {
    .botox-procedure-section .slick-slide .step-number-circle {
        left: auto !important;
        right: 30px !important; /* Slightly smaller margin on mobile */
        transform: none !important;
    }
}


/* Procedure slick dots */
.botox-procedure-section .slick-dots {
    display: flex !important;
    justify-content: center;
    gap: 8px;
    margin-top: 40px;
    padding: 0;
    list-style: none;
}
.botox-procedure-section .slick-dots li button {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    background: #E0E8E8 !important;
    border: none !important;
    font-size: 0 !important;
    color: transparent !important;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0 !important;
    line-height: 0;
}
.botox-procedure-section .slick-dots li.slick-active button {
    background: #008C8F !important;
    transform: scale(1.25) !important;
}





/* Procedure slick dots */
.botox-procedure-section .step-card {
    min-height: 230px;
}

/* FULL WIDTH PRICE GRID */
.botox-price-section.no-pink-bg {
    background: #fff;
    padding: 80px 0;
}
.price-items-grid-full {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 600px;
    margin: 0 auto;
}
.price-item-full {
    display: flex;
    flex-direction: column;
}
.price-item-top {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 5px;
}
.price-item-full .price-item-name {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin: 0;
}
.price-item-full .price-item-value {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    white-space: nowrap;
}
.price-item-full .price-item-duration {
    font-size: 14px;
    color: #666;
    margin-left: 0;
}

@media screen and (max-width: 768px) {
    .price-items-grid-full {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 0 20px;
    }
    .botox-price-section.no-pink-bg {
        padding: 50px 0;
    }
}
