/*
Theme Name: LaGreen
Theme URI: https://lagreen.shop/
Author: LaGreen
Description: Lightweight RTL WordPress/WooCommerce theme for a fast Arabic COD store.
Version: 1.5.14
Text Domain: lagreen
*/
:root{
  --lg-primary:#176b4d;
  --lg-primary-dark:#10523a;
  --lg-accent:#e8b84a;
  --lg-orange:#ff8a00;
  --lg-blue:#1976d2;
  --lg-text:#17221d;
  --lg-muted:#66736c;
  --lg-bg:#fff;
  --lg-soft:#f5f8f6;
  --lg-border:#e2e8e4;
  --lg-radius:16px;
  --lg-container:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:var(--lg-bg);color:var(--lg-text);
  font-family:"Tajawal","Cairo",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.65;direction:rtl;
}
img{max-width:100%;height:auto;display:block}
a{color:var(--lg-primary);text-decoration:none}
a:hover{text-decoration:none}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
.container{width:min(100% - 32px,var(--lg-container));margin-inline:auto}
.site-header{background:#fff;border-bottom:1px solid var(--lg-border);position:relative;z-index:20}
.header-inner{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.site-brand{display:flex;align-items:center}
.site-logo{max-height:48px;width:auto}
.site-title{font-size:1.25rem;font-weight:800;color:var(--lg-text)}
.main-nav ul{list-style:none;display:flex;gap:24px;margin:0;padding:0}
.main-nav a{color:var(--lg-text);font-weight:700}
.menu-toggle{display:none;border:1px solid var(--lg-border);background:#fff;border-radius:10px;padding:8px 11px}
.mobile-nav{display:none}
.hero{padding:56px 0;background:linear-gradient(180deg,#f7faf8 0%,#fff 100%)}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.hero h1{font-size:clamp(2rem,4vw,3.4rem);line-height:1.2;margin:0 0 16px}
.hero p{color:var(--lg-muted);font-size:1.08rem}
.hero-media img{border-radius:var(--lg-radius)}
.price{font-size:1.7rem;font-weight:900;color:var(--lg-primary)}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:10px 22px;border-radius:12px;font-weight:900}
.btn-primary{background:var(--lg-primary);color:#fff}
.btn-primary:hover{background:var(--lg-primary-dark);text-decoration:none}
.section{padding:56px 0}
.section-soft{background:var(--lg-soft)}
.section-title{margin:0 0 10px;font-size:clamp(1.5rem,3vw,2.2rem)}
.section-lead{margin:0 0 28px;color:var(--lg-muted)}
.products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.product-card{overflow:hidden;border:1px solid var(--lg-border);border-radius:var(--lg-radius);background:#fff}
.product-card img{width:100%;aspect-ratio:1;object-fit:cover}
.product-card-body{padding:18px}
.product-card h3{margin:0 0 6px}
.product-card p{color:var(--lg-muted);margin:0 0 10px}
.page-wrap{padding:48px 0}
.page-header{margin-bottom:28px}
.entry-content{max-width:860px}
.entry-content h2,.entry-content h3{line-height:1.3}
.entry-content p,.entry-content li{color:#39463f}
/* WooCommerce / COD-style product page */
.woocommerce-page .site-main{padding:0}
.lg-product-page{padding:34px 0 60px}
.lg-product-grid{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
  gap:28px;
  align-items:start;
}
.lg-product-visual{
  position:sticky;
  top:18px;
  order:1;
}
.lg-product-visual .woocommerce-product-gallery,
.lg-product-visual .woocommerce-product-gallery__wrapper{
  width:100%!important;
  margin:0!important;
}
.lg-product-visual .woocommerce-product-gallery__image img{
  width:100%!important;
  height:auto;
  border-radius:8px;
}
.lg-product-info{order:2;padding:4px 0}
.lg-product-title{
  margin:0 0 10px;
  font-size:clamp(1.55rem,2.6vw,2.4rem);
  line-height:1.2;
  font-weight:900;
  text-align:center;
}
.lg-product-short{color:#333;margin-bottom:14px}
.lg-product-price{
  display:flex;
  align-items:center;
  justify-content:center;
  column-gap:22px;
  row-gap:0;
  flex-wrap:nowrap;
  margin:28px 0 30px;
  text-align:center;
}
.lg-product-price .current{
  color:#0aaf19;
  font-size:1.9rem;
  font-weight:900;
  line-height:1;
  white-space:nowrap;
}
.lg-product-price .old{
  color:#c62828;
  font-size:1.05rem;
  font-weight:700;
  line-height:1;
  text-decoration:line-through;
  white-space:nowrap;
}
.lg-product-price .woocommerce-Price-currencySymbol{
  font-size:.55em;
  font-weight:800;
  vertical-align:baseline;
}
.lg-product-price .old .woocommerce-Price-currencySymbol{
  font-size:.7em;
}
.lg-product-price .badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:5px 11px;
  border-radius:999px;
  color:#fff;
  font-size:.8rem;
  font-weight:400;
  line-height:1;
  white-space:nowrap;
  background:linear-gradient(110deg,#b00000 0%,#ff2b2b 30%,#a40000 55%,#ff4040 78%,#b00000 100%);
  background-size:240% 100%;
  box-shadow:0 5px 14px rgba(176,0,0,.18);
  animation:lg-sale-badge-gradient-flow 5s cubic-bezier(.45,0,.55,1) infinite;
}
@keyframes lg-sale-badge-gradient-flow{
  0%,100%{background-position:0% 50%;}
  50%{background-position:100% 50%;}
}
@media (prefers-reduced-motion:reduce){
  .lg-product-price .badge{animation:none;}
}
.lg-benefits{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
  margin:18px 0 24px;
}
.lg-benefit{
  text-align:center;
  font-weight:800;
  font-size:.82rem;
}
.lg-benefit-icon{
  width:54px;height:54px;margin:0 auto 5px;
  display:flex;align-items:center;justify-content:center;
  border-radius:50%;background:#f6f8f6;font-size:28px;
}
.lg-offers{
  background:linear-gradient(180deg,#fbfff9,#f5fbf6);
  border:1px solid #dfe8e2;
  border-radius:14px;
  padding:14px;
  margin-top:8px;
}
.lg-offer{
  position:relative;
  display:block;
  border:2px solid #e5e8e5;
  border-radius:18px;
  padding:14px 14px 12px 14px;
  margin:10px 0;
  background:#fff;
  cursor:pointer;
  transition:.15s ease;
}
.lg-offer.selected{
  border-color:#176b8d;
  box-shadow:0 2px 0 rgba(23,107,141,.06);
  background:#f7fbff;
}
.lg-offer input{
  position:absolute;
  inset:auto auto 50% 14px;
  transform:translateY(50%);
  accent-color:#19b928;
}
.lg-offer-main{padding-left:24px}
.lg-offer-title{font-weight:900;color:#304d6b;font-size:1rem}
.lg-offer-price{font-weight:900;font-size:1.2rem;margin-top:6px}
.lg-offer:nth-child(1) .lg-offer-price{color:#ff8a00}
.lg-offer:nth-child(2) .lg-offer-price{color:#159b16}
.lg-offer:nth-child(3) .lg-offer-price{color:#1976d2}
.lg-offer-label{
  display:inline-block;margin-top:5px;padding:3px 8px;border-radius:12px;
  background:#19c52b;color:#fff;font-size:.72rem;font-weight:900;
}
.lg-cod-box{margin-top:18px}
.lg-cod-box h3{font-size:1.05rem;margin:0 0 10px}
.lg-cod-placeholder{
  border:1px dashed #bfcac3;
  border-radius:12px;
  padding:18px;
  background:#fff;
  color:#66736c;
  text-align:center;
}
.woocommerce div.product div.images,.woocommerce div.product div.summary{width:auto;float:none}
.woocommerce div.product form.cart{margin:0}
.woocommerce .woocommerce-breadcrumb{display:none}
.site-footer{margin-top:0;background:#10251c;color:#eaf2ed}
.footer-inner{padding:36px 0;display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:30px}
.site-footer a{color:#eaf2ed}
.footer-title{font-weight:800;font-size:1.1rem;margin-bottom:10px}
.footer-nav ul{list-style:none;padding:0;margin:0}
.footer-nav li{margin:6px 0}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding:14px 0;color:#b8c8bf;font-size:.9rem}
.screen-reader-text{
  border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);
  height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;
}
.screen-reader-text:focus{clip:auto!important;clip-path:none;height:auto;width:auto;margin:5px;padding:10px;background:#fff;color:#000;z-index:100000}
@media(max-width:900px){
  .lg-product-grid{grid-template-columns:1fr}
  .lg-product-visual{position:static;order:1}
  .lg-product-info{order:2}
  .lg-benefits{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:800px){
  .main-nav{display:none}
  .menu-toggle{display:block}
  .mobile-nav{border-top:1px solid var(--lg-border);padding:10px 16px 16px}
  .mobile-nav.is-open{display:block}
  .mobile-nav ul{list-style:none;margin:0;padding:0}
  .mobile-nav li{border-bottom:1px solid var(--lg-border)}
  .mobile-nav a{display:block;padding:12px 0;font-weight:700}
  .hero{padding:36px 0}
  .hero-grid{grid-template-columns:1fr;gap:28px}
  .products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .footer-inner{grid-template-columns:1fr;gap:20px}
}
@media(max-width:520px){
  .container{width:min(100% - 24px,var(--lg-container))}
  .products-grid{grid-template-columns:1fr}
  .lg-product-page{padding-top:0}
  .lg-product-grid{margin-inline:-12px}
  .lg-product-info{padding-inline:12px}
  .lg-benefits{gap:4px}
  .lg-benefit{font-size:.7rem}
  .lg-benefit-icon{width:44px;height:44px;font-size:22px}
}
/* Global promo header */
.lg-mobile-promo{
  position:relative;
  display:block;
  width:100%;
  height:58px;
  min-height:58px;
  margin:0;
  padding:0;
  overflow:hidden;
  white-space:nowrap;
  box-sizing:border-box;
  background:linear-gradient(
    90deg,
    var(--lg-p-primary, #0b6b63),
    var(--lg-p-secondary, var(--lg-p-primary, #169a79)),
    var(--lg-p-badge2, var(--lg-p-secondary, #57c956))
  );
  color:var(--lg-p-text,#fff);
  border:0;
  box-shadow:0 2px 8px rgba(0,0,0,.12);
}

.lg-mobile-promo::before,
.lg-mobile-promo::after{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  width:68px;
  z-index:2;
  pointer-events:none;
}

.lg-mobile-promo::before{
  left:0;
  background:linear-gradient(
    90deg,
    var(--lg-p-primary,#0b6b63),
    transparent
  );
}

.lg-mobile-promo::after{
  right:0;
  background:linear-gradient(
    270deg,
    var(--lg-p-badge2,var(--lg-p-secondary,#57c956)),
    transparent
  );
}

.lg-mobile-promo-track{
  position:absolute;
  inset:0 auto auto 0;
  height:100%;
  width:max-content;
  display:flex;
  align-items:center;
  flex-wrap:nowrap;
  direction:ltr;
  animation:lagreenPromoTicker 12s linear infinite;
  will-change:transform;
}

.lg-mobile-promo-item{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  height:100%;
  padding:0 34px;
  box-sizing:border-box;
  direction:rtl;
  gap:8px;
  color:#fff;
  font-size:18px;
  line-height:1;
  font-weight:900;
}

.lg-mobile-promo-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:30px;
  height:30px;
  flex:0 0 30px;
  margin:0;
  padding:0;
  border-radius:50%;
  background:var(--lg-p-badge1,rgba(255,255,255,.18));
  color:var(--lg-p-text,#fff);
  font-size:17px;
  line-height:1;
}

.lg-mobile-promo-text{
  display:inline-block;
  margin:0;
  padding:0;
  font-size:18px;
  line-height:1.2;
  font-weight:900;
  white-space:nowrap;
  letter-spacing:0;
  word-spacing:0;
}

@keyframes lagreenPromoTicker{
  from{transform:translate3d(-50%,0,0);}
  to{transform:translate3d(0,0,0);}
}

@media(max-width:420px){
  .lg-mobile-promo-track{
    animation-duration:10s;
  }

  .lg-mobile-promo-item{
    padding-left:28px;
    padding-right:28px;
  }
}

@media(prefers-reduced-motion:reduce){
  .lg-mobile-promo-track{
    animation:none;
  }
}

/* v1.4.32 — Mobile phone LTR + price far left */
@media (max-width:767px){
  .lg-cod-form input[name="customer_phone"]{
    direction:ltr !important;
    unicode-bidi:plaintext !important;
    text-align:left !important;
    white-space:nowrap !important;
    letter-spacing:.02em !important;
  }
  .lg-cod-form input[name="customer_phone"]::placeholder{
    direction:ltr !important;
    unicode-bidi:plaintext !important;
    text-align:left !important;
    white-space:nowrap !important;
  }
  .lg-offer-style-releasit .lg-offer-main,
  .lg-offer-style-easysale .lg-offer-main{
    position:relative !important;
    display:block !important;
    width:100% !important;
    direction:rtl !important;
    box-sizing:border-box !important;
  }
  .lg-offer-style-releasit .lg-releasit-radio,
  .lg-offer-style-easysale .lg-easysale-radio{
    position:absolute !important;
    left:10px !important;
    right:auto !important;
    top:50% !important;
    transform:translateY(-50%) !important;
    z-index:10 !important;
  }
  .lg-offer-style-releasit .lg-releasit-price-wrap,
  .lg-offer-style-easysale .lg-easysale-price-wrap{
    position:absolute !important;
    left:38px !important;
    right:auto !important;
    top:50% !important;
    transform:translateY(-50%) !important;
    margin:0 !important;
    padding:0 !important;
    width:auto !important;
    min-width:0 !important;
    z-index:8 !important;
    text-align:left !important;
    direction:rtl !important;
    white-space:nowrap !important;
  }
  .lg-offer-style-releasit .lg-releasit-price,
  .lg-offer-style-easysale .lg-easysale-price{
    margin:0 !important;
    text-align:left !important;
    white-space:nowrap !important;
  }
  .lg-offer-style-releasit .lg-releasit-content,
  .lg-offer-style-easysale .lg-easysale-content{
    width:100% !important;
    min-width:0 !important;
    margin:0 !important;
    padding:0 10px 0 125px !important;
    box-sizing:border-box !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-end !important;
    justify-content:center !important;
    text-align:right !important;
    direction:rtl !important;
  }
  .lg-offer-style-releasit .lg-releasit-title,
  .lg-offer-style-easysale .lg-easysale-title{
    width:100% !important;
    margin:0 !important;
    text-align:right !important;
    direction:rtl !important;
  }
  .lg-offer-style-releasit .lg-releasit-badge,
  .lg-offer-style-easysale .lg-easysale-badge{
    left:38px !important;
    right:auto !important;
  }
}
/* ============================================================
   v1.4.35 — COMPACT MOBILE FORM
   Reduce wasted whitespace without changing the structure.
   Keep the offer text area wide.
   ============================================================ */
@media (max-width:767px){
  /* Outer one-frame form: tighter padding. */
  .lg-cod-form-wrap{
    padding:12px !important;
  }
  .lg-cod-main{
    padding:0 !important;
  }
  /* Offers block: reduce outer and inner whitespace. */
  .lg-cod-form .lg-offers,
  .lg-offers{
    margin:0 !important;
    padding:5px !important;
    border-radius:12px !important;
  }
  /* Offer cards: compact vertical gaps and padding. */
  .lg-offer{
    margin:5px 0 !important;
    padding:8px !important;
  }
  .lg-offer-main{
    min-height:58px !important;
  }
  .lg-offer-style-easysale .lg-easysale-card,
  .lg-offer-style-releasit .lg-releasit-card{
    min-height:58px !important;
  }
  /* Keep text wide; only reserve the true minimum left zone. */
  .lg-offer-style-easysale .lg-easysale-content,
  .lg-offer-style-releasit .lg-releasit-content{
    padding-left:92px !important;
    padding-right:6px !important;
  }
  .lg-offer-style-easysale .lg-easysale-price-wrap,
  .lg-offer-style-releasit .lg-releasit-price-wrap{
    left:31px !important;
  }
  .lg-offer-style-easysale .lg-easysale-radio,
  .lg-offer-style-releasit .lg-releasit-radio{
    left:7px !important;
  }
  /* Badge remains close to the card and does not create extra height. */
  .lg-offer-style-easysale .lg-easysale-badge,
  .lg-offer-style-releasit .lg-releasit-badge{
    top:-8px !important;
    left:31px !important;
  }
  /* Heading: close to offers and fields. */
  .lg-cod-form .lg-cod-form-heading{
    margin:7px 0 7px !important;
  }
  /* Fields: smaller vertical gaps and slightly shorter controls. */
  .lg-cod-fields{
    gap:7px !important;
  }
  .lg-cod-field{
    min-height:48px !important;
    margin:0 !important;
  }
  .lg-cod-field input,
  .lg-cod-field select,
  .lg-cod-field textarea{
    min-height:48px !important;
    padding-top:8px !important;
    padding-bottom:8px !important;
  }
  /* Submit area: less empty space above/below. */
  .lg-cod-submit{
    margin-top:8px !important;
    min-height:48px !important;
  }
  .lg-payment-note{
    margin-top:6px !important;
  }
  /* Keep the frame visually balanced without extra bottom space. */
  .lg-cod-form-wrap{
    padding-bottom:10px !important;
  }
}
/* ============================================================
   v1.4.36 — REMOVE DOUBLE OFFER LAYERS
   The label is only the click target.
   The inner .lg-offer-main is the SINGLE visible card.
   This restores the clean one-card-per-offer appearance.
   ============================================================ */
@media (max-width:767px){
  .lg-offer-style-easysale .lg-offer,
  .lg-offer-style-releasit .lg-offer{
    position:relative !important;
    display:block !important;
    /* Remove the generic COD card styling from the outer label. */
    margin:6px 0 !important;
    padding:0 !important;
    border:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    box-shadow:none !important;
  }
  .lg-offer-style-easysale .lg-offer.selected,
  .lg-offer-style-releasit .lg-offer.selected{
    border:0 !important;
    background:transparent !important;
    box-shadow:none !important;
  }
  /* The inner card is the only visible offer box. */
  .lg-offer-style-easysale .lg-easysale-card,
  .lg-offer-style-releasit .lg-releasit-card,
  .lg-offer-style-easysale .lg-offer-main,
  .lg-offer-style-releasit .lg-offer-main{
    width:100% !important;
    min-height:64px !important;
    box-sizing:border-box !important;
  }
  /* Keep a compact, even gap between cards. */
  .lg-offer-style-easysale .lg-offer + .lg-offer,
  .lg-offer-style-releasit .lg-offer + .lg-offer{
    margin-top:6px !important;
  }
  /* Reduce the offer container's top/bottom air. */
  .lg-offer-style-easysale,
  .lg-offer-style-releasit{
    margin:0 !important;
    padding-top:0 !important;
    padding-bottom:0 !important;
  }
  /* Keep the offer area close to the form heading. */
  .lg-cod-form .lg-offers{
    margin-top:0 !important;
    padding-top:2px !important;
    padding-bottom:2px !important;
  }
}
/* Site-wide font. */
html,body,body *{font-family:"Tajawal",sans-serif !important;}

/* Button-like elements never use underlines; normal links remain unaffected. */
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
a.lg-button,
a.lg-btn,
a.lg-cta,
a.product-description-cta,
.woocommerce a.button{
  text-decoration:none;
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
a.lg-button:hover,
a.lg-btn:hover,
a.lg-cta:hover,
a.product-description-cta:hover,
.woocommerce a.button:hover{
  text-decoration:none;
}

/* Product description spacing. */
.lg-product-description{margin-top:28px}

/* v1.4.75 — Home-only brand/trust page. No product listing or product prices. */
.lg-home-hero{padding:72px 0 64px;background:linear-gradient(180deg,#f4fbf8 0%,#fff 100%)}
.lg-home-hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:56px;align-items:center}
.lg-home-eyebrow{display:inline-block;margin-bottom:10px;font-size:.82rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--lg-accent,#138a6a)}
.lg-home-hero h1{margin:0 0 18px;font-size:clamp(2.15rem,4.4vw,4.15rem);line-height:1.12;max-width:760px}
.lg-home-hero-lead{margin:0;max-width:650px;font-size:1.12rem;line-height:1.9;color:var(--lg-muted)}
.lg-home-trust-line{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.lg-home-trust-line span{display:inline-flex;align-items:center;min-height:42px;padding:0 16px;border:1px solid var(--lg-border);border-radius:999px;background:#fff;font-weight:800}
.lg-home-hero-panel{position:relative;min-height:390px;border:1px solid var(--lg-border);border-radius:32px;background:radial-gradient(circle at 50% 44%,#effaf4 0 24%,transparent 25%),linear-gradient(145deg,#fff,#eef7f3);overflow:hidden;box-shadow:0 26px 60px rgba(16,45,35,.08)}
.lg-home-panel-ring{position:absolute;border:1px solid rgba(20,120,90,.16);border-radius:50%;inset:auto;left:50%;top:50%;transform:translate(-50%,-50%)}
.lg-ring-1{width:270px;height:270px}.lg-ring-2{width:390px;height:390px}
.lg-home-panel-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);text-align:center;width:78%}
.lg-home-panel-mark{width:88px;height:88px;margin:0 auto 18px;border-radius:24px;display:grid;place-items:center;background:#0d6f59;color:#fff;font-size:1.55rem;font-weight:900;box-shadow:0 16px 34px rgba(13,111,89,.2)}
.lg-home-panel-title{font-size:1.45rem;font-weight:900;margin-bottom:8px}.lg-home-panel-subtitle{font-size:.95rem;line-height:1.8;color:var(--lg-muted)}
.lg-home-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:28px}.lg-home-section-head.centered{display:block;text-align:center;max-width:760px;margin:0 auto 34px}.lg-home-section-head.centered .section-lead{margin-bottom:0}
.lg-home-values-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.lg-home-value-card{padding:24px;border:1px solid var(--lg-border);border-radius:22px;background:#fff;box-shadow:0 12px 30px rgba(20,45,35,.05)}
.lg-home-value-icon{font-size:28px;margin-bottom:14px}.lg-home-value-card h3{margin:0 0 8px}.lg-home-value-card p{margin:0;color:var(--lg-muted);line-height:1.8}
.lg-home-process{padding-top:70px;padding-bottom:70px}
.lg-home-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.lg-home-step{padding:28px;border:1px solid var(--lg-border);border-radius:22px;background:#fff}.lg-home-step-number{display:inline-block;margin-bottom:18px;font-size:.82rem;font-weight:900;letter-spacing:.08em;color:var(--lg-accent,#138a6a)}.lg-home-step h3{margin:0 0 8px}.lg-home-step p{margin:0;color:var(--lg-muted);line-height:1.8}
.lg-home-final{padding-top:20px;padding-bottom:72px}.lg-home-final-card{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:34px 38px;border-radius:26px;background:#0d2d24;color:#fff}.lg-home-final-card .lg-home-eyebrow{color:#9fe1c8}.lg-home-final-card h2{margin:0 0 10px;font-size:clamp(1.45rem,2.5vw,2.35rem);line-height:1.3}.lg-home-final-card p{margin:0;color:#d8e8e1;line-height:1.8}.lg-home-final-badge{flex:0 0 auto;padding:13px 18px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.08);font-weight:800;white-space:nowrap}

@media(max-width:900px){.lg-home-hero-grid{grid-template-columns:1fr}.lg-home-hero-panel{min-height:300px}.lg-home-values-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lg-home-steps{grid-template-columns:1fr}}
@media(max-width:520px){.lg-home-hero{padding:46px 0 38px}.lg-home-hero h1{font-size:2.2rem}.lg-home-trust-line{display:grid}.lg-home-trust-line span{justify-content:center}.lg-home-values-grid{grid-template-columns:1fr}.lg-home-final-card{padding:26px 22px;display:block}.lg-home-final-badge{display:block;margin-top:20px;text-align:center;white-space:normal}}


