/* Goodify lightweight content pages — loaded only on migrated pages. */
.goodify-contact-page{background:#fff;overflow:hidden}
.contact-hero{position:relative;padding:88px 0 58px;background:linear-gradient(115deg,#f6faff 0%,#fff 62%,#f4f8fb 100%);border-bottom:1px solid var(--gf-line)}
.contact-hero-grid{position:relative;min-height:270px;display:flex;align-items:center;justify-content:space-between;gap:48px}
.contact-hero-copy{position:relative;z-index:2;max-width:780px}
.contact-eyebrow,.contact-panel-eyebrow{margin:0 0 12px;color:var(--gf-blue);font-size:12px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.contact-hero h1{margin:0;font-size:clamp(48px,5.2vw,78px);line-height:.98;letter-spacing:-3px;color:var(--gf-navy);font-weight:800}
.contact-lead{max-width:720px;margin:24px 0 0;color:#50647a;font-size:19px;line-height:1.65}
.contact-hero-mark{position:relative;width:230px;height:190px;flex:0 0 230px;opacity:.9}
.contact-hero-mark span{position:absolute;border:1px solid rgba(48,115,157,.14);border-radius:50%;background:rgba(255,255,255,.52)}
.contact-hero-mark span:nth-child(1){width:190px;height:190px;right:0;top:0}
.contact-hero-mark span:nth-child(2){width:112px;height:112px;right:46px;top:39px;background:rgba(48,115,157,.06)}
.contact-hero-mark span:nth-child(3){width:38px;height:38px;right:83px;top:76px;background:var(--gf-blue);border:0;box-shadow:0 10px 26px rgba(48,115,157,.2)}
.contact-main-section{padding:56px 0 72px}
.contact-method-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:-92px;position:relative;z-index:4}
.contact-method-card{min-height:158px;padding:26px;display:flex;align-items:flex-start;gap:18px;background:#fff;border:1px solid #dfe7f0;border-radius:18px;box-shadow:0 14px 34px rgba(16,33,59,.08);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
a.contact-method-card:hover{transform:translateY(-3px);border-color:#bfd2e2;box-shadow:0 18px 40px rgba(16,33,59,.11)}
.contact-method-icon{width:50px;height:50px;border-radius:14px;display:grid;place-items:center;flex:0 0 50px;background:var(--gf-soft-blue);color:var(--gf-blue)}
.contact-method-icon .goodify-icon{width:24px;height:24px}
.contact-method-content{min-width:0;display:flex;flex-direction:column;gap:6px;padding-top:2px}
.contact-method-label{color:#75869a;font-size:12px;font-weight:750;text-transform:uppercase;letter-spacing:.08em}
.contact-method-content strong{font-size:19px;line-height:1.3;color:#21354b;overflow-wrap:anywhere}
.contact-method-content small{margin-top:7px;color:var(--gf-blue);font-size:13px;font-weight:700}
.contact-method-static .contact-method-content small{color:#78899d;font-weight:550}
.contact-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:32px}
.contact-panel{padding:32px;background:#fff;border:1px solid var(--gf-line);border-radius:20px;box-shadow:0 10px 26px rgba(16,33,59,.045)}
.contact-panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:28px}
.contact-panel-heading h2{margin:0;font-size:26px;line-height:1.2;letter-spacing:-.7px;color:#21354b}
.contact-founded{padding:8px 12px;border-radius:999px;background:var(--gf-soft-blue);color:var(--gf-blue);font-size:12px;font-weight:800;white-space:nowrap}
.contact-company-list{margin:0;display:grid;grid-template-columns:1fr 1fr;gap:0 28px}
.contact-company-list div{padding:17px 0;border-top:1px solid #edf1f5}
.contact-company-list dt{margin:0 0 5px;color:#7a8b9e;font-size:12px;font-weight:700}
.contact-company-list dd{margin:0;color:#263b51;font-size:15px;font-weight:700;overflow-wrap:anywhere}
.contact-location-list{display:grid;gap:14px}
.contact-location-row{display:flex;gap:16px;padding:19px;border:1px solid #e5ebf2;border-radius:15px;background:#fbfcfe}
.contact-location-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#fff;color:var(--gf-blue);box-shadow:0 5px 14px rgba(16,33,59,.05);flex:0 0 42px}
.contact-location-icon .goodify-icon{width:21px;height:21px}
.contact-location-row>div{display:flex;flex-direction:column;gap:4px}
.contact-location-row span{color:#7a8b9e;font-size:12px;font-weight:700}
.contact-location-row strong{color:#263b51;font-size:15px;line-height:1.55}
.contact-bottom-section{padding:0 0 78px}
.contact-bottom-card{padding:32px 36px;display:flex;align-items:center;justify-content:space-between;gap:40px;border:1px solid #dfe8f1;border-radius:22px;background:linear-gradient(110deg,#f6faff,#fff);box-shadow:0 10px 28px rgba(16,33,59,.05)}
.contact-bottom-card h2{margin:0;font-size:27px;letter-spacing:-.8px;color:#21354b}
.contact-bottom-card p:not(.contact-panel-eyebrow){margin:8px 0 0;color:#64788e}
.contact-bottom-actions{display:flex;gap:10px;flex:0 0 auto}
.contact-bottom-actions .button{min-width:142px}

@media (max-width:1024px){
  .contact-hero{padding-top:76px}
  .contact-hero-mark{width:170px;height:150px;flex-basis:170px}
  .contact-hero-mark span:nth-child(1){width:150px;height:150px}
  .contact-hero-mark span:nth-child(2){width:90px;height:90px;right:30px;top:30px}
  .contact-hero-mark span:nth-child(3){right:56px;top:56px}
  .contact-method-grid{grid-template-columns:1fr 1fr;margin-top:-74px}
  .contact-method-grid>.contact-method-card:last-child{grid-column:1/-1}
  .contact-content-grid{grid-template-columns:1fr}
}

@media (max-width:767px){
  .contact-hero{padding:64px 0 78px}
  .contact-hero-grid{min-height:auto}
  .contact-hero-mark{display:none}
  .contact-hero h1{font-size:48px;letter-spacing:-2px}
  .contact-lead{font-size:16px;line-height:1.6}
  .contact-main-section{padding:0 0 50px}
  .contact-method-grid{grid-template-columns:1fr;gap:12px;margin-top:-46px}
  .contact-method-grid>.contact-method-card:last-child{grid-column:auto}
  .contact-method-card{min-height:auto;padding:20px;border-radius:16px}
  .contact-method-content strong{font-size:17px}
  .contact-content-grid{gap:14px;margin-top:18px}
  .contact-panel{padding:22px;border-radius:17px}
  .contact-panel-heading{margin-bottom:20px}
  .contact-panel-heading h2{font-size:22px}
  .contact-company-list{grid-template-columns:1fr}
  .contact-company-list div{padding:14px 0}
  .contact-bottom-section{padding-bottom:52px}
  .contact-bottom-card{padding:24px;align-items:stretch;flex-direction:column;gap:22px;border-radius:18px}
  .contact-bottom-actions{display:grid;grid-template-columns:1fr}
  .contact-bottom-actions .button{width:100%}
}

/* Contact page video — intentionally secondary, lightweight content. */
.contact-video-section{display:grid;grid-template-columns:minmax(220px,.72fr) minmax(360px,1.28fr);gap:24px;align-items:center;max-width:980px;margin:28px auto 0;padding:22px 24px;border:1px solid #e4ebf2;border-radius:18px;background:#fbfcfe;box-shadow:0 8px 24px rgba(16,33,59,.035);overflow:hidden}
.contact-video-copy{padding:2px 0}
.contact-video-copy .contact-panel-eyebrow{margin-bottom:8px}
.contact-video-copy h2{margin:0;color:#21354b;font-size:clamp(22px,2vw,29px);line-height:1.12;letter-spacing:-.75px}
.contact-video-copy>p:last-child{margin:10px 0 0;max-width:360px;color:#65788d;font-size:14px;line-height:1.6}
.contact-video-frame{position:relative;aspect-ratio:16/9;width:100%;max-width:580px;justify-self:end;overflow:hidden;border-radius:14px;background:#10233a;box-shadow:0 10px 28px rgba(16,33,59,.09)}
.contact-video-frame::after{content:"";position:absolute;inset:0;pointer-events:none;border:1px solid rgba(255,255,255,.16);border-radius:inherit}
.contact-video-frame iframe,.contact-video-frame video{display:block;width:100%;height:100%;border:0;object-fit:cover;background:#10233a}

@media (max-width:1024px){
  .contact-video-section{grid-template-columns:1fr;max-width:760px;gap:16px;padding:20px}
  .contact-video-copy>p:last-child{max-width:620px}
  .contact-video-frame{justify-self:start;max-width:100%}
}

@media (max-width:767px){
  .contact-video-section{margin-top:16px;padding:17px;border-radius:16px;gap:14px}
  .contact-video-copy h2{font-size:22px;letter-spacing:-.5px}
  .contact-video-copy>p:last-child{font-size:14px;line-height:1.55}
  .contact-video-frame{border-radius:12px}
}


/* ========================================================================== */
/* Elementor-free story / campaign / legal pages                             */
/* ========================================================================== */
.goodify-story-page{background:#fff;color:#24384f;overflow:hidden}
.goodify-story-page .story-eyebrow{margin:0 0 12px;color:var(--gf-blue);font-size:12px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}
.story-hero{padding:82px 0 74px;background:linear-gradient(115deg,#f7faff 0%,#fff 57%,#f5f8fb 100%);border-bottom:1px solid var(--gf-line)}
.story-hero-grid{display:grid;grid-template-columns:minmax(0,.94fr) minmax(420px,1.06fr);gap:58px;align-items:center}
.story-hero-copy{max-width:760px}
.story-hero h1{margin:0;color:var(--gf-navy);font-size:clamp(46px,5.1vw,76px);line-height:.98;letter-spacing:-3.2px;font-weight:850}
.story-hero h1 span{color:var(--gf-blue)}
.story-hero h2{max-width:720px;margin:24px 0 0;color:#334a61;font-size:clamp(21px,2vw,30px);line-height:1.25;letter-spacing:-.7px}
.story-hero-copy>p:not(.story-eyebrow){max-width:730px;margin:17px 0 0;color:#586d83;font-size:17px;line-height:1.72}
.story-hero-media{position:relative;overflow:hidden;border:1px solid #e2e9f1;border-radius:26px;background:#fff;box-shadow:0 22px 50px rgba(16,33,59,.09)}
.story-hero-media>img{display:block;width:100%;height:auto;max-height:590px;object-fit:cover}
.story-media-collage{display:grid;grid-template-columns:1.25fr .75fr;grid-template-rows:1fr 1fr;gap:8px;padding:8px;aspect-ratio:1.18/1}
.story-media-collage img{width:100%;height:100%;object-fit:cover;border-radius:18px}
.story-media-collage img:first-child{grid-row:1/-1}
.story-section{padding:78px 0}
.story-section-soft{background:#f7f9fc;border-top:1px solid #edf1f5;border-bottom:1px solid #edf1f5}
.story-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.92fr);gap:52px;align-items:center}
.story-split-balanced{grid-template-columns:1fr 1fr}
.story-copy-card h2,.story-section-heading h2,.story-narrow h2,.production-cta h2,.graphic-service-card h2{margin:0;color:#21354b;font-size:clamp(31px,3vw,48px);line-height:1.08;letter-spacing:-1.6px}
.story-copy-card p:not(.story-eyebrow),.story-section-heading>p:last-child,.story-narrow>p:last-child,.graphic-service-card p:not(.story-eyebrow){margin:18px 0 0;color:#5a6e84;font-size:16px;line-height:1.75}
.story-image-panel,.story-image-stack{overflow:hidden;border:1px solid #e0e8f0;border-radius:24px;background:#fff;box-shadow:0 18px 42px rgba(16,33,59,.07)}
.story-image-panel img{display:block;width:100%;aspect-ratio:1.25/1;object-fit:cover}
.story-image-stack{padding:8px}
.story-image-stack>img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:17px}
.story-mini-images{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:8px}
.story-mini-images img{display:block;width:100%;aspect-ratio:1.45/1;object-fit:cover;border-radius:14px}
.story-narrow{max-width:900px;text-align:center}
.story-narrow .story-eyebrow{justify-content:center}
.story-narrow>p:last-child{max-width:760px;margin-left:auto;margin-right:auto;font-size:17px}
.story-section-heading{max-width:820px;margin-bottom:34px}
.story-products-section .story-section-heading{margin-bottom:28px}
.story-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.story-product-grid .product-card{border-radius:16px}
.story-product-grid .product-card-body{padding:16px}
.story-product-grid .product-card h3{font-size:14px;min-height:38px}
.story-product-grid .product-card-price{font-size:18px}
.story-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.story-feature-card{padding:28px;background:#fff;border:1px solid #dfe8f1;border-radius:20px;box-shadow:0 10px 28px rgba(16,33,59,.045)}
.story-feature-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:#eef6fb;color:var(--gf-blue);margin-bottom:18px}
.story-feature-icon .goodify-icon{width:24px;height:24px}
.story-feature-card h3{margin:0;color:#21354b;font-size:20px;letter-spacing:-.4px}
.story-feature-card p{margin:8px 0 0;color:#6a7d91;line-height:1.55}

/* ESG */
.story-hero-green{background:linear-gradient(115deg,#f5faf7 0%,#fff 60%,#f1f8f4 100%)}
.story-esg .story-eyebrow{color:#38865e}
.story-esg .story-hero h1 span{color:#38865e}
.story-esg-visual img{aspect-ratio:1.35/1;object-fit:cover}
.story-step-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.story-step-card{overflow:hidden;background:#fff;border:1px solid #dfe9e2;border-radius:20px;box-shadow:0 12px 30px rgba(28,70,50,.05)}
.story-step-card img{display:block;width:100%;aspect-ratio:1.65/1;object-fit:cover}
.story-step-card>div{padding:22px 24px}
.story-step-card h3{margin:0;color:#29483a;font-size:18px;line-height:1.42}

/* Collection */
.story-collection-hero{background:linear-gradient(115deg,#f4f9f7,#fff 55%,#f4f8fb)}
.story-collection-media img{aspect-ratio:1.35/1;object-fit:cover}
.story-ocean-image img{aspect-ratio:1.45/1}

/* Shopping bags */
.story-bags-hero{background:linear-gradient(115deg,#f8fafc,#fff 58%,#f2f7fb)}
.story-bags-mark{position:relative;min-height:430px;border:1px solid #e1e9f1;border-radius:28px;background:radial-gradient(circle at 62% 42%,rgba(48,115,157,.11) 0 18%,transparent 18.3%),linear-gradient(135deg,#fff,#f4f8fb);box-shadow:0 20px 44px rgba(16,33,59,.06)}
.story-bags-mark span{position:absolute;border:2px solid rgba(48,115,157,.25);border-radius:32px 32px 16px 16px}
.story-bags-mark span:nth-child(1){width:230px;height:260px;left:50%;top:53%;transform:translate(-50%,-50%)}
.story-bags-mark span:nth-child(2){width:118px;height:96px;left:50%;top:20%;transform:translateX(-50%);border-bottom:0;border-radius:80px 80px 0 0}
.story-bags-mark span:nth-child(3){width:72px;height:72px;right:16%;bottom:13%;border-radius:50%;background:rgba(48,115,157,.08)}

/* Production */
.story-production-hero .story-hero-media img{aspect-ratio:1.5/1;object-fit:cover}
.production-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.production-card{position:relative;min-height:280px;overflow:hidden;border-radius:20px;background:#14263a;box-shadow:0 14px 34px rgba(16,33,59,.08)}
.production-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.production-card::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(10,27,44,.8),rgba(10,27,44,.05) 64%)}
.production-card:hover img{transform:scale(1.035)}
.production-card>div{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:24px}
.production-card h3{margin:0;color:#fff;font-size:20px;line-height:1.2;text-shadow:0 2px 10px rgba(0,0,0,.2)}
.production-cta{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:38px 42px;border:1px solid #dfe8f1;border-radius:24px;background:#fff;box-shadow:0 14px 34px rgba(16,33,59,.05)}
.production-cta p:not(.story-eyebrow){margin:12px 0 0;color:#65798e;font-size:17px}
.production-cta p a{color:var(--gf-blue);font-weight:750}
.production-cta-actions{flex:0 0 auto}
.graphic-service-card{display:grid;grid-template-columns:1.2fr 1fr;align-items:center;gap:34px;padding:8px;border:1px solid #dfe7ef;border-radius:24px;background:#fff;box-shadow:0 14px 36px rgba(16,33,59,.06)}
.graphic-service-card img{display:block;width:100%;height:100%;min-height:310px;object-fit:cover;border-radius:18px}
.graphic-service-card>div{padding:30px 34px 30px 0}
.graphic-service-card h2{font-size:clamp(28px,2.5vw,40px)}

/* Legal / ASZF */
.legal-page{background:#f7f9fc}
.legal-hero{padding:70px 0 44px;background:#fff;border-bottom:1px solid #e4ebf2}
.legal-hero-grid{display:flex;align-items:flex-end;justify-content:space-between;gap:44px}
.legal-hero h1{max-width:800px;margin:0;color:#1f3349;font-size:clamp(42px,4.2vw,66px);line-height:1;letter-spacing:-2.4px}
.legal-lead{margin:14px 0 0;color:#60758a;font-size:18px}
.legal-status{display:flex;align-items:center;gap:10px;margin-top:22px;color:#576d83;font-size:13px}
.legal-status span{padding:6px 10px;border-radius:999px;background:#eef6fb;color:var(--gf-blue);font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}
.legal-actions{display:flex;gap:10px;flex:0 0 auto}
.legal-section{padding:42px 0 80px}
.legal-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:24px;align-items:start}
.legal-aside{position:sticky;top:130px;padding:22px;border:1px solid #dfe8f1;border-radius:17px;background:#fff;color:#64788d;font-size:13px;line-height:1.6}
.legal-aside strong{display:block;margin-bottom:7px;color:#263b51;font-size:15px}
.legal-aside p{margin:0}
.legal-document{padding:36px 42px;border:1px solid #dfe8f1;border-radius:20px;background:#fff;box-shadow:0 12px 32px rgba(16,33,59,.045)}
.legal-document pre{margin:0;white-space:pre-wrap;overflow-wrap:anywhere;color:#31465b;font:400 14px/1.72 var(--gf-font,Arial,sans-serif);tab-size:4}

@media (max-width:1180px){
  .story-hero-grid{grid-template-columns:1fr 1fr;gap:38px}
  .story-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .production-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width:900px){
  .story-hero{padding:64px 0 54px}
  .story-hero-grid,.story-split,.story-split-balanced,.graphic-service-card{grid-template-columns:1fr}
  .story-hero-media{max-width:760px}
  .story-hero h1{letter-spacing:-2.4px}
  .story-section{padding:58px 0}
  .story-feature-grid{grid-template-columns:1fr}
  .story-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .story-step-grid{grid-template-columns:1fr}
  .story-bags-mark{min-height:330px}
  .production-cta{align-items:flex-start;flex-direction:column}
  .graphic-service-card>div{padding:20px 24px 28px}
  .legal-hero-grid{align-items:flex-start;flex-direction:column}
  .legal-layout{grid-template-columns:1fr}
  .legal-aside{position:static}
}

@media (max-width:767px){
  .story-hero{padding:48px 0 42px}
  .story-hero-grid{gap:26px}
  .story-hero h1{font-size:46px;letter-spacing:-2px}
  .story-hero h2{font-size:21px;margin-top:18px}
  .story-hero-copy>p:not(.story-eyebrow){font-size:15px;line-height:1.65}
  .story-hero-media{border-radius:19px}
  .story-media-collage{aspect-ratio:1/1.05;gap:5px;padding:5px}
  .story-media-collage img{border-radius:13px}
  .story-section{padding:46px 0}
  .story-copy-card h2,.story-section-heading h2,.story-narrow h2,.production-cta h2,.graphic-service-card h2{font-size:30px;letter-spacing:-1px}
  .story-copy-card p:not(.story-eyebrow),.story-section-heading>p:last-child,.story-narrow>p:last-child,.graphic-service-card p:not(.story-eyebrow){font-size:15px;line-height:1.65}
  .story-image-panel,.story-image-stack{border-radius:18px}
  .story-product-grid{display:flex;grid-template-columns:none;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;width:calc(100% + 14px);padding-right:14px;scrollbar-width:none}
  .story-product-grid::-webkit-scrollbar{display:none}
  .story-product-grid .product-card{flex:0 0 min(74vw,280px);scroll-snap-align:start}
  .story-step-card{border-radius:17px}
  .story-step-card>div{padding:18px}
  .story-bags-mark{display:none}
  .production-grid{grid-template-columns:1fr}
  .production-card{min-height:240px;border-radius:17px}
  .production-cta{padding:26px;border-radius:18px}
  .production-cta-actions,.production-cta-actions .button{width:100%}
  .graphic-service-card{padding:6px;border-radius:18px;gap:6px}
  .graphic-service-card img{min-height:220px;border-radius:14px}
  .legal-hero{padding:48px 0 32px}
  .legal-hero h1{font-size:42px;letter-spacing:-1.7px}
  .legal-actions{display:grid;grid-template-columns:1fr;width:100%}
  .legal-actions .button{width:100%}
  .legal-section{padding:26px 0 54px}
  .legal-document{padding:24px 20px;border-radius:16px}
  .legal-document pre{font-size:13px;line-height:1.68}
}

/* v1.4.41 — unified ASZF + privacy legal hub */
.legal-hub-page{scroll-behavior:smooth}
.legal-hub-page .legal-hero-grid{align-items:center}
.legal-doc-switch{display:grid;grid-template-columns:1fr;gap:9px;min-width:250px}
.legal-doc-switch a{display:flex;align-items:center;gap:12px;padding:13px 16px;border:1px solid #dbe6ef;border-radius:13px;background:#fff;color:#263c52;font-size:14px;font-weight:800;text-decoration:none;box-shadow:0 8px 22px rgba(16,33,59,.035);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.legal-doc-switch a:hover{border-color:#aac9dc;box-shadow:0 12px 28px rgba(16,33,59,.08);transform:translateY(-1px)}
.legal-doc-switch span{display:grid;place-items:center;width:28px;height:28px;border-radius:9px;background:#eef6fb;color:var(--gf-blue);font-size:11px;font-weight:900}
.legal-section{scroll-margin-top:120px}
.legal-section-privacy{padding-top:64px;border-top:1px solid #e3eaf1;background:#f2f6fa}
.legal-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin:0 0 24px}
.legal-section-heading h2{margin:4px 0 6px;color:#20364d;font-size:clamp(30px,3.1vw,46px);line-height:1.05;letter-spacing:-1.35px}
.legal-section-heading p:not(.story-eyebrow){margin:0;color:#65798e;font-size:15px}
.legal-aside-nav{display:grid;gap:5px;margin-top:18px;padding-top:15px;border-top:1px solid #e5ecf2}
.legal-aside-nav a{padding:8px 9px;border-radius:9px;color:#567086;font-size:12px;font-weight:750;text-decoration:none}
.legal-aside-nav a[aria-current="true"]{background:#eef6fb;color:var(--gf-blue)}
.legal-rich-content{color:#31465b;font-size:14px;line-height:1.72}
.legal-rich-content>*:first-child{margin-top:0}
.legal-rich-content>*:last-child{margin-bottom:0}
.legal-rich-content h1,.legal-rich-content h2,.legal-rich-content h3,.legal-rich-content h4{margin:1.55em 0 .55em;color:#20364d;line-height:1.2;letter-spacing:-.02em}
.legal-rich-content h1{font-size:28px}.legal-rich-content h2{font-size:23px}.legal-rich-content h3{font-size:19px}.legal-rich-content h4{font-size:16px}
.legal-rich-content p{margin:0 0 1em}
.legal-rich-content ul,.legal-rich-content ol{margin:0 0 1.15em;padding-left:1.4em}
.legal-rich-content li+li{margin-top:.35em}
.legal-rich-content a{color:var(--gf-blue);text-underline-offset:3px}
.legal-rich-content table{display:block;width:100%;overflow:auto;border-collapse:collapse;margin:1.2em 0}
.legal-rich-content th,.legal-rich-content td{padding:10px 12px;border:1px solid #dfe7ee;text-align:left;vertical-align:top}
.legal-missing-source{padding:22px;border:1px solid #d7e4ed;border-radius:14px;background:#f8fbfd;color:#587087}
.legal-missing-source strong{display:block;margin-bottom:6px;color:#263d53}
.legal-missing-source p{margin:0}
@media(max-width:900px){.legal-doc-switch{width:100%;min-width:0;grid-template-columns:repeat(2,minmax(0,1fr))}.legal-section-heading{align-items:flex-start;flex-direction:column}.legal-section-heading .legal-actions{width:100%}}
@media(max-width:560px){.legal-doc-switch{grid-template-columns:1fr}.legal-section-privacy{padding-top:42px}.legal-section-heading{margin-bottom:18px}.legal-section-heading h2{font-size:31px}.legal-rich-content{font-size:13px}.legal-rich-content h2{font-size:21px}.legal-rich-content h3{font-size:18px}}

/* v1.4.43 — FAQ, branding/shipping and careers migration */
.goodify-faq-page,.goodify-info-page,.goodify-career-page{background:#fff;overflow:hidden}
.info-hero{padding:76px 0 62px;background:linear-gradient(120deg,#f5f9fd 0%,#fff 58%,#f2f7fb 100%);border-bottom:1px solid #e6edf3}
.info-hero-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:center;gap:54px}
.info-hero-copy{max-width:820px}
.info-hero-copy h1{margin:0;color:#20354b;font-size:clamp(46px,5vw,74px);line-height:.98;letter-spacing:-2.8px;font-weight:820}
.info-hero-copy h1 span{color:var(--gf-blue)}
.info-hero-copy>p:not(.story-eyebrow){max-width:760px;margin:22px 0 0;color:#5c7086;font-size:18px;line-height:1.68}
.info-hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
.info-section-heading,.faq-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:28px}
.info-section-heading>div,.faq-section-heading>div{max-width:760px}
.info-section-heading h2,.faq-section-heading h2{margin:0;color:#20354b;font-size:clamp(30px,3vw,46px);line-height:1.08;letter-spacing:-1.35px}
.info-section-heading>p,.faq-section-heading>p{max-width:440px;margin:0;color:#687c91;font-size:15px;line-height:1.65}
.info-cta-card{display:flex;align-items:center;justify-content:space-between;gap:42px;padding:36px 40px;border:1px solid #dce6ee;border-radius:22px;background:#fff;box-shadow:0 14px 34px rgba(16,33,59,.05)}
.info-cta-card h2{margin:0;color:#20354b;font-size:clamp(27px,2.6vw,39px);line-height:1.1;letter-spacing:-1px}
.info-cta-card p:not(.story-eyebrow){margin:12px 0 0;color:#667a8f;line-height:1.65}
.info-cta-actions{display:flex;flex-wrap:wrap;gap:10px;flex:0 0 auto}
.info-bottom-section{padding:0 0 76px}

/* FAQ */
.faq-hero{padding-bottom:82px}
.faq-express-card{justify-self:end;width:min(100%,390px);padding:24px;display:flex;align-items:center;gap:18px;border:1px solid #cfe0eb;border-radius:20px;background:#fff;box-shadow:0 16px 38px rgba(16,33,59,.07);text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.faq-express-card:hover{transform:translateY(-3px);border-color:#9fc5da;box-shadow:0 20px 44px rgba(16,33,59,.1)}
.faq-express-icon{display:grid;place-items:center;width:56px;height:56px;flex:0 0 56px;border-radius:16px;background:#eef6fb;color:var(--gf-blue)}
.faq-express-icon .goodify-icon{width:26px;height:26px}
.faq-express-card>span:last-child{display:flex;flex-direction:column;min-width:0}
.faq-express-card small{color:#8090a1;font-size:10px;font-weight:850;letter-spacing:.14em}
.faq-express-card strong{margin-top:3px;color:#22384f;font-size:21px;line-height:1.2}
.faq-express-card em{margin-top:7px;color:var(--gf-blue);font-size:13px;font-style:normal;font-weight:750}
.faq-express-section{position:relative;padding:58px 0 66px;background:#f4f9fc;border-bottom:1px solid #e5edf3}
.faq-express-section::before{content:"";position:absolute;inset:0 auto auto 50%;width:min(1180px,90vw);height:1px;transform:translateX(-50%);background:linear-gradient(90deg,transparent,rgba(48,115,157,.2),transparent)}
.faq-main-section{padding:68px 0 78px}
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.faq-grid-express{grid-template-columns:1fr 1fr}
.faq-item{align-self:start;border:1px solid #dfe8ef;border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 7px 22px rgba(16,33,59,.035)}
.faq-item[open]{border-color:#c7dce9;box-shadow:0 11px 28px rgba(16,33,59,.055)}
.faq-item summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:72px;padding:19px 21px;cursor:pointer;color:#263c53;font-size:15px;font-weight:800;line-height:1.35}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary i{position:relative;width:24px;height:24px;flex:0 0 24px;border-radius:50%;background:#eef5fa}
.faq-item summary i::before,.faq-item summary i::after{content:"";position:absolute;left:50%;top:50%;width:10px;height:1.5px;background:var(--gf-blue);transform:translate(-50%,-50%);border-radius:2px}
.faq-item summary i::after{transform:translate(-50%,-50%) rotate(90deg);transition:transform .18s ease}
.faq-item[open] summary i::after{transform:translate(-50%,-50%) rotate(0)}
.faq-answer{padding:0 21px 21px;color:#607489;font-size:14px;line-height:1.72}
.faq-answer p{margin:0;padding-top:17px;border-top:1px solid #edf2f6}
.faq-contact-cta{margin-top:34px;background:linear-gradient(120deg,#fff,#f7fafc)}

/* Branding & shipping */
.branding-hero{padding-bottom:70px}
.branding-collage{position:relative;display:grid;grid-template-columns:1.2fr .8fr;grid-template-rows:1fr 1fr;gap:7px;padding:7px;min-height:390px;border:1px solid #dce7ef;border-radius:26px;background:#fff;box-shadow:0 18px 42px rgba(16,33,59,.07);overflow:hidden}
.branding-collage img{display:block;width:100%;height:100%;min-height:0;object-fit:cover;border-radius:18px}
.branding-collage img:first-child{grid-row:1/-1}
.branding-tech-section{padding:72px 0 74px}
.technology-chip-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.technology-chip{display:flex;align-items:center;gap:11px;min-height:62px;padding:14px 16px;border:1px solid #dfe8ef;border-radius:14px;background:#fff;color:#344a60;font-size:14px;font-weight:750}
.technology-chip>span{display:grid;place-items:center;width:32px;height:32px;flex:0 0 32px;border-radius:9px;background:#eef6fb;color:var(--gf-blue)}
.technology-chip .goodify-icon{width:17px;height:17px}
.express-service-section{padding:68px 0;background:#edf6fb;border-top:1px solid #dceaf2;border-bottom:1px solid #dceaf2;scroll-margin-top:120px}
.express-service-card{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(300px,.6fr);gap:34px;padding:42px;border:1px solid #c9deea;border-radius:25px;background:#fff;box-shadow:0 18px 44px rgba(16,33,59,.065)}
.express-badge{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border-radius:999px;background:#eaf5fb;color:var(--gf-blue);font-size:11px;font-weight:900;letter-spacing:.12em}
.express-badge .goodify-icon{width:15px;height:15px}
.express-service-main h2{max-width:720px;margin:16px 0 0;color:#20354b;font-size:clamp(32px,3.4vw,50px);line-height:1.05;letter-spacing:-1.6px}
.express-service-main>p{max-width:700px;margin:15px 0 0;color:#60758a;font-size:16px;line-height:1.7}
.express-timeline{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:28px}
.express-timeline>div{padding:20px;border:1px solid #dfebf2;border-radius:16px;background:#f9fbfd}
.express-timeline strong{display:block;color:#233a50;font-size:17px}
.express-timeline span{display:block;margin-top:7px;color:#687d91;font-size:13px;line-height:1.58}
.express-service-facts{display:grid;gap:12px;padding:22px;border-radius:19px;background:#223a52;color:#fff}
.express-service-facts>div{padding:16px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(255,255,255,.045)}
.express-service-facts span{display:block;color:#afc3d3;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.express-service-facts strong{display:block;margin-top:5px;font-size:25px;line-height:1.15}
.express-service-facts small{display:block;margin-top:4px;color:#c6d5df;font-size:12px}
.express-service-facts>p{margin:2px 2px 0;color:#c7d5df;font-size:12px;line-height:1.58}
.shipping-info-section{padding:76px 0;scroll-margin-top:120px}
.shipping-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.shipping-info-card{padding:25px;border:1px solid #dfe8ef;border-radius:18px;background:#fff;box-shadow:0 9px 26px rgba(16,33,59,.04)}
.shipping-card-icon{display:grid;place-items:center;width:46px;height:46px;margin-bottom:18px;border-radius:13px;background:#eef6fb;color:var(--gf-blue)}
.shipping-card-icon .goodify-icon{width:22px;height:22px}
.shipping-info-card h3{margin:0 0 13px;color:#263d53;font-size:19px}
.shipping-info-card p{margin:0 0 10px;color:#667a8f;font-size:13px;line-height:1.63}
.shipping-info-card p:last-child{margin-bottom:0}
.shipping-info-card p strong{color:#334c63}
.shipping-partner-note{display:flex;align-items:flex-start;gap:16px;margin-top:18px;padding:22px 24px;border:1px solid #e1e9ef;border-radius:16px;background:#f8fafc}
.shipping-partner-note>span{display:grid;place-items:center;width:42px;height:42px;flex:0 0 42px;border-radius:12px;background:#fff;color:var(--gf-blue)}
.shipping-partner-note .goodify-icon{width:20px;height:20px}
.shipping-partner-note strong{display:block;color:#2b4157}
.shipping-partner-note p{margin:5px 0 0;color:#687b8f;font-size:13px;line-height:1.6}

/* Careers */
.career-hero-card{justify-self:end;width:min(100%,380px);padding:28px;border:1px solid #dce6ee;border-radius:22px;background:#fff;box-shadow:0 17px 40px rgba(16,33,59,.07)}
.career-hero-card>span{display:grid;place-items:center;width:54px;height:54px;margin-bottom:20px;border-radius:15px;background:#eef6fb;color:var(--gf-blue)}
.career-hero-card .goodify-icon{width:25px;height:25px}
.career-hero-card small{display:block;color:#7a8da0;font-size:10px;font-weight:850;letter-spacing:.13em}
.career-hero-card strong{display:block;margin-top:5px;color:#233a50;font-size:21px;line-height:1.28}
.career-hero-card p{margin:8px 0 0;color:#6d8093;font-size:14px}
.career-details-section{padding:66px 0;background:#f8fafc;border-bottom:1px solid #e6edf3}
.career-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.career-info-card{padding:28px;border:1px solid #dfe8ef;border-radius:19px;background:#fff;box-shadow:0 9px 26px rgba(16,33,59,.04)}
.career-info-card>span{display:grid;place-items:center;width:46px;height:46px;margin-bottom:18px;border-radius:13px;background:#eef6fb;color:var(--gf-blue)}
.career-info-card .goodify-icon{width:22px;height:22px}
.career-info-card h2{margin:0;color:#263d53;font-size:22px;letter-spacing:-.5px}
.career-info-card ul{margin:18px 0 0;padding:0;list-style:none;display:grid;gap:10px}
.career-info-card li{position:relative;padding-left:19px;color:#61758a;font-size:14px;line-height:1.55}
.career-info-card li::before{content:"";position:absolute;left:0;top:.62em;width:7px;height:7px;border-radius:50%;background:#75a7c5}
.career-form-section{padding:76px 0 86px}
.career-form-layout{display:grid;grid-template-columns:minmax(280px,.7fr) minmax(0,1.3fr);gap:48px;align-items:start}
.career-form-intro{position:sticky;top:130px}
.career-form-intro h2{margin:0;color:#20354b;font-size:clamp(32px,3vw,46px);line-height:1.08;letter-spacing:-1.2px}
.career-form-intro>p:not(.story-eyebrow){margin:16px 0 0;color:#687c90;font-size:15px;line-height:1.7}
.career-form-note{display:flex;flex-direction:column;gap:5px;margin-top:24px;padding:18px;border:1px solid #dce8ef;border-radius:14px;background:#f5f9fc}
.career-form-note strong{color:#29445a;font-size:13px}
.career-form-note span{color:#6a7f92;font-size:12px;line-height:1.55}
.career-form-card{padding:30px;border:1px solid #dce6ee;border-radius:21px;background:#fff;box-shadow:0 14px 36px rgba(16,33,59,.055)}
.career-application-form{display:grid;gap:17px}
.career-field-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.career-application-form label{display:grid;gap:7px;color:#334b62;font-size:12px;font-weight:750}
.career-application-form input[type="text"],.career-application-form input[type="email"],.career-application-form input[type="tel"],.career-application-form input[type="file"],.career-application-form textarea{width:100%;border:1px solid #d5e0e8;border-radius:11px;background:#fff;color:#243a50;font:inherit;font-weight:500;outline:none;transition:border-color .18s ease,box-shadow .18s ease}
.career-application-form input[type="text"],.career-application-form input[type="email"],.career-application-form input[type="tel"]{height:48px;padding:0 13px}
.career-application-form textarea{min-height:100px;padding:12px 13px;resize:vertical;line-height:1.55}
.career-application-form input[type="file"]{min-height:48px;padding:10px;background:#f9fbfc}
.career-application-form input:focus,.career-application-form textarea:focus{border-color:#8bb8d1;box-shadow:0 0 0 3px rgba(48,115,157,.09)}
.career-consent{grid-template-columns:auto 1fr!important;align-items:flex-start!important;gap:10px!important;padding:14px;border:1px solid #e1e8ee;border-radius:12px;background:#f9fbfc;color:#65798e!important;font-weight:500!important;line-height:1.5}
.career-consent input{margin-top:3px}
.career-consent a{color:var(--gf-blue);font-weight:750}
.career-submit{justify-self:start;min-width:220px}
.career-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.career-alert{display:flex;flex-direction:column;gap:4px;margin-bottom:18px;padding:14px 16px;border-radius:12px;font-size:13px}
.career-alert.success{border:1px solid #cfe4d6;background:#f3faf5;color:#356648}
.career-alert.error{border:1px solid #ead1d1;background:#fff7f7;color:#8a4848}

@media(max-width:1100px){
  .technology-chip-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .shipping-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .career-card-grid{grid-template-columns:1fr 1fr}
  .career-info-card:last-child{grid-column:1/-1}
}
@media(max-width:900px){
  .info-hero{padding:58px 0 50px}
  .info-hero-grid{grid-template-columns:1fr;gap:30px}
  .faq-express-card,.career-hero-card{justify-self:start;width:min(100%,520px)}
  .info-section-heading,.faq-section-heading{align-items:flex-start;flex-direction:column;gap:12px}
  .faq-grid,.faq-grid-express{grid-template-columns:1fr}
  .branding-collage{min-height:330px}
  .technology-chip-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .express-service-card{grid-template-columns:1fr;padding:30px}
  .career-form-layout{grid-template-columns:1fr;gap:26px}
  .career-form-intro{position:static}
  .info-cta-card{align-items:flex-start;flex-direction:column}
}
@media(max-width:640px){
  .info-hero{padding:46px 0 42px}
  .info-hero-copy h1{font-size:45px;letter-spacing:-1.9px}
  .info-hero-copy>p:not(.story-eyebrow){font-size:15px;line-height:1.65}
  .info-hero-actions,.info-hero-actions .button{width:100%}
  .info-hero-actions{display:grid;grid-template-columns:1fr}
  .faq-hero{padding-bottom:48px}
  .faq-express-card{padding:18px;border-radius:16px}
  .faq-express-icon{width:48px;height:48px;flex-basis:48px}
  .faq-express-card strong{font-size:18px}
  .faq-express-section,.faq-main-section{padding:44px 0 50px}
  .faq-item summary{min-height:64px;padding:17px;font-size:14px}
  .faq-answer{padding:0 17px 18px;font-size:13px}
  .branding-collage{grid-template-columns:1fr 1fr;grid-template-rows:220px 130px;min-height:0;border-radius:19px}
  .branding-collage img:first-child{grid-column:1/-1;grid-row:auto}
  .branding-tech-section,.shipping-info-section{padding:50px 0}
  .technology-chip-grid{grid-template-columns:1fr}
  .express-service-section{padding:48px 0}
  .express-service-card{padding:22px;border-radius:18px}
  .express-service-main h2{font-size:31px;letter-spacing:-1px}
  .express-timeline{grid-template-columns:1fr}
  .shipping-card-grid{grid-template-columns:1fr}
  .shipping-partner-note{padding:18px}
  .career-details-section,.career-form-section{padding:48px 0 54px}
  .career-card-grid{grid-template-columns:1fr}
  .career-info-card:last-child{grid-column:auto}
  .career-form-card{padding:20px;border-radius:17px}
  .career-field-grid{grid-template-columns:1fr}
  .career-submit{width:100%}
  .info-cta-card{padding:25px;border-radius:18px}
  .info-cta-actions,.info-cta-actions .button{width:100%}
  .info-cta-actions{display:grid;grid-template-columns:1fr}
  .info-bottom-section{padding-bottom:54px}
}

/* v1.4.45 — evergreen Újdonságok page, newest WooCommerce uploads first */
.goodify-new-arrivals-page{background:#fff;overflow:hidden}
.new-arrivals-hero{padding:66px 0 42px;background:linear-gradient(120deg,#f5f9fd 0%,#fff 64%,#f4f8fb 100%);border-bottom:1px solid #e4ebf1}
.new-arrivals-hero>.goodify-container{display:flex;align-items:flex-end;justify-content:space-between;gap:48px}
.new-arrivals-heading{max-width:820px}
.new-arrivals-heading h1{margin:0;color:#20354b;font-size:clamp(44px,4.7vw,68px);line-height:1;letter-spacing:-2.6px;font-weight:840}
.new-arrivals-heading h1 span{color:var(--gf-blue)}
.new-arrivals-heading>p:not(.story-eyebrow){max-width:760px;margin:18px 0 0;color:#607489;font-size:17px;line-height:1.67}
.new-arrivals-meta{display:flex;align-items:center;gap:11px;flex:0 0 auto;max-width:310px;padding:14px 17px;border:1px solid #d8e5ee;border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(16,33,59,.04)}
.new-arrivals-meta strong{color:var(--gf-blue);font-size:24px;line-height:1}
.new-arrivals-meta span{color:#65798d;font-size:12px;line-height:1.35;font-weight:700}
.new-arrivals-products{padding:44px 0 76px}
.new-arrivals-grid.story-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;width:100%;padding:0;overflow:visible;scroll-snap-type:none}
.new-arrivals-grid.story-product-grid .product-card{min-width:0;flex:none;scroll-snap-align:none}
.goodify-new-arrivals-pagination{margin-top:42px}
.goodify-new-arrivals-pagination ul.page-numbers{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;border:0}
.goodify-new-arrivals-pagination ul.page-numbers li{margin:0;padding:0;border:0}
.goodify-new-arrivals-pagination .page-numbers{display:grid;place-items:center;min-width:42px;height:42px;padding:0 12px;border:1px solid #dce5ec;border-radius:11px;background:#fff;color:#425a70;font-size:14px;font-weight:800;text-decoration:none;transition:border-color .18s ease,background .18s ease,color .18s ease,transform .18s ease}
.goodify-new-arrivals-pagination a.page-numbers:hover{transform:translateY(-1px);border-color:#a9c7d9;background:#f5fafd;color:var(--gf-blue)}
.goodify-new-arrivals-pagination .page-numbers.current{border-color:var(--gf-blue);background:var(--gf-blue);color:#fff}
.story-empty-state{padding:42px;border:1px solid #dfe8ef;border-radius:18px;background:#f8fafc;text-align:center}
.story-empty-state h2{margin:0;color:#263d53;font-size:28px}
.story-empty-state p{margin:9px 0 0;color:#687c90}
@media(max-width:1050px){
  .new-arrivals-grid.story-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:760px){
  .new-arrivals-hero{padding:48px 0 34px}
  .new-arrivals-hero>.goodify-container{align-items:flex-start;flex-direction:column;gap:22px}
  .new-arrivals-heading h1{font-size:44px;letter-spacing:-1.8px}
  .new-arrivals-heading>p:not(.story-eyebrow){font-size:15px}
  .new-arrivals-meta{max-width:none;width:100%}
  .new-arrivals-products{padding:32px 0 56px}
  .new-arrivals-grid.story-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:100%;padding:0;overflow:visible}
  .new-arrivals-grid.story-product-grid .product-card{flex:none;width:auto}
  .goodify-new-arrivals-pagination{margin-top:32px;overflow-x:auto;scrollbar-width:none}
  .goodify-new-arrivals-pagination::-webkit-scrollbar{display:none}
  .goodify-new-arrivals-pagination ul.page-numbers{justify-content:flex-start;flex-wrap:nowrap;width:max-content;min-width:100%;padding:2px}
}
@media(max-width:420px){
  .new-arrivals-heading h1{font-size:39px}
  .new-arrivals-grid.story-product-grid{gap:9px}
}
