/* DevHaven theme: premium glass SaaS */
:root {
  --bg: #05070d;
  --bg-soft: #0b1020;
  --surface: rgba(255, 255, 255, 0.075);
  --surface-strong: rgba(255, 255, 255, 0.12);
  --border: rgba(255, 255, 255, 0.16);
  --text: #f8fafc;
  --muted: #a7b0c0;
  --orange: #ff8a1f;
  --orange-2: #ffb86b;
  --blue: #38bdf8;
  --purple: #8b5cf6;
  --success: #22c55e;
  --danger: #ef4444;
  --radius: 24px;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  --max: 1180px;
  --brand-900: #05070d;
  --brand-800: #0b1020;
  --brand-700: #111827;
  --brand-600: var(--blue);
  --brand-500: var(--blue);
  --accent-600: var(--blue);
  --accent-500: var(--blue);
  --accent-400: #7dd3fc;
  --highlight-500: var(--orange);
  --mint-100: rgba(56, 189, 248, 0.1);
  --mint-200: rgba(56, 189, 248, 0.18);
  --sand-100: #0b1020;
  --ink-900: var(--text);
  --ink-700: var(--muted);
  --line-soft: var(--border);
  --shadow-soft: var(--shadow);
  --shadow-strong: var(--shadow);
}

body {
  background:
    radial-gradient(circle at 15% 10%, rgba(56, 189, 248, 0.18), transparent 28%),
    radial-gradient(circle at 85% 12%, rgba(255, 138, 31, 0.18), transparent 30%),
    radial-gradient(circle at 50% 90%, rgba(139, 92, 246, 0.18), transparent 35%),
    var(--bg);
  color: var(--text);
}

body::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent 80%);
}

.site-header {
  top: 14px;
  width: min(var(--max), calc(100% - 24px));
  margin: 14px auto 0;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(5, 7, 13, 0.72);
  box-shadow: var(--shadow);
}

.navbar {
  width: 100%;
  margin: 0;
  border: 0;
  border-radius: inherit;
  background: transparent;
}

.brand-mark,
.nav-link,
.section-title,
.panel-title,
h1,
h2,
h3 {
  color: var(--text);
}

.navbar-nav .nav-link,
.nav-pill {
  color: var(--muted);
  border-radius: 999px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus-visible,
.nav-pill:hover,
.nav-pill:focus-visible,
.dropdown-item:hover,
.dropdown-item:focus {
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
}

.dropdown-menu,
.offcanvas,
.modal-content,
.toast,
.premium-modal-dialog {
  background: rgba(5, 7, 13, 0.92);
  border: 1px solid var(--border);
  color: var(--text);
  backdrop-filter: blur(20px);
}

.hero-section,
.checkout-hero {
  min-height: 86vh;
}

.hero-section h1,
.checkout-hero h1 {
  font-size: clamp(2.8rem, 6.6vw, 6.6rem);
  line-height: 0.94;
  letter-spacing: -0.065em;
}

.eyebrow,
.course-meta,
.panel-chip,
.typing-line,
.price-pill,
.status-badge,
.project-category,
.filter-btn.active,
.network-filter.active,
.tags span,
.tech-tag {
  border-color: rgba(255, 138, 31, 0.35);
  background: rgba(255, 138, 31, 0.09);
  color: var(--orange-2) !important;
}

.hero-copy,
.section-copy,
.footer-copy,
p,
.portfolio-tile p,
.course-card p,
.testimonial-quote,
.network-empty {
  color: var(--muted);
}

.btn,
button,
input[type="submit"] {
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--orange), #ff5d18);
  color: #111827;
  font-weight: 900;
  box-shadow: 0 12px 36px rgba(255, 138, 31, 0.28);
}

.btn:hover,
button:hover,
input[type="submit"]:hover {
  box-shadow: 0 18px 48px rgba(255, 138, 31, 0.42);
}

.btn-outline-dark,
.btn-outline-light,
.btn-dark,
.theme-switch-btn,
.filter-btn,
.network-filter,
.admin-tab {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--border);
  color: var(--text);
  box-shadow: none;
}

.btn-outline-dark:hover,
.btn-outline-light:hover,
.btn-dark:hover,
.theme-switch-btn:hover,
.filter-btn:hover,
.network-filter:hover,
.admin-tab:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 138, 31, 0.42);
  color: var(--text);
}

.hero-panel,
.media-frame,
.portfolio-tile,
.info-tile,
.service-tile,
.course-card,
.case-card,
.insight-card,
.testimonial-card,
.team-card,
.proof-card,
.metric-tile,
.stack-panel,
.contact-panel,
.contact-form-shell,
.planner-form,
.network-stat,
.network-controls,
.network-card,
.devhaven-project-card,
.card-panel,
.review-submit-panel,
.review-preview-panel,
.review-admin-card,
.checkout-form-shell,
.payment-method-panel,
.payment-method-card,
.bank-transfer-card,
.admin-demo-shell,
.academy-dashboard-preview,
.premium-modal-dialog {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at top right, rgba(56, 189, 248, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.9), rgba(5, 7, 13, 0.82));
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
  color: var(--text);
}

.portfolio-tile:hover,
.service-tile:hover,
.course-card:hover,
.testimonial-card:hover,
.team-card:hover,
.proof-card:hover {
  border-color: rgba(255, 138, 31, 0.42);
}

.hero-panel-list article,
.feature-item,
.cart-line,
.checkout-course,
.contact-link-card {
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.06);
}

.card-panel *,
.review-submit-panel *,
.review-preview-panel *,
.checkout-form-shell *,
.payment-method-panel *,
.payment-method-card *,
.bank-transfer-card * {
  color: inherit;
}

.form-label,
.card-panel .form-label,
.review-submit-panel .form-label,
.review-preview-panel .panel-title,
.review-preview-panel h2,
.review-preview-panel h3,
.checkout-form-shell .form-label,
.payment-method-panel h4,
.bank-transfer-row strong {
  color: var(--text) !important;
}

.text-secondary,
.section-copy,
.form-status,
.review-preview-box p,
.review-admin-quote,
.payment-method-card span,
.bank-transfer-row span,
.service-list,
.service-list li {
  color: var(--muted) !important;
}

.review-preview-box {
  border-color: rgba(56, 189, 248, 0.42);
  background: rgba(5, 7, 13, 0.34);
}

hr {
  border-color: rgba(255, 255, 255, 0.18);
  opacity: 1;
}

.tile-icon,
.icon-box,
.feature-icon,
.proof-number,
.mobile-action-link i,
.footer-title,
.footer strong,
.footer a:hover {
  color: var(--orange);
}

.portfolio-tile img,
.course-image,
.service-image,
.academy-preview-image,
.academy-hero-image,
.project-img {
  border: 1px solid var(--border);
  border-radius: 18px;
}

.academy-dashboard-preview,
.academy-shell,
.donation-band {
  background:
    linear-gradient(135deg, rgba(255, 138, 31, 0.14), rgba(56, 189, 248, 0.08)),
    rgba(255, 255, 255, 0.055);
}

.network-grid,
.portfolio-grid,
.academy-dashboard-grid {
  --theme-grid-accent: var(--blue);
}

input,
textarea,
select,
.form-control,
.form-select {
  border: 1px solid var(--border);
  border-radius: 16px;
  background-color: rgba(5, 7, 13, 0.72);
  color: var(--text);
}

.form-control::placeholder,
textarea::placeholder,
input::placeholder {
  color: rgba(248, 250, 252, 0.58);
}

.form-select option {
  background: #0b1020;
  color: var(--text);
}

input:focus,
textarea:focus,
select:focus,
.form-control:focus,
.form-select:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(255, 138, 31, 0.14);
}

.site-footer,
.footer {
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.045);
}

.mobile-action-bar {
  background: rgba(5, 7, 13, 0.9);
  border-top-color: var(--border);
}

.mobile-action-link {
  border-color: var(--border);
  background: rgba(255, 255, 255, 0.075);
  color: var(--text);
}

@media (max-width: 991.98px) {
  .site-header {
    border-radius: 24px;
  }
}

/* Day / cloud-sunshine theme for the same DevHaven structure */
html[data-devhaven-theme="glass"] {
  --bg: #f7fbff;
  --bg-soft: #edf6ff;
  --surface: rgba(255, 255, 255, 0.78);
  --surface-strong: rgba(255, 255, 255, 0.92);
  --border: rgba(15, 23, 42, 0.14);
  --text: #0f172a;
  --muted: #475569;
  --orange: #ff7a00;
  --orange-2: #b84b00;
  --blue: #0284c7;
  --purple: #6d28d9;
  --brand-900: #f7fbff;
  --brand-800: #edf6ff;
  --brand-700: #ffffff;
  --ink-900: var(--text);
  --ink-700: var(--muted);
  --shadow: 0 24px 70px rgba(15, 23, 42, 0.16);
}

html[data-devhaven-theme="glass"] body {
  background:
    radial-gradient(circle at 12% 8%, rgba(56, 189, 248, 0.26), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(255, 122, 0, 0.2), transparent 30%),
    linear-gradient(180deg, #ffffff, #eef7ff);
  color: var(--text);
}

html[data-devhaven-theme="glass"] body::before {
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.055) 1px, transparent 1px);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.45), transparent 82%);
}

html[data-devhaven-theme="glass"] .site-header {
  border-color: rgba(255, 122, 0, 0.34);
  background: rgba(255, 255, 255, 0.78);
}

html[data-devhaven-theme="glass"] .brand-mark,
html[data-devhaven-theme="glass"] .nav-link,
html[data-devhaven-theme="glass"] .section-title,
html[data-devhaven-theme="glass"] .panel-title,
html[data-devhaven-theme="glass"] h1,
html[data-devhaven-theme="glass"] h2,
html[data-devhaven-theme="glass"] h3,
html[data-devhaven-theme="glass"] h4,
html[data-devhaven-theme="glass"] h5,
html[data-devhaven-theme="glass"] h6,
html[data-devhaven-theme="glass"] label,
html[data-devhaven-theme="glass"] .form-label {
  color: var(--text) !important;
}

html[data-devhaven-theme="glass"] .hero-section {
  min-height: clamp(620px, 74vh, 760px);
  padding-block: 56px 42px;
}

html[data-devhaven-theme="glass"] .hero-section .container.position-relative {
  min-height: auto;
}

html[data-devhaven-theme="glass"] .hero-section h1,
html[data-devhaven-theme="glass"] .checkout-hero h1 {
  max-width: 780px;
  font-size: clamp(2.45rem, 6vw, 5.65rem);
  line-height: 0.91;
  letter-spacing: -0.055em;
  color: var(--text) !important;
  text-shadow: none;
}

html[data-devhaven-theme="glass"] .hero-copy,
html[data-devhaven-theme="glass"] .section-copy,
html[data-devhaven-theme="glass"] .footer-copy,
html[data-devhaven-theme="glass"] p,
html[data-devhaven-theme="glass"] li,
html[data-devhaven-theme="glass"] .team-desc,
html[data-devhaven-theme="glass"] .testimonial-quote,
html[data-devhaven-theme="glass"] .network-card p,
html[data-devhaven-theme="glass"] .devhaven-project-card p,
html[data-devhaven-theme="glass"] .contact-link-card span,
html[data-devhaven-theme="glass"] .form-status,
html[data-devhaven-theme="glass"] .payment-method-card span,
html[data-devhaven-theme="glass"] .bank-transfer-row span,
html[data-devhaven-theme="glass"] .service-list,
html[data-devhaven-theme="glass"] .service-list li,
html[data-devhaven-theme="glass"] .text-white-50,
html[data-devhaven-theme="glass"] .text-secondary,
html[data-devhaven-theme="glass"] .text-white,
html[data-devhaven-theme="glass"] .small,
html[data-devhaven-theme="glass"] small {
  color: var(--muted) !important;
  opacity: 1 !important;
}

html[data-devhaven-theme="glass"] .section-title.text-white,
html[data-devhaven-theme="glass"] h1.text-white,
html[data-devhaven-theme="glass"] h2.text-white,
html[data-devhaven-theme="glass"] h3.text-white,
html[data-devhaven-theme="glass"] strong.text-white,
html[data-devhaven-theme="glass"] .panel-title,
html[data-devhaven-theme="glass"] .footer-title,
html[data-devhaven-theme="glass"] .form-label,
html[data-devhaven-theme="glass"] label,
html[data-devhaven-theme="glass"] .bank-transfer-row strong,
html[data-devhaven-theme="glass"] .payment-method-panel h4,
html[data-devhaven-theme="glass"] .review-preview-panel h2,
html[data-devhaven-theme="glass"] .review-preview-panel h3,
html[data-devhaven-theme="glass"] .contact-link-card strong,
html[data-devhaven-theme="glass"] .network-card h3,
html[data-devhaven-theme="glass"] .what-i-do-card h3,
html[data-devhaven-theme="glass"] .team-card h3 {
  color: var(--text) !important;
}

html[data-devhaven-theme="glass"] .hero-panel,
html[data-devhaven-theme="glass"] .media-frame,
html[data-devhaven-theme="glass"] .portfolio-tile,
html[data-devhaven-theme="glass"] .info-tile,
html[data-devhaven-theme="glass"] .service-tile,
html[data-devhaven-theme="glass"] .course-card,
html[data-devhaven-theme="glass"] .case-card,
html[data-devhaven-theme="glass"] .insight-card,
html[data-devhaven-theme="glass"] .testimonial-card,
html[data-devhaven-theme="glass"] .team-card,
html[data-devhaven-theme="glass"] .proof-card,
html[data-devhaven-theme="glass"] .metric-tile,
html[data-devhaven-theme="glass"] .stack-panel,
html[data-devhaven-theme="glass"] .contact-panel,
html[data-devhaven-theme="glass"] .contact-form-shell,
html[data-devhaven-theme="glass"] .planner-form,
html[data-devhaven-theme="glass"] .network-stat,
html[data-devhaven-theme="glass"] .network-controls,
html[data-devhaven-theme="glass"] .network-card,
html[data-devhaven-theme="glass"] .devhaven-project-card,
html[data-devhaven-theme="glass"] .card-panel,
html[data-devhaven-theme="glass"] .review-submit-panel,
html[data-devhaven-theme="glass"] .review-preview-panel,
html[data-devhaven-theme="glass"] .review-admin-card,
html[data-devhaven-theme="glass"] .checkout-form-shell,
html[data-devhaven-theme="glass"] .payment-method-panel,
html[data-devhaven-theme="glass"] .payment-method-card,
html[data-devhaven-theme="glass"] .bank-transfer-card,
html[data-devhaven-theme="glass"] .admin-demo-shell,
html[data-devhaven-theme="glass"] .academy-dashboard-preview,
html[data-devhaven-theme="glass"] .premium-modal-dialog {
  border: 1px solid var(--border);
  background:
    radial-gradient(circle at top right, rgba(56, 189, 248, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 251, 255, 0.84));
  color: var(--text);
}

html[data-devhaven-theme="glass"] .social-pill,
html[data-devhaven-theme="glass"] .footer-social,
html[data-devhaven-theme="glass"] .planner-choice {
  border-color: rgba(15, 23, 42, 0.14);
  background: rgba(255, 255, 255, 0.86);
  color: var(--text);
  box-shadow: var(--shadow);
}

html[data-devhaven-theme="glass"] .info-tile h3,
html[data-devhaven-theme="glass"] .case-card h3,
html[data-devhaven-theme="glass"] .insight-card h3,
html[data-devhaven-theme="glass"] .planner-label,
html[data-devhaven-theme="glass"] .footer-brand,
html[data-devhaven-theme="glass"] .contact-link-card strong,
html[data-devhaven-theme="glass"] .testimonial-meta strong {
  color: var(--text) !important;
}

html[data-devhaven-theme="glass"] .info-tile p,
html[data-devhaven-theme="glass"] .case-card p,
html[data-devhaven-theme="glass"] .insight-card p,
html[data-devhaven-theme="glass"] .contact-link-card span,
html[data-devhaven-theme="glass"] .social-note,
html[data-devhaven-theme="glass"] .testimonial-meta,
html[data-devhaven-theme="glass"] .footer-links a {
  color: var(--muted) !important;
}

html[data-devhaven-theme="glass"] .hero-panel-list article,
html[data-devhaven-theme="glass"] .feature-item,
html[data-devhaven-theme="glass"] .cart-line,
html[data-devhaven-theme="glass"] .checkout-course,
html[data-devhaven-theme="glass"] .contact-link-card {
  border-color: rgba(15, 23, 42, 0.12);
  background: rgba(255, 255, 255, 0.72);
}

html[data-devhaven-theme="glass"] .hero-meta span {
  border: 1px solid rgba(255, 122, 0, 0.32);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--text);
  padding: 9px 12px;
  font-size: 0.88rem;
}

html[data-devhaven-theme="glass"] .btn-outline-dark,
html[data-devhaven-theme="glass"] .btn-outline-light,
html[data-devhaven-theme="glass"] .btn-dark,
html[data-devhaven-theme="glass"] .theme-switch-btn,
html[data-devhaven-theme="glass"] .filter-btn,
html[data-devhaven-theme="glass"] .network-filter,
html[data-devhaven-theme="glass"] .admin-tab {
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(15, 23, 42, 0.16);
  color: var(--text);
}

html[data-devhaven-theme="glass"] .dropdown-menu,
html[data-devhaven-theme="glass"] .offcanvas,
html[data-devhaven-theme="glass"] .modal-content,
html[data-devhaven-theme="glass"] .toast,
html[data-devhaven-theme="glass"] .premium-modal-dialog {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(15, 23, 42, 0.14);
  color: var(--text);
}

html[data-devhaven-theme="glass"] .dropdown-item,
html[data-devhaven-theme="glass"] .dropdown-menu a {
  color: var(--text);
}

html[data-devhaven-theme="glass"] input,
html[data-devhaven-theme="glass"] textarea,
html[data-devhaven-theme="glass"] select,
html[data-devhaven-theme="glass"] .form-control,
html[data-devhaven-theme="glass"] .form-select {
  border-color: rgba(15, 23, 42, 0.16);
  background-color: rgba(255, 255, 255, 0.94);
  color: var(--text);
}

html[data-devhaven-theme="glass"] .form-control::placeholder,
html[data-devhaven-theme="glass"] textarea::placeholder,
html[data-devhaven-theme="glass"] input::placeholder {
  color: rgba(71, 85, 105, 0.72);
}

html[data-devhaven-theme="glass"] .form-select option {
  background: #ffffff;
  color: var(--text);
}

html[data-devhaven-theme="glass"] .navbar-toggler {
  border-color: rgba(15, 23, 42, 0.18);
  color: var(--text);
}

html[data-devhaven-theme="glass"] .navbar-toggler-icon {
  filter: none;
}

html[data-devhaven-theme="glass"] .service-simple-list {
  display: grid;
  gap: 12px;
}

html[data-devhaven-theme="glass"] .service-simple-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(255, 122, 0, 0.28);
  border-radius: 18px;
  background:
    radial-gradient(circle at top right, rgba(255, 122, 0, 0.12), transparent 32%),
    rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow);
}

html[data-devhaven-theme="glass"] .service-simple-item h3 {
  margin: 8px 0 5px;
  font-size: clamp(1.02rem, 2vw, 1.2rem);
  text-transform: uppercase;
}

html[data-devhaven-theme="glass"] .service-simple-item p {
  margin: 0;
}

html[data-devhaven-theme="glass"] .table,
html[data-devhaven-theme="glass"] table,
html[data-devhaven-theme="glass"] td,
html[data-devhaven-theme="glass"] th {
  color: var(--text);
}

@media (max-width: 991.98px) {
  html[data-devhaven-theme="glass"] .hero-section {
    min-height: auto;
    padding-block: 44px 34px;
  }
}

@media (max-width: 640px) {
  html[data-devhaven-theme="glass"] .hero-section h1 {
    font-size: clamp(2.55rem, 15vw, 4.35rem);
  }

  html[data-devhaven-theme="glass"] .service-simple-item {
    grid-template-columns: 1fr;
  }

  html[data-devhaven-theme="glass"] .service-simple-item .btn {
    width: 100%;
  }
}

/* Light/day treatment for the attached mockup-inspired poster hero */
html[data-devhaven-theme="glass"] .hero-poster {
  min-height: auto;
  width: min(1500px, calc(100% - 28px));
  margin: 24px auto 0;
  padding: 24px 0 30px;
  border: 1px solid rgba(255, 122, 0, 0.28);
  border-radius: 28px;
  background:
    radial-gradient(circle at 74% 24%, rgba(255, 122, 0, 0.16), transparent 28%),
    radial-gradient(circle at 20% 30%, rgba(56, 189, 248, 0.16), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(239, 248, 255, 0.94));
  box-shadow: 0 34px 90px rgba(15, 23, 42, 0.18);
  overflow: hidden;
}

html[data-devhaven-theme="glass"] .hero-poster-shell {
  width: min(1420px, calc(100% - 42px));
}

html[data-devhaven-theme="glass"] .poster-topline,
html[data-devhaven-theme="glass"] .poster-main-grid,
html[data-devhaven-theme="glass"] .poster-value-strip,
html[data-devhaven-theme="glass"] .poster-contact-strip {
  position: relative;
  z-index: 1;
}

html[data-devhaven-theme="glass"] .poster-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

html[data-devhaven-theme="glass"] .poster-brand-lockup img {
  width: clamp(150px, 14vw, 220px);
  height: auto;
  object-fit: contain;
}

html[data-devhaven-theme="glass"] .poster-topline p {
  margin: 0;
  max-width: 360px;
  padding-left: 18px;
  border-left: 4px solid var(--orange);
  color: var(--text) !important;
  font-size: clamp(1.1rem, 2.1vw, 1.9rem);
  line-height: 1.12;
  font-weight: 900;
  text-transform: uppercase;
}

html[data-devhaven-theme="glass"] .poster-main-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.58fr) minmax(420px, 1.42fr);
  gap: 26px;
  align-items: end;
}

html[data-devhaven-theme="glass"] .poster-left-panel h1 {
  margin: 12px 0 18px;
  font-size: clamp(4.2rem, 8vw, 8.8rem);
  line-height: 0.82;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  color: var(--text) !important;
}

html[data-devhaven-theme="glass"] .poster-left-panel h1 span,
html[data-devhaven-theme="glass"] .mock-hero-row h2 em,
html[data-devhaven-theme="glass"] .poster-device-copy strong {
  display: block;
  color: var(--orange) !important;
}

html[data-devhaven-theme="glass"] .poster-left-panel .hero-copy {
  max-width: 430px;
  margin-bottom: 18px;
  color: var(--muted) !important;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.42;
}

html[data-devhaven-theme="glass"] .poster-feature-stack {
  display: grid;
  gap: 9px;
}

html[data-devhaven-theme="glass"] .poster-feature-stack article {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid rgba(255, 122, 0, 0.36);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.74);
}

html[data-devhaven-theme="glass"] .poster-feature-stack i {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 2px solid var(--orange);
  border-radius: 12px;
  color: var(--orange);
  font-size: 1.45rem;
}

html[data-devhaven-theme="glass"] .poster-feature-stack h2,
html[data-devhaven-theme="glass"] .phone-head strong,
html[data-devhaven-theme="glass"] .phone-screen article strong {
  margin: 0 0 2px;
  color: var(--text) !important;
  font-size: clamp(0.95rem, 1.1vw, 1.18rem);
  line-height: 1.08;
  text-transform: uppercase;
}

html[data-devhaven-theme="glass"] .poster-feature-stack p {
  margin: 0;
  color: var(--muted) !important;
  line-height: 1.28;
  font-size: 0.9rem;
}

html[data-devhaven-theme="glass"] .poster-device-stage {
  position: relative;
  min-height: 650px;
  display: grid;
  align-items: end;
}

html[data-devhaven-theme="glass"] .poster-device-copy {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  max-width: 410px;
  z-index: 4;
}

html[data-devhaven-theme="glass"] .poster-device-copy span {
  width: 4px;
  height: 72px;
  background: var(--orange);
  flex: 0 0 auto;
}

html[data-devhaven-theme="glass"] .poster-device-copy p {
  margin: 0;
  color: var(--text) !important;
  font-size: clamp(1.25rem, 2.1vw, 2.1rem);
  line-height: 1.06;
  font-weight: 900;
  text-transform: uppercase;
}

html[data-devhaven-theme="glass"] .laptop-mockup {
  position: relative;
  z-index: 2;
  width: min(900px, 92%);
  margin: 84px 6% 0 auto;
  transform: perspective(1400px) rotateX(3deg) rotateZ(-2deg);
}

html[data-devhaven-theme="glass"] .laptop-screen {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  padding: 30px;
  border: 2px solid rgba(15, 23, 42, 0.14);
  border-radius: 28px 28px 18px 18px;
  background:
    radial-gradient(circle at 82% 26%, rgba(255, 122, 0, 0.14), transparent 28%),
    linear-gradient(160deg, #ffffff, #f5fbff 58%, #e9f5ff);
  box-shadow: 0 42px 72px rgba(15, 23, 42, 0.2);
}

html[data-devhaven-theme="glass"] .laptop-base {
  width: 82%;
  height: 42px;
  margin: -4px auto 0;
  border-radius: 0 0 26px 26px;
  background: linear-gradient(180deg, #d8e4ef, #9fb3c7);
}

html[data-devhaven-theme="glass"] .mock-nav,
html[data-devhaven-theme="glass"] .mock-nav strong,
html[data-devhaven-theme="glass"] .mock-hero-row h2 {
  color: var(--text) !important;
}

html[data-devhaven-theme="glass"] .mock-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  text-transform: uppercase;
  font-size: 0.73rem;
}

html[data-devhaven-theme="glass"] .mock-nav strong {
  margin-right: auto;
  letter-spacing: 0.06em;
}

html[data-devhaven-theme="glass"] .mock-nav span:first-of-type,
html[data-devhaven-theme="glass"] .mock-hero-row span,
html[data-devhaven-theme="glass"] .phone-tabs span:first-child {
  color: var(--orange) !important;
}

html[data-devhaven-theme="glass"] .mock-hero-row {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 22px;
  align-items: center;
  margin-top: 48px;
}

html[data-devhaven-theme="glass"] .mock-hero-row h2 {
  margin: 8px 0 10px;
  max-width: 420px;
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  line-height: 0.88;
  text-transform: uppercase;
}

html[data-devhaven-theme="glass"] .mock-hero-row p {
  max-width: 420px;
  color: var(--muted) !important;
  font-size: 0.98rem;
  line-height: 1.55;
}

html[data-devhaven-theme="glass"] .mock-hero-row img {
  width: min(280px, 100%);
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  justify-self: end;
  border-radius: 0 0 24px 24px;
}

html[data-devhaven-theme="glass"] .mock-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

html[data-devhaven-theme="glass"] .mock-project-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 28px;
}

html[data-devhaven-theme="glass"] .mock-project-strip article,
html[data-devhaven-theme="glass"] .phone-screen article {
  overflow: hidden;
  border: 1px solid rgba(255, 122, 0, 0.26);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
}

html[data-devhaven-theme="glass"] .mock-project-strip img,
html[data-devhaven-theme="glass"] .phone-screen img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

html[data-devhaven-theme="glass"] .mock-project-strip span {
  display: block;
  padding: 8px 10px;
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 800;
}

html[data-devhaven-theme="glass"] .phone-mockup {
  position: absolute;
  right: 0;
  bottom: 24px;
  z-index: 3;
  width: min(230px, 26vw);
  padding: 12px;
  border: 2px solid rgba(15, 23, 42, 0.14);
  border-radius: 32px;
  background: #ffffff;
  box-shadow: 0 30px 70px rgba(15, 23, 42, 0.22);
}

html[data-devhaven-theme="glass"] .phone-speaker {
  width: 68px;
  height: 5px;
  margin: 0 auto 10px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.18);
}

html[data-devhaven-theme="glass"] .phone-screen {
  overflow: hidden;
  display: grid;
  gap: 10px;
  padding: 14px;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff, #eef7ff);
}

html[data-devhaven-theme="glass"] .phone-head,
html[data-devhaven-theme="glass"] .phone-tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

html[data-devhaven-theme="glass"] .phone-tabs span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 900;
  text-transform: uppercase;
}

html[data-devhaven-theme="glass"] .phone-screen article {
  padding: 7px;
}

html[data-devhaven-theme="glass"] .phone-screen img {
  border-radius: 8px;
}

html[data-devhaven-theme="glass"] .phone-screen article strong {
  display: block;
  margin-top: 6px;
  font-size: 0.76rem;
}

html[data-devhaven-theme="glass"] .poster-value-strip,
html[data-devhaven-theme="glass"] .poster-contact-strip {
  display: grid;
  gap: 0;
  margin-top: 18px;
  border: 1px solid rgba(255, 122, 0, 0.34);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  overflow: hidden;
}

html[data-devhaven-theme="glass"] .poster-value-strip {
  grid-template-columns: repeat(4, 1fr);
  width: min(960px, 100%);
  margin-left: auto;
}

html[data-devhaven-theme="glass"] .poster-value-strip article,
html[data-devhaven-theme="glass"] .poster-contact-strip a {
  display: flex;
  gap: 14px;
  align-items: center;
  min-width: 0;
  padding: 16px 18px;
  border-right: 1px solid rgba(15, 23, 42, 0.12);
  color: inherit;
}

html[data-devhaven-theme="glass"] .poster-value-strip article:last-child,
html[data-devhaven-theme="glass"] .poster-contact-strip a:last-child {
  border-right: 0;
}

html[data-devhaven-theme="glass"] .poster-value-strip i,
html[data-devhaven-theme="glass"] .poster-contact-strip i {
  flex: 0 0 auto;
  color: var(--orange);
  font-size: clamp(1.8rem, 2.6vw, 2.55rem);
}

html[data-devhaven-theme="glass"] .poster-value-strip strong,
html[data-devhaven-theme="glass"] .poster-contact-strip span {
  display: block;
  color: var(--text) !important;
  font-size: 0.98rem;
  line-height: 1.15;
  text-transform: uppercase;
}

html[data-devhaven-theme="glass"] .poster-value-strip span,
html[data-devhaven-theme="glass"] .poster-contact-strip strong {
  display: block;
  color: var(--muted) !important;
  font-size: 0.86rem;
  line-height: 1.25;
}

html[data-devhaven-theme="glass"] .poster-contact-strip {
  grid-template-columns: 1.15fr 1.1fr 1fr 1.25fr;
}

@media (max-width: 1199.98px) {
  html[data-devhaven-theme="glass"] .poster-main-grid {
    grid-template-columns: 1fr;
  }

  html[data-devhaven-theme="glass"] .poster-left-panel {
    display: grid;
    grid-template-columns: minmax(260px, 0.85fr) 1fr;
    gap: 18px;
    align-items: end;
  }

  html[data-devhaven-theme="glass"] .poster-left-panel .hero-copy {
    max-width: none;
  }

  html[data-devhaven-theme="glass"] .poster-device-stage {
    min-height: 610px;
  }
}

@media (max-width: 991.98px) {
  html[data-devhaven-theme="glass"] .hero-poster {
    width: min(100% - 20px, 1500px);
    border-radius: 22px;
  }

  html[data-devhaven-theme="glass"] .poster-left-panel {
    grid-template-columns: 1fr;
  }

  html[data-devhaven-theme="glass"] .laptop-mockup {
    width: 100%;
    margin-right: 0;
    transform: none;
  }

  html[data-devhaven-theme="glass"] .phone-mockup {
    right: 10px;
    width: min(210px, 34vw);
  }

  html[data-devhaven-theme="glass"] .poster-value-strip,
  html[data-devhaven-theme="glass"] .poster-contact-strip {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  html[data-devhaven-theme="glass"] .hero-poster-shell {
    width: min(100% - 22px, 1420px);
  }

  html[data-devhaven-theme="glass"] .poster-topline {
    display: grid;
  }

  html[data-devhaven-theme="glass"] .poster-left-panel h1 {
    font-size: clamp(3.3rem, 18vw, 5.3rem);
  }

  html[data-devhaven-theme="glass"] .poster-device-copy {
    position: relative;
    max-width: none;
    margin-bottom: 14px;
  }

  html[data-devhaven-theme="glass"] .poster-device-stage {
    min-height: auto;
  }

  html[data-devhaven-theme="glass"] .laptop-screen {
    min-height: auto;
    padding: 18px;
  }

  html[data-devhaven-theme="glass"] .mock-nav {
    gap: 10px;
    overflow-x: auto;
    white-space: nowrap;
  }

  html[data-devhaven-theme="glass"] .mock-hero-row {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  html[data-devhaven-theme="glass"] .mock-hero-row img {
    display: none;
  }

  html[data-devhaven-theme="glass"] .mock-project-strip {
    grid-template-columns: 1fr;
  }

  html[data-devhaven-theme="glass"] .phone-mockup {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: 280px;
    margin: 16px auto 0;
  }

  html[data-devhaven-theme="glass"] .poster-value-strip,
  html[data-devhaven-theme="glass"] .poster-contact-strip {
    grid-template-columns: 1fr;
  }

  html[data-devhaven-theme="glass"] .poster-value-strip article,
  html[data-devhaven-theme="glass"] .poster-contact-strip a {
    border-right: 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.12);
  }
}

/* Ultra-compact portfolio pass and strict day/cloud theme coverage */
html[data-devhaven-theme="glass"] main > section:not(.hero-poster),
html[data-devhaven-theme="glass"] .section-shell {
  padding-block: clamp(42px, 6vw, 68px);
}

html[data-devhaven-theme="glass"] .section-head {
  margin-bottom: clamp(20px, 3vw, 30px);
}

html[data-devhaven-theme="glass"] .hero-poster {
  margin-top: 16px;
  padding: 18px 0 20px;
}

html[data-devhaven-theme="glass"] .poster-topline {
  margin-bottom: 10px;
}

html[data-devhaven-theme="glass"] .poster-main-grid {
  grid-template-columns: minmax(260px, 0.52fr) minmax(440px, 1.48fr);
  gap: 18px;
  align-items: center;
}

html[data-devhaven-theme="glass"] .poster-left-panel h1 {
  margin: 8px 0 10px;
  font-size: clamp(3.6rem, 7.1vw, 7.4rem);
}

html[data-devhaven-theme="glass"] .poster-left-panel .hero-copy {
  margin-bottom: 12px;
  max-width: 390px;
  font-size: clamp(0.96rem, 1.08vw, 1.08rem);
}

html[data-devhaven-theme="glass"] .poster-feature-stack {
  gap: 7px;
}

html[data-devhaven-theme="glass"] .poster-feature-stack article {
  grid-template-columns: 48px 1fr;
  gap: 11px;
  padding: 9px 11px;
}

html[data-devhaven-theme="glass"] .poster-feature-stack i {
  width: 40px;
  height: 40px;
  font-size: 1.16rem;
}

html[data-devhaven-theme="glass"] .poster-feature-stack h2 {
  font-size: 0.9rem;
}

html[data-devhaven-theme="glass"] .poster-feature-stack p {
  font-size: 0.78rem;
}

html[data-devhaven-theme="glass"] .poster-reference-stage {
  min-height: auto;
  display: grid;
  align-items: center;
}

html[data-devhaven-theme="glass"] .poster-value-strip,
html[data-devhaven-theme="glass"] .poster-contact-strip {
  margin-top: 10px;
  border-radius: 14px;
}

html[data-devhaven-theme="glass"] .poster-value-strip article,
html[data-devhaven-theme="glass"] .poster-contact-strip a {
  padding: 11px 13px;
}

html[data-devhaven-theme="glass"] .poster-value-strip i,
html[data-devhaven-theme="glass"] .poster-contact-strip i {
  font-size: clamp(1.4rem, 2vw, 2rem);
}

html[data-devhaven-theme="glass"] .pc-showcase-stage {
  min-height: auto;
}

html[data-devhaven-theme="glass"] .pc-mockup {
  width: min(860px, 100%);
  margin-left: auto;
  transform: perspective(1300px) rotateX(2.5deg) rotateZ(-1.5deg);
}

html[data-devhaven-theme="glass"] .pc-screen {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  padding: clamp(20px, 2.4vw, 30px);
  border: 2px solid rgba(15, 23, 42, 0.16);
  border-radius: 28px 28px 18px 18px;
  background:
    radial-gradient(circle at 78% 34%, rgba(255, 122, 0, 0.15), transparent 28%),
    linear-gradient(150deg, #ffffff, #f5fbff 58%, #e7f4ff);
  box-shadow: 0 38px 78px rgba(15, 23, 42, 0.18);
}

html[data-devhaven-theme="glass"] .pc-screen::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.18);
}

html[data-devhaven-theme="glass"] .pc-base {
  width: 84%;
  height: 38px;
  margin: -3px auto 0;
  border-radius: 0 0 28px 28px;
  background: linear-gradient(180deg, #d8e4ef, #9fb3c7);
  box-shadow: 0 24px 42px rgba(15, 23, 42, 0.16);
}

html[data-devhaven-theme="glass"] .pc-nav {
  display: flex;
  align-items: center;
  gap: 17px;
  color: var(--text);
  font-size: 0.72rem;
  text-transform: uppercase;
}

html[data-devhaven-theme="glass"] .pc-nav strong {
  margin-right: auto;
  color: var(--text) !important;
  letter-spacing: 0.05em;
}

html[data-devhaven-theme="glass"] .pc-nav span:first-of-type {
  color: var(--orange);
  border-bottom: 2px solid var(--orange);
}

html[data-devhaven-theme="glass"] .pc-hero-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.88fr) minmax(220px, 0.72fr);
  gap: clamp(18px, 3vw, 38px);
  align-items: center;
  margin-top: clamp(34px, 5vw, 58px);
}

html[data-devhaven-theme="glass"] .pc-greeting {
  color: var(--orange);
  font-weight: 900;
}

html[data-devhaven-theme="glass"] .pc-copy-panel h2 {
  margin: 8px 0 2px;
  color: var(--text) !important;
  font-size: clamp(2.1rem, 4.3vw, 4.4rem);
  line-height: 0.9;
  letter-spacing: -0.045em;
}

html[data-devhaven-theme="glass"] .pc-copy-panel strong {
  display: block;
  color: var(--orange-2) !important;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
}

html[data-devhaven-theme="glass"] .pc-copy-panel p {
  max-width: 390px;
  margin: 14px 0 18px;
  color: var(--muted) !important;
  line-height: 1.5;
}

html[data-devhaven-theme="glass"] .pc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

html[data-devhaven-theme="glass"] .pc-image-panel {
  position: relative;
  align-self: stretch;
  min-height: 300px;
  display: grid;
  place-items: end center;
}

html[data-devhaven-theme="glass"] .pc-image-panel::before {
  content: "";
  position: absolute;
  inset: 8% 0 4% 8%;
  border: 1px solid rgba(255, 122, 0, 0.18);
  border-radius: 999px;
}

html[data-devhaven-theme="glass"] .pc-image-panel img {
  position: relative;
  z-index: 1;
  width: min(330px, 100%);
  height: min(390px, 42vw);
  object-fit: cover;
  object-position: center top;
  border-radius: 24px;
  border: 1px solid rgba(255, 122, 0, 0.24);
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.16);
}

html[data-devhaven-theme="glass"] .pc-lower-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 122, 0, 0.18);
}

html[data-devhaven-theme="glass"] .pc-lower-grid span {
  display: block;
  color: var(--orange);
  font-size: clamp(1.3rem, 2.4vw, 2rem);
  font-weight: 950;
  line-height: 1;
}

html[data-devhaven-theme="glass"] .pc-lower-grid strong {
  display: block;
  color: var(--text) !important;
  font-size: 0.75rem;
  line-height: 1.25;
}

html[data-devhaven-theme="glass"] .pc-skill-bars {
  display: grid;
  gap: 6px;
}

html[data-devhaven-theme="glass"] .pc-skill-bars i {
  display: block;
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orange) var(--bar), rgba(15, 23, 42, 0.14) var(--bar));
}

html[data-devhaven-theme="glass"] .site-header,
html[data-devhaven-theme="glass"] .site-footer,
html[data-devhaven-theme="glass"] .footer,
html[data-devhaven-theme="glass"] .academy-shell,
html[data-devhaven-theme="glass"] .contact-strip,
html[data-devhaven-theme="glass"] .pricing-box,
html[data-devhaven-theme="glass"] .why-choose,
html[data-devhaven-theme="glass"] .service-category-shell,
html[data-devhaven-theme="glass"] .admin-gate,
html[data-devhaven-theme="glass"] .admin-project-card,
html[data-devhaven-theme="glass"] .invoice-card {
  border-color: rgba(255, 122, 0, 0.24) !important;
  background:
    radial-gradient(circle at top right, rgba(255, 122, 0, 0.11), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(239, 248, 255, 0.9)) !important;
  color: var(--text) !important;
}

html[data-devhaven-theme="glass"] .bg-dark,
html[data-devhaven-theme="glass"] .text-bg-dark,
html[data-devhaven-theme="glass"] .bg-white,
html[data-devhaven-theme="glass"] .bg-light,
html[data-devhaven-theme="glass"] .text-bg-light {
  background-color: rgba(255, 255, 255, 0.96) !important;
  color: var(--text) !important;
}

html[data-devhaven-theme="glass"] .form-control,
html[data-devhaven-theme="glass"] .form-select,
html[data-devhaven-theme="glass"] textarea,
html[data-devhaven-theme="glass"] input,
html[data-devhaven-theme="glass"] select {
  background-color: rgba(255, 255, 255, 0.92) !important;
  color: var(--text) !important;
  border-color: rgba(15, 23, 42, 0.18) !important;
}

html[data-devhaven-theme="glass"] .form-control::placeholder,
html[data-devhaven-theme="glass"] textarea::placeholder,
html[data-devhaven-theme="glass"] input::placeholder {
  color: rgba(15, 23, 42, 0.52) !important;
}

html[data-devhaven-theme="glass"] .section-mist,
html[data-devhaven-theme="glass"] .section-network,
html[data-devhaven-theme="glass"] .client-invoices-section,
html[data-devhaven-theme="glass"] .support-link-band,
html[data-devhaven-theme="glass"] .support-page-hero {
  background:
    radial-gradient(circle at top right, rgba(255, 122, 0, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 248, 255, 0.94)) !important;
  color: var(--text) !important;
}

html[data-devhaven-theme="glass"] .compact-work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

html[data-devhaven-theme="glass"] .compact-work-card {
  min-height: 180px;
  padding: 18px;
  border: 1px solid rgba(255, 122, 0, 0.24);
  border-radius: 18px;
  background:
    radial-gradient(circle at top right, rgba(255, 122, 0, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(239, 248, 255, 0.9));
  box-shadow: var(--shadow);
}

html[data-devhaven-theme="glass"] .compact-work-card i {
  color: var(--orange);
  font-size: 1.7rem;
}

html[data-devhaven-theme="glass"] .compact-work-card h3 {
  margin: 12px 0 8px;
  color: var(--text) !important;
  text-transform: uppercase;
}

html[data-devhaven-theme="glass"] .compact-work-card p {
  margin: 0;
  color: var(--muted) !important;
}

html[data-devhaven-theme="glass"] .what-i-do-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

html[data-devhaven-theme="glass"] .what-i-do-card {
  overflow: hidden;
  border: 1px solid rgba(255, 122, 0, 0.24);
  border-radius: 18px;
  background:
    radial-gradient(circle at top right, rgba(255, 122, 0, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(239, 248, 255, 0.9));
  box-shadow: var(--shadow);
}

html[data-devhaven-theme="glass"] .what-i-do-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-bottom: 1px solid rgba(15, 23, 42, 0.12);
}

html[data-devhaven-theme="glass"] .what-i-do-card div {
  padding: 16px;
}

html[data-devhaven-theme="glass"] .what-i-do-card h3 {
  margin: 0 0 8px;
  color: var(--text) !important;
  text-transform: uppercase;
}

html[data-devhaven-theme="glass"] .what-i-do-card p {
  margin: 0;
  color: var(--muted) !important;
}

html[data-devhaven-theme="glass"] .floating-action-dock {
  position: fixed;
  right: 18px;
  bottom: 72px;
  z-index: 1035;
  display: grid;
  gap: 10px;
}

html[data-devhaven-theme="glass"] .floating-action {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 52px;
  min-height: 48px;
  padding: 10px 13px;
  border: 1px solid rgba(255, 122, 0, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--text);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.16);
  backdrop-filter: blur(16px);
  font-weight: 900;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  transition: width 0.24s ease, transform 0.24s ease, border-color 0.24s ease;
}

html[data-devhaven-theme="glass"] .floating-action i {
  flex: 0 0 auto;
  color: var(--orange);
  font-size: 1.1rem;
}

html[data-devhaven-theme="glass"] .floating-action span {
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-width 0.24s ease, opacity 0.18s ease;
}

html[data-devhaven-theme="glass"] .floating-action:hover,
html[data-devhaven-theme="glass"] .floating-action:focus-visible,
html[data-devhaven-theme="glass"] .floating-action:active {
  width: 230px;
  transform: translateX(-4px);
}

html[data-devhaven-theme="glass"] .floating-action:hover span,
html[data-devhaven-theme="glass"] .floating-action:focus-visible span,
html[data-devhaven-theme="glass"] .floating-action:active span {
  max-width: 145px;
  opacity: 1;
}

html[data-devhaven-theme="glass"] .floating-action-primary {
  background: linear-gradient(135deg, var(--orange), #ff5400);
  color: #080808;
}

html[data-devhaven-theme="glass"] .floating-action-primary i {
  color: #080808;
}

html[data-devhaven-theme="glass"] .expandable-preview {
  overflow: hidden;
  transition: max-height 0.3s ease;
}

html[data-devhaven-theme="glass"] .expandable-preview.is-collapsed {
  max-height: 430px;
}

html[data-devhaven-theme="glass"] .network-grid.expandable-preview.is-collapsed {
  max-height: 620px;
}

html[data-devhaven-theme="glass"] .expand-actions {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

html[data-devhaven-theme="glass"] .section-network .section-title,
html[data-devhaven-theme="glass"] .section-network .section-copy,
html[data-devhaven-theme="glass"] .client-invoices-section .section-title,
html[data-devhaven-theme="glass"] .client-invoices-section .section-copy {
  color: inherit !important;
}

html[data-devhaven-theme="glass"] .network-controls,
html[data-devhaven-theme="glass"] .network-card,
html[data-devhaven-theme="glass"] .network-stat {
  background:
    radial-gradient(circle at top right, rgba(255, 122, 0, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(239, 248, 255, 0.9)) !important;
  border-color: rgba(255, 122, 0, 0.24) !important;
  color: var(--text) !important;
}

@media (max-width: 900px) {
  html[data-devhaven-theme="glass"] .compact-work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html[data-devhaven-theme="glass"] .what-i-do-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  html[data-devhaven-theme="glass"] .compact-work-grid {
    grid-template-columns: 1fr;
  }

  html[data-devhaven-theme="glass"] .expandable-preview.is-collapsed {
    max-height: 420px;
  }

  html[data-devhaven-theme="glass"] .what-i-do-grid {
    grid-template-columns: 1fr;
  }

  html[data-devhaven-theme="glass"] .floating-action-dock {
    right: 10px;
    bottom: calc(var(--mobile-bar-height) + 74px + env(safe-area-inset-bottom, 0px));
    top: auto;
    transform: none;
  }

  html[data-devhaven-theme="glass"] .floating-action {
    width: 46px;
    height: 46px;
    min-height: 46px;
    justify-content: center;
    padding: 0;
  }

  html[data-devhaven-theme="glass"] .floating-action span {
    max-width: 0;
    opacity: 0;
  }

  html[data-devhaven-theme="glass"] .floating-action:focus-visible,
  html[data-devhaven-theme="glass"] .floating-action:active {
    width: 220px;
  }

  html[data-devhaven-theme="glass"] .floating-action:focus-visible span,
  html[data-devhaven-theme="glass"] .floating-action:active span {
    max-width: 132px;
    opacity: 1;
  }
}

@media (max-width: 1199.98px) {
  html[data-devhaven-theme="glass"] .poster-reference-stage {
    grid-template-columns: 0.48fr 1fr;
  }
}

@media (max-width: 991.98px) {
  html[data-devhaven-theme="glass"] .poster-reference-stage {
    grid-template-columns: 1fr;
  }

  html[data-devhaven-theme="glass"] .pc-mockup {
    margin-inline: auto;
    transform: none;
  }

  html[data-devhaven-theme="glass"] .pc-hero-layout {
    grid-template-columns: 1fr;
  }

  html[data-devhaven-theme="glass"] .pc-image-panel {
    min-height: 260px;
  }

  html[data-devhaven-theme="glass"] .pc-image-panel img {
    height: 320px;
  }
}

@media (max-width: 640px) {
  html[data-devhaven-theme="glass"] .pc-screen {
    min-height: auto;
    padding: 16px;
  }

  html[data-devhaven-theme="glass"] .pc-nav {
    overflow-x: auto;
    white-space: nowrap;
    gap: 12px;
  }

  html[data-devhaven-theme="glass"] .pc-image-panel {
    min-height: 220px;
  }

  html[data-devhaven-theme="glass"] .pc-image-panel img {
    width: min(260px, 100%);
    height: 260px;
  }

  html[data-devhaven-theme="glass"] .pc-lower-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  html[data-devhaven-theme="glass"] .pc-actions .btn {
    width: 100%;
  }
}

html[data-devhaven-theme="glass"] .theme-switch-track {
  border: 1px solid rgba(15, 23, 42, 0.14);
  background:
    radial-gradient(circle at 74% 50%, rgba(56, 189, 248, 0.22), transparent 42%),
    rgba(255, 255, 255, 0.72);
  color: #0f172a;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.14);
}

html[data-devhaven-theme="glass"] .theme-switch-thumb {
  background: linear-gradient(135deg, #ffffff, #38bdf8);
  box-shadow: 0 0 18px rgba(56, 189, 248, 0.35);
}

html[data-devhaven-theme="glass"] .theme-switch-night {
  color: rgba(15, 23, 42, 0.45);
}

html[data-devhaven-theme="glass"] .hero-clean {
  background:
    radial-gradient(circle at 88% 12%, rgba(56, 189, 248, 0.16), transparent 30%),
    linear-gradient(180deg, #f8fbff, #eef6ff);
}

html[data-devhaven-theme="glass"] .hero-interface {
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: 0 0 34px 34px;
  background:
    linear-gradient(125deg, rgba(255, 138, 31, 0.08), transparent 38%),
    rgba(255, 255, 255, 0.8);
  box-shadow: var(--shadow);
}

html[data-devhaven-theme="glass"] .hero-interface-copy h1 {
  color: #0f172a;
  max-width: 760px;
  font-size: clamp(3.45rem, 8vw, 7.4rem);
  line-height: 0.86;
  letter-spacing: -0.075em;
  text-transform: none;
}

html[data-devhaven-theme="glass"] .hero-interface-copy h1 span,
html[data-devhaven-theme="glass"] .hero-interface-copy strong {
  color: #c55200;
}

html[data-devhaven-theme="glass"] .hero-interface-photo {
  border: 1px solid rgba(255, 138, 31, 0.45);
  background: rgba(255, 255, 255, 0.38);
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.16);
}

html[data-devhaven-theme="glass"] .hero-skill-strip article {
  border: 1px solid rgba(255, 138, 31, 0.38);
  background: rgba(255, 255, 255, 0.82);
  color: #0f172a;
}
