:root {
  --lk-ink: #171019;
  --lk-muted: #726976;
  --lk-night: #100a12;
  --lk-night-soft: #211524;
  --lk-rose: #e42f6b;
  --lk-rose-dark: #b91f51;
  --lk-gold: #e8b866;
  --lk-cream: #fff8f5;
  --lk-line: rgba(31, 18, 33, .1);
  --lk-shadow: 0 22px 60px rgba(28, 12, 25, .12);
  --lk-radius: 24px;
}

html { scroll-behavior: smooth; }
body.index-page { color: var(--lk-ink); background: #fff; overflow-x: hidden; }
.index-page a { color: var(--lk-rose-dark); text-underline-offset: 3px; }
.index-page img { max-width: 100%; }
.section { padding: 88px 0; position: relative; }
.light-background { background: linear-gradient(135deg, #fff8f5, #fff 52%, #fff6fa); }

.section-title { max-width: 820px; margin: 0 auto 44px; text-align: center; }
.section-title h2 { font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.08; letter-spacing: -.045em; font-weight: 900; margin: 12px 0 16px; }
.section-title p { color: var(--lk-muted); font-size: 1.05rem; line-height: 1.8; }
.eyebrow, .hero-kicker, .area-badge { display: inline-flex; gap: 8px; align-items: center; border-radius: 999px; padding: 9px 14px; font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow, .area-badge { color: var(--lk-rose-dark); background: #fff0f5; border: 1px solid #ffd2e1; }

.hero { min-height: min(820px, 92vh); display: grid; place-items: center; overflow: hidden; isolation: isolate; color: white; background: var(--lk-night); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 72% 25%, rgba(228,47,107,.34), transparent 34%), linear-gradient(90deg, rgba(11,6,13,.94), rgba(11,6,13,.65) 48%, rgba(11,6,13,.42)); }
.hero .hero-image, .hero .hero-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.hero .info { position: relative; z-index: 2; width: 100%; padding: 120px 0 80px; }
.hero .container { max-width: 980px; }
.hero-kicker { color: #ffe8a8; background: rgba(14,9,16,.58); border: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(12px); }
.hero-title { font-size: clamp(2.6rem, 7vw, 6.2rem); line-height: .97; letter-spacing: -.065em; font-weight: 900; text-wrap: balance; margin: 22px 0; }
.hero-desc { font-size: clamp(1rem, 2vw, 1.3rem); line-height: 1.75; max-width: 760px; margin: 0 auto 30px; color: rgba(255,255,255,.82); }
.btn-get-started, .gc-btn, .btn-consultation, .btn-whatsapp { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 13px 22px; border: 0; border-radius: 14px; text-decoration: none !important; font-weight: 800; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.btn-get-started, .gc-btn, .btn-consultation { color: white !important; background: linear-gradient(135deg, var(--lk-rose), var(--lk-rose-dark)); box-shadow: 0 16px 34px rgba(228,47,107,.3); }
.btn-whatsapp { color: #fff !important; background: #18a957; }
.btn-get-started:hover, .gc-btn:hover, .btn-consultation:hover, .btn-whatsapp:hover { transform: translateY(-3px); box-shadow: 0 20px 42px rgba(39,15,32,.25); }

.about-img, .services-image, .location-overview-card { border-radius: var(--lk-radius); overflow: hidden; box-shadow: var(--lk-shadow); }
.about-img img, .services-image img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.experience-badge, .projects-badge { position: absolute; padding: 16px 20px; border-radius: 18px; color: white; background: rgba(17,10,19,.88); backdrop-filter: blur(10px); box-shadow: var(--lk-shadow); }
.experience-badge { left: -8px; bottom: 44px; }
.projects-badge { right: 4px; top: 36px; background: linear-gradient(135deg, var(--lk-rose), var(--lk-rose-dark)); }
.experience-badge h2, .projects-badge h2 { margin: 0; font-size: 1.8rem; font-weight: 900; }
.experience-badge p, .projects-badge p { margin: 2px 0 0; font-size: .78rem; }
.feature-item { display: flex; align-items: flex-start; gap: 16px; }
.feature-icon, .icon-wrapper, .icon-box { flex: 0 0 auto; display: grid; place-items: center; width: 54px; height: 54px; border-radius: 16px; color: var(--lk-rose-dark); background: #fff0f5; font-size: 1.35rem; }
.feature-content h3 { font-size: 1.06rem; font-weight: 800; margin-bottom: 5px; }
.feature-content p { color: var(--lk-muted); margin: 0; }
.check-list { list-style: none; padding: 0; }
.check-list li { margin: 10px 0; color: #534b55; }
.check-list i { color: var(--lk-rose); margin-right: 8px; }

.location-overview-card, .contact-card, .seo-content { padding: clamp(24px, 4vw, 52px); background: white; border: 1px solid var(--lk-line); }
.location-overview-card img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.area-links-grid, .locations-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; }
.area-link, .location-btn { display: flex; align-items: center; gap: 9px; min-height: 52px; padding: 13px 15px; border: 1px solid var(--lk-line); border-radius: 14px; color: var(--lk-ink) !important; background: white; text-decoration: none !important; font-weight: 700; transition: .25s ease; }
.area-link:hover, .location-btn:hover { border-color: #ff9cbc; transform: translateY(-2px); box-shadow: 0 12px 28px rgba(46,18,36,.09); }
.area-link i, .location-btn i { color: var(--lk-rose); }

.video-hero { min-height: 470px; display: grid; place-items: center; overflow: hidden; isolation: isolate; color: white; text-align: center; }
.video-bg, .video-hero .overlay { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.video-hero .overlay { z-index: -1; background: linear-gradient(135deg, rgba(12,7,14,.92), rgba(82,17,48,.68)); }
.video-hero .hero-content { padding: 70px 20px; max-width: 820px; }
.video-hero h2 { font-size: clamp(2rem, 5vw, 4rem); font-weight: 900; letter-spacing: -.045em; }

.profile-card, .portfolio-card, .service-card, .feature-card { height: 100%; overflow: hidden; border: 1px solid var(--lk-line); border-radius: 20px; background: white; box-shadow: 0 12px 34px rgba(37,14,30,.07); transition: transform .25s ease, box-shadow .25s ease; }
.profile-card:hover, .portfolio-card:hover, .service-card:hover, .feature-card:hover { transform: translateY(-7px); box-shadow: var(--lk-shadow); }
.profile-card > img, .portfolio-img img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.profile-info, .portfolio-info { padding: 20px; }
.profile-info h3, .portfolio-info h3 { margin: 0 0 6px; font-size: 1.25rem; font-weight: 850; }
.profile-info p { color: var(--lk-muted); }
.service-card, .feature-card { position: relative; padding: 30px; }
.service-card h3, .feature-card h3 { font-size: 1.15rem; font-weight: 850; margin: 20px 0 10px; }
.service-card p, .feature-card p { color: var(--lk-muted); line-height: 1.7; }
.service-number { position: absolute; right: 18px; top: 10px; color: #f2dce5; font-size: 3rem; font-weight: 900; }
.services-content h2 { font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -.05em; font-weight: 900; }
.portfolio-filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; list-style: none; padding: 0; margin: 0 0 32px; }
.portfolio-filters li { cursor: pointer; padding: 10px 16px; border-radius: 999px; color: #574e59; background: white; border: 1px solid var(--lk-line); font-weight: 750; }
.portfolio-filters .filter-active { color: white; background: var(--lk-rose); border-color: var(--lk-rose); }
.portfolio-item { transition: opacity .2s ease, transform .2s ease; }
.portfolio-item.is-hidden { display: none; }

.call-to-action { padding: 88px 0; color: white; background: radial-gradient(circle at 20% 0, rgba(232,184,102,.19), transparent 30%), linear-gradient(135deg, #130b15, #351124); }
.call-to-action h2 { font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 900; letter-spacing: -.045em; }
.cta-pills, .support-options, .keyword-cloud { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 24px 0; }
.cta-pills span { padding: 9px 14px; border-radius: 999px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.07); }
.support-options { justify-content: flex-start; }
.support-options span, .keyword-cloud span { padding: 9px 13px; border: 1px solid #f2d6e1; background: #fff4f8; border-radius: 999px; color: #70223f; font-size: .88rem; font-weight: 700; }

.seo-content { max-width: 1040px; margin: auto; border-radius: var(--lk-radius); box-shadow: var(--lk-shadow); }
.seo-content h2 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 900; letter-spacing: -.04em; }
.seo-content h3 { margin-top: 34px; font-size: 1.4rem; font-weight: 850; }
.seo-content p { color: #5d545f; font-size: 1.03rem; line-height: 1.85; }

.faq-grid { max-width: 980px; margin: auto; display: grid; gap: 12px; }
.faq-item { border: 1px solid var(--lk-line); border-radius: 16px; background: white; overflow: hidden; }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 22px; border: 0; color: var(--lk-ink); background: transparent; text-align: left; font-weight: 800; }
.faq-answer { display: none; padding: 0 22px 20px; color: var(--lk-muted); line-height: 1.75; }
.faq-item.active .faq-answer { display: block; }
.faq-item.active .faq-question i { transform: rotate(45deg); }
.faq-question i { transition: transform .2s ease; }

.contact-card { height: 100%; border-radius: var(--lk-radius); box-shadow: 0 12px 34px rgba(37,14,30,.07); }
.contact-card h3 { font-weight: 900; }
.contact-list { display: grid; gap: 18px; margin-top: 24px; }
.contact-row { display: flex; gap: 14px; }
.contact-row > i { color: var(--lk-rose); font-size: 1.2rem; }
.contact-row div { display: grid; }
.contact-row span, .contact-row a { color: var(--lk-muted); }
.locations { padding: 88px 0; background: #140c16; color: white; }
.locations .section-title p { color: rgba(255,255,255,.65); }
.locations .location-btn { color: white !important; border-color: rgba(255,255,255,.12); background: rgba(255,255,255,.06); }

@media (max-width: 991px) {
  .section { padding: 68px 0; }
  .area-links-grid, .locations-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .hero { min-height: 720px; }
}

@media (max-width: 575px) {
  .section { padding: 54px 0; }
  .hero { min-height: 660px; }
  .hero .info { padding: 105px 0 58px; }
  .hero-title { font-size: clamp(2.35rem, 13vw, 4rem); }
  .hero-desc { font-size: .98rem; }
  .area-links-grid, .locations-grid { grid-template-columns: 1fr; }
  .experience-badge, .projects-badge { position: static; display: inline-block; margin: 12px 8px 0 0; }
  .location-overview-card, .contact-card, .seo-content { padding: 22px; }
  .profile-card, .portfolio-card, .service-card, .feature-card { border-radius: 16px; }
  .btn-get-started, .gc-btn, .btn-consultation, .btn-whatsapp { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
