 {} *{} #IE-warning { display: none; position: fixed; width: 100%; height: 100%; z-index: 9999; background: white; } .IE-warning-message { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; } :root { --brand-primary: #F26531; --brand-deep-orange: #E85C2D; --brand-light-orange: #FFF1EB; --brand-white: #FFFFFF; --brand-dark: #171717; --brand-navy: #172033; --brand-grey: #6B7280; --shadow-orange: rgba(242, 101, 49, 0.24); } html { scroll-behavior: smooth; } body { font-family: "Inter", sans-serif; color: var(--brand-dark); background-color: #F9FAFB; } .brand-orange, .text-brand { color: var(--brand-primary); } .bg-brand-orange { background-color: var(--brand-primary); } .bg-brand-deep { background-color: var(--brand-deep-orange); } .border-brand-orange { border-color: var(--brand-primary); } .brand-gradient { background: radial-gradient( circle at top left, rgba(255, 255, 255, 0.15), transparent 34% ), linear-gradient( 135deg, var(--brand-primary) 0%, var(--brand-deep-orange) 100% ); } .hover-scale { transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease; } .hover-scale:hover { transform: translateY(-2px) scale(1.01); } .shadow-glow { box-shadow: 0 10px 30px var(--shadow-orange); } .booking-shell { width: 100%; max-width: 1100px; margin: 0 auto; background: #FFFFFF; border: 1px solid #FED7C7; border-radius: 24px; overflow: hidden; box-shadow: 0 22px 55px rgba(15, 23, 42, 0.12); } .step-number { flex: 0 0 auto; width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; border-radius: 14px; background: var(--brand-primary); color: #FFFFFF; font-size: 18px; font-weight: 800; box-shadow: 0 8px 20px var(--shadow-orange); } .process-card { position: relative; padding: 32px; background: #FFFFFF; border: 1px solid #E5E7EB; border-radius: 24px; box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06); transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease; } .process-card:hover { transform: translateY(-4px); border-color: #FDBA9F; box-shadow: 0 18px 38px rgba(15, 23, 42, 0.10); } .process-icon { width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; margin-bottom: 22px; border-radius: 16px; background: #FFF1EB; color: var(--brand-primary); font-size: 20px; font-weight: 800; } .principle-card { padding: 32px; background: #FFFFFF; border: 1px solid #E5E7EB; border-radius: 24px; box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05); } .principle-symbol { display: inline-flex; align-items: center; justify-content: center; min-width: 54px; height: 36px; padding: 0 14px; margin-bottom: 22px; border-radius: 999px; background: #FFF1EB; color: var(--brand-primary); font-weight: 800; letter-spacing: 0.08em; } .governance-statement { max-width: 950px; margin-left: auto; margin-right: auto; padding: 30px 34px; border-left: 6px solid var(--brand-primary); border-radius: 0 20px 20px 0; background: #FFF7F3; color: var(--brand-navy); box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05); } .ecosystem-card { padding: 28px; background: #FFFFFF; border: 1px solid #E5E7EB; border-radius: 22px; box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05); transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease; } .ecosystem-card:hover { transform: translateY(-4px); border-color: #FDBA9F; box-shadow: 0 16px 34px rgba(15, 23, 42, 0.09); } .ecosystem-label { display: inline-flex; align-items: center; padding: 7px 12px; border-radius: 999px; background: #FFF1EB; color: var(--brand-primary); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; } .check-row { display: flex; align-items: flex-start; gap: 14px; padding: 20px 22px; background: #F9FAFB; border: 1px solid #E5E7EB; border-radius: 18px; color: #374151; font-size: 17px; line-height: 1.65; } .check-icon { flex: 0 0 auto; width: 24px; height: 24px; margin-top: 2px; color: var(--brand-primary); } .outcome-card { padding: 34px 30px; background: #FFFFFF; border-top: 5px solid var(--brand-primary); border-radius: 22px; box-shadow: 0 12px 32px rgba(15, 23, 42, 0.07); } .outcome-number { margin-bottom: 18px; color: var(--brand-primary); font-size: 13px; font-weight: 800; letter-spacing: 0.18em; } .faq-card { padding: 28px 30px; background: #F9FAFB; border: 1px solid #E5E7EB; border-radius: 20px; box-shadow: 0 7px 20px rgba(15, 23, 42, 0.04); } .faq-question { margin-bottom: 12px; color: var(--brand-primary); font-size: 19px; font-weight: 800; line-height: 1.4; } @media (max-width: 767px) { .booking-shell { border-radius: 16px; } .booking-shell iframe { min-height: 900px !important; height: 900px !important; } .governance-statement { padding: 24px; } .process-card, .principle-card, .ecosystem-card, .outcome-card, .faq-card { padding: 24px; } }
