:root {
    --almm-primary: #071B3A;
    --almm-accent: #C99633;
    --almm-text: #1f2937;
    --almm-muted: #64748b;
    --almm-border: #e5e7eb;
    --almm-bg: #fff;
    --almm-soft: #f8fafc;
}

.almm-widget-box { box-sizing: border-box; width: 100%; color: var(--almm-text); }
.almm-widget-box * { box-sizing: border-box; }
.almm-heading { margin: 0 0 18px; color: var(--almm-primary); font-weight: 700; line-height: 1.15; }
.almm-text { line-height: 1.75; color: var(--almm-text); }
.almm-text p:first-child { margin-top: 0; }
.almm-text p:last-child { margin-bottom: 0; }
.almm-title-box .almm-heading { margin-bottom: 0; }

.almm-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(201,150,51,.12); color: var(--almm-accent); border: 1px solid rgba(201,150,51,.22); border-radius: 999px; padding: 7px 13px; font-size: 13px; font-weight: 700; line-height: 1.2; text-transform: uppercase; letter-spacing: .04em; }

.almm-card-grid,
.almm-spec-grid,
.almm-gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.almm-cols-1 .almm-card-grid,
.almm-cols-1 .almm-spec-grid,
.almm-cols-1 .almm-gallery-grid { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.almm-cols-2 .almm-card-grid,
.almm-cols-2 .almm-spec-grid,
.almm-cols-2 .almm-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.almm-cols-3 .almm-card-grid,
.almm-cols-3 .almm-spec-grid,
.almm-cols-3 .almm-gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.almm-cols-4 .almm-card-grid,
.almm-cols-4 .almm-spec-grid,
.almm-cols-4 .almm-gallery-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.almm-cols-5 .almm-gallery-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.almm-cols-6 .almm-gallery-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }

.almm-card,
.almm-spec-card,
.almm-gallery-item { background: var(--almm-bg); border: 1px solid var(--almm-border); border-radius: 18px; overflow: hidden; box-shadow: 0 12px 30px rgba(7,27,58,.06); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.almm-card:hover,
.almm-spec-card:hover { transform: translateY(-2px); box-shadow: 0 18px 42px rgba(7,27,58,.1); border-color: rgba(201,150,51,.4); }

.almm-archive-card { display: flex; flex-direction: column; min-height: 100%; }
.almm-card-media { display: block; aspect-ratio: 16/10; overflow: hidden; background: var(--almm-soft); }
.almm-card-img,
.almm-featured-img,
.almm-gallery-item img,
.almm-card-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.almm-image-box { overflow: hidden; border-radius: 20px; }
.almm-featured-img { height: auto; }

.almm-card-body { display: flex; flex-direction: column; gap: 12px; padding: 22px; flex: 1; }
.almm-card-title { margin: 0; color: var(--almm-primary); font-size: 20px; line-height: 1.25; }
.almm-card-title a { color: inherit; text-decoration: none; }
.almm-card-text { color: var(--almm-muted); line-height: 1.65; }
.almm-card-text p:first-child { margin-top: 0; }
.almm-card-text p:last-child { margin-bottom: 0; }
.almm-card-link,
.almm-button { display: inline-flex; align-items: center; justify-content: center; width: max-content; max-width: 100%; gap: 8px; background: var(--almm-primary); color: #fff; text-decoration: none; border: 1px solid var(--almm-primary); border-radius: 999px; padding: 11px 18px; font-weight: 700; line-height: 1.2; transition: all .25s ease; }
.almm-card-link:hover,
.almm-button:hover { background: var(--almm-accent); border-color: var(--almm-accent); color: #fff; }
.almm-card-badge { align-self: flex-start; }

.almm-spec-card { padding: 18px; display: flex; flex-direction: column; gap: 6px; }
.almm-spec-label { color: var(--almm-muted); font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; }
.almm-spec-value { color: var(--almm-primary); font-size: 18px; line-height: 1.35; }

.almm-icon-card { padding: 24px; display: flex; min-height: 100%; }
.almm-icon-pos-top { flex-direction: column; align-items: flex-start; }
.almm-icon-pos-left,
.almm-icon-pos-right { flex-direction: row; align-items: flex-start; column-gap: 16px; }
.almm-icon-pos-right { justify-content: space-between; }
.almm-icon-card-content { min-width: 0; flex: 1 1 auto; }
.almm-icon-pos-right .almm-card-icon { order: 2; }
.almm-icon-pos-right .almm-icon-card-content { order: 1; }

.almm-card-icon,
.almm-widget-icon,
.almm-faq-toggle-icon { display: inline-flex; align-items: center; justify-content: center; color: var(--almm-accent); fill: currentColor; line-height: 1; flex: 0 0 auto; }
.almm-card-icon { width: 44px; height: 44px; margin-bottom: 14px; border-radius: 12px; background: rgba(201,150,51,.1); font-weight: 700; }
.almm-icon-pos-left .almm-card-icon,
.almm-icon-pos-right .almm-card-icon { margin-bottom: 0; }
.almm-card-icon i,
.almm-widget-icon i,
.almm-faq-toggle-icon i { color: inherit; font-size: inherit; line-height: 1; }
.almm-card-icon svg,
.almm-widget-icon svg,
.almm-faq-toggle-icon svg { display: block; width: 1em; height: 1em; fill: currentColor; }
.almm-card-icon svg *,
.almm-widget-icon svg *,
.almm-faq-toggle-icon svg * { fill: currentColor; }
.almm-card-icon img,
.almm-widget-icon img,
.almm-faq-toggle-icon img { display: block; width: 100%; height: 100%; object-fit: contain; }
.almm-elementor-icon-wrap { display: inline-flex; align-items: center; margin-bottom: 12px; }
.almm-elementor-icon-after { margin-top: 12px; margin-bottom: 0; }

.almm-gallery-item { margin: 0; aspect-ratio: 16/10; }
.almm-video-wrap { position: relative; overflow: hidden; border-radius: 18px; }
.almm-video-wrap iframe { width: 100%; aspect-ratio: 16/9; height: auto; display: block; }

.almm-faq-list { display: grid; gap: 14px; }
.almm-faq-item { padding: 0; }
.almm-faq-item summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 18px 20px; font-weight: 700; color: var(--almm-primary); }
.almm-faq-item summary::-webkit-details-marker { display: none; }
.almm-faq-question-text { color: inherit; }
.almm-faq-answer { padding: 0 20px 20px; color: var(--almm-muted); line-height: 1.7; }
.almm-faq-toggle-icon-before { order: -1; }
.almm-faq-toggle-icon-after { margin-left: auto; }

.almm-cta-card { padding: 32px; background: linear-gradient(135deg, var(--almm-primary), #0b2d61); color: #fff; border-color: rgba(255,255,255,.12); }
.almm-cta-card .almm-heading { color: #fff; }
.almm-cta-card .almm-button { background: var(--almm-accent); border-color: var(--almm-accent); color: #fff; }
.almm-form-wrap { margin-top: 20px; }

.almm-terms-box { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.almm-term { display: inline-flex; align-items: center; text-decoration: none; background: rgba(7,27,58,.07); color: var(--almm-primary); border: 1px solid rgba(7,27,58,.12); border-radius: 999px; padding: 7px 12px; font-size: 13px; font-weight: 700; line-height: 1.2; }
.almm-term:hover { background: var(--almm-primary); color: #fff; }

.almm-preset { display: grid; gap: 24px; }
.almm-button-box { display: flex; }
.almm-long-text-box,
.almm-text-box { max-width: 100%; }

@media (max-width: 1024px) {
    .almm-card-grid,
    .almm-spec-grid,
    .almm-gallery-grid,
    .almm-cols-3 .almm-card-grid,
    .almm-cols-4 .almm-card-grid,
    .almm-cols-5 .almm-gallery-grid,
    .almm-cols-6 .almm-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
    .almm-card-grid,
    .almm-spec-grid,
    .almm-gallery-grid,
    .almm-cols-2 .almm-card-grid,
    .almm-cols-3 .almm-card-grid,
    .almm-cols-4 .almm-card-grid,
    .almm-cols-2 .almm-spec-grid,
    .almm-cols-3 .almm-spec-grid,
    .almm-cols-4 .almm-spec-grid,
    .almm-cols-2 .almm-gallery-grid,
    .almm-cols-3 .almm-gallery-grid,
    .almm-cols-4 .almm-gallery-grid,
    .almm-cols-5 .almm-gallery-grid,
    .almm-cols-6 .almm-gallery-grid { grid-template-columns: 1fr; }
    .almm-card-body,
    .almm-icon-card { padding: 18px; }
    .almm-icon-pos-left,
    .almm-icon-pos-right { flex-direction: column; }
    .almm-icon-pos-right .almm-card-icon,
    .almm-icon-pos-right .almm-icon-card-content { order: initial; }
    .almm-icon-pos-left .almm-card-icon,
    .almm-icon-pos-right .almm-card-icon { margin-bottom: 14px; }
    .almm-cta-card { padding: 24px; }
    .almm-button,
    .almm-card-link { width: 100%; }
    .almm-faq-item summary { align-items: flex-start; }
}
