/* Bamboozle UAE — bamboozle.ae
   Self-contained stylesheet. Same visual language as bamboozle.me, no shared dependency. */

@font-face { font-family: "Roboto"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/roboto-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Roboto"; font-style: normal; font-weight: 500; font-display: swap; src: url("../fonts/roboto-latin-500-normal.woff2") format("woff2"); }
@font-face { font-family: "Roboto"; font-style: normal; font-weight: 700; font-display: swap; src: url("../fonts/roboto-latin-700-normal.woff2") format("woff2"); }

:root {
	--green-900: #0c4d08; --green-800: #145f10; --green-600: #2f8a28; --green-500: #4eac47; --green-400: #5cc04f;
	--ink: #181b31; --text: #1f2330; --muted: #5b6270; --line: #e3e8e2;
	--bg: #fff; --bg-mint: #f4f9f3; --bg-utility: #eef2f6;
	--font: "Roboto", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
	--container: 1140px; --gutter: clamp(16px, 4vw, 32px); --radius: 4px;
	--shadow: 0 10px 30px rgba(12, 30, 10, .08);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font); font-size: 17px; line-height: 1.7; color: var(--text); background: var(--bg); -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4 { font-weight: 700; line-height: 1.2; color: var(--ink); margin: 0 0 .5em; }
h1 { font-size: clamp(32px, 4.6vw, 52px); }
h2 { font-size: clamp(26px, 3.2vw, 38px); }
h3 { font-size: 21px; }
p { margin: 0 0 1.1em; }
a { color: var(--green-600); text-decoration: none; }
a:hover { text-decoration: underline; }
img, svg { max-width: 100%; height: auto; }
ul { margin: 0 0 1.1em; padding-left: 1.3em; }
li + li { margin-top: .4em; }
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }
.section { padding: clamp(48px, 7vw, 86px) 0; }
.section--mint { background: var(--bg-mint); }
.section--ice { background: var(--bg-utility); }
.lead { font-size: 20px; color: var(--muted); max-width: 46em; }
.muted { color: var(--muted); }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 16px; top: 12px; z-index: 100; background: #fff; padding: 10px 16px; border-radius: var(--radius); }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: .5em; padding: 13px 24px; font-size: 15px; font-weight: 700; line-height: 1.2; border: 2px solid transparent; border-radius: var(--radius); transition: background .2s, color .2s, border-color .2s; }
.btn:hover { text-decoration: none; }
.btn--primary { background: var(--green-500); border-color: var(--green-500); color: #fff; }
.btn--primary:hover { background: var(--green-600); border-color: var(--green-600); color: #fff; }
.btn--ghost { border-color: var(--line); color: var(--ink); background: #fff; }
.btn--ghost:hover { border-color: var(--green-500); color: var(--green-600); }
.btn--white { background: #fff; color: var(--green-900); border-color: #fff; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: #fff; border-bottom: 1px solid var(--line); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 72px; }
.site-header__logo { display: flex; align-items: center; gap: 10px; }
.site-header__logo img { width: 190px; height: auto; }
.site-header__tag { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--green-600); border-left: 1px solid var(--line); padding-left: 10px; }
.nav { display: flex; align-items: center; gap: 26px; }
.nav a { font-size: 15px; font-weight: 500; color: var(--ink); white-space: nowrap; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--green-600); text-decoration: none; }
.nav a[aria-current="page"] { font-weight: 700; }
.nav-toggle { display: none; align-items: center; justify-content: center; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; cursor: pointer; }
.nav-toggle span { display: block; width: 20px; height: 2px; background: var(--ink); position: relative; }
.nav-toggle span::before, .nav-toggle span::after { content: ""; position: absolute; left: 0; width: 20px; height: 2px; background: var(--ink); }
.nav-toggle span::before { top: -6px; } .nav-toggle span::after { top: 6px; }

/* Hero */
.hero + .section { padding-top: clamp(24px, 3vw, 38px); }
.hero { padding: clamp(46px, 6vw, 84px) 0 clamp(40px, 5vw, 66px); background: linear-gradient(180deg, var(--bg-mint) 0%, #fff 100%); }
.hero__badge { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--green-800); background: #e7f3e5; padding: 7px 16px; border-radius: 999px; margin-bottom: 18px; }
.hero p.lead { margin-bottom: 0; }

/* Grids and cards */
.grid { display: grid; gap: 22px; }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.card { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 26px 24px; box-shadow: 0 2px 10px rgba(0,0,0,.04); }
.card h3 { margin-bottom: 8px; }
.card p:last-child { margin-bottom: 0; }
.card--link:hover { border-color: var(--green-500); box-shadow: 0 10px 26px rgba(12,77,8,.12); text-decoration: none; }
a.card { display: block; color: inherit; }
a.card:hover { text-decoration: none; }
.card__more { font-weight: 700; color: var(--green-600); }
.stat { text-align: center; }
.stat dt { font-size: 14px; color: var(--muted); order: 2; }
.stat dd { margin: 0 0 4px; font-size: 32px; font-weight: 700; color: var(--green-800); }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin: 0; }
.stats > div { display: flex; flex-direction: column; text-align: center; }

/* Checklist */
.checks { list-style: none; padding: 0; }
.checks li { position: relative; padding-left: 30px; }
.checks li::before { content: ""; position: absolute; left: 0; top: .45em; width: 16px; height: 16px; border-radius: 50%; background: var(--green-500); box-shadow: inset 0 0 0 2px #fff, 0 0 0 2px var(--green-500); }

/* Table */
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: 16px; }
th, td { text-align: left; padding: 14px 16px; border-bottom: 1px solid var(--line); vertical-align: top; }
th { font-size: 14px; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); }

/* Icons: original line marks in the brand green, not vendor logos */
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.card__icon { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; margin-bottom: 16px; border-radius: 10px; background: var(--bg-mint); color: var(--green-600); }
.card__icon svg { width: 24px; height: 24px; }
.section--mint .card__icon { background: #fff; border: 1px solid var(--line); }
.vendor-logo { display: block; width: auto; margin-bottom: 16px; }
.th-logo { display: inline-flex; align-items: center; gap: 8px; }
.th-logo .vendor-logo, .th-logo .card__icon { margin-bottom: 0; }
.th-logo .card__icon { width: 26px; height: 26px; border-radius: 6px; }
.th-logo .card__icon svg { width: 15px; height: 15px; }
.card__logo-row { display: flex; align-items: flex-end; min-height: 48px; margin-bottom: 18px; }
.card__logo-row .vendor-logo { margin-bottom: 0; }
th .th-logo { align-items: flex-end; min-height: 30px; }
.spec { display: flex; align-items: flex-start; gap: 10px; font-weight: 500; color: var(--ink); }
.spec svg { flex: 0 0 18px; width: 18px; height: 18px; margin-top: 4px; color: var(--green-500); }
@media (max-width: 620px) { .spec svg { display: none; } .spec { gap: 0; } }

/* FAQ */
.faq { border: 1px solid var(--line); border-radius: 6px; background: #fff; }
.faq + .faq { margin-top: 10px; }
.faq summary { padding: 17px 22px; font-size: 17px; font-weight: 700; color: var(--ink); cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--green-600); }
.faq[open] { border-color: var(--green-500); box-shadow: inset 3px 0 0 var(--green-500); }
.faq__answer { padding: 0 22px 18px; color: var(--muted); }

/* CTA */
.cta { padding: clamp(46px, 6vw, 72px) 0; text-align: center; color: #fff; background: linear-gradient(180deg, var(--green-500) 0%, var(--green-900) 100%); }
.cta h2 { color: #fff; }
.cta p { max-width: 620px; margin: 0 auto 26px; color: rgba(255,255,255,.93); font-size: 19px; }
.cta .btn-row { justify-content: center; }
.cta .btn--ghost { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.45); color: #fff; }

/* Footer */
.site-footer { background: var(--ink); color: rgba(255,255,255,.75); padding: 56px 0 28px; font-size: 15px; }
.site-footer a { color: rgba(255,255,255,.75); }
.site-footer a:hover { color: #fff; }
.site-footer h4 { color: #fff; font-size: 14px; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 14px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li + li { margin-top: 8px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 32px; }
.footer-bottom { margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; font-size: 14px; }
.footer-logo { width: 180px; margin-bottom: 14px; filter: brightness(0) invert(1); }

/* Contact */
.contact-line { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 14px; }
.contact-line strong { display: block; color: var(--ink); }

@media (max-width: 900px) {
	.grid--3, .grid--4 { grid-template-columns: repeat(2, 1fr); }
	.footer-grid { grid-template-columns: 1fr 1fr; }
	.stats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
	body { font-size: 16px; }
	.nav-toggle { display: flex; }
	.nav { position: absolute; left: 0; right: 0; top: 72px; flex-direction: column; align-items: stretch; gap: 0; background: #fff; border-bottom: 1px solid var(--line); padding: 8px var(--gutter) 18px; display: none; }
	.nav.is-open { display: flex; }
	.nav a { padding: 12px 0; border-bottom: 1px solid var(--line); }
	.grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; }
	.footer-grid { grid-template-columns: 1fr; }
}
