
/* Website Services Gateway V1.0 — additive styles only */
.services-gateway-intro{padding:56px 0 24px;background:#fff}
.gateway-intro-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:28px;align-items:stretch}
.gateway-intro-copy,.gateway-intro-aside,.gateway-home-cta,.contextual-service-cta,.request-card,.success-card{border:1px solid #e7e0d4;border-radius:20px;background:#fff;box-shadow:0 18px 48px rgba(13,27,42,.07)}
.gateway-intro-copy{padding:34px}.gateway-intro-copy h2{font-size:clamp(1.7rem,3vw,2.6rem);margin:0 0 12px}.gateway-intro-copy p{font-size:1.04rem;line-height:1.85;color:#555;margin:0}
.gateway-intro-aside{padding:28px;background:linear-gradient(145deg,#0d1b2a,#14283d);color:#fff}.gateway-intro-aside strong{display:block;color:var(--gold-light);font-size:1.05rem;margin-bottom:12px}.gateway-intro-aside ol{margin:0;padding-inline-start:22px;line-height:1.9;color:#e5e7eb}
.services-grid-v1{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
.service-card-v1{
  --service-accent:#b08d57;--service-accent-rgb:176,141,87;
  position:relative;border:1px solid rgba(var(--service-accent-rgb),.20);border-radius:26px;
  background:linear-gradient(180deg,rgba(var(--service-accent-rgb),.055) 0,#fff 34%);
  padding:34px;box-shadow:0 18px 46px rgba(13,27,42,.085);
  display:flex;flex-direction:column;min-height:100%;overflow:hidden;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease
}
.service-card-v1:hover{transform:translateY(-5px);box-shadow:0 28px 60px rgba(13,27,42,.13);border-color:rgba(var(--service-accent-rgb),.45)}
.service-card-v1:before{content:"";position:absolute;inset-inline-start:0;top:0;bottom:0;width:6px;background:var(--service-accent)}
.service-card-v1:after{content:"";position:absolute;inset-inline-end:-70px;top:-76px;width:190px;height:190px;border-radius:50%;background:rgba(var(--service-accent-rgb),.07);pointer-events:none}
.service-card-v1:nth-child(1){--service-accent:#b08d57;--service-accent-rgb:176,141,87}
.service-card-v1:nth-child(2){--service-accent:#2f6173;--service-accent-rgb:47,97,115}
.service-card-v1:nth-child(3){--service-accent:#6b4f8a;--service-accent-rgb:107,79,138}
.service-card-v1:nth-child(4){--service-accent:#9a5b46;--service-accent-rgb:154,91,70}
.service-card-v1:nth-child(5){--service-accent:#3f6b58;--service-accent-rgb:63,107,88}
.service-card-v1:nth-child(6){--service-accent:#365c8d;--service-accent-rgb:54,92,141}
.service-card-v1:nth-child(7){--service-accent:#8b6a2f;--service-accent-rgb:139,106,47}
.service-card-v1:nth-child(8){--service-accent:#6c5c47;--service-accent-rgb:108,92,71}
.service-card-v1:nth-child(9){--service-accent:#75505f;--service-accent-rgb:117,80,95}
.service-card-v1:nth-child(10){--service-accent:#275f68;--service-accent-rgb:39,95,104}
.service-number-v1{
  width:70px;height:70px;border-radius:20px;display:grid;place-items:center;
  position:relative;z-index:1;margin-bottom:20px;
  font-family:Georgia,"Times New Roman",serif;font-weight:700;
  color:var(--service-accent);letter-spacing:.02em;font-size:2.05rem;line-height:1;
  background:rgba(var(--service-accent-rgb),.10);
  border:1px solid rgba(var(--service-accent-rgb),.30);
  box-shadow:0 10px 24px rgba(var(--service-accent-rgb),.10)
}
.service-question-v1{font-size:1.38rem;font-weight:800;line-height:1.55;margin:0 0 10px;color:#172333;position:relative;z-index:1}
body[dir="rtl"] .service-question-v1{font-family:var(--font-ar)}
.service-card-v1 h3{font-size:1.08rem;margin:0 0 12px;color:var(--service-accent);font-weight:800}.service-card-v1>p{color:#555e68;line-height:1.85;margin:0 0 18px}
.service-details-v1{margin-top:4px;border-top:1px solid #eee;padding-top:12px}.service-details-v1 summary{cursor:pointer;font-weight:700;color:#23364b;padding:8px 0}.service-details-v1[open] summary{color:var(--service-accent)}
.service-detail-grid-v1{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding-top:12px}.service-detail-grid-v1 h4{margin:0 0 8px;font-size:.98rem}.service-detail-grid-v1 ul{margin:0;padding-inline-start:19px;color:#5d6268;line-height:1.75;font-size:.92rem}
.service-fit-v1{margin-top:18px;padding:15px 17px;background:rgba(var(--service-accent-rgb),.07);border:1px solid rgba(var(--service-accent-rgb),.13);border-radius:14px;color:#50545a;line-height:1.75}.service-fit-v1 strong{color:var(--service-accent)}
.service-actions-v1{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:auto;padding-top:20px}.service-actions-v1 .btn{font-size:.9rem}.text-link-v1{font-weight:800;color:var(--service-accent)}.text-link-v1:hover{opacity:.78}
.services-bottom-cta-v1{padding:26px 0 72px}.gateway-panel-v1{display:flex;justify-content:space-between;gap:24px;align-items:center;padding:32px;border-radius:22px;background:linear-gradient(135deg,#0d1b2a,#172f48);color:#fff}.gateway-panel-v1 h2{margin:0 0 8px;color:#fff}.gateway-panel-v1 p{margin:0;color:#d9dde2;max-width:760px}.gateway-panel-v1 .btn-outline{border-color:#9c814b}
.gateway-home-section{padding:34px 0 72px}.gateway-home-cta{padding:34px;display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;background:linear-gradient(135deg,#fff,#f6f1e7)}.gateway-home-cta h2{margin:4px 0 8px}.gateway-home-cta p{margin:0;color:#555;max-width:820px;line-height:1.8}.gateway-home-actions{display:flex;gap:10px;flex-wrap:wrap}
.contextual-service-wrap{padding:8px 0 58px}.contextual-service-cta{padding:26px 28px;background:linear-gradient(135deg,#0e1d2d,#182f47);color:#fff}.contextual-service-cta small{color:var(--gold-light);font-weight:700}.contextual-service-cta h2{color:#fff;margin:7px 0 7px;font-size:1.5rem}.contextual-service-cta p{color:#d7dce2;margin:0 0 16px;max-width:900px}.contextual-service-actions{display:flex;gap:10px;flex-wrap:wrap}
.request-section{padding:54px 0 76px;background:#f7f5f0}.request-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:26px;align-items:start}.request-side{position:sticky;top:100px;padding:28px;border-radius:20px;background:#0d1b2a;color:#fff}.request-side h2{color:#fff;margin:0 0 10px}.request-side p{color:#d6dce3;line-height:1.8}.request-side ul{padding-inline-start:20px;line-height:1.9;color:#e5e7eb}.request-card{padding:30px}.request-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.field-v1{display:flex;flex-direction:column;gap:7px}.field-v1.full{grid-column:1/-1}.field-v1 label{font-weight:700;color:#243549}.field-v1 input,.field-v1 select,.field-v1 textarea{width:100%;border:1px solid #d9d5ce;border-radius:11px;padding:12px 13px;font:inherit;background:#fff;color:#222}.field-v1 input:focus,.field-v1 select:focus,.field-v1 textarea:focus{outline:2px solid rgba(200,157,74,.28);border-color:#b68b3d}.field-v1 textarea{min-height:150px;resize:vertical}.required-v1{color:#9a2727}.form-note-v1{font-size:.86rem;color:#70757a;line-height:1.6}.form-status-v1{margin-top:14px;padding:12px 14px;border-radius:10px}.form-status-v1.error{background:#fff0f0;color:#8b2222;border:1px solid #efc3c3}.hidden-v1{display:none!important}.hp-v1{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.success-section{padding:72px 0;background:#f7f5f0;min-height:62vh}.success-card{padding:38px;max-width:820px;margin:auto;text-align:center}.success-icon-v1{width:66px;height:66px;border-radius:50%;display:grid;place-items:center;margin:0 auto 18px;background:#f0e5cd;color:#82611f;font-size:2rem;font-weight:800}.success-card h1{margin:0 0 10px}.success-card p{color:#555;line-height:1.8}.success-service-v1{margin:16px auto;padding:12px 16px;background:#f7f5f0;border-radius:10px;max-width:600px;font-weight:700}.success-actions-v1{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:20px}
@media(max-width:980px){.gateway-intro-grid,.request-layout{grid-template-columns:1fr}.request-side{position:relative;top:auto}.gateway-home-cta{grid-template-columns:1fr}.services-grid-v1{grid-template-columns:1fr}}
@media(max-width:680px){.service-detail-grid-v1,.request-grid{grid-template-columns:1fr}.service-number-v1{width:60px;height:60px;font-size:1.7rem;border-radius:17px}.service-question-v1{font-size:1.22rem}.service-card-v1:hover{transform:none}.field-v1.full{grid-column:auto}.gateway-panel-v1{align-items:flex-start;flex-direction:column}.service-card-v1,.request-card,.gateway-intro-copy{padding:22px}.gateway-home-cta{padding:25px}}
