.frey-homeHero{
  position:relative;
  width:100%;
  min-height:100vh;
  background:#10151c;
  overflow:hidden;
}

.frey-homeHero__slider,
.frey-homeHero__track{
  position:relative;
  min-height:100vh;
}

.frey-homeHero__slide{
  position:absolute;
  inset:0;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .7s ease, visibility .7s ease;
}

.frey-homeHero__slide.is-active{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  z-index:2;
}

.frey-homeHero__media,
.frey-homeHero__image,
.frey-homeHero__video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}

.frey-homeHero__image,
.frey-homeHero__video{
  object-fit:cover;
}

.frey-homeHero__overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(10,14,20,var(--frey-hero-overlay, .45)) 0%, rgba(10,14,20,.22) 52%, rgba(10,14,20,.18) 100%),
    linear-gradient(180deg, rgba(10,14,20,.18) 0%, rgba(10,14,20,.42) 100%);
  z-index:1;
}

.frey-homeHero__contentWrap{
  position:relative;
  z-index:3;
  min-height:100vh;
  display:flex;
  align-items:center;
}

.frey-homeHero__content{
  max-width:760px;
  padding:120px 0 100px;
  color:#fff;
}

.frey-homeHero__title{
  margin:0 0 18px;
  color:#fff;
  font-family:"Barlow Condensed","Arial Narrow",Arial,sans-serif;
  font-weight:700;
  font-size:clamp(2.5rem, 6vw, 6rem);
  line-height:.96;
  letter-spacing:.01em;
  text-transform:uppercase;
}

.frey-homeHero__desc{
  max-width:680px;
  color:rgba(255,255,255,.86);
  font-size:clamp(1rem, 1.7vw, 1.25rem);
  line-height:1.7;
}

.frey-homeHero__desc p:last-child{
  margin-bottom:0;
}

.frey-homeHero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:28px;
}

.frey-homeHero__ghost{
  color:#fff;
  border-color:rgba(255,255,255,.24);
}

.frey-homeHero__ghost:hover{
  background:#fff;
  color:#11161d;
  border-color:#fff;
}

.frey-homeHero__nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:5;
  width:54px;
  height:54px;
  border:0;
  border-radius:50%;
  cursor:pointer;
  background:rgba(255,255,255,.12);
  color:#fff;
  backdrop-filter:blur(8px);
  transition:all .25s ease;
}

.frey-homeHero__nav:hover{
  background:rgba(255,255,255,.2);
}

.frey-homeHero__nav--prev{
  left:24px;
}

.frey-homeHero__nav--next{
  right:24px;
}

.frey-homeHero__dots{
  position:absolute;
  left:50%;
  bottom:30px;
  transform:translateX(-50%);
  z-index:5;
  display:flex;
  align-items:center;
  gap:10px;
}

.frey-homeHero__dot{
  width:12px;
  height:12px;
  border-radius:999px;
  border:0;
  padding:0;
  cursor:pointer;
  background:rgba(255,255,255,.35);
  transition:all .25s ease;
}

.frey-homeHero__dot.is-active{
  width:34px;
  background:var(--frey-primary);
}

.frey-home-about{
  position:relative;
  padding:88px 0;
  background:
    radial-gradient(circle at top left, rgba(193,18,31,.06), transparent 36%),
    linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  overflow:hidden;
}

.frey-home-about__grid{
  display:grid;
  grid-template-columns:minmax(0, 1.1fr) minmax(0, .95fr);
  gap:32px;
  align-items:center;
}

.frey-home-about__content{
  max-width:720px;
}

.frey-home-about__title{
  margin:0 0 18px;
  font-size:clamp(2rem, 3vw, 3rem);
  line-height:1.1;
  letter-spacing:-0.02em;
  color:var(--frey-dark);
}

.frey-home-about__desc{
  color:var(--frey-muted);
  font-size:1rem;
}

.frey-home-about__desc p{
  margin:0;
}

.frey-home-about__actions{
  margin-top:26px;
}

.frey-home-about__stats{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:18px;
}

.frey-home-about__stat-card{
  position: relative;
  min-height: 170px;
  padding: 26px 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
  border: 1px solid rgba(17,22,29,.08);
  box-shadow: 0 18px 50px rgba(17,22,29,.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.frey-home-about__stat-card::before{
  content: "";
  position: absolute;
  top: 0;
  left: 12px;
  right: 12px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--frey-primary), #e45763);
}

.frey-home-about__stat-number{
  margin-bottom:10px;
  font-size:clamp(2rem, 4vw, 3rem);
  line-height:1;
  font-weight:800;
  color:var(--frey-primary);
  letter-spacing:-0.04em;
}

.frey-home-about__stat-label{
  margin:0;
  font-size:1rem;
  line-height:1.35;
  color:var(--frey-dark);
  font-weight:700;
}

/* Home Brands Section */
.fr-homeBrands {
    position: relative;
    padding: 72px 0;
    background:
        radial-gradient(circle at top right, rgba(186, 16, 28, 0.06), transparent 22%),
        linear-gradient(180deg, #f7f7f8 0%, #efeff1 100%);
    overflow: hidden;
}

.fr-homeBrands__head {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.fr-homeBrands__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    color: #b31217;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.fr-homeBrands__title {
    margin: 0 0 12px;
    color: #111111;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.1;
    font-weight: 800;
}

.fr-homeBrands__text {
    margin: 0;
    color: #5c5c62;
    font-size: 16px;
    line-height: 1.75;
}

.fr-homeBrands__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border: 1px solid rgba(17, 17, 17, 0.06);
    border-radius: 28px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(6px);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.05);
}

.fr-homeBrands__item {
    min-height: 185px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
    border-right: 1px solid rgba(17, 17, 17, 0.06);
    border-bottom: 1px solid rgba(17, 17, 17, 0.06);
    transition: transform 0.35s ease, background-color 0.35s ease;
}

.fr-homeBrands__item:nth-child(5n) {
    border-right: none;
}

.fr-homeBrands__logoWrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fr-homeBrands__logoImg {
    max-width: 320px;
    max-height: 120px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.95;
    transition: transform 0.35s ease, filter 0.35s ease, opacity 0.35s ease;
}

.fr-homeBrands__item:hover {
    background: rgba(255, 255, 255, 0.96);
    transform: translateY(-4px);
}

.fr-homeBrands__item:hover .fr-homeBrands__logoImg {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.04);
}

.fr-homeBrands__fallback {
    color: #222;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

/* =========================================================
   HOME PRODUCTS
========================================================= */
.frey-homeProducts{
    position: relative;
    padding: 90px 0;
    background:
        radial-gradient(circle at top right, rgba(176, 24, 24, 0.08), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f7f8fa 100%);
    overflow: hidden;
}

.frey-homeProducts__head{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 36px;
    text-align: center;
}

.frey-homeProducts__headContent{
    position: relative;
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.frey-homeProducts__ghost{
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    font-size: clamp(40px, 8vw, 92px);
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: rgba(10, 16, 28, 0.05);
    pointer-events: none;
    user-select: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.frey-homeProducts__title{
    position: relative;
    z-index: 1;
    margin: 0 0 14px;
    font-size: clamp(28px, 4vw, 46px);
    line-height: 1.12;
    color: #111827;
    text-align: center;
}

.frey-homeProducts__desc{
    max-width: 860px;
    margin: 0 auto;
}

.frey-homeProducts__desc p{
    margin: 0;
    font-size: 17px;
    line-height: 1.75;
    color: #4b5563;
    text-align: center;
}

.frey-homeProducts__headAction{
    display: flex;
    justify-content: center;
    width: 100%;
}


.frey-homeProducts__groups{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 48px;
}

.frey-homeProducts__groupCard{
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 240px;
    padding: 24px;
    background: #fff;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 22px;
    box-shadow: 0 18px 40px rgba(17, 24, 39, 0.06);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.frey-homeProducts__groupCard:hover{
    transform: translateY(-6px);
    border-color: rgba(176, 24, 24, 0.22);
    box-shadow: 0 24px 54px rgba(17, 24, 39, 0.12);
}

.frey-homeProducts__groupIcon{
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 16px;
    background: linear-gradient(135deg, #b31818 0%, #7f1010 100%);
    color: #fff;
    font-size: 22px;
    box-shadow: 0 14px 32px rgba(179, 24, 24, 0.24);
}

.frey-homeProducts__groupTitle{
    margin: 0 0 10px;
    font-size: 21px;
    line-height: 1.35;
    color: #111827;
}

.frey-homeProducts__groupDesc{
    margin: 0 0 18px;
    font-size: 15px;
    line-height: 1.7;
    color: #6b7280;
}

.frey-homeProducts__groupLink{
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: #b31818;
    text-decoration: none;
}

.frey-homeProducts__groupLink:hover{
    color: #7f1010;
}

.frey-homeProducts__showcaseWrap{
    background: #0f172a;
    border-radius: 0;
    padding: 36px 0;
    box-shadow: none;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.frey-homeProducts__showcaseHeader,
.frey-homeProducts__showcaseGrid{
    width: min(1320px, calc(100% - 40px));
    margin-left: auto;
    margin-right: auto;
}

.frey-homeProducts__showcaseHeader{
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.frey-homeProducts__showcaseTitle{
    margin: 0;
    font-size: clamp(24px, 3vw, 34px);
    color: #fff;
}

.frey-homeProducts__showcaseNote{
    margin: 0;
    color: rgba(255,255,255,.72);
    font-size: 15px;
    line-height: 1.7;
}

.frey-homeProducts__showcaseGrid{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.frey-homeProducts__productCard{
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.15);
    transition: transform .35s ease, box-shadow .35s ease;
}

.frey-homeProducts__productCard:hover{
    transform: translateY(-6px);
    box-shadow: 0 28px 58px rgba(15, 23, 42, 0.22);
}

.frey-homeProducts__productMedia{
    position: relative;
    aspect-ratio: 4 / 3;
    background: #f3f4f6;
    overflow: hidden;
}

.frey-homeProducts__productMedia img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.frey-homeProducts__productCard:hover .frey-homeProducts__productMedia img{
    transform: scale(1.06);
}

.frey-homeProducts__productPlaceholder{
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #dfe4ea 0%, #f5f7fa 100%);
}

.frey-homeProducts__productBody{
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 22px;
    flex: 1;
}

.frey-homeProducts__productTitle{
    margin: 0;
    font-size: 20px;
    line-height: 1.35;
    color: #111827;
}

.frey-homeProducts__meta{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.frey-homeProducts__metaItem{
    display: block;
    font-size: 14px;
    line-height: 1.6;
    color: #4b5563;
}

.frey-homeProducts .frey-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: all .3s ease;
}

.frey-homeProducts .frey-btn--primary{
    background: linear-gradient(135deg, #b31818 0%, #881313 100%);
    color: #fff;
    box-shadow: 0 14px 30px rgba(179, 24, 24, 0.22);
}

.frey-homeProducts .frey-btn--primary:hover{
    transform: translateY(-2px);
    color: #fff;
}

.frey-homeProducts .frey-btn--outline{
    border: 1px solid rgba(179, 24, 24, .16);
    color: #b31818;
    background: #fff;
}

.frey-homeProducts .frey-btn--outline:hover{
    background: #b31818;
    color: #fff;
    border-color: #b31818;
}

/* =========================
   Home Quality Section
========================= */
.fq-quality{
    position: relative;
    padding: 90px 0;
    background:
        radial-gradient(circle at top left, rgba(185, 28, 28, 0.16), transparent 30%),
        linear-gradient(135deg, #111111 0%, #181818 45%, #0f0f0f 100%);
    overflow: hidden;
}

.fq-quality::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px),
        linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px);
    background-size: 34px 34px;
    pointer-events:none;
    opacity:.25;
}

.fq-quality .container{
    position:relative;
    z-index:2;
}

.fq-quality__grid{
    display:grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: 42px;
    align-items: center;
}

.fq-quality__eyebrow{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 14px;
    border-radius:999px;
    background:rgba(185,28,28,.14);
    border:1px solid rgba(255,255,255,.08);
    color:#f3d0d0;
    font-size:.85rem;
    font-weight:700;
    letter-spacing:.04em;
    text-transform:uppercase;
    margin-bottom:18px;
}

.fq-quality__title{
    margin:0 0 18px;
    color:#fff;
    font-size:clamp(1.9rem, 2.9vw, 3.2rem);
    line-height:1.12;
    font-weight:800;
}

.fq-quality__desc{
    margin:0 0 26px;
    color:rgba(255,255,255,.78);
    font-size:1rem;
    line-height:1.85;
    max-width:680px;
}

.fq-quality__list{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px 18px;
    margin:0 0 30px;
    padding:0;
    list-style:none;
}

.fq-quality__listItem{
    display:flex;
    align-items:flex-start;
    gap:12px;
    color:#fff;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.08);
    border-radius:16px;
    padding:15px 16px;
    min-height:72px;
}

.fq-quality__listIcon{
    flex:0 0 auto;
    color:#d32f2f;
    font-size:1rem;
    margin-top:2px;
}

.fq-quality__actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
}

.fq-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:50px;
    padding:0 24px;
    border-radius:999px;
    font-weight:700;
    text-decoration:none;
    transition:all .30s ease;
}

.fq-btn--primary{
    background:#b91c1c;
    color:#fff;
    border:1px solid #b91c1c;
}

.fq-btn--primary:hover{
    background:#d12626;
    border-color:#d12626;
    transform:translateY(-2px);
    color:#fff;
}

.fq-btn--ghost{
    background:transparent;
    color:#fff;
    border:1px solid rgba(255,255,255,.16);
}

.fq-btn--ghost:hover{
    background:#fff;
    color:#111;
    border-color:#fff;
    transform:translateY(-2px);
}

.fq-quality__imageWrap{
    position:relative;
    border-radius:28px;
    overflow:hidden;
    min-height:520px;
    background:#1d1d1d;
    box-shadow:0 24px 70px rgba(0,0,0,.28);
}

.fq-quality__image{
    width:100%;
    height:100%;
    min-height:520px;
    object-fit:cover;
    display:block;
}

.fq-quality__imagePlaceholder{
    min-height:520px;
    background:linear-gradient(135deg, #252525 0%, #161616 100%);
}

.fq-quality__imageWrap::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to top, rgba(0,0,0,.52), rgba(0,0,0,.10) 45%, rgba(0,0,0,.08));
}

.fq-quality__floating{
    position:absolute;
    left:22px;
    bottom:22px;
    z-index:2;
    display:flex;
    flex-direction:column;
    gap:6px;
    padding:16px 18px;
    border-radius:18px;
    background:rgba(17,17,17,.78);
    border:1px solid rgba(255,255,255,.10);
    backdrop-filter: blur(10px);
    color:#fff;
}

.fq-quality__floatingLabel{
    font-size:.8rem;
    color:rgba(255,255,255,.7);
    text-transform:uppercase;
    letter-spacing:.05em;
}

.fq-quality__cards{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:16px;
    margin-top:18px;
}

.fq-quality__card{
    display:flex;
    gap:12px;
    padding:18px 16px;
    border-radius:20px;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    backdrop-filter: blur(8px);
}

.fq-quality__cardIcon{
    flex:0 0 42px;
    width:42px;
    height:42px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:rgba(185,28,28,.16);
    color:#ff5c5c;
    font-size:1rem;
}

.fq-quality__card h3{
    margin:0 0 6px;
    color:#fff;
    font-size:1rem;
    line-height:1.3;
}

.fq-quality__card p{
    margin:0;
    color:rgba(255,255,255,.72);
    font-size:.92rem;
    line-height:1.6;
}

/* Home Export + Sektörel Uygulamalar */
.fr-homeExport{
    position: relative;
    padding: 90px 0;
    background:
        linear-gradient(135deg, #f8f8f8 0%, #ffffff 55%, #f3f4f6 100%);
    overflow: hidden;
}

.fr-homeExport::before{
    content:"";
    position:absolute;
    top:-120px;
    right:-120px;
    width:320px;
    height:320px;
    border-radius:50%;
    background:rgba(176, 18, 18, 0.06);
    filter: blur(10px);
}

.fr-homeExport__head{
    max-width: 760px;
    margin: 0 auto 42px;
    text-align:center;
}

.fr-homeExport__badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:8px 14px;
    border-radius:999px;
    background:#111827;
    color:#fff;
    font-size:12px;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
    margin-bottom:16px;
}

.fr-homeExport__title{
    margin:0 0 14px;
    font-size: clamp(28px, 4vw, 44px);
    line-height:1.15;
    color:#111827;
}

.fr-homeExport__desc{
    margin:0;
    font-size:16px;
    line-height:1.8;
    color:#4b5563;
}

.fr-homeExport__grid{
    display:grid;
    grid-template-columns: 1.05fr .95fr;
    gap:30px;
    align-items:stretch;
}

.fr-homeExportCard{
    height:100%;
    border-radius:24px;
    padding:32px;
    box-shadow:0 20px 60px rgba(17,24,39,0.08);
}

.fr-homeExportCard--export{
    background:linear-gradient(145deg, #111827 0%, #1f2937 100%);
    color:#fff;
    position:relative;
    overflow:hidden;
}

.fr-homeExportCard--export::after{
    content:"";
    position:absolute;
    right:-60px;
    bottom:-60px;
    width:180px;
    height:180px;
    border-radius:50%;
    background:rgba(255,255,255,0.05);
}

.fr-homeExportCard--applications{
    background:#fff;
    border:1px solid rgba(17,24,39,0.08);
}

.fr-homeExportCard__iconWrap{
    width:68px;
    height:68px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#b91c1c;
    color:#fff;
    font-size:26px;
    margin-bottom:22px;
    box-shadow:0 14px 30px rgba(185, 28, 28, 0.28);
}

.fr-homeExportCard__title{
    margin:0 0 14px;
    font-size:30px;
    line-height:1.2;
}

.fr-homeExportCard--export .fr-homeExportCard__title,
.fr-homeExportCard--export h3 {
    color: #ffffff;
}

.fr-homeExportCard--export .fr-homeExportCard__text,
.fr-homeExportCard--export .fr-homeExportCard__text p,
.fr-homeExportCard--export .fr-homeExportList li {
    color: rgba(255,255,255,0.92);
}

.fr-homeExportCard__text p,
.fr-homeExportCard__intro{
    margin:0 0 20px;
    font-size:15px;
    line-height:1.85;
    color:inherit;
    opacity:.95;
}

.fr-homeExportList{
    list-style:none;
    margin:24px 0 26px;
    padding:0;
    display:grid;
    gap:14px;
}

.fr-homeExportList li{
    display:flex;
    align-items:flex-start;
    gap:12px;
    font-size:15px;
    line-height:1.6;
}

.fr-homeExportList i{
    color:#f87171;
    margin-top:4px;
}

.fr-homeExportCard__btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:14px 20px;
    border-radius:14px;
    background:#fff;
    color:#111827;
    text-decoration:none;
    font-weight:700;
    transition:.3s ease;
}

.fr-homeExportCard__btn:hover{
    transform:translateY(-3px);
    background:#b91c1c;
    color:#fff;
}

.fr-homeExportApps{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:16px;
    margin-top:22px;
}

.fr-homeExportApp{
    display:flex;
    gap:14px;
    padding:18px;
    border-radius:18px;
    background:#f9fafb;
    border:1px solid rgba(17,24,39,0.08);
    transition:.3s ease;
}

.fr-homeExportApp:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 35px rgba(17,24,39,0.08);
}

.fr-homeExportApp__icon{
    width:48px;
    min-width:48px;
    height:48px;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#111827;
    color:#fff;
    font-size:18px;
}

.fr-homeExportApp__body h4{
    margin:0 0 8px;
    font-size:17px;
    line-height:1.3;
    color:#111827;
}

.fr-homeExportApp__body p{
    margin:0;
    font-size:14px;
    line-height:1.7;
    color:#6b7280;
}

/* =========================================
   HOME FAQ + FORM SECTION
========================================= */
.frey-home-faq{
  position:relative;
  width:100%;
  padding:88px 0;
  background:
    radial-gradient(circle at top right, rgba(193,18,31,.12), transparent 28%),
    linear-gradient(135deg, #10151c 0%, #171e28 45%, #0d1218 100%);
  overflow:hidden;
}

.frey-home-faq__grid{
  display:grid;
  grid-template-columns:minmax(0, 1.2fr) minmax(340px, .8fr);
  gap:32px;
  align-items:start;
}

.frey-home-faq__content{
  color:rgba(255,255,255,.88);
}

.frey-home-faq__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:16px;
  padding:8px 14px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.05);
  color:#fff;
  font-size:.82rem;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.frey-home-faq__title{
  margin:0 0 16px;
  color:#fff !important;
  max-width:780px;
}

.frey-home-faq__desc{
  max-width:760px;
  margin-bottom:28px;
}

.frey-home-faq__desc p{
  margin:0;
  color:rgba(255,255,255,.76);
  font-size:1rem;
  line-height:1.8;
}

.frey-home-faq__items{
  display:grid;
  gap:14px;
}

.frey-home-faq__item{
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.04);
  transition:all .28s ease;
}

.frey-home-faq__item[open]{
  background:rgba(255,255,255,.07);
  border-color:rgba(193,18,31,.42);
  box-shadow:0 16px 40px rgba(0,0,0,.22);
}

.frey-home-faq__question{
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:20px 22px;
  cursor:pointer;
  color:#fff;
  font-size:1.03rem;
  font-weight:700;
  line-height:1.45;
}

.frey-home-faq__question::-webkit-details-marker{
  display:none;
}

.frey-home-faq__icon{
  position:relative;
  flex:0 0 18px;
  width:18px;
  height:18px;
}

.frey-home-faq__icon::before,
.frey-home-faq__icon::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  background:var(--frey-primary);
  transform:translate(-50%, -50%);
  transition:all .25s ease;
}

.frey-home-faq__icon::before{
  width:18px;
  height:2px;
}

.frey-home-faq__icon::after{
  width:2px;
  height:18px;
}

.frey-home-faq__item[open] .frey-home-faq__icon::after{
  opacity:0;
  height:0;
}

.frey-home-faq__answer{
  padding:0 22px 22px;
  color:rgba(255,255,255,.78);
}

.frey-home-faq__answer p:last-child{
  margin-bottom:0;
}

.frey-home-faq__formWrap{
  position:sticky;
  top:100px;
}

.frey-home-faq__formCard{
  padding:28px;
  background:#fff;
  box-shadow:0 24px 60px rgba(0,0,0,.24);
}

.frey-home-faq__formTitle{
  margin:0 0 10px;
  color:var(--frey-dark);
}

.frey-home-faq__formDesc{
  margin:0 0 20px;
  color:var(--frey-muted);
  line-height:1.75;
}

.frey-home-faq__formNotice{
  padding:18px;
  background:#f7f8fa;
  border:1px solid #e5e7eb;
  color:var(--frey-text);
}

.frey-home-faq__formCard .wpforms-container{
  margin:0;
}

.frey-home-faq__formCard .wpforms-field-label{
  color:var(--frey-dark);
  font-weight:600;
}

.frey-home-faq__formCard input,
.frey-home-faq__formCard select,
.frey-home-faq__formCard textarea{
  border:1px solid #d8dde6 !important;
  background:#fff !important;
  color:var(--frey-text) !important;
  border-radius:0 !important;
  min-height:48px;
  padding:12px 14px !important;
}

.frey-home-faq__formCard textarea{
  min-height:130px;
}

.frey-home-faq__formCard button[type="submit"],
.frey-home-faq__formCard .wpforms-submit{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 24px !important;
  border:none !important;
  border-radius:999px !important;
  background:linear-gradient(135deg, var(--frey-primary), var(--frey-primary-dark)) !important;
  color:#fff !important;
  font-weight:700 !important;
  box-shadow:0 12px 30px rgba(193,18,31,.24);
  transition:all .28s ease;
}

.frey-home-faq__formCard button[type="submit"]:hover,
.frey-home-faq__formCard .wpforms-submit:hover{
  transform:translateY(-2px);
}

/* Home Blog Section */
.home-blog{
  padding: 96px 0;
  background:
    linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.home-blog__head{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}

.home-blog__intro{
  max-width: 760px;
}

.home-blog__eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--frey-primary);
  margin-bottom: 12px;
}

.home-blog__title{
  margin: 0 0 14px;
  max-width: 820px;
}

.home-blog__desc{
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.8;
  color: var(--frey-muted);
  max-width: 760px;
}

.home-blog__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.home-blogCard{
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(17, 22, 29, 0.08);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
  transition: .3s ease;
  overflow: hidden;
  height: 100%;
}

.home-blogCard:hover{
  transform: translateY(-6px);
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.10);
}

.home-blogCard__media{
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #eef2f6;
}

.home-blogCard__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.home-blogCard:hover .home-blogCard__media img{
  transform: scale(1.06);
}

.home-blogCard__placeholder{
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e9edf3 0%, #d9e1ea 100%);
}

.home-blogCard__body{
  display: flex;
  flex-direction: column;
  padding: 24px;
  flex: 1;
}

.home-blogCard__title{
  margin: 0 0 14px;
  font-size: 1.2rem;
  line-height: 1.4;
}

.home-blogCard__title a{
  color: var(--frey-dark);
}

.home-blogCard__title a:hover{
  color: var(--frey-primary);
}

.home-blogCard__text{
  margin: 0 0 22px;
  color: var(--frey-muted);
  line-height: 1.8;
  flex: 1;
}

.home-blogCard__footer{
  margin-top: auto;
}

.home-blogCard__link{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: var(--frey-primary);
}

.home-blogCard__link:hover{
  gap: 14px;
}

.home-blog__bottom{
  margin-top: 36px;
  display: flex;
  justify-content: center;
}

@media (max-width: 991px){
  .home-blog{
    padding: 72px 0;
  }

  .home-blog__head{
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 28px;
  }

  .home-blog__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px){
  .home-blog{
    padding: 56px 0;
  }

  .home-blog__grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .home-blogCard__body{
    padding: 20px;
  }

  .home-blog__bottom{
    margin-top: 28px;
  }

  .home-blog__headAction{
    width: 100%;
  }

  .home-blog__headAction .frey-btn{
    width: 100%;
  }

  .home-blog__bottom .frey-btn{
    width: 100%;
  }
}

@media (max-width: 991px){
  .frey-home-faq{
    padding:72px 0;
  }

  .frey-home-faq__grid{
    grid-template-columns:1fr;
  }

  .frey-home-faq__formWrap{
    position:static;
  }
}

@media (max-width: 767px){
  .frey-home-faq{
    padding:56px 0;
  }

  .frey-home-faq__question{
    padding:18px;
    font-size:.98rem;
  }

  .frey-home-faq__answer{
    padding:0 18px 18px;
  }

  .frey-home-faq__formCard{
    padding:22px 18px;
  }
}

@media (max-width: 991px){
    .fr-homeExport{
        padding:72px 0;
    }

    .fr-homeExport__grid{
        grid-template-columns:1fr;
    }

    .fr-homeExportApps{
        grid-template-columns:1fr 1fr;
    }
}

@media (max-width: 767px){
    .fr-homeExport{
        padding:58px 0;
    }

    .fr-homeExportCard{
        padding:24px;
        border-radius:20px;
    }

    .fr-homeExportCard__title{
        font-size:24px;
    }

    .fr-homeExportApps{
        grid-template-columns:1fr;
    }

    .fr-homeExportApp{
        padding:16px;
    }
}

@media (max-width: 1199px){
    .fq-quality__grid{
        grid-template-columns:1fr;
    }

    .fq-quality__content{
        order:1;
    }

    .fq-quality__visual{
        order:2;
    }
}

@media (max-width: 767px){
    .fq-quality{
        padding:72px 0;
    }

    .fq-quality__list{
        grid-template-columns:1fr;
    }

    .fq-quality__cards{
        grid-template-columns:1fr;
    }

    .fq-quality__imageWrap,
    .fq-quality__image,
    .fq-quality__imagePlaceholder{
        min-height:340px;
    }

    .fq-quality__title{
        font-size:clamp(1.6rem, 7vw, 2.2rem);
    }

    .fq-quality__desc{
        font-size:.98rem;
        line-height:1.75;
    }

    .fq-quality__actions{
        flex-direction:column;
    }

    .fq-btn{
        width:100%;
    }
}

@media (max-width: 1199px){
    .frey-homeProducts__groups{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .frey-homeProducts__showcaseGrid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px){
    .frey-homeProducts{
        padding: 70px 0;
    }

   frey-homeProducts__head{
        align-items: center;
        text-align: center;
        margin-bottom: 28px;
    }

    .frey-homeProducts__headContent{
        text-align: center;
    }

    .frey-homeProducts__ghost{
        top: -12px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 42px;
    }

    .frey-homeProducts__groups{
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 34px;
    }

    .frey-homeProducts__groupCard{
        min-height: auto;
        padding: 20px;
        border-radius: 18px;
    }

    .frey-homeProducts__showcaseWrap{
    padding: 24px 0;
    border-radius: 0;
}

    .frey-homeProducts__showcaseHeader{
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 18px;
    }

    .frey-homeProducts__showcaseGrid{
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .frey-homeProducts__productBody{
        padding: 18px;
    }

    .frey-homeProducts__productTitle{
        font-size: 18px;
    }
}



@media (max-width: 1199px) {
    .fr-homeBrands__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .fr-homeBrands__item:nth-child(5n) {
        border-right: 1px solid rgba(17, 17, 17, 0.06);
    }

    .fr-homeBrands__item:nth-child(4n) {
        border-right: none;
    }
}

@media (max-width: 991px) {
    .fr-homeBrands {
        padding: 56px 0;
    }

    .fr-homeBrands__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        border-radius: 22px;
    }

    .fr-homeBrands__item:nth-child(4n) {
        border-right: 1px solid rgba(17, 17, 17, 0.06);
    }

    .fr-homeBrands__item:nth-child(3n) {
        border-right: none;
    }

    .fr-homeBrands__item {
        min-height: 155px;
    padding: 24px;
    }

    .fr-homeBrands__logoImg {
        max-width: 260px;
    max-height: 92px;
    }
}

@media (max-width: 640px) {
    .fr-homeBrands__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fr-homeBrands__item:nth-child(3n) {
        border-right: 1px solid rgba(17, 17, 17, 0.06);
    }

    .fr-homeBrands__item:nth-child(2n) {
        border-right: none;
    }

    .fr-homeBrands__item {
        min-height: 130px;
    padding: 20px;
    }

    .fr-homeBrands__logoImg {
        max-width: 190px;
    max-height: 72px;
    }

    .fr-homeBrands__text {
        font-size: 15px;
        line-height: 1.7;
    }
}

@media (max-width: 991px){
  .frey-home-about{
    padding:72px 0;
  }

  .frey-home-about__grid{
    grid-template-columns:1fr;
    gap:26px;
  }
}

@media (max-width: 767px){
  .frey-home-about{
    padding:60px 0;
  }

  .frey-home-about__stats{
    gap:14px;
  }

  .frey-home-about__stat-card{
    min-height:140px;
    padding:20px 16px;
    border-radius:18px;
  }
  
  .frey-home-about__stat-card::before{
    left: 10px;
    right: 10px;
    height: 3px;
  }

  .frey-home-about__stat-number{
    font-size:clamp(1.6rem, 8vw, 2.25rem);
  }

  .frey-home-about__stat-label{
    font-size:.92rem;
  }
}

@media (max-width: 575px){
  .frey-home-about__stats{
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width: 991px){
  .frey-homeHero,
  .frey-homeHero__slider,
  .frey-homeHero__track,
  .frey-homeHero__slide,
  .frey-homeHero__contentWrap{
    min-height:88vh;
  }

  .frey-homeHero__content{
    max-width:100%;
    padding:108px 0 92px;
  }

  .frey-homeHero__nav{
    display:none;
  }
}

@media (max-width: 767px){
  .frey-homeHero__content{
    padding:96px 0 82px;
  }

  .frey-homeHero__title{
    font-size:clamp(2rem, 11vw, 3.4rem);
    line-height:1;
  }

  .frey-homeHero__desc{
    font-size:1rem;
    line-height:1.65;
  }

  .frey-homeHero__actions{
    gap:10px;
  }

  .frey-homeHero__actions .frey-btn{
    width:100%;
  }

  .frey-homeHero__dots{
    bottom:20px;
  }
}