/* ===== SERVICES PAGE STYLING — Light Minimal Editorial ===== */

:root {
    --bg: #F5F3F0;
    --bg-white: #FFFFFF;
    --bg-section: #EDEAE6;
    --text: #1A1A1A;
    --text-secondary: #555555;
    --muted: #888888;
    --accent: #1A1A1A;
    --accent-warm: #C4956A;
    --border: #E0DCD8;
    --font-h: 'Playfair Display', Georgia, serif;
    --font-b: 'DM Sans', 'Inter', sans-serif;
    --font-m: 'DM Sans', sans-serif;
    --radius: 4px;
    --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

.services-page-wrapper {
    background-color: var(--bg);
    color: var(--text);
    min-height: 100vh;
    padding-top: 140px;
    padding-bottom: 90px;
    font-family: var(--font-b);
}

.services-container {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 40px);
}

/* HERO SECTION */
.services-hero-section {
    position: relative;
    padding: 120px 0 80px;
    border-bottom: 1px solid var(--border);
    overflow: hidden;
    min-height: 420px;
    display: flex;
    align-items: center;
}

.services-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.services-hero-bg .hero-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.services-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        to right,
        rgba(245, 243, 240, 0.92) 0%,
        rgba(245, 243, 240, 0.85) 50%,
        rgba(245, 243, 240, 0.6) 100%
    );
}

.services-hero-container {
    position: relative;
    z-index: 1;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 40px);
}

.hero-content-col {
    max-width: 640px;
}

.hero-category-badge {
    display: inline-block;
    color: var(--accent-warm);
    font-family: var(--font-m);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.hero-main-heading {
    font-family: var(--font-h);
    font-size: clamp(2.8rem, 5.5vw, 4.5rem);
    font-weight: 700;
    color: var(--text);
    line-height: 1.08;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.text-accent-glow {
    color: var(--accent-warm);
    text-shadow: none;
    font-style: normal;
}

.title-flourish-line {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 120px;
    height: 1px;
    background: var(--border);
    margin: 20px 0 28px;
    position: relative;
}

.title-flourish-line.center-flourish {
    margin: 20px auto 28px;
    justify-content: center;
}

.flourish-diamond {
    width: 7px;
    height: 7px;
    background: var(--accent-warm);
    transform: rotate(45deg);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -3.5px;
    margin-top: -3.5px;
}

.hero-sub-text {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 36px;
    max-width: 580px;
    font-family: var(--font-b);
}

.hero-feature-pills {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.feature-pill-item {
    background: var(--bg-white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 16px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
}

.feature-pill-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    border-color: var(--accent-warm);
}

.pill-icon-wrap {
    color: var(--accent-warm);
    flex-shrink: 0;
    margin-top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: rgba(196, 149, 106, 0.1);
    border-radius: var(--radius);
}

.pill-text-wrap {
    display: flex;
    flex-direction: column;
}

.pill-title {
    font-family: var(--font-b);
    font-size: 0.88rem;
    color: var(--text);
    font-weight: 600;
}

.pill-desc {
    font-size: 0.75rem;
    color: var(--muted);
    margin-top: 3px;
    line-height: 1.4;
}

/* Hologram Visual Right */
.hologram-visual-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ring-visual-glow {
    position: absolute;
    width: 90%;
    height: 90%;
    background: radial-gradient(circle, rgba(196, 149, 106, 0.12) 0%, rgba(245, 243, 240, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
}

.hologram-img {
    width: 100%;
    max-width: 440px;
    height: 440px;
    object-fit: cover;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 2;
    filter: none;
    transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
}

.hologram-img:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.12);
}

.hologram-status-hud {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    background: var(--bg-white);
    border: 1px solid var(--border);
    padding: 8px 16px;
    border-radius: var(--radius);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.status-lbl {
    font-family: var(--font-m);
    font-size: 0.65rem;
    color: var(--muted);
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.status-val {
    font-family: var(--font-m);
    font-size: 0.85rem;
    color: var(--accent-warm);
    letter-spacing: 0.1em;
    font-weight: 700;
}

/* SECTION 01: OFFERINGS */
.offerings-section {
    padding: 90px 0;
    border-bottom: 1px solid var(--border);
    background: var(--bg);
}

.section-gothic-header {
    margin-bottom: 50px;
}

.section-gothic-header.text-center {
    text-align: center;
}

.section-num-tag {
    display: block;
    font-family: var(--font-m);
    font-size: 0.72rem;
    color: var(--accent-warm);
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.section-title-text {
    font-family: var(--font-h);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--text);
    line-height: 1.2;
    margin-bottom: 12px;
}

.section-sub-desc {
    font-size: 1rem;
    color: var(--text-secondary);
    max-width: 600px;
    font-family: var(--font-b);
}

.offerings-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.offering-card {
    background: var(--bg-white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 36px 28px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
}

.offering-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    border-color: var(--accent-warm);
}

.card-icon-box {
    width: 52px;
    height: 52px;
    border-radius: var(--radius);
    background: rgba(196, 149, 106, 0.1);
    border: 1px solid rgba(196, 149, 106, 0.2);
    color: var(--text);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    transition: background 0.3s var(--ease), color 0.3s var(--ease), border-color 0.3s var(--ease);
}

.offering-card:hover .card-icon-box {
    background: var(--accent);
    color: var(--bg-white);
    border-color: var(--accent);
}

.offering-card-title {
    font-family: var(--font-h);
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 14px;
    line-height: 1.3;
}

.offering-card-desc {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.65;
    margin-bottom: 28px;
    flex: 1;
    font-family: var(--font-b);
}

.book-service-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border: 1px solid var(--accent);
    color: var(--accent);
    background: transparent;
    border-radius: var(--radius);
    font-family: var(--font-b);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-decoration: none;
    transition: all 0.3s var(--ease);
    width: fit-content;
    text-transform: uppercase;
}

.book-service-btn:hover {
    background: var(--accent);
    color: var(--bg-white);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

/* SECTION 02: PROCESS */
.process-section {
    padding: 90px 0;
    border-bottom: 1px solid var(--border);
    background: var(--bg-section);
}

.process-steps-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 50px;
}

.process-step-item {
    flex: 1;
    background: var(--bg-white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 32px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
}

.process-step-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    border-color: var(--accent-warm);
}

.step-icon-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--bg);
    border: 1px solid var(--border);
    color: var(--text);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    transition: all 0.3s var(--ease);
}

.process-step-item:hover .step-icon-circle {
    background: var(--accent-warm);
    color: var(--bg-white);
    border-color: var(--accent-warm);
}

.step-name {
    font-family: var(--font-h);
    font-size: 1.1rem;
    color: var(--text);
    font-weight: 700;
    margin-bottom: 8px;
}

.step-text {
    font-size: 0.82rem;
    color: var(--text-secondary);
    line-height: 1.5;
    font-family: var(--font-b);
}

.step-arrow-icn {
    color: var(--accent-warm);
    font-size: 1.6rem;
    font-weight: 300;
    opacity: 0.7;
    flex-shrink: 0;
}

/* SECTION 03: BOOK A SERVICE */
.booking-section-wrapper {
    padding: 90px 0;
    background: var(--bg);
}

.booking-card-main {
    background: var(--bg-white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 50px;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 60px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
}

.booking-title {
    font-family: var(--font-h);
    font-size: clamp(2rem, 3.5vw, 2.6rem);
    color: var(--text);
    margin-bottom: 14px;
    font-weight: 700;
    line-height: 1.2;
}

.booking-desc {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 28px;
    font-family: var(--font-b);
}

.booking-guarantees-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.guarantee-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.g-icon {
    width: 44px;
    height: 44px;
    border-radius: var(--radius);
    background: rgba(196, 149, 106, 0.1);
    border: 1px solid rgba(196, 149, 106, 0.2);
    color: var(--accent-warm);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.g-text {
    display: flex;
    flex-direction: column;
}

.g-text strong {
    font-size: 0.92rem;
    color: var(--text);
    font-family: var(--font-b);
    font-weight: 600;
}

.g-text span {
    font-size: 0.8rem;
    color: var(--muted);
}

/* Booking Form Inputs */
.custom-booking-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-inputs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-field-group.full-width {
    grid-column: span 2;
}

.input-lbl {
    display: block;
    font-family: var(--font-m);
    font-size: 0.72rem;
    color: var(--text-secondary);
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 600;
}

.req-star {
    color: var(--accent-warm);
    margin-left: 2px;
}

.field-input-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 12px 16px;
    transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease), background-color 0.3s var(--ease);
}

.field-input-wrap:focus-within {
    border-color: var(--accent);
    background: var(--bg-white);
    box-shadow: 0 0 0 3px rgba(26, 26, 26, 0.08);
}

.field-icn {
    color: var(--muted);
    flex-shrink: 0;
}

.custom-form-input,
.custom-form-select {
    background: none;
    border: none;
    outline: none;
    color: var(--text);
    font-family: var(--font-b);
    font-size: 0.9rem;
    width: 100%;
}

.custom-form-select option {
    background: var(--bg-white);
    color: var(--text);
}

.custom-form-textarea {
    width: 100%;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 14px 16px;
    color: var(--text);
    font-family: var(--font-b);
    font-size: 0.9rem;
    outline: none;
    transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease), background-color 0.3s var(--ease);
    resize: vertical;
    min-height: 120px;
}

.custom-form-textarea:focus {
    border-color: var(--accent);
    background: var(--bg-white);
    box-shadow: 0 0 0 3px rgba(26, 26, 26, 0.08);
}

.submit-request-btn {
    width: 100%;
    background: var(--accent);
    color: var(--bg-white);
    border: 1px solid var(--accent);
    padding: 15px 28px;
    border-radius: var(--radius);
    font-family: var(--font-b);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    cursor: pointer;
    transition: all 0.3s var(--ease);
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 8px;
}

.submit-request-btn:hover {
    background: var(--accent-warm);
    border-color: var(--accent-warm);
    color: var(--bg-white);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(196, 149, 106, 0.3);
}

/* BOTTOM STATS BAR */
.services-stats-bar {
    padding: 50px 0;
    background: var(--bg-section);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.stats-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.stat-box {
    display: flex;
    align-items: center;
    gap: 16px;
    background: var(--bg-white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 22px 20px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
}

.stat-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    border-color: var(--accent-warm);
}

.stat-icn-wrap {
    color: var(--accent-warm);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: rgba(196, 149, 106, 0.1);
    border-radius: var(--radius);
}

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

.stat-number {
    font-family: var(--font-h);
    font-size: 1.9rem;
    color: var(--text);
    font-weight: 700;
    line-height: 1;
}

.stat-name {
    font-size: 0.85rem;
    color: var(--text);
    font-weight: 600;
    margin-top: 4px;
    font-family: var(--font-b);
}

.stat-sub {
    font-size: 0.72rem;
    color: var(--muted);
}

/* THANK YOU POPUP MODAL STYLING */
.thankyou-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(26, 26, 26, 0.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s var(--ease);
}

.thankyou-modal-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.thankyou-modal-card {
    background: var(--bg-white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 48px 40px;
    max-width: 520px;
    width: 100%;
    text-align: center;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 2px 20px rgba(196, 149, 106, 0.1);
    transform: scale(0.92);
    transition: transform 0.4s var(--ease);
}

.thankyou-modal-overlay.active .thankyou-modal-card {
    transform: scale(1);
}

.modal-close-btn {
    position: absolute;
    top: 16px;
    right: 20px;
    background: none;
    border: none;
    color: var(--muted);
    font-size: 2rem;
    cursor: pointer;
    transition: color 0.3s var(--ease);
    line-height: 1;
}

.modal-close-btn:hover {
    color: var(--text);
}

.modal-success-icon-ring {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(196, 149, 106, 0.12);
    border: 1px solid rgba(196, 149, 106, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    color: var(--accent-warm);
}

.modal-success-icon-ring .check-icon-svg {
    stroke: var(--accent-warm) !important;
}

.modal-badge-tag {
    font-family: var(--font-m);
    font-size: 0.68rem;
    color: var(--accent-warm);
    letter-spacing: 0.2em;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}

.modal-heading-title {
    font-family: var(--font-h);
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 14px;
}

.modal-message-body {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 28px;
    font-family: var(--font-b);
}

.modal-message-body strong {
    color: var(--text);
}

.modal-info-box {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 16px 20px;
    margin-bottom: 28px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8rem;
    font-family: var(--font-m);
}

.info-lbl {
    color: var(--muted);
    letter-spacing: 0.1em;
    font-weight: 500;
}

.info-val {
    color: var(--text);
    font-weight: 600;
}

.info-val.text-green,
.info-val.text-accent-glow {
    color: var(--accent-warm);
    font-weight: 600;
}

.modal-action-buttons {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

.modal-primary-btn {
    flex: 1;
    min-width: 180px;
    padding: 14px 22px;
    background: var(--accent);
    color: var(--bg-white);
    border: 1px solid var(--accent);
    border-radius: var(--radius);
    font-family: var(--font-b);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    cursor: pointer;
    transition: all 0.3s var(--ease);
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.modal-primary-btn:hover {
    background: var(--accent-warm);
    border-color: var(--accent-warm);
    color: var(--bg-white);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(196, 149, 106, 0.3);
}

.modal-secondary-btn {
    flex: 1;
    min-width: 160px;
    padding: 14px 22px;
    background: transparent;
    color: var(--text);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    font-family: var(--font-b);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-decoration: none;
    transition: all 0.3s var(--ease);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.modal-secondary-btn:hover {
    border-color: var(--text);
    color: var(--text);
    background: rgba(0, 0, 0, 0.03);
    transform: translateY(-2px);
}

/* RESPONSIVE MEDIA QUERIES */
@media (max-width: 1100px) {
    .services-hero-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
    }
    .hero-sub-text {
        margin: 0 auto 36px;
    }
    .title-flourish-line {
        margin: 20px auto 28px;
    }
    .hero-feature-pills {
        grid-template-columns: repeat(3, 1fr);
    }
    .offerings-grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }
    .process-steps-row {
        flex-direction: column;
        gap: 20px;
    }
    .step-arrow-icn {
        transform: rotate(90deg);
        margin: 4px 0;
    }
    .booking-card-main {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 36px;
    }
    .stats-grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .services-hero-section {
        padding-bottom: 60px;
    }
    .hero-main-heading {
        font-size: 2.4rem;
    }
    .hero-feature-pills {
        grid-template-columns: 1fr;
    }
    .offerings-grid-4 {
        grid-template-columns: 1fr;
    }
    .form-inputs-grid {
        grid-template-columns: 1fr;
    }
    .form-field-group.full-width {
        grid-column: span 1;
    }
    .stats-grid-4 {
        grid-template-columns: 1fr;
    }
    .booking-card-main {
        padding: 28px 20px;
    }
    .modal-action-buttons {
        flex-direction: column;
    }
    .thankyou-modal-card {
        padding: 36px 24px;
    }
}

@media (max-width: 480px) {
    .services-page-wrapper {
        padding-top: 110px;
        padding-bottom: 60px;
    }
    .hero-main-heading {
        font-size: 2rem;
    }
    .hero-sub-text {
        font-size: 0.95rem;
    }
    .offering-card {
        padding: 24px 20px;
    }
    .process-step-item {
        padding: 24px 16px;
    }
    .booking-card-main {
        padding: 20px 16px;
    }
    .stat-box {
        padding: 16px;
    }
    .stat-number {
        font-size: 1.6rem;
    }
    .stat-name {
        font-size: 0.8rem;
    }
}
