@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,600&family=DM+Sans:wght@300;400;500;600;700&display=swap');
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --teal:      #2a6b72;
  --teal-dk:   #1d4e53;
  --teal-lt:   #3a8a92;
  --teal-pale: #e8f4f5;
  --teal-v2:   #f0f9fa;
  --sand:      #c9a96e;
  --sand-lt:   #e0c896;
  --sand-pale: #faf5ec;
  --dark:      #1a2830;
  --dark-2:    #253642;
  --grey:      #6b7280;
  --grey-lt:   #9ca3af;
  --border:    #d1e8ea;
  --white:     #ffffff;
}
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; color: var(--dark); background: var(--white); line-height: 1.65; }

/* TOPBAR */
.topbar { background: var(--teal-dk); color: rgba(255,255,255,.75); font-size: 13px; padding: 9px 0; }
.topbar-inner { max-width: 1180px; margin: auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.topbar a { color: rgba(255,255,255,.85); text-decoration: none; display: inline-flex; align-items: center; gap: 6px; font-weight: 500; transition: color .2s; }
.topbar a:hover { color: var(--sand-lt); }
.topbar-right { display: flex; align-items: center; gap: 16px; }
.topbar-langs { display: flex; gap: 6px; }
.topbar-lang { font-size: 12px; font-weight: 700; letter-spacing: .06em; color: rgba(255,255,255,.5); cursor: pointer; }
.topbar-lang.active { color: var(--sand-lt); }

/* NAVBAR */
.navbar { position: sticky; top: 0; z-index: 100; background: var(--white); border-bottom: 1px solid var(--border); box-shadow: 0 2px 16px rgba(42,107,114,.08); padding: 0 24px; }
.nav-inner { max-width: 1180px; margin: auto; display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { text-decoration: none; display: flex; align-items: center; gap: 14px; }
.brand-photo { width: 46px; height: 46px; border-radius: 50%; overflow: hidden; border: 2px solid var(--teal); flex-shrink: 0; }
.brand-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.brand-text { line-height: 1.2; }
.brand-name { font-family: 'Playfair Display', serif; font-size: 18px; color: var(--teal-dk); font-weight: 700; }
.brand-title { font-size: 11px; color: var(--grey); letter-spacing: .07em; text-transform: uppercase; font-weight: 500; }
.nav-links { display: flex; align-items: center; gap: 30px; list-style: none; }
.nav-links a { text-decoration: none; color: var(--dark); font-size: 14px; font-weight: 600; position: relative; padding-bottom: 3px; transition: color .2s; }
.nav-links a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: var(--sand); transition: width .3s; }
.nav-links a:hover, .nav-links a.active { color: var(--teal); }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.btn-rdv { background: var(--teal); color: var(--white); padding: 11px 22px; border-radius: 6px; font-size: 13px; font-weight: 700; text-decoration: none; letter-spacing: .04em; transition: all .2s; border: none; cursor: pointer; display: inline-flex; align-items: center; gap: 7px; }
.btn-rdv:hover { background: var(--teal-lt); transform: translateY(-1px); box-shadow: 0 6px 16px rgba(42,107,114,.3); }

/* PAGE HERO */
.page-hero { background: linear-gradient(135deg, var(--teal-dk) 0%, var(--teal) 70%); padding: 52px 24px; color: var(--white); position: relative; overflow: hidden; }
.page-hero::after { content: ''; position: absolute; right: -80px; bottom: -80px; width: 300px; height: 300px; border-radius: 50%; border: 32px solid rgba(201,169,110,.15); pointer-events: none; }
.page-hero-inner { max-width: 1180px; margin: auto; position: relative; z-index: 1; }
.breadcrumb { font-size: 12px; color: rgba(255,255,255,.55); margin-bottom: 10px; display: flex; align-items: center; gap: 6px; }
.breadcrumb a { color: rgba(255,255,255,.7); text-decoration: none; }
.page-hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(26px, 3vw, 40px); font-weight: 700; line-height: 1.2; margin-bottom: 10px; }
.page-hero h1 em { color: var(--sand-lt); font-style: italic; }
.page-hero p { font-size: 15px; color: rgba(255,255,255,.75); max-width: 580px; line-height: 1.7; }

/* SECTIONS */
.section { padding: 80px 24px; }
.section-alt { background: var(--teal-v2); }
.section-sand { background: var(--sand-pale); }
.section-dark { background: var(--dark); color: var(--white); }
.section-teal { background: var(--teal); color: var(--white); }
.section-inner { max-width: 1180px; margin: auto; }
.section-header { text-align: center; margin-bottom: 56px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.eyebrow::before, .eyebrow::after { content: ''; width: 24px; height: 1px; background: var(--sand); }
.eyebrow span { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--sand); font-weight: 700; }
.section-dark .eyebrow::before, .section-dark .eyebrow::after,
.section-teal .eyebrow::before, .section-teal .eyebrow::after { background: rgba(201,169,110,.6); }
.section-title { font-family: 'Playfair Display', serif; font-size: clamp(24px, 3vw, 38px); font-weight: 700; color: var(--teal-dk); line-height: 1.25; }
.section-dark .section-title, .section-teal .section-title { color: var(--white); }
.section-title em { color: var(--teal); font-style: italic; }
.section-dark .section-title em { color: var(--sand-lt); }
.section-sub { font-size: 15px; color: var(--grey); max-width: 560px; margin: 12px auto 0; line-height: 1.7; }
.section-dark .section-sub, .section-teal .section-sub { color: rgba(255,255,255,.65); }

/* BUTTONS */
.btn-primary { background: var(--teal); color: var(--white); padding: 14px 28px; border-radius: 6px; font-size: 14px; font-weight: 700; text-decoration: none; letter-spacing: .04em; transition: all .2s; display: inline-flex; align-items: center; gap: 8px; border: none; cursor: pointer; }
.btn-primary:hover { background: var(--teal-lt); transform: translateY(-1px); box-shadow: 0 6px 16px rgba(42,107,114,.3); }
.btn-sand { background: var(--sand); color: var(--dark); padding: 14px 28px; border-radius: 6px; font-size: 14px; font-weight: 700; text-decoration: none; letter-spacing: .04em; transition: all .2s; display: inline-flex; align-items: center; gap: 8px; }
.btn-sand:hover { background: var(--sand-lt); transform: translateY(-1px); }
.btn-outline { border: 2px solid var(--teal); color: var(--teal); background: transparent; padding: 13px 26px; border-radius: 6px; font-size: 14px; font-weight: 700; text-decoration: none; letter-spacing: .04em; transition: all .2s; display: inline-flex; align-items: center; gap: 8px; cursor: pointer; }
.btn-outline:hover { background: var(--teal); color: var(--white); }
.btn-white-outline { border: 2px solid rgba(255,255,255,.6); color: var(--white); background: transparent; padding: 13px 26px; border-radius: 6px; font-size: 14px; font-weight: 700; text-decoration: none; letter-spacing: .04em; transition: all .2s; display: inline-flex; align-items: center; gap: 8px; }
.btn-white-outline:hover { background: rgba(255,255,255,.1); border-color: var(--white); }

/* CARDS */
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.grid-2 { display: grid; grid-template-columns: repeat(2,1fr); gap: 32px; }
.card { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 32px 26px; transition: all .3s; }
.card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(42,107,114,.12); border-color: var(--teal-lt); }
.card-icon { width: 54px; height: 54px; border-radius: 10px; background: var(--teal-pale); display: flex; align-items: center; justify-content: center; color: var(--teal); font-size: 22px; margin-bottom: 18px; transition: all .3s; }
.card:hover .card-icon { background: var(--teal); color: var(--white); }
.card h3 { font-family: 'Playfair Display', serif; font-size: 19px; color: var(--teal-dk); margin-bottom: 10px; }
.card p { font-size: 14px; color: var(--grey); line-height: 1.7; }

/* FORM */
.form-group { margin-bottom: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
label { display: block; font-size: 12px; font-weight: 700; color: var(--teal-dk); margin-bottom: 6px; letter-spacing: .05em; text-transform: uppercase; }
input, select, textarea { width: 100%; padding: 12px 14px; border: 2px solid var(--border); border-radius: 8px; font-family: 'DM Sans', sans-serif; font-size: 14px; color: var(--dark); background: var(--white); transition: border-color .2s; outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(42,107,114,.08); }
textarea { resize: vertical; min-height: 100px; }
.btn-submit { width: 100%; background: var(--teal); color: var(--white); padding: 14px; border: none; border-radius: 8px; font-family: 'DM Sans', sans-serif; font-size: 15px; font-weight: 700; cursor: pointer; transition: all .2s; display: flex; align-items: center; justify-content: center; gap: 8px; letter-spacing: .04em; }
.btn-submit:hover { background: var(--teal-lt); transform: translateY(-1px); }

/* REASSURANCE BAR */
.reassurance-bar { background: var(--teal-dk); padding: 20px 24px; }
.reassurance-inner { max-width: 1180px; margin: auto; display: flex; align-items: center; justify-content: center; gap: 40px; flex-wrap: wrap; }
.reassurance-item { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.85); font-size: 13.5px; font-weight: 600; }
.reassurance-item i { color: var(--sand-lt); font-size: 15px; }

/* CHATBOT */
.chat-fab { position: fixed; bottom: 28px; right: 28px; z-index: 999; width: 64px; height: 64px; border-radius: 50%; background: var(--teal); color: var(--white); border: none; cursor: pointer; font-size: 24px; box-shadow: 0 6px 24px rgba(42,107,114,.45); display: flex; align-items: center; justify-content: center; transition: all .25s; }
.chat-fab:hover { background: var(--teal-lt); transform: scale(1.07); }
.chat-badge { position: absolute; top: 2px; right: 2px; width: 18px; height: 18px; background: var(--sand); border-radius: 50%; border: 2px solid var(--white); font-size: 10px; display: flex; align-items: center; justify-content: center; color: var(--dark); font-weight: 800; }
.chatbox { position: fixed; bottom: 106px; right: 28px; z-index: 998; width: 360px; background: var(--white); border-radius: 16px; box-shadow: 0 20px 60px rgba(42,107,114,.2); display: none; flex-direction: column; max-height: 520px; overflow: hidden; border: 1px solid var(--border); }
.chatbox.open { display: flex; }
.chat-header { background: var(--teal); color: var(--white); padding: 16px 18px; display: flex; align-items: center; gap: 12px; }
.chat-av { width: 40px; height: 40px; border-radius: 50%; overflow: hidden; flex-shrink: 0; border: 2px solid rgba(255,255,255,.4); }
.chat-av img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.chat-hinfo strong { display: block; font-size: 14px; font-weight: 700; }
.chat-hinfo span { font-size: 12px; opacity: .75; display: flex; align-items: center; gap: 5px; }
.chat-hinfo span::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: #4ade80; display: inline-block; }
.chat-x { margin-left: auto; background: none; border: none; color: rgba(255,255,255,.7); cursor: pointer; font-size: 18px; }
.chat-msgs { flex: 1; overflow-y: auto; padding: 14px; display: flex; flex-direction: column; gap: 10px; }
.cmsg { max-width: 86%; }
.cmsg.bot .bbl { background: var(--teal-v2); color: var(--dark); border-radius: 12px 12px 12px 2px; border: 1px solid var(--border); }
.cmsg.usr { align-self: flex-end; }
.cmsg.usr .bbl { background: var(--teal); color: var(--white); border-radius: 12px 12px 2px 12px; }
.bbl { padding: 10px 14px; font-size: 13.5px; line-height: 1.55; font-family: 'DM Sans', sans-serif; }
.quick-btns { display: flex; flex-wrap: wrap; gap: 6px; padding: 8px 14px 12px; }
.qbtn { background: var(--teal-v2); border: 1px solid var(--border); border-radius: 20px; padding: 6px 14px; font-size: 12px; font-weight: 600; cursor: pointer; font-family: 'DM Sans', sans-serif; color: var(--teal); transition: all .2s; }
.qbtn:hover { background: var(--teal); color: var(--white); border-color: var(--teal); }
.chat-inp-area { padding: 10px; border-top: 1px solid var(--border); display: flex; gap: 8px; }
.chat-inp { flex: 1; border: 2px solid var(--border); border-radius: 20px; padding: 9px 14px; font-size: 13px; font-family: 'DM Sans', sans-serif; outline: none; transition: border-color .2s; }
.chat-inp:focus { border-color: var(--teal); }
.chat-snd { background: var(--teal); color: var(--white); border: none; border-radius: 50%; width: 36px; height: 36px; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 14px; transition: background .2s; flex-shrink: 0; }
.chat-snd:hover { background: var(--sand); color: var(--dark); }

/* FOOTER */
footer { background: var(--dark); color: rgba(255,255,255,.55); padding: 56px 24px 24px; }
.footer-inner { max-width: 1180px; margin: auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 40px; }
.footer-brand { font-family: 'Playfair Display', serif; font-size: 22px; color: var(--white); display: block; margin-bottom: 4px; }
.footer-title { font-size: 12px; color: var(--sand-lt); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 14px; }
.footer-about { font-size: 13.5px; line-height: 1.7; margin-bottom: 18px; }
.footer-socials { display: flex; gap: 8px; }
.footer-socials a { width: 34px; height: 34px; border-radius: 8px; background: rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.5); text-decoration: none; transition: all .2s; font-size: 14px; }
.footer-socials a:hover { background: var(--teal); color: var(--white); }
.footer-col h5 { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--white); margin-bottom: 14px; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 9px; }
.footer-links a { font-size: 13.5px; color: rgba(255,255,255,.5); text-decoration: none; transition: color .2s; }
.footer-links a:hover { color: var(--sand-lt); }
.footer-bottom { max-width: 1180px; margin: 0 auto; padding: 20px 0 0; border-top: 1px solid rgba(255,255,255,.08); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.footer-bottom p, .footer-bottom a { font-size: 12px; color: rgba(255,255,255,.25); text-decoration: none; }

/* RESPONSIVE */
@media(max-width:1024px) {
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}
@media(max-width:640px) {
  .nav-links { display: none; }
  .grid-3 { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .chatbox { width: calc(100vw - 32px); right: 16px; }
  .reassurance-inner { gap: 18px; }
}
