.hero-section{background:linear-gradient(135deg,#1e293b,#2d3f55,#1e293b);position:relative;overflow:hidden;padding:5rem 0 4rem;color:#fff}.hero-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(210,104,58,.15) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(210,104,58,.1) 0%,transparent 40%);pointer-events:none}.hero-shape{position:absolute;left:5%;top:50%;transform:translateY(-50%);width:380px;height:380px;border-radius:50%;border:1px solid rgba(255,255,255,.04);pointer-events:none}.hero-shape:before{content:"";position:absolute;inset:20px;border-radius:50%;border:1px solid rgba(255,255,255,.06)}.hero-shape:after{content:"";position:absolute;inset:40px;border-radius:50%;border:1px dashed rgba(210,104,58,.15)}.hero-badge{display:inline-flex;align-items:center;gap:6px;background:#d2683a33;border:1px solid rgba(210,104,58,.4);color:#f4a87c;padding:5px 14px;font-size:.78rem;font-weight:600;letter-spacing:.5px;margin-bottom:1.25rem}.hero-title{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;line-height:1.3;margin-bottom:1rem}.hero-title span{color:#f4a87c}.hero-subtitle{font-size:1rem;color:#ffffffa6;max-width:520px;line-height:1.8;margin-bottom:2rem}.hero-cta-primary{background:var(--primary-color);border:none;color:#fff;padding:.75rem 2rem;font-weight:700;font-size:.95rem;border-radius:0;transition:.2s;display:inline-flex;align-items:center;gap:8px;text-decoration:none}.hero-cta-primary:hover{background:var(--primary-hover);color:#fff;transform:translateY(-1px)}.hero-cta-outline{background:transparent;border:2px solid rgba(255,255,255,.25);color:#ffffffd9;padding:.75rem 1.75rem;font-weight:600;font-size:.9rem;border-radius:0;transition:.2s;display:inline-flex;align-items:center;gap:8px;text-decoration:none}.hero-cta-outline:hover{border-color:#fff9;color:#fff}.hero-stats{display:flex;gap:2rem;flex-wrap:wrap;margin-top:2.5rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.hero-stat-val{font-size:1.6rem;font-weight:800;color:#f4a87c;line-height:1}.hero-stat-lbl{font-size:.75rem;color:#ffffff80;margin-top:3px}.hero-calc-btn{display:flex;align-items:center;gap:12px;background:#ffffff12;border:1px solid rgba(244,168,124,.35);padding:.75rem 1rem;text-decoration:none;color:#fff;transition:.2s;margin-bottom:1rem;max-width:420px}.hero-calc-btn:hover{background:#d2683a33;border-color:#f4a87cb3;color:#fff;transform:translate(-3px)}.hero-calc-icon{width:40px;height:40px;background:var(--primary-color);display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}.hero-calc-title{font-size:.88rem;font-weight:700;line-height:1.2}.hero-calc-sub{font-size:.72rem;color:#ffffff8c;margin-top:2px}.hero-terms-card{position:relative;background:linear-gradient(155deg,#ffffff14,#ffffff08);border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:1.4rem 1.4rem 1.5rem;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 24px 60px -20px #0000008c;overflow:hidden}.hero-terms-card:before{content:"";position:absolute;top:-60px;inset-inline-start:-40px;width:220px;height:220px;background:radial-gradient(circle,rgba(210,104,58,.35) 0%,transparent 70%);filter:blur(10px);pointer-events:none}.hero-terms-card:after{content:"";position:absolute;top:0;inset-inline-start:0;right:0;height:3px;background:linear-gradient(90deg,transparent,#f4a87c,var(--primary-color),transparent)}.htc-head{position:relative;display:flex;align-items:center;gap:12px;margin-bottom:1.1rem}.htc-head-icon{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,var(--primary-color),#b4532b);display:flex;align-items:center;justify-content:center;font-size:1.15rem;color:#fff;box-shadow:0 8px 18px -6px #d2683ab3;flex-shrink:0}.htc-head-title{font-size:1rem;font-weight:800;color:#fff;line-height:1.2}.htc-head-sub{font-size:.72rem;color:#ffffff8c;margin-top:2px}.htc-tab-input{position:absolute;opacity:0;pointer-events:none}.htc-tabs{position:relative;display:flex;gap:6px;background:#00000040;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:5px;margin-bottom:1rem}.htc-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;font-size:.76rem;font-weight:700;color:#fff9;padding:.5rem .4rem;border-radius:8px;cursor:pointer;transition:.2s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.htc-tab i{font-size:.85rem}.htc-tab:hover{color:#ffffffe6}#htc-tab-saudi:checked~.htc-tabs label[for=htc-tab-saudi],#htc-tab-nonsaudi:checked~.htc-tabs label[for=htc-tab-nonsaudi]{background:linear-gradient(135deg,var(--primary-color),#b4532b);color:#fff;box-shadow:0 6px 14px -6px #d2683acc}.htc-list{list-style:none;padding:0;margin:0;display:none;flex-direction:column;gap:.5rem}#htc-tab-saudi:checked~.htc-panels .htc-panel-saudi{display:flex;animation:htcFade .35s ease}#htc-tab-nonsaudi:checked~.htc-panels .htc-panel-nonsaudi{display:flex;animation:htcFade .35s ease}@keyframes htcFade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.htc-list li{display:flex;align-items:flex-start;gap:10px;font-size:.8rem;color:#ffffffd1;line-height:1.55;background:#ffffff09;border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:.55rem .7rem;transition:.2s}.htc-list li:hover{background:#f4a87c1a;border-color:#f4a87c4d;transform:translate(-3px)}.htc-list li strong{color:#fff;font-weight:700}.htc-num{flex-shrink:0;width:22px;height:22px;border-radius:7px;background:#34d39926;color:#34d399;font-size:.72rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin-top:1px}.htc-limit{margin-top:1.2rem;background:#00000047;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:.95rem 1rem 1rem}.htc-limit-head{display:flex;align-items:center;gap:6px;font-size:.72rem;font-weight:700;color:#ffffff8c;letter-spacing:.3px;margin-bottom:.75rem}.htc-limit-head i{color:#f4a87c}.htc-limit-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:.85rem}.htc-chip{background:linear-gradient(140deg,#ffffff0f,#ffffff05);border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:.5rem .6rem;transition:.2s}.htc-chip:hover{border-color:#f4a87c66;transform:translateY(-2px)}.htc-chip-lbl{font-size:.68rem;color:#ffffff80}.htc-chip-val{font-size:.92rem;font-weight:800;color:#f4a87c;margin-top:2px}.htc-chip-val small{font-size:.62rem;font-weight:600;color:#f4a87ca6}.htc-cta{display:flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,var(--primary-color),#b4532b);color:#fff;font-size:.8rem;font-weight:700;padding:.65rem;border-radius:10px;text-decoration:none;transition:.2s;box-shadow:0 10px 22px -10px #d2683ae6}.htc-cta:hover{color:#fff;filter:brightness(1.08);transform:translateY(-2px)}@media(max-width:575.98px){.hero-terms-card{padding:1.15rem 1.05rem 1.25rem;border-radius:16px}.htc-head-title{font-size:.95rem}.htc-tab{font-size:.72rem;padding:.5rem .25rem}.htc-list li{font-size:.78rem}}.steps-section{padding:5rem 0;background:#fff}.section-eyebrow{font-size:.78rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--primary-color);margin-bottom:.5rem}.section-title{font-size:1.75rem;font-weight:800;color:#1e293b;margin-bottom:.5rem}.section-sub{color:#64748b;font-size:.9rem}.step-card{position:relative;padding:1.75rem 1.5rem 1.5rem;border:1px solid #e9ecef;background:#fff;transition:.25s;height:100%}.step-card:hover{border-color:var(--primary-color);box-shadow:0 8px 24px #d2683a1a;transform:translateY(-3px)}.step-num{position:absolute;top:-16px;right:1.5rem;width:32px;height:32px;background:var(--primary-color);color:#fff;font-weight:800;font-size:.85rem;display:flex;align-items:center;justify-content:center}.step-icon{width:48px;height:48px;background:#fef3ee;color:var(--primary-color);display:flex;align-items:center;justify-content:center;font-size:1.3rem;margin-bottom:1rem}.step-title{font-weight:700;color:#1e293b;font-size:.9rem;margin-bottom:.4rem}.step-desc{color:#64748b;font-size:.8rem;line-height:1.7;margin:0}.why-section{padding:4.5rem 0;background:#f8fafc}.why-card{display:flex;gap:1rem;align-items:flex-start;padding:1.25rem;background:#fff;border:1px solid #e9ecef;height:100%;transition:.2s}.why-card:hover{border-color:var(--primary-color);box-shadow:0 4px 16px #d2683a14}.why-icon{width:44px;height:44px;background:#fef3ee;color:var(--primary-color);display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.why-title{font-weight:700;font-size:.9rem;color:#1e293b;margin-bottom:3px}.why-desc{font-size:.8rem;color:#64748b;margin:0;line-height:1.6}.cta-section{padding:4rem 0;background:linear-gradient(135deg,#1e293b,#2d3f55);color:#fff;text-align:center}.cta-title{font-size:1.6rem;font-weight:800;margin-bottom:.75rem}.cta-sub{color:#fff9;font-size:.9rem;margin-bottom:2rem}.contact-section{padding:2.5rem 0;background:#fff;border-top:1px solid #e9ecef}.contact-item{display:flex;align-items:center;gap:12px;padding:1rem 1.25rem}.contact-icon{width:40px;height:40px;background:#fef3ee;color:var(--primary-color);display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}.contact-lbl{font-size:.72rem;color:#94a3b8;margin:0}.contact-val{font-size:.88rem;font-weight:600;color:#1e293b;margin:0}.user-welcome{background:linear-gradient(135deg,#fef3ee,#fff);border:1px solid rgba(210,104,58,.2);padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.user-welcome-name{font-weight:700;font-size:1rem;color:#1e293b}.user-welcome-sub{font-size:.78rem;color:#64748b}
