.elementor-widget-container.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-9559 .elementor-element.elementor-element-72b1ed3{--display:flex;}.elementor-widget-text-editor.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for text-editor, class: .elementor-element-02e09af *//* ============================================
   ARCHI DARK THEME - AirBnB Interior
   archaudit.com blog style
   ============================================ */
:root {
  --archi-gold: #FAB702;
  --archi-gold-glow: rgba(250, 183, 2, 0.15);
  --archi-bg: #18191b;
  --archi-surface: #0e0e1a;
  --archi-dark: #0d0d0d;
  --archi-light: #eceff3;
  --archi-body: #bbbbbb;
  --archi-muted: #4d4d4d;
  --archi-white: #ffffff;
  --archi-green: #37d366;
  --archi-r: 8px;
  --archi-r-sm: 5px;
  --archi-max: 840px;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  background: var(--archi-bg);
  color: var(--archi-light);
  line-height: 1.75;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 { font-family: 'Dosis', 'Roboto', Arial, sans-serif; color: var(--archi-light); line-height: 1.25; font-weight: 400; }
h1 { font-size: clamp(26px, 4.5vw, 42px); margin-bottom: 18px; }
h2 { font-size: clamp(20px, 3vw, 28px); margin: 52px 0 16px; padding-bottom: 10px; border-bottom: 2px solid rgba(250,183,2,0.2); }
h3 { font-size: clamp(18px, 2.5vw, 22px); margin: 36px 0 12px; }
h4 { font-size: 16px; margin: 22px 0 8px; }
p { margin-bottom: 18px; font-size: 16px; color: var(--archi-light); line-height: 1.8; }
p:last-child { margin-bottom: 0; }
strong { font-weight: 700; color: var(--archi-light); }
em { font-style: italic; color: var(--archi-light); }
ul, ol { padding-left: 24px; margin: 16px 0 20px; }
li { margin-bottom: 9px; color: var(--archi-light); line-height: 1.7; }
a { color: var(--archi-gold); text-decoration: none; transition: opacity 0.2s; }
a:hover { opacity: 0.8; text-decoration: underline; }
.wrap { max-width: var(--archi-max); margin: 0 auto; padding: 0 24px 100px; }

/* ── HERO ── */
.hero {
  background: linear-gradient(150deg, #1a0a2e 0%, #2d1b4e 40%, #0d2b45 80%, #0f4a3c 100%);
  color: var(--archi-white);
  padding: 80px 24px 64px;
  text-align: center;
  border-bottom: 3px solid;
  border-image: linear-gradient(90deg, #92400e, #6b21a8, #0f766e) 1;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 30%, rgba(146,64,14,.25) 0%, transparent 60%);
}
.hero__badge {
  display: inline-block;
  background: rgba(255,255,255,.1);
  color: #fde68a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 20px;
  margin-bottom: 24px;
  border: 1px solid rgba(250,183,2,0.25);
  position: relative;
  z-index: 1;
}
.hero h1 { color: var(--archi-light); position: relative; z-index: 1; }
.hero h1 em { font-style: normal; color: #fde68a; }
.hero__sub { font-size: 18px; color: #c8d3e0; max-width: 600px; margin: 0 auto 28px; line-height: 1.65; position: relative; z-index: 1; }
.hero__meta { display: flex; justify-content: center; gap: 28px; flex-wrap: wrap; font-size: 13px; color: #94a3b8; position: relative; z-index: 1; }

/* ── INTRO ── */
.intro {
  background: var(--archi-surface);
  border: 1px solid rgba(250,183,2,0.2);
  border-left: 5px solid var(--archi-gold);
  border-radius: var(--archi-r);
  padding: 26px 30px;
  margin: 40px 0 44px;
  font-size: 16px;
  line-height: 1.8;
}
.intro strong { color: var(--archi-gold); }

/* ── STATS ── */
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 14px; margin: 0 0 48px; }
.stat { background: var(--archi-surface); border: 1px solid rgba(250,183,2,0.15); border-radius: var(--archi-r); padding: 22px 14px; text-align: center; }
.stat__num { display: block; font-size: 28px; font-weight: 700; color: var(--archi-gold); line-height: 1; margin-bottom: 8px; font-family: 'Dosis', sans-serif; }
.stat__label { font-size: 12.5px; color: var(--archi-light); line-height: 1.45; }

/* ── CARDS (Trend Cards) ── */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; margin: 24px 0 32px; }
.card { background: var(--archi-surface); border: 1px solid rgba(250,183,2,0.12); border-radius: var(--archi-r); overflow: hidden; transition: border-color 0.25s, box-shadow 0.25s; }
.card:hover { border-color: rgba(250,183,2,0.35); box-shadow: 0 0 30px rgba(250,183,2,0.08); }
.card__top { height: 8px; }
.card__body { padding: 20px 18px; }
.card__icon { font-size: 28px; margin-bottom: 12px; display: block; }
.card__title { font-weight: 700; font-size: 15px; color: var(--archi-light); margin-bottom: 10px; font-family: 'Dosis', sans-serif; }
.card__body p { font-size: 14px; color: var(--archi-light); line-height: 1.6; margin-bottom: 0; }

/* ── ROOM BLOCKS ── */
.room-block { background: var(--archi-surface); border: 1px solid rgba(250,183,2,0.12); border-radius: var(--archi-r); overflow: hidden; margin: 28px 0; }
.room-block__head { display: flex; align-items: center; gap: 14px; padding: 16px 24px; }
.room-block__icon  { font-size: 28px; flex-shrink: 0; }
.room-block__title { font-size: 18px; font-weight: 700; color: var(--archi-white); font-family: 'Dosis', sans-serif; }
.room-block__sub   { font-size: 12.5px; color: rgba(255,255,255,.75); margin-top: 3px; }
.room-block__body  { padding: 22px 24px; }
.room-block__body p { color: var(--archi-light); font-size: 16px; margin-bottom: 14px; }
.room-block__body p:last-child { margin-bottom: 0; }
.room-block__body ul { padding-left: 24px; margin: 12px 0; }
.room-block__body li { margin-bottom: 8px; color: var(--archi-light); font-size: 15px; }
.room-block__body h4 { margin: 0 0 10px; color: var(--archi-light); font-family: 'Dosis', sans-serif; }
.rb--living  .room-block__head { background: linear-gradient(135deg,#1a0a2e,#6b21a8); }
.rb--bedroom .room-block__head { background: linear-gradient(135deg,#0d2b45,#1d6ead); }
.rb--kitchen .room-block__head { background: linear-gradient(135deg,#92400e,#d97706); }
.rb--bath    .room-block__head { background: linear-gradient(135deg,#0f4a3c,#0f766e); }

/* ── COLOUR PALETTE ── */
.palette { display: flex; flex-wrap: wrap; gap: 12px; margin: 20px 0 28px; }
.swatch { border-radius: var(--archi-r); padding: 16px 18px; min-width: 130px; flex: 1; border: 1px solid rgba(255,255,255,0.08); }
.swatch__name { font-weight: 700; font-size: 13.5px; margin-bottom: 4px; color: var(--archi-light); }
.swatch__note { font-size: 12px; color: rgba(236,239,243,0.75); line-height: 1.4; }

/* ── ROI TABLE (tech-table) ── */
.tech-table { width: 100%; border-collapse: collapse; font-size: 14.5px; margin: 24px 0 32px; background: var(--archi-surface); border-radius: var(--archi-r); overflow: hidden; border: 1px solid rgba(250,183,2,0.15); }
.tech-table th { background: rgba(250,183,2,0.08); color: var(--archi-gold); font-family: 'Dosis', sans-serif; font-weight: 400; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 14px 16px; text-align: left; border-bottom: 2px solid rgba(250,183,2,0.2); }
.tech-table td { padding: 13px 16px; border-bottom: 1px solid rgba(255,255,255,0.05); vertical-align: top; line-height: 1.55; color: var(--archi-light); }
.tech-table tr:last-child td { border-bottom: none; }
.tech-table tr:nth-child(even) td { background: rgba(255,255,255,0.02); }
.tech-table td strong { color: var(--archi-light); }
.badge { display: inline-block; font-size: 11px; font-weight: 700; padding: 3px 9px; border-radius: 12px; vertical-align: middle; }
.badge--green { background: rgba(55,211,102,0.12); color: #4ade80; border: 1px solid rgba(55,211,102,0.3); }
.badge--gold  { background: rgba(250,183,2,0.12); color: var(--archi-gold); border: 1px solid rgba(250,183,2,0.3); }
.badge--plum  { background: rgba(96,165,250,0.12); color: #93c5fd; border: 1px solid rgba(96,165,250,0.3); }

/* ── ALERTS ── */
.alert { border-radius: var(--archi-r); padding: 18px 22px; margin: 28px 0; border-left: 4px solid; font-size: 15px; line-height: 1.7; }
.alert--gold  { background: rgba(250,183,2,0.12); border-color: #e6a700; color: #fde68a; }
.alert--gold .alert__title { color: #fde68a; }
.alert--gold p { color: rgba(255,255,255,0.85); }
.alert--teal  { background: rgba(15,118,110,0.15); border-color: #0f766e; color: #5eead4; }
.alert--teal .alert__title { color: #5eead4; }
.alert--teal p { color: rgba(255,255,255,0.85); }
.alert--navy  { background: rgba(13,43,69,0.4); border-color: #0d2b45; color: #c8d3e0; }
.alert--navy .alert__title { color: #c8d3e0; }
.alert--navy p { color: rgba(255,255,255,0.85); }
.alert--plum  { background: rgba(107,33,168,0.15); border-color: #6b21a8; color: #d8b4fe; }
.alert--plum .alert__title { color: #d8b4fe; }
.alert--plum p { color: rgba(255,255,255,0.85); }
.alert__title { font-family: 'Dosis', sans-serif; font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; display: block; }
.alert p { color: rgba(255,255,255,0.85); }

/* ── CHECKLIST ── */
.checklist { background: var(--archi-surface); border: 1px solid rgba(250,183,2,0.15); border-radius: var(--archi-r); padding: 22px 26px; margin: 22px 0 32px; }
.checklist h4 { margin: 0 0 14px; color: var(--archi-light); font-family: 'Dosis', sans-serif; font-size: 17px; }
.checklist ul { list-style: none; padding: 0; margin: 0; }
.checklist li { padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,0.05); display: flex; align-items: flex-start; gap: 10px; font-size: 15.5px; color: var(--archi-light); }
.checklist li:last-child { border-bottom: none; }
.checklist .cb { font-size: 17px; flex-shrink: 0; margin-top: 1px; }

/* ── STEPS (process) ── */
.process { margin: 28px 0 36px; }
.pstep { display: flex; gap: 20px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,0.05); }
.pstep:last-child { border-bottom: none; }
.pstep__n { flex-shrink: 0; width: 42px; height: 42px; background: var(--archi-gold); color: var(--archi-bg); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 17px; margin-top: 2px; font-family: 'Dosis', sans-serif; }
.pstep__body h4 { margin: 0 0 8px; color: var(--archi-light); font-family: 'Dosis', sans-serif; }
.pstep__body p  { color: var(--archi-light); font-size: 15px; margin: 0; }

/* ── PULLQUOTE ── */
.pullquote { border-left: 4px solid var(--archi-gold); padding: 18px 24px; background: rgba(250,183,2,0.08); border-radius: 0 var(--archi-r) var(--archi-r) 0; margin: 28px 0; font-size: 17px; font-style: italic; color: var(--archi-light); line-height: 1.7; }

/* ── RELATED ── */
.related { background: var(--archi-surface); border: 1px solid rgba(250,183,2,0.15); border-radius: var(--archi-r); padding: 20px 24px; margin: 36px 0; }
.related h4 { font-size: 11px; text-transform: uppercase; letter-spacing: 2px; color: var(--archi-gold); margin: 0 0 12px; font-family: 'Dosis', sans-serif; }
.related ul { list-style: none; padding: 0; margin: 0; }
.related li { border-bottom: 1px solid rgba(255,255,255,0.04); padding: 8px 0; }
.related li:last-child { border-bottom: none; }
.related a { color: var(--archi-light); font-size: 14px; font-weight: 400; text-decoration: none; }
.related a:hover { color: var(--archi-gold); text-decoration: none; }

/* ── FAQ ── */
.faq { margin: 16px 0; }
.faq-item { background: var(--archi-surface); border: 1px solid rgba(250,183,2,0.1); border-radius: var(--archi-r); margin-bottom: 12px; overflow: hidden; }
.faq-q { padding: 16px 20px; font-family: 'Dosis', sans-serif; font-weight: 400; font-size: 16px; color: var(--archi-light); background: rgba(250,183,2,0.04); border-bottom: 1px solid rgba(250,183,2,0.1); cursor: pointer; user-select: none; }
.faq-q::after { content: '+'; float: right; color: var(--archi-gold); font-weight: 700; }
.faq-q.active::after { content: '-'; }
.faq-a { padding: 16px 20px; font-size: 15px; color: var(--archi-light); line-height: 1.75; display: none; }
.faq-a.open { display: block; }

/* ── CTA ── */
.cta {
  background: linear-gradient(135deg, #1a0a2e 0%, #2d1b4e 60%, #0f4a3c 100%);
  border: 2px solid var(--archi-gold);
  border-radius: var(--archi-r);
  padding: 52px 36px;
  text-align: center;
  margin: 64px 0 44px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 50px rgba(250,183,2,0.1);
}
.cta::before { content: ''; position: absolute; top: -80px; right: -80px; width: 280px; height: 280px; background: radial-gradient(circle, rgba(250,183,2,0.08) 0%, transparent 70%); border-radius: 50%; pointer-events: none; z-index: 0; }
.cta h2 { font-size: clamp(22px, 3.5vw, 30px); color: var(--archi-light); border: none; margin: 0 0 16px; padding: 0; position: relative; z-index: 1; }
.cta > p { color: #fde68a; font-size: 16px; max-width: 520px; margin: 0 auto 32px; position: relative; z-index: 1; }
.cta-btn { display: inline-block; background: var(--archi-gold); color: var(--archi-bg); text-decoration: none; font-family: 'Roboto', sans-serif; font-weight: 500; font-size: 18px; padding: 18px 40px; border-radius: var(--archi-r-sm); letter-spacing: 0.3px; transition: opacity 0.2s, transform 0.2s, box-shadow 0.2s; cursor: pointer; border: none; }
.cta-btn:hover { opacity: 1; transform: translateY(-1px); box-shadow: 0 8px 24px rgba(250,183,2,0.25); text-decoration: none; color: var(--archi-bg); }
.cta-links { margin-top: 22px; display: flex; justify-content: center; gap: 28px; flex-wrap: wrap; position: relative; }
.cta-links a { color: #fde68a; font-size: 13px; text-decoration: underline; }

/* ── REFS ── */
.refs { margin-top: 52px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.06); }
.refs h4 { font-size: 11px; text-transform: uppercase; letter-spacing: 2px; color: var(--archi-light); margin-bottom: 12px; font-family: 'Dosis', sans-serif; }
.refs ol { padding-left: 20px; }
.refs li { font-size: 13px; color: var(--archi-light); margin-bottom: 6px; }
.refs a { color: var(--archi-gold); }

/* ── ACC GRID (accent grid) ── */
.acc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(185px, 1fr)); gap: 14px; margin: 24px 0 32px; }
.acc-card { background: var(--archi-surface); border: 1px solid rgba(250,183,2,0.12); border-radius: var(--archi-r); padding: 18px 16px; text-align: center; transition: border-color 0.25s; }
.acc-card:hover { border-color: rgba(250,183,2,0.3); }
.acc-card__icon { font-size: 24px; margin-bottom: 8px; display: block; }
.acc-card__tech { font-size: 12px; font-weight: 700; color: var(--archi-light); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 6px; font-family: 'Dosis', sans-serif; }
.acc-card__val { font-size: 24px; font-weight: 700; color: var(--archi-gold); line-height: 1; margin-bottom: 4px; font-family: 'Dosis', sans-serif; }
.acc-card__note { font-size: 11.5px; color: var(--archi-light); line-height: 1.5; }

/* ── MODAL ── */
.modal-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.78); z-index: 99999; align-items: center; justify-content: center; padding: 20px; }
.modal-overlay.open { display: flex; }
.modal-box { background: var(--archi-surface); border: 2px solid var(--archi-gold); border-radius: var(--archi-r); padding: 40px 36px; max-width: 460px; width: 100%; position: relative; box-shadow: 0 0 60px rgba(250,183,2,0.15); animation: modalIn 0.3s ease; }
@keyframes modalIn { from { opacity: 0; transform: scale(0.94) translateY(10px); } to { opacity: 1; transform: scale(1) translateY(0); } }
.modal-box__close { position: absolute; top: 14px; right: 16px; background: none; border: none; color: var(--archi-light); font-size: 26px; cursor: pointer; line-height: 1; padding: 4px; transition: color 0.2s; }
.modal-box__close:hover { color: var(--archi-gold); }
.modal-box__title { font-family: 'Dosis', sans-serif; font-size: 22px; color: var(--archi-light); margin-bottom: 6px; text-align: center; }
.modal-box__sub { font-size: 14px; color: var(--archi-light); text-align: center; margin-bottom: 28px; line-height: 1.5; }
.modal-form { display: flex; flex-direction: column; gap: 14px; }
.form-group { display: flex; flex-direction: column; gap: 5px; }
.form-group label { font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; color: var(--archi-gold); font-family: 'Dosis', sans-serif; }
.form-group input, .form-group textarea { background: rgba(0,0,0,0.2); border: 1px solid rgba(255,255,255,0.12); border-radius: var(--archi-r-sm); padding: 12px 14px; font-family: 'Roboto', sans-serif; font-size: 15px; color: var(--archi-white); width: 100%; transition: border-color 0.2s; outline: none; }
.form-group input::placeholder, .form-group textarea::placeholder { color: rgba(255,255,255,0.35); }
.form-group input:focus, .form-group textarea:focus { border-color: var(--archi-gold); }
.form-group textarea { resize: vertical; min-height: 90px; line-height: 1.5; }
.modal-form__submit { background: var(--archi-gold); color: var(--archi-bg); border: none; border-radius: var(--archi-r-sm); padding: 16px; font-family: 'Roboto', sans-serif; font-weight: 500; font-size: 16px; cursor: pointer; width: 100%; transition: opacity 0.2s, transform 0.2s; margin-top: 4px; letter-spacing: 0.5px; }
.modal-form__submit:hover { opacity: 0.88; transform: translateY(-1px); }
.modal-divider { text-align: center; font-size: 12px; color: var(--archi-light); margin: 4px 0; position: relative; }
.modal-divider::before, .modal-divider::after { content: ''; position: absolute; top: 50%; width: 40%; height: 1px; background: rgba(255,255,255,0.07); }
.modal-divider::before { left: 0; }
.modal-divider::after { right: 0; }
.modal-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 0 0 4px; }
.contact-card { background: rgba(0,0,0,0.2); border: 1px solid rgba(250,183,2,0.2); border-radius: var(--archi-r); padding: 16px 12px; text-align: center; text-decoration: none; transition: border-color 0.2s, background 0.2s; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.contact-card:hover { border-color: var(--archi-gold); background: rgba(250,183,2,0.05); text-decoration: none; }
.contact-card__icon { font-size: 24px; }
.contact-card__label { font-size: 10px; text-transform: uppercase; letter-spacing: 1.5px; color: var(--archi-light); font-family: 'Dosis', sans-serif; }
.contact-card__value { font-size: 14px; color: var(--archi-light); font-weight: 500; }
.contact-card--whatsapp { border-color: rgba(55,211,102,0.3); }
.contact-card--whatsapp:hover { border-color: var(--archi-green); background: rgba(55,211,102,0.05); }
.contact-card--whatsapp .contact-card__icon { color: var(--archi-green); }
.modal-success { text-align: center; padding: 20px 0; }
.modal-success__icon { font-size: 48px; margin-bottom: 14px; }
.modal-success__title { font-family: 'Dosis', sans-serif; font-size: 22px; color: var(--archi-light); margin-bottom: 10px; }
.modal-success__p { font-size: 15px; color: var(--archi-light); line-height: 1.6; }
.modal-privacy { font-size: 11px; color: var(--archi-light); text-align: center; margin-top: 14px; line-height: 1.5; }

/* ── RESPONSIVE ── */
@media (max-width: 600px) {
  .hero { padding: 56px 18px 48px; }
  .intro, .cta { padding: 20px 18px; }
  .tech-table { font-size: 13px; }
  .tech-table th, .tech-table td { padding: 10px 12px; }
  .room-block__body { padding: 16px; }
  .modal-box { padding: 28px 20px; }
  .modal-contact-grid { grid-template-columns: 1fr; }
  .stats { grid-template-columns: repeat(2, 1fr); }
}/* End custom CSS */