/* ===== Cleanwynz — Dark Blue / Blue / Moonlight / White ===== */
:root {
    --dark-blue: #0a1628;
    --blue: #162d50;
    --blue-mid: #1e3a5f;
    --blue-bright: #2563eb;
    --blue-light: #3b82f6;
    --moonlight: #c7d2e8;
    --moonlight-light: #e8edf6;
    --ice: #f1f4f9;
    --white: #ffffff;
    --dark: #0f172a;
    --text: #334155;
    --text-light: #64748b;
    --border: #d1d9e6;
    --accent: #2563eb;
    --accent-dark: #1d4ed8;
    --accent-glow: rgba(37,99,235,0.15);
    --shadow-sm: 0 1px 4px rgba(10,22,40,0.06);
    --shadow-md: 0 4px 16px rgba(10,22,40,0.08);
    --shadow-lg: 0 10px 30px rgba(10,22,40,0.1);
    --radius: 10px;
    --radius-lg: 16px;
    --radius-xl: 24px;
    --transition: 0.25s ease;
    --font-heading: 'DM Serif Display', Georgia, serif;
    --font-body: 'DM Sans', -apple-system, sans-serif;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 72px; }
body { font-family: var(--font-body); color: var(--text); background: var(--ice); line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; font-size: 14px; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
.container { max-width: 1080px; margin: 0 auto; padding: 0 20px; }

h1, h2, h3, h4 { font-family: var(--font-heading); color: var(--dark); line-height: 1.25; font-weight: 400; }
h1 { font-size: clamp(1.7rem, 4vw, 2.5rem); }
h2 { font-size: clamp(1.4rem, 3vw, 1.9rem); }
h3 { font-size: 1rem; }

/* ===== Buttons ===== */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 6px;
    padding: 10px 24px; border-radius: 50px; font-family: var(--font-body);
    font-weight: 600; font-size: 0.8rem; border: 1.5px solid transparent;
    cursor: pointer; transition: all var(--transition); white-space: nowrap;
}
.btn-primary { background: var(--accent); color: var(--white); border-color: var(--accent); }
.btn-primary:hover { background: var(--accent-dark); border-color: var(--accent-dark); transform: translateY(-1px); box-shadow: 0 4px 12px rgba(37,99,235,0.25); }
.btn-outline { background: transparent; color: var(--dark); border-color: var(--border); }
.btn-outline:hover { background: var(--dark); color: var(--white); border-color: var(--dark); }
.btn-outline-light { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.4); }
.btn-outline-light:hover { background: var(--white); color: var(--dark); }
.btn-nav { padding: 8px 20px; font-size: 0.78rem; }
.btn-lg { padding: 12px 28px; font-size: 0.85rem; }
.btn-sm { padding: 7px 16px; font-size: 0.75rem; }
.btn-block { width: 100%; }

/* ===== Navbar ===== */
.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 12px 0; background: var(--white); border-bottom: 1px solid var(--border); transition: all var(--transition); }
.navbar.scrolled { box-shadow: var(--shadow-sm); }
.nav-container { display: flex; align-items: center; justify-content: space-between; }
.logo { display: flex; align-items: center; gap: 7px; font-family: var(--font-heading); font-size: 1.15rem; color: var(--dark); }
.logo-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a { font-size: 0.8rem; font-weight: 500; color: var(--text-light); transition: color var(--transition); }
.nav-links a:hover, .nav-links .nav-active { color: var(--dark); }
.nav-toggle { display: none; flex-direction: column; gap: 4px; background: none; border: none; cursor: pointer; }
.nav-toggle span { width: 20px; height: 1.5px; background: var(--dark); border-radius: 2px; transition: all var(--transition); }

/* ===== Hero ===== */
.hero { padding: 90px 0 60px; background: var(--white); }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.hero-left h1 { margin-bottom: 14px; }
.hero-sub { color: var(--text-light); font-size: 0.88rem; margin-bottom: 24px; max-width: 380px; }
.hero-btns { display: flex; gap: 10px; margin-bottom: 36px; flex-wrap: wrap; }
.hero-features-row { display: flex; gap: 20px; }
.hero-feature { display: flex; align-items: flex-start; gap: 10px; max-width: 180px; }
.hero-feature-icon { width: 34px; height: 34px; border-radius: 8px; background: var(--moonlight-light); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hero-feature-icon svg { width: 16px; height: 16px; color: var(--accent); }
.hero-feature span { font-size: 0.75rem; color: var(--text-light); line-height: 1.4; }

.hero-right { position: relative; }
.hero-img-main { border-radius: var(--radius-lg); overflow: hidden; max-width: 340px; margin-left: auto; box-shadow: var(--shadow-lg); }
.hero-img-main img { width: 100%; height: 380px; object-fit: cover; }

.hero-floating-cards { position: absolute; inset: 0; pointer-events: none; }
.float-card {
    position: absolute; background: var(--white); border-radius: var(--radius);
    padding: 10px 14px; display: flex; align-items: center; gap: 10px;
    box-shadow: var(--shadow-md); pointer-events: auto; animation: floatCard 4s ease-in-out infinite;
    border: 1px solid var(--border);
}
.float-card-icon { width: 30px; height: 30px; border-radius: 6px; background: var(--moonlight-light); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.float-card-icon svg { width: 14px; height: 14px; color: var(--accent); }
.float-card strong { display: block; font-size: 0.7rem; color: var(--dark); }
.float-card span { font-size: 0.62rem; color: var(--text-light); }
.float-card-top { top: 8%; right: -20px; animation-delay: 0s; }
.float-card-mid { top: 42%; right: -35px; animation-delay: 1s; }
.float-card-bottom { bottom: 8%; right: -15px; animation-delay: 2s; }
@keyframes floatCard { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }

.hero-dots { position: absolute; bottom: 16px; left: 0; display: flex; gap: 6px; }
.dot { width: 22px; height: 22px; border-radius: 50%; }
.dot-coral { background: var(--accent); }
.dot-orange { background: var(--blue-mid); }
.dot-peach { background: var(--moonlight); }

/* ===== About ===== */
.about { padding: 70px 0; background: var(--white); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.about-left h2 { margin-bottom: 14px; }
.about-left p { color: var(--text-light); margin-bottom: 24px; font-size: 0.88rem; }
.about-stat { display: flex; align-items: center; gap: 12px; padding: 14px; background: var(--ice); border-radius: var(--radius); }
.about-stat-icon { width: 40px; height: 40px; border-radius: 10px; background: var(--accent-glow); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.about-stat-icon svg { width: 18px; height: 18px; color: var(--accent); }
.about-stat strong { display: block; font-size: 1.2rem; font-family: var(--font-heading); color: var(--dark); }
.about-stat span { font-size: 0.78rem; color: var(--text-light); }

.about-img-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 8px; }
.about-img { border-radius: var(--radius); object-fit: cover; width: 100%; }
.about-img-1 { grid-row: span 2; height: 100%; max-height: 260px; }
.about-img-2 { height: 100%; max-height: 126px; }
.about-img-3 { height: 100%; max-height: 126px; }

/* ===== Services ===== */
.services { padding: 70px 0; background: var(--ice); }
.services-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 36px; gap: 16px; flex-wrap: wrap; }
.services-header h2 { max-width: 380px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

.service-card { background: var(--white); border-radius: var(--radius-lg); overflow: hidden; transition: all var(--transition); border: 1px solid var(--border); }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.service-img-wrap { position: relative; overflow: hidden; height: 180px; }
.service-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.service-card:hover .service-img-wrap img { transform: scale(1.04); }
.service-overlay {
    position: absolute; inset: 0; background: rgba(10,22,40,0.55);
    display: flex; align-items: flex-end; justify-content: center;
    padding: 14px; opacity: 0; transition: opacity var(--transition);
}
.service-card:hover .service-overlay { opacity: 1; }
.cart-controls-service { display: flex; gap: 6px; align-items: center; width: 100%; }

.service-card h3 { padding: 14px 18px 4px; }
.service-card > p { padding: 0 18px; color: var(--text-light); font-size: 0.8rem; }
.service-price { display: block; padding: 10px 18px 18px; font-weight: 700; color: var(--accent); font-size: 0.88rem; }

/* ===== Timeline ===== */
.timeline { padding: 70px 0; background: var(--white); }
.timeline > .container > h2 { text-align: center; margin-bottom: 44px; }
.timeline > .container > .btn { display: block; margin: 30px auto 0; width: fit-content; }
.timeline-grid { position: relative; max-width: 680px; margin: 0 auto; }
.timeline-grid::before { content: ''; position: absolute; left: 50%; top: 0; bottom: 0; width: 1.5px; background: var(--border); transform: translateX(-50%); }

.timeline-item { display: flex; align-items: flex-start; margin-bottom: 28px; position: relative; }
.tl-left { flex-direction: row; padding-right: calc(50% + 30px); }
.tl-right { flex-direction: row-reverse; padding-left: calc(50% + 30px); }
.tl-year {
    position: absolute; left: 50%; transform: translateX(-50%);
    background: var(--accent); color: var(--white); padding: 4px 14px;
    border-radius: 50px; font-weight: 700; font-size: 0.72rem; z-index: 2; white-space: nowrap;
}
.tl-content { background: var(--ice); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); }
.tl-content img { width: 100%; height: 120px; object-fit: cover; }
.tl-content h3 { padding: 12px 14px 4px; font-size: 0.9rem; }
.tl-content p { padding: 0 14px 14px; font-size: 0.78rem; color: var(--text-light); }

/* ===== Process ===== */
.process { padding: 70px 0; background: var(--ice); }
.process > .container > h2 { text-align: center; margin-bottom: 44px; max-width: 480px; margin-left: auto; margin-right: auto; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.process-step { text-align: center; padding: 24px 16px; background: var(--white); border-radius: var(--radius-lg); border: 1px solid var(--border); transition: all var(--transition); }
.process-step:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--accent); }
.step-icon { font-size: 1.5rem; margin-bottom: 8px; }
.step-num {
    width: 38px; height: 38px; border-radius: 50%;
    background: var(--accent); color: var(--white);
    font-family: var(--font-heading); font-size: 1.1rem;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 12px;
}
.process-step h3 { margin-bottom: 6px; }
.process-step p { font-size: 0.78rem; color: var(--text-light); }

/* ===== Team ===== */
.team { padding: 70px 0; background: var(--white); }
.team-header { text-align: center; margin-bottom: 36px; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.team-card { text-align: center; }
.team-card img { width: 100%; height: 220px; object-fit: cover; border-radius: var(--radius-lg); margin-bottom: 12px; filter: grayscale(15%); transition: all var(--transition); }
.team-card:hover img { filter: grayscale(0); transform: scale(1.02); }
.team-card h3 { margin-bottom: 2px; font-size: 0.95rem; }
.team-card span { font-size: 0.78rem; color: var(--text-light); }

/* ===== Testimonials ===== */
.testimonials { padding: 70px 0; background: var(--ice); }
.testimonials > .container > h2 { text-align: center; margin-bottom: 36px; max-width: 480px; margin-left: auto; margin-right: auto; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

.testimonial-card { background: var(--white); border-radius: var(--radius-lg); padding: 24px; border: 1px solid var(--border); transition: all var(--transition); }
.testimonial-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.featured-testimonial { background: var(--blue); color: var(--white); border-color: var(--blue); }
.featured-testimonial .stars { color: #facc15; }
.featured-testimonial p { color: rgba(255,255,255,0.85); }
.featured-testimonial .testimonial-author span { color: rgba(255,255,255,0.6); }

.stars { color: #f59e0b; font-size: 0.85rem; margin-bottom: 12px; letter-spacing: 1px; }
.testimonial-card > p { font-size: 0.82rem; line-height: 1.65; margin-bottom: 18px; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 10px; }
.testimonial-author img { width: 36px; height: 36px; border-radius: 50%; object-fit: cover; }
.testimonial-author strong { display: block; font-size: 0.82rem; }
.testimonial-author span { font-size: 0.72rem; color: var(--text-light); }

/* ===== Pricing ===== */
.pricing { padding: 70px 0; background: var(--white); }
.pricing > .container > h2 { text-align: center; margin-bottom: 36px; max-width: 520px; margin-left: auto; margin-right: auto; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

.pricing-card { background: var(--ice); border-radius: var(--radius-lg); padding: 24px; border: 1px solid var(--border); text-align: center; transition: all var(--transition); position: relative; }
.pricing-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.pricing-featured { background: var(--white); border-color: var(--accent); box-shadow: var(--shadow-md); }
.pricing-pop {
    position: absolute; top: -10px; left: 50%; transform: translateX(-50%);
    background: var(--accent); color: var(--white); padding: 4px 16px;
    border-radius: 50px; font-size: 0.68rem; font-weight: 700; white-space: nowrap;
}
.pricing-badge { font-family: var(--font-heading); font-size: 0.95rem; color: var(--dark); margin-bottom: 8px; }
.pricing-price { font-size: 1.6rem; font-weight: 700; color: var(--dark); margin-bottom: 18px; }
.pricing-price span { font-size: 0.78rem; font-weight: 400; color: var(--text-light); }
.pricing-card ul { text-align: left; margin-bottom: 18px; }
.pricing-card li { padding: 6px 0; font-size: 0.8rem; color: var(--text); border-bottom: 1px solid var(--border); }
.pricing-card li:last-child { border-bottom: none; }
.pricing-cart { display: flex; flex-direction: column; gap: 8px; }

/* ===== Qty Controls ===== */
.qty-wrap-s { display: flex; align-items: center; background: var(--white); border-radius: 50px; border: 1px solid var(--border); overflow: hidden; justify-content: center; }
.qty-btn-s {
    width: 30px; height: 30px; border: none; background: none;
    font-size: 1rem; font-weight: 700; color: var(--accent); cursor: pointer; transition: background 0.15s;
    display: flex; align-items: center; justify-content: center;
}
.qty-btn-s:hover { background: var(--moonlight-light); }
.qty-num { width: 24px; text-align: center; font-weight: 700; font-size: 0.85rem; color: var(--dark); }

/* ===== CTA ===== */
.cta-section { padding: 30px 0; }
.cta-card {
    background: linear-gradient(135deg, var(--dark-blue), var(--blue-mid));
    border-radius: var(--radius-xl); padding: 56px 40px; text-align: center; position: relative; overflow: hidden;
}
.cta-card::before { content: ''; position: absolute; top: -40%; right: -15%; width: 350px; height: 350px; border-radius: 50%; background: rgba(37,99,235,0.08); }
.cta-card h2 { color: var(--white); margin-bottom: 12px; position: relative; }
.cta-card > p { color: rgba(255,255,255,0.55); font-size: 0.88rem; margin-bottom: 24px; position: relative; }
.cta-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; position: relative; }
.cta-promo { margin-top: 16px; color: var(--moonlight); font-size: 0.78rem; position: relative; }

/* ===== Booking ===== */
.booking { padding: 70px 0; background: var(--ice); }
.booking-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 40px; align-items: start; }
.booking-left h2 { margin-bottom: 12px; }
.booking-left > p { color: var(--text-light); margin-bottom: 24px; font-size: 0.85rem; }
.booking-info-list { display: flex; flex-direction: column; gap: 16px; }
.booking-info-item { display: flex; align-items: flex-start; gap: 12px; }
.booking-info-item svg { width: 18px; height: 18px; color: var(--accent); flex-shrink: 0; margin-top: 1px; }
.booking-info-item strong { display: block; font-size: 0.82rem; }
.booking-info-item p { font-size: 0.78rem; color: var(--text-light); margin: 0; }

.booking-form { background: var(--white); border-radius: var(--radius-lg); padding: 28px; border: 1px solid var(--border); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-group { margin-bottom: 14px; }
.form-group label { display: block; font-size: 0.72rem; font-weight: 600; color: var(--dark); margin-bottom: 5px; text-transform: uppercase; letter-spacing: 0.3px; }
.form-group input, .form-group select, .form-group textarea {
    width: 100%; padding: 10px 14px; border: 1px solid var(--border); border-radius: 8px;
    font-family: var(--font-body); font-size: 0.82rem; color: var(--text);
    background: var(--ice); transition: all var(--transition); outline: none;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-glow); background: var(--white); }
.form-group textarea { resize: vertical; }

/* ===== Footer ===== */
.footer { background: var(--dark-blue); padding: 48px 0 24px; color: rgba(199,210,232,0.5); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 32px; padding-bottom: 32px; border-bottom: 1px solid rgba(255,255,255,0.06); }
.footer .logo { color: var(--white); margin-bottom: 12px; }
.footer-brand p { font-size: 0.78rem; max-width: 260px; margin-bottom: 16px; }
.footer-socials { display: flex; gap: 8px; }
.footer-socials a { width: 34px; height: 34px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.12); color: rgba(255,255,255,0.4); display: flex; align-items: center; justify-content: center; transition: all var(--transition); }
.footer-socials a:hover { background: var(--accent); border-color: var(--accent); color: var(--white); }
.footer-socials svg { width: 14px; height: 14px; }
.footer-links h4 { color: var(--white); font-size: 0.82rem; margin-bottom: 16px; font-family: var(--font-body); font-weight: 700; }
.footer-links a { display: block; font-size: 0.78rem; margin-bottom: 8px; transition: color var(--transition); }
.footer-links a:hover { color: var(--blue-light); }
.footer-bottom { padding-top: 20px; text-align: center; font-size: 0.72rem; }

/* ===== Cart FAB ===== */
.cart-fab {
    position: fixed; bottom: 24px; right: 24px; z-index: 997;
    width: 50px; height: 50px; border-radius: 50%;
    background: var(--accent); color: var(--white); border: none;
    cursor: pointer; box-shadow: 0 4px 16px rgba(37,99,235,0.35);
    transition: all 0.2s; display: flex; align-items: center; justify-content: center;
}
.cart-fab svg { width: 20px; height: 20px; }
.cart-fab:hover { transform: scale(1.08); background: var(--accent-dark); }
.cart-count {
    position: absolute; top: -3px; right: -3px;
    width: 20px; height: 20px; border-radius: 50%;
    background: var(--dark-blue); color: var(--white);
    font-size: 0.65rem; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    border: 2px solid var(--white);
}
.cart-count.bump { animation: countBump 0.3s ease; }
@keyframes countBump { 50% { transform: scale(1.3); } }

/* ===== Cart Drawer ===== */
.cart-overlay { position: fixed; inset: 0; background: rgba(10,22,40,0.4); z-index: 998; opacity: 0; visibility: hidden; transition: all 0.3s; }
.cart-overlay.active { opacity: 1; visibility: visible; }
.cart-drawer {
    position: fixed; top: 0; right: -380px; width: 360px; max-width: 90vw;
    height: 100vh; background: var(--white); z-index: 999;
    display: flex; flex-direction: column; box-shadow: -6px 0 24px rgba(10,22,40,0.12);
    transition: right 0.35s cubic-bezier(0.4,0,0.2,1);
}
.cart-drawer.active { right: 0; }
.cart-header { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; border-bottom: 1px solid var(--border); }
.cart-header h3 { font-family: var(--font-heading); font-size: 1rem; margin: 0; }
.cart-close { width: 32px; height: 32px; border-radius: 50%; border: 1px solid var(--border); background: none; font-size: 1.1rem; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.15s; }
.cart-close:hover { background: var(--moonlight-light); }
.cart-body { flex: 1; overflow-y: auto; padding: 14px 20px; }
.cart-empty { text-align: center; padding: 36px 0; color: var(--text-light); font-size: 0.85rem; }
.cart-empty p { margin-bottom: 14px; }

.cart-item { display: flex; gap: 10px; padding: 12px 0; border-bottom: 1px solid var(--border); align-items: center; }
.cart-item-info { flex: 1; }
.cart-item-name { font-weight: 600; font-size: 0.82rem; color: var(--dark); }
.cart-item-variant { font-size: 0.7rem; color: var(--text-light); }
.cart-item-price { font-weight: 700; color: var(--accent); font-size: 0.78rem; }
.cart-item-controls { display: flex; align-items: center; gap: 5px; }
.cart-item-controls .qty-wrap-s { transform: scale(0.85); }
.cart-item-remove { width: 24px; height: 24px; border-radius: 50%; border: none; background: #fef2f2; color: #ef4444; cursor: pointer; font-size: 0.7rem; display: flex; align-items: center; justify-content: center; }
.cart-item-remove:hover { background: #fee2e2; }

.cart-footer { border-top: 1px solid var(--border); padding: 14px 20px 20px; background: var(--ice); }
.cart-promo { display: flex; gap: 6px; margin-bottom: 6px; }
.cart-promo input { flex: 1; padding: 8px 12px; border: 1px solid var(--border); border-radius: 50px; font-size: 0.78rem; outline: none; background: var(--white); font-family: var(--font-body); }
.cart-promo input:focus { border-color: var(--accent); }
.promo-msg { font-size: 0.72rem; min-height: 16px; margin-bottom: 4px; }
.promo-msg.success { color: #16a34a; }
.promo-msg.error { color: #ef4444; }
.cart-totals { margin-bottom: 12px; }
.cart-row { display: flex; justify-content: space-between; padding: 4px 0; font-size: 0.82rem; }
.cart-discount { color: #16a34a; }
.cart-total { font-family: var(--font-heading); font-size: 1rem; color: var(--dark); padding-top: 8px; border-top: 1px solid var(--border); margin-top: 4px; }

/* ===== Modals ===== */
.modal { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: all var(--transition); }
.modal.active { opacity: 1; visibility: visible; }
.modal-overlay { position: absolute; inset: 0; background: rgba(10,22,40,0.45); }
.modal-content { position: relative; background: var(--white); border-radius: var(--radius-lg); padding: 32px; text-align: center; max-width: 400px; width: 90%; transform: scale(0.95) translateY(12px); transition: transform var(--transition); }
.modal.active .modal-content { transform: scale(1) translateY(0); }
.success-check { width: 52px; height: 52px; border-radius: 50%; background: #dcfce7; color: #16a34a; font-size: 1.6rem; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.modal-content h3 { margin-bottom: 8px; }
.modal-content > p { color: var(--text-light); margin-bottom: 16px; font-size: 0.85rem; }

.checkout-modal { max-width: 500px; max-height: 88vh; overflow-y: auto; text-align: left; padding: 28px; }
.checkout-modal h3 { text-align: center; margin-bottom: 16px; }
.checkout-close { position: absolute; top: 12px; right: 12px; width: 30px; height: 30px; border-radius: 50%; border: 1px solid var(--border); background: none; font-size: 1rem; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.checkout-close:hover { background: var(--moonlight-light); }
.payment-options { display: flex; gap: 6px; flex-wrap: wrap; }
.payment-option { cursor: pointer; flex: 1; min-width: 90px; }
.payment-option input { display: none; }
.payment-box { display: block; padding: 8px 10px; border: 1px solid var(--border); border-radius: 8px; text-align: center; font-size: 0.75rem; font-weight: 600; transition: all 0.15s; background: var(--white); }
.payment-option input:checked + .payment-box { border-color: var(--accent); background: var(--accent-glow); color: var(--accent-dark); }
.checkout-summary { background: var(--ice); border-radius: var(--radius); padding: 14px; margin-bottom: 14px; border: 1px dashed var(--border); }
.order-number { font-weight: 700; font-size: 0.95rem; color: var(--accent); background: var(--accent-glow); padding: 8px 20px; border-radius: 50px; display: inline-block; margin-bottom: 14px; }

/* ===== Animations ===== */
@keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
[data-aos] { opacity: 0; transform: translateY(20px); transition: all 0.5s cubic-bezier(0.4,0,0.2,1); }
[data-aos].aos-animate { opacity: 1; transform: translate(0); }

/* ===== Responsive ===== */
@media (max-width: 1024px) {
    .hero-grid, .about-grid, .booking-grid { grid-template-columns: 1fr; }
    .hero-right { max-width: 400px; margin: 28px auto 0; }
    .services-grid, .testimonials-grid, .pricing-grid, .team-grid { grid-template-columns: repeat(2, 1fr); }
    .process-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .timeline-grid::before { left: 16px; }
    .tl-left, .tl-right { padding-left: 48px; padding-right: 0; flex-direction: row; }
    .tl-year { left: 16px; transform: translateX(-50%); }
}

@media (max-width: 768px) {
    .nav-toggle { display: flex; }
    .nav-links {
        position: fixed; top: 0; right: -260px; width: 240px; height: 100vh;
        background: var(--white); flex-direction: column;
        padding: 64px 24px 24px; gap: 14px;
        box-shadow: var(--shadow-lg); transition: right var(--transition); z-index: 1001; border-left: 1px solid var(--border);
    }
    .nav-links.active { right: 0; }
    .nav-links a { color: var(--text); font-size: 0.88rem; }
    .hero-features-row { flex-direction: column; }
    .hero-floating-cards, .hero-dots { display: none; }
    .hero-img-main img { height: 260px; }
    .services-grid, .testimonials-grid, .pricing-grid, .team-grid, .process-grid { grid-template-columns: 1fr; }
    .services-header { flex-direction: column; align-items: flex-start; }
    .form-row { grid-template-columns: 1fr; }
    .cta-card { padding: 36px 20px; }
    .footer-grid { grid-template-columns: 1fr; gap: 24px; }
    .payment-options { flex-direction: column; }
}

@media (max-width: 480px) {
    .container { padding: 0 14px; }
    .hero { padding: 80px 0 40px; }
    .hero-btns { flex-direction: column; }
    .hero-btns .btn { width: 100%; }
    .cta-actions { flex-direction: column; align-items: center; }
}
