/*
Theme Name: Amin Ertebatat
Theme URI: https://example.com/
Description: Premium RTL corporate theme for Amin Ertebatat. Keeps the existing WordPress data and plugins intact.
Author: Amin Ertebatat
Version: 1.0.0
Text Domain: amin-ertebatat
*/

:root {
  --amin-navy: #071b47;
  --amin-navy-2: #0c2b68;
  --amin-blue: #2f6df6;
  --amin-ink: #101828;
  --amin-muted: #68748a;
  --amin-line: rgba(7, 27, 71, .12);
  --amin-paper: #f7f9fc;
  --amin-white: #fff;
  --amin-radius: 24px;
  --amin-shadow: 0 24px 70px rgba(7, 27, 71, .12);
  --amin-ease: cubic-bezier(.22, .8, .24, 1);
}

html { scroll-behavior: smooth; }
body.amin-site {
  margin: 0;
  color: var(--amin-ink);
  background: var(--amin-white);
  font-family: Tahoma, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.9;
  overflow-x: hidden;
}
body.amin-site *, body.amin-site *::before, body.amin-site *::after { box-sizing: border-box; }
body.amin-site a { color: inherit; text-decoration: none; }
body.amin-site img { max-width: 100%; height: auto; }
body.amin-site button, body.amin-site input, body.amin-site textarea { font: inherit; }

.amin-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  color: #fff;
  transition: background .45s var(--amin-ease), padding .45s var(--amin-ease), color .45s var(--amin-ease), box-shadow .45s var(--amin-ease);
}
.amin-header.is-scrolled {
  padding: 5px 0;
  color: var(--amin-ink);
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 8px 32px rgba(7, 27, 71, .08);
  backdrop-filter: blur(18px);
}
.amin-header.is-scrolled .amin-brand-mark { filter: none; }
.amin-header.is-scrolled .amin-menu-toggle span { background: var(--amin-navy); }
.amin-header-inner {
  width: min(1240px, calc(100% - 48px));
  min-height: 88px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  transition: min-height .45s var(--amin-ease);
  direction: ltr;
}
.is-scrolled .amin-header-inner { min-height: 70px; }
.amin-brand { display: inline-flex; align-items: center; gap: 11px; direction: rtl; flex-shrink: 0; }
.amin-brand-mark { width: 42px; height: 42px; object-fit: contain; filter: brightness(0) invert(1); transition: filter .45s ease; }
.amin-brand-copy { display: grid; line-height: 1.15; gap: 4px; }
.amin-brand-copy strong { font-size: 18px; letter-spacing: -.04em; }
.amin-brand-copy small { font-size: 9px; letter-spacing: .22em; opacity: .65; direction: ltr; }
.amin-nav { flex: 1; display: flex; justify-content: center; }
.amin-nav, .amin-nav ul { direction: rtl; }
.amin-nav ul { display: flex; align-items: center; gap: clamp(16px, 2.6vw, 38px); margin: 0; padding: 0; list-style: none; }
.amin-nav a { position: relative; display: block; padding: 10px 0; font-size: 13px; font-weight: 700; white-space: nowrap; }
.amin-nav a::after { content: ''; position: absolute; right: 0; bottom: 3px; width: 0; height: 2px; background: currentColor; transition: width .35s var(--amin-ease); }
.amin-nav a:hover::after, .amin-nav a:focus-visible::after { width: 100%; }
.amin-header-cta, .amin-button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 48px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px;
  background: var(--amin-blue); color: #fff !important; font-size: 13px; font-weight: 800;
  cursor: pointer; transition: transform .35s var(--amin-ease), background .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.amin-search { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; font-size: 24px; line-height: 1; transition: background .3s ease, color .3s ease, border-color .3s ease; }
.amin-search:hover, .amin-search:focus-visible { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.7); }
.amin-button:hover, .amin-header-cta:hover { transform: translateY(-3px); background: #1d57d8; box-shadow: 0 12px 28px rgba(47, 109, 246, .28); }
.amin-button--ghost { background: transparent; border-color: rgba(255,255,255,.35); }
.amin-button--ghost:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.75); }
.amin-button--dark { background: var(--amin-navy); }
.amin-menu-toggle { display: none; width: 42px; height: 42px; padding: 9px; border: 0; border-radius: 50%; background: transparent; cursor: pointer; }
.amin-menu-toggle span { display: block; height: 2px; margin: 5px 0; background: #fff; transition: transform .3s ease, opacity .3s ease; }

.amin-hero { position: relative; min-height: 100svh; display: grid; align-items: center; isolation: isolate; overflow: hidden; background: var(--amin-navy); color: #fff; }
.amin-hero-media, .amin-hero-overlay, .amin-hero-grid { position: absolute; inset: 0; }
.amin-hero-media { width: 100%; height: 100%; object-fit: cover; opacity: .72; transform: scale(1.06); animation: amin-hero-scale 16s ease-out forwards; }
.amin-hero-overlay { z-index: -1; background: linear-gradient(270deg, rgba(4, 18, 49, .97) 0%, rgba(7, 27, 71, .78) 48%, rgba(7, 27, 71, .38) 100%); }
.amin-hero-grid { z-index: -1; opacity: .15; background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, #000, transparent 78%); }
.amin-hero::after { content: ''; position: absolute; z-index: -1; left: 52%; top: -16%; width: 50vw; height: 130%; border: 1px solid rgba(255,255,255,.16); transform: skewX(-25deg); }
.amin-container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.amin-hero > .amin-container:not(.amin-hero-footer) { display: flex; justify-content: flex-start; direction: rtl; }
.amin-hero-content { position: relative; z-index: 2; width: min(620px, 100%); margin: 0; padding: 150px 0 100px; text-align: right; }
.amin-kicker { display: inline-flex; align-items: center; gap: 12px; margin: 0 0 20px; color: var(--amin-blue); font-size: 12px; font-weight: 900; letter-spacing: .15em; }
.amin-kicker::before { content: ''; width: 36px; height: 2px; background: currentColor; }
.amin-hero .amin-kicker { color: #82b1ff; }
.amin-hero h1 { max-width: 650px; margin: 0; font-size: clamp(42px, 6.2vw, 88px); font-weight: 800; letter-spacing: -.08em; line-height: 1.18; }
.amin-hero h1 span { display: block; color: #a7c7ff; }
.amin-hero-lead { max-width: 540px; margin: 26px 0 34px; color: rgba(255,255,255,.74); font-size: 17px; line-height: 2; }
.amin-hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.amin-text-link { display: inline-flex; align-items: center; gap: 10px; padding: 14px 0; font-size: 13px; font-weight: 800; }
.amin-text-link::after { content: '←'; font-size: 18px; transition: transform .3s ease; }
.amin-text-link:hover::after { transform: translateX(-5px); }
.amin-hero-footer { position: absolute; right: 0; bottom: 34px; left: 0; display: flex; justify-content: space-between; align-items: center; color: rgba(255,255,255,.62); font-size: 11px; letter-spacing: .12em; }
.amin-scroll-cue { display: inline-flex; align-items: center; gap: 12px; }
.amin-scroll-cue i { width: 1px; height: 42px; background: #8bb7ff; animation: amin-scroll 1.8s infinite; }
.amin-hero-status { display: inline-flex; align-items: center; gap: 9px; }
.amin-hero-status::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: #78d6a1; box-shadow: 0 0 0 5px rgba(120,214,161,.13); }

.amin-section { position: relative; padding: 128px 0; overflow: hidden; }
.amin-section--paper { background: var(--amin-paper); }
.amin-section--navy { background: var(--amin-navy); color: #fff; }
.amin-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 54px; }
.amin-section-heading h2 { max-width: 600px; margin: 0; font-size: clamp(32px, 4.3vw, 62px); font-weight: 800; letter-spacing: -.07em; line-height: 1.2; }
.amin-section-heading p { max-width: 360px; margin: 0; color: var(--amin-muted); font-size: 14px; }
.amin-section-heading--center { display: block; text-align: center; }
.amin-section-heading--center h2, .amin-section-heading--center p { margin-right: auto; margin-left: auto; }
.amin-section-heading--center p { max-width: 520px; margin-top: 10px; }
.amin-section--navy .amin-section-heading p { color: rgba(255,255,255,.62); }
.amin-eyebrow { margin: 0 0 14px; color: var(--amin-blue); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.amin-eyebrow::before { content: '— '; }

.amin-services { display: flex; min-height: 460px; gap: 10px; direction: ltr; }
.amin-service-card { position: relative; min-width: 0; flex: 1 1 0; display: flex; align-items: end; padding: 30px; overflow: hidden; border-radius: var(--amin-radius); background: var(--amin-navy); color: #fff; isolation: isolate; transition: flex .35s var(--amin-ease), transform .35s ease; }
.amin-service-card::before { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, transparent 25%, rgba(3, 13, 34, .9) 100%); }
.amin-service-card::after { content: ''; position: absolute; z-index: -2; inset: 0; background-image: var(--service-image); background-position: center; background-size: cover; opacity: .28; transform: scale(1.04); transition: transform .75s var(--amin-ease), opacity .75s ease; }
.amin-service-card:hover, .amin-service-card:focus-within { flex: 16 1 0; }
.amin-service-card:hover::after, .amin-service-card:focus-within::after { opacity: .62; transform: scale(1.1); }
.amin-service-index { position: absolute; top: 24px; left: 26px; color: rgba(255,255,255,.55); font-size: 11px; letter-spacing: .18em; }
.amin-service-content { width: 100%; }
.amin-service-card h3 { max-width: 280px; margin: 0; font-size: clamp(19px, 2.1vw, 32px); letter-spacing: -.05em; line-height: 1.35; }
.amin-service-card p { max-width: 370px; max-height: 0; margin: 0; overflow: hidden; color: rgba(255,255,255,.7); font-size: 13px; opacity: 0; transition: max-height .55s ease, opacity .35s ease, margin .55s ease; }
.amin-service-card:hover p, .amin-service-card:focus-within p { max-height: 90px; margin: 13px 0 6px; opacity: 1; }
.amin-service-card .amin-text-link { max-height: 0; overflow: hidden; opacity: 0; transition: max-height .55s ease, opacity .35s ease; }
.amin-service-card:hover .amin-text-link, .amin-service-card:focus-within .amin-text-link { max-height: 55px; opacity: 1; }
.amin-services:has(.amin-service-card:hover) .amin-service-card:not(:hover) .amin-service-content,
.amin-services:has(.amin-service-card:focus-within) .amin-service-card:not(:focus-within) .amin-service-content { visibility: hidden; opacity: 0; pointer-events: none; }
.amin-service-content { direction: rtl; text-align: right; }

.amin-products-section { padding: 78px 0 52px; background: #f7faff; }
.amin-products-section::before { content: ''; position: absolute; inset: 0; opacity: .62; pointer-events: none; background: radial-gradient(circle at 13% 17%, rgba(120, 164, 255, .2) 0 62px, transparent 63px), radial-gradient(circle at 88% 32%, rgba(120, 164, 255, .14) 0 76px, transparent 77px), radial-gradient(rgba(47,109,246,.2) 1.5px, transparent 1.5px); background-size: auto, auto, 24px 24px; background-position: 0 0, 100% 0, 0 0; }
.amin-products-section > .amin-container { position: relative; z-index: 1; }
.amin-products-section .amin-section-heading { margin-bottom: 36px; }
.amin-products-section .amin-section-heading--center p { color: #647aa6; }
.amin-products { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; direction: ltr; }
.amin-product-card { position: relative; min-height: 0; aspect-ratio: 1.52 / 1; display: flex; flex-direction: column; justify-content: center; padding: 24px 34px; overflow: hidden; border: 1px solid rgba(64, 139, 255, .22); border-radius: 24px; background: #061a43; color: #fff; isolation: isolate; box-shadow: 0 22px 48px rgba(7,27,71,.16); transition: transform .45s var(--amin-ease), box-shadow .45s ease; }
.amin-product-card::before { content: ''; position: absolute; z-index: -2; inset: 0; background: linear-gradient(270deg, rgba(4, 17, 48, .94) 0%, rgba(5, 22, 58, .66) 39%, rgba(5, 22, 58, .08) 78%, rgba(5, 22, 58, .04) 100%); }
.amin-product-card::after { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(135deg, rgba(47,109,246,.22), transparent 42%); pointer-events: none; }
.amin-product-card:hover, .amin-product-card:focus-visible { transform: translateY(-7px); box-shadow: 0 30px 58px rgba(7,27,71,.24); }
body.amin-site .amin-product-image { position: absolute; z-index: -3; inset: 0; width: 100%; max-width: none; height: 100%; min-height: 100%; object-fit: cover; opacity: .9; transform: scale(1.02); transition: transform .8s var(--amin-ease), opacity .5s ease; }
.amin-product-card:hover .amin-product-image, .amin-product-card:focus-within .amin-product-image { transform: scale(1.06); opacity: .98; }
.amin-product-eyebrow { position: absolute; top: 28px; left: 34px; padding: 5px 13px; border: 1px solid rgba(70, 151, 255, .72); border-radius: 999px; color: #a6c9ff; font-size: 9px; letter-spacing: .13em; line-height: 1.2; direction: ltr; }
.amin-product-content { position: relative; z-index: 1; width: min(58%, 330px); margin-left: auto; margin-right: 0; direction: rtl; text-align: right; }
.amin-product-brand { display: block; width: 178px !important; max-width: 178px !important; height: 52px !important; max-height: 52px !important; margin: 0 0 13px auto; object-fit: contain; object-position: right center; filter: brightness(0) invert(1); opacity: .96; }
.amin-product-card:nth-child(2) .amin-product-brand { width: 155px !important; max-width: 155px !important; height: 82px !important; max-height: 82px !important; margin-bottom: 4px; }
.amin-product-card h3 { margin: 0 0 6px; color: #fff; font-size: clamp(17px, 1.7vw, 24px); font-weight: 800; letter-spacing: -.07em; line-height: 1.35; white-space: nowrap; }
.amin-product-card p { margin: 0 0 15px; color: rgba(255,255,255,.7); font-size: 10px; line-height: 1.85; }
.amin-product-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 18px; }
.amin-product-features span { display: grid; justify-items: center; gap: 7px; color: rgba(255,255,255,.82); text-align: center; }
.amin-product-features i { display: grid; place-items: center; width: 45px; height: 45px; border: 1px solid rgba(42, 136, 255, .76); border-radius: 13px; color: #5ca4ff; font-size: 23px; font-style: normal; line-height: 1; }
.amin-product-features svg { display: block; width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.amin-product-features small { font-size: 9px; white-space: nowrap; }
.amin-product-button { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; min-height: 49px; padding: 0 19px; border-radius: 999px; background: linear-gradient(100deg, #2879ff, #1262dd); color: #fff; font-size: 12px; font-weight: 800; box-shadow: 0 12px 25px rgba(20, 102, 232, .22); transition: background .3s ease, transform .3s ease; }
.amin-product-card:hover .amin-product-button, .amin-product-card:focus-within .amin-product-button { background: linear-gradient(100deg, #3a8aff, #1b6ff0); }
.amin-product-button b { font-size: 22px; font-weight: 400; line-height: 1; }
.amin-product-benefits { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 920px; margin: 44px auto 0; direction: rtl; }
.amin-product-benefit { display: flex; align-items: center; justify-content: center; gap: 13px; min-height: 62px; padding: 0 26px; border-left: 1px solid rgba(47,109,246,.2); color: var(--amin-navy); text-align: right; }
.amin-product-benefit:last-child { border-left: 0; }
.amin-product-benefit > i { display: grid; flex: 0 0 52px; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: #e8f1ff; color: #125ddd; font-size: 23px; font-style: normal; }
.amin-product-benefit span { display: grid; gap: 1px; }
.amin-product-benefit strong { font-size: 14px; }
.amin-product-benefit small { color: #6680b4; font-size: 11px; }
.amin-products-note { margin: 35px 0 0; color: #7890bd; font-size: 12px; text-align: center; }

.amin-about-section { position: relative; background: radial-gradient(circle at 18% 52%, rgba(214, 229, 255, .7), transparent 28%), linear-gradient(135deg, #f3f7ff 0%, #fff 48%, #f5f8ff 100%); }
.amin-about-section::before { content: ''; position: absolute; left: -9%; bottom: -22%; width: 56%; height: 62%; border: 1px solid rgba(109, 157, 255, .17); border-radius: 46% 54% 42% 58%; transform: rotate(28deg); pointer-events: none; }
.amin-about-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); align-items: center; gap: clamp(42px, 5.4vw, 88px); direction: ltr; }
.amin-about-visual { position: relative; min-height: 620px; isolation: isolate; }
.amin-about-orbit { position: absolute; z-index: -1; top: 2%; left: 25%; width: 76%; height: 78%; border: 1px solid rgba(88, 137, 242, .33); border-radius: 47% 53% 48% 52%; transform: rotate(28deg); }
.amin-about-visual::after { content: ''; position: absolute; z-index: 0; right: 14%; bottom: 1%; width: 78px; height: 72px; opacity: .52; background-image: radial-gradient(circle, rgba(47,109,246,.48) 2px, transparent 2.5px); background-size: 24px 24px; pointer-events: none; }
.amin-about-backplate { position: absolute; z-index: 0; top: 8%; left: 0; width: 42%; height: 57%; padding: 44px 30px; border-radius: 30px; background: linear-gradient(150deg, #184793, #0a2c68); color: rgba(255,255,255,.65); box-shadow: 0 24px 55px rgba(13, 54, 131, .14); }
.amin-about-backplate span { display: block; font-size: clamp(16px, 1.65vw, 22px); font-weight: 800; line-height: 1.7; }
.amin-about-backplate i { display: block; width: 40px; height: 2px; margin-top: 16px; background: #82b1ff; }
.amin-about-main-frame { position: absolute; z-index: 1; top: 15%; right: 4%; width: 74%; height: 73%; overflow: hidden; border: 1px solid rgba(255,255,255,.78); border-radius: 30px; background: #d9e8ff; box-shadow: 0 24px 55px rgba(13, 54, 131, .18); }
body.amin-site .amin-about-image { display: block; width: 100%; max-width: none; height: 100%; min-height: 100%; object-fit: cover; object-position: center; filter: none; }
.amin-about-float-card { position: absolute; z-index: 3; left: 5%; bottom: 8%; display: grid; grid-template-columns: 1.12fr .88fr; width: 42%; min-height: 160px; overflow: hidden; border: 1px solid rgba(27, 81, 166, .08); border-radius: 22px; background: rgba(255,255,255,.96); box-shadow: 0 18px 42px rgba(7, 36, 94, .17); direction: ltr; }
.amin-about-float-image { min-height: 160px; background: center / cover no-repeat var(--about-network-image); }
.amin-about-float-copy { position: relative; display: flex; align-items: center; justify-content: center; padding: 22px 16px; direction: rtl; text-align: right; }
.amin-about-float-copy strong { color: #536684; font-size: clamp(13px, 1.35vw, 18px); line-height: 1.9; }
.amin-about-float-copy span { position: absolute; right: 16px; bottom: 15px; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: #d7e6ff; color: #1d63df; font-size: 24px; line-height: 1; }
.amin-about-copy { position: relative; top: -40px; width: 100%; max-width: 600px; justify-self: end; direction: rtl; text-align: right; }
.amin-about-copy .amin-eyebrow { display: flex; align-items: center; gap: 15px; margin-bottom: 34px; color: #52617e; font-size: 15px; letter-spacing: 0; }
.amin-about-copy .amin-eyebrow::before { content: ''; display: block; width: 38px; height: 2px; background: var(--amin-navy); }
.amin-about-copy .amin-eyebrow::after { display: none; }
.amin-about-copy h2 { margin: 0 0 30px; color: var(--amin-navy); font-size: clamp(46px, 4.2vw, 64px); font-weight: 900; letter-spacing: -.08em; line-height: 1.38; }
.amin-about-title-line { display: block; color: var(--amin-navy); }
.amin-about-title-line b { color: #1761d6; font-weight: inherit; }
.amin-about-copy > p { max-width: 590px; margin: 0 0 30px; color: #687a9a; font-size: 16px; line-height: 2.2; }
.amin-about-copy .amin-button { width: 250px; min-height: 64px; justify-content: space-between; padding: 0 34px; font-size: 15px; }
.amin-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; width: 100%; max-width: 450px; margin-top: 30px; padding: 0; border: 0; }
.amin-stats div { display: grid; justify-items: center; align-content: center; gap: 5px; min-height: 166px; padding: 15px 8px; border: 1px solid #e1e9f5; border-radius: 17px; background: rgba(255,255,255,.88); box-shadow: 0 12px 30px rgba(44, 89, 153, .055); text-align: center; }
.amin-stats i { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 5px; border-radius: 50%; background: #e8f1ff; color: #1264df; font-style: normal; }
.amin-stats svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.amin-stats strong { color: var(--amin-navy); font-size: 30px; line-height: 1.15; }
.amin-stats span { color: #71819f; font-size: 11px; }

.amin-why { position: relative; min-height: 610px; display: flex; align-items: center; background: #061a43; color: #fff; overflow: hidden; }
.amin-why::after { content: ''; position: absolute; z-index: 0; inset: 0; background: linear-gradient(180deg, rgba(5,21,57,.68), rgba(5,21,57,.94)); pointer-events: none; }
.amin-why-image { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .88; }
.amin-why-intro { position: relative; z-index: 3; text-align: center; pointer-events: none; transition: opacity .45s ease, transform .65s var(--amin-ease); }
.amin-why-intro h2 { margin: 0; font-size: clamp(58px, 13vw, 180px); font-weight: 800; letter-spacing: -.12em; line-height: 1; }
.amin-why-intro p { color: rgba(255,255,255,.58); font-size: 14px; }
.amin-why-intro small { display: inline-flex; margin-top: 22px; color: #82b1ff; font-size: 11px; opacity: .86; }
.amin-why-grid { position: absolute; z-index: 1; inset: 0; display: grid; grid-template-columns: repeat(5, 1fr); opacity: 1; transition: opacity .45s ease; }
.amin-why.is-active .amin-why-grid { opacity: 1; }
.amin-why-card { position: relative; display: flex; flex-direction: column; justify-content: end; min-height: 100%; padding: 34px 24px 46px; border: 1px solid rgba(255,255,255,.22); background-image: linear-gradient(140deg, rgba(20,65,140,.84), rgba(4,18,50,.94)), var(--why-image); background-size: cover, 500% 100%; background-position: center, 0 center; clip-path: polygon(0 8%, 84% 0, 100% 85%, 18% 100%); opacity: .08; transform: translate3d(var(--why-x, -28px), var(--why-y, 34px), 0) rotate(var(--why-r, -3deg)) scale(.93); transition: transform .85s var(--amin-ease), opacity .65s ease, background .4s ease; }
.amin-why-card:nth-child(1) { --why-x: -70px; --why-y: 50px; --why-r: -5deg; transition-delay: .02s; }
.amin-why-card:nth-child(2) { --why-x: -34px; --why-y: 78px; --why-r: 3deg; background-position: center, 25% center; transition-delay: .1s; clip-path: polygon(16% 0, 100% 10%, 86% 100%, 0 86%); }
.amin-why-card:nth-child(3) { --why-x: 0; --why-y: 92px; --why-r: -2deg; background-position: center, 50% center; transition-delay: .18s; clip-path: polygon(4% 8%, 93% 0, 100% 92%, 0 100%); z-index: 2; }
.amin-why-card:nth-child(4) { --why-x: 34px; --why-y: 76px; --why-r: 3deg; background-position: center, 75% center; transition-delay: .1s; clip-path: polygon(0 0, 85% 9%, 100% 92%, 14% 100%); }
.amin-why-card:nth-child(5) { --why-x: 70px; --why-y: 50px; --why-r: -5deg; background-position: center, 100% center; transition-delay: .02s; clip-path: polygon(14% 0, 100% 8%, 82% 100%, 0 90%); }
.amin-why.is-active .amin-why-card { opacity: 1; transform: translate3d(0, 0, 0) rotate(0) scale(1); }
.amin-why.is-active .amin-why-intro { transform: translateY(-8px); }
.amin-why:hover .amin-why-card, .amin-why:focus-within .amin-why-card { opacity: 1; transform: translate3d(0, 0, 0) rotate(0) scale(1); }
.amin-why:hover .amin-why-intro, .amin-why:focus-within .amin-why-intro { transform: translateY(-8px); }
.amin-why-card:hover { filter: brightness(1.14); }
.amin-why-card strong { margin-bottom: 7px; font-size: 18px; }
.amin-why-card span { color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.8; }
.amin-why-icon { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: auto; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: #a7c7ff; font-size: 18px; }

.amin-clients { background: var(--amin-paper); }
.amin-client-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(260px, 1fr); gap: 18px; overflow-x: auto; padding: 10px 0 22px; scrollbar-width: thin; scrollbar-color: var(--amin-blue) transparent; }
.amin-client-card { position: relative; min-height: 350px; display: flex; align-items: end; overflow: hidden; border-radius: var(--amin-radius); background: var(--amin-navy); color: #fff; isolation: isolate; }
.amin-client-card::after { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg, rgba(5, 19, 49, .95), transparent 65%); }
.amin-client-image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .72; transition: transform .7s var(--amin-ease), opacity .4s ease; }
.amin-client-card:hover .amin-client-image, .amin-client-card:focus-within .amin-client-image { transform: scale(1.09); opacity: .92; }
.amin-client-copy { width: 100%; padding: 26px; }
.amin-client-logo { width: auto; max-width: 125px; height: 38px; margin-bottom: 20px; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); }
.amin-client-nameplate { display: inline-flex; align-items: center; width: auto; max-width: 100%; min-height: 38px; color: #fff; font-size: 18px; font-weight: 800; letter-spacing: -.04em; filter: none; }
.amin-client-copy h3 { margin: 0; font-size: 20px; }
.amin-client-copy p { margin: 5px 0 0; color: rgba(255,255,255,.68); font-size: 12px; }

.amin-contact { display: grid; grid-template-columns: .8fr 1.25fr .82fr; min-height: 600px; direction: ltr; }
.amin-contact-info { position: relative; padding: 80px clamp(28px, 7vw, 95px); overflow: hidden; background: var(--amin-navy); color: #fff; }
.amin-contact-info::after { content: ''; position: absolute; right: -17%; bottom: -22%; width: 70%; height: 70%; border: 1px solid rgba(255,255,255,.15); transform: rotate(35deg); }
.amin-contact-info h2 { position: relative; z-index: 1; margin: 0 0 42px; font-size: clamp(38px, 5vw, 70px); letter-spacing: -.09em; line-height: 1.15; }
.amin-contact-list { position: relative; z-index: 1; display: grid; gap: 22px; }
.amin-contact-item { display: grid; gap: 2px; }
.amin-contact-item small { color: #82b1ff; font-size: 10px; letter-spacing: .12em; }
.amin-contact-item a, .amin-contact-item span { color: rgba(255,255,255,.86); font-size: 14px; direction: ltr; text-align: right; }
.amin-contact-form { padding: 80px clamp(28px, 7vw, 100px); background: #fff; }
.amin-contact-info, .amin-contact-form { direction: rtl; text-align: right; }
.amin-contact-city { position: relative; min-height: 600px; overflow: hidden; background: #dce9f8; direction: rtl; }
.amin-contact-city img { width: 100%; height: 100%; object-fit: cover; }
.amin-contact-city::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.3)); }
.amin-contact-city div { position: absolute; z-index: 1; right: 24px; bottom: 24px; display: grid; gap: 2px; padding: 13px 17px; border-radius: 14px; background: rgba(255,255,255,.85); color: var(--amin-navy); }
.amin-contact-city strong { font-size: 18px; }
.amin-contact-city span { font-size: 11px; color: var(--amin-muted); }
.amin-contact-form h3 { margin: 0 0 34px; font-size: 28px; letter-spacing: -.05em; }
.amin-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.amin-field { position: relative; display: block; }
.amin-field--full { grid-column: 1 / -1; }
.amin-field label { position: absolute; right: 0; top: 13px; color: var(--amin-muted); font-size: 12px; pointer-events: none; transition: transform .25s ease, color .25s ease; }
.amin-field input, .amin-field textarea { width: 100%; padding: 14px 0 10px; border: 0; border-bottom: 1px solid var(--amin-line); outline: 0; color: var(--amin-ink); background: transparent; transition: border-color .25s ease; }
.amin-field textarea { min-height: 115px; resize: vertical; }
.amin-field input:focus, .amin-field textarea:focus { border-color: var(--amin-blue); }
.amin-field input:focus + label, .amin-field textarea:focus + label, .amin-field input:not(:placeholder-shown) + label, .amin-field textarea:not(:placeholder-shown) + label { transform: translateY(-24px) scale(.88); color: var(--amin-blue); }
.amin-form-actions { display: flex; align-items: center; gap: 18px; margin-top: 30px; }
.amin-form-message { color: var(--amin-muted); font-size: 12px; }

.amin-footer { position: relative; overflow: hidden; padding: 78px 0 28px; background: var(--amin-navy); color: #fff; }
.amin-footer::before, .amin-footer::after { content: ''; position: absolute; border: 1px solid rgba(255,255,255,.1); transform: rotate(35deg); pointer-events: none; }
.amin-footer::before { width: 420px; height: 420px; left: -160px; top: 20px; }
.amin-footer::after { width: 570px; height: 570px; right: -250px; bottom: -300px; }
.amin-footer-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 34px; padding-bottom: 58px; }
.amin-footer-brand p { max-width: 260px; margin: 20px 0 0; color: rgba(255,255,255,.6); font-size: 13px; }
.amin-footer h3 { margin: 0 0 18px; color: #82b1ff; font-size: 12px; letter-spacing: .12em; }
.amin-footer ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; color: rgba(255,255,255,.72); font-size: 13px; }
.amin-footer li a:hover { color: #fff; }
.amin-footer-bottom { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 20px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font-size: 11px; }

.amin-reveal { opacity: 1; transform: none; transition: opacity .8s ease, transform .8s var(--amin-ease); }
.amin-site.amin-js .amin-reveal { opacity: 0; transform: translateY(22px); }
.amin-site.amin-js .amin-reveal.is-visible { opacity: 1; transform: none; }
.amin-reveal.is-visible { opacity: 1; transform: none; }
.amin-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@keyframes amin-hero-scale { from { transform: scale(1.06); } to { transform: scale(1); } }
@keyframes amin-scroll { 0%, 100% { opacity: .3; transform: scaleY(.65); transform-origin: top; } 45% { opacity: 1; transform: scaleY(1); } }

@media (max-width: 960px) {
  .amin-nav { display: none; position: absolute; top: calc(100% + 8px); right: 24px; left: 24px; padding: 18px 22px; border-radius: 18px; background: rgba(255,255,255,.96); color: var(--amin-ink); box-shadow: var(--amin-shadow); }
  .amin-nav.is-open { display: block; }
  .amin-nav ul { display: grid; gap: 4px; }
  .amin-menu-toggle { display: block; }
  .amin-header-cta { display: none; }
  .amin-search { margin-right: auto; }
  .amin-header-inner { width: min(100% - 32px, 1180px); }
  .amin-services { min-height: 520px; }
  .amin-service-card { padding: 24px; }
  .amin-about-grid { gap: 40px; }
  .amin-about-visual { min-height: 560px; }
  .amin-why { min-height: 760px; }
  .amin-why-grid { grid-template-columns: repeat(3, 1fr); }
  .amin-why-card:nth-child(n+4) { display: none; }
  .amin-footer-grid { grid-template-columns: 1.5fr repeat(2, 1fr); }
}
@media (max-width: 700px) {
  .amin-container { width: min(100% - 34px, 1180px); }
  .amin-section { padding: 82px 0; }
  .amin-section-heading { display: block; margin-bottom: 32px; }
  .amin-section-heading p { margin-top: 16px; }
  .amin-hero-content { padding: 140px 0 100px; }
  .amin-hero h1 { font-size: clamp(38px, 13vw, 62px); }
  .amin-hero-lead { font-size: 15px; }
  .amin-hero-footer { bottom: 22px; font-size: 9px; }
  .amin-services { display: grid; min-height: 0; gap: 10px; }
  .amin-service-card, .amin-service-card:hover, .amin-service-card:focus-within { min-height: 130px; flex: unset; }
  .amin-service-card:hover, .amin-service-card:focus-within { min-height: 260px; }
  .amin-service-card p, .amin-service-card .amin-text-link { max-height: 0; opacity: 0; }
  .amin-service-card:hover p, .amin-service-card:focus-within p { max-height: 100px; }
  .amin-products, .amin-about-grid, .amin-contact { grid-template-columns: 1fr; }
  .amin-product-card { min-height: 420px; aspect-ratio: auto; padding: 28px; }
  .amin-product-content { width: min(78%, 360px); }
  .amin-product-eyebrow { top: 28px; left: 28px; }
  .amin-product-benefits { grid-template-columns: 1fr; gap: 14px; max-width: 320px; }
  .amin-product-benefit { justify-content: flex-start; padding: 0; border-left: 0; }
  .amin-about-visual { min-height: 475px; }
  .amin-about-backplate { top: 10%; width: 45%; height: 70%; padding: 34px 20px; border-radius: 22px; }
  .amin-about-backplate span { font-size: 15px; }
  .amin-about-main-frame { top: 12%; right: 2%; width: 78%; height: 74%; border-radius: 22px; }
  .amin-about-float-card { left: 3%; bottom: 2%; width: 66%; min-height: 145px; border-radius: 18px; }
  .amin-about-float-image { min-height: 145px; }
  .amin-about-float-copy { padding: 14px 10px; }
  .amin-about-float-copy strong { font-size: 11px; }
  .amin-about-float-copy span { right: 10px; bottom: 10px; width: 30px; height: 30px; font-size: 19px; }
  .amin-about-copy .amin-eyebrow { margin-bottom: 28px; }
  .amin-about-copy { max-width: 600px; }
  .amin-about-copy h2 { font-size: clamp(40px, 8vw, 58px); line-height: 1.38; }
  .amin-about-copy > p { max-width: 590px; font-size: 16px; }
  .amin-stats { gap: 14px; max-width: 450px; }
  .amin-stats div { min-height: 166px; padding: 15px 7px; }
  .amin-stats i { width: 44px; height: 44px; }
  .amin-stats svg { width: 23px; height: 23px; }
  .amin-stats strong { font-size: 30px; }
  .amin-stats span { font-size: 11px; }
  .amin-why { min-height: 640px; }
  .amin-why-intro h2 { font-size: clamp(58px, 22vw, 110px); }
  .amin-why-grid { grid-template-columns: 1fr; opacity: 0; }
  .amin-why-card { min-height: 128px; padding: 18px; border-bottom: 1px solid rgba(255,255,255,.12); border-left: 0; }
  .amin-why.is-active .amin-why-grid { opacity: 1; }
  .amin-why.is-active .amin-why-intro { opacity: 0; transition: opacity .4s ease; }
  .amin-why-card .amin-why-icon { margin-bottom: 18px; }
  .amin-contact-info, .amin-contact-form { padding: 62px 28px; }
  .amin-contact-city { min-height: 280px; }
  .amin-form-grid { grid-template-columns: 1fr; }
  .amin-field--full { grid-column: auto; }
  .amin-footer-grid { grid-template-columns: repeat(2, 1fr); }
  .amin-footer-brand { grid-column: 1 / -1; }
  .amin-footer-bottom { display: block; }
  .amin-footer-bottom span { display: block; margin-top: 6px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .amin-reveal { opacity: 1; transform: none; }
}
