/*
Theme Name: Goooxtex
Theme URI: https://www.goooxtex.com
Author: Goooxtex
Author URI: https://www.goooxtex.com
Description: Custom theme for Goooxtex perfume pump manufacturer — minimal modern design with Elementor page editing, product showcase and WhatsApp integration.
Version: 1.1.6
Requires at least: 6.0
License: GNU General Public License v2 or later
Text Domain: goooxtex
*/

/* ===== Goooxtex — Minimal Modern English Site ===== */
:root {
  --ink: #14161f;
  --ink-soft: #565d6e;
  --muted: #9aa0ae;
  --gold: #b8862b;
  --gold-deep: #97701f;
  --gold-soft: #f6efe1;
  --bg: #ffffff;
  --bg-soft: #faf9f6;
  --border: #e8e5dd;
  --wa: #25d366;
  --wa-dark: #128c7e;
  --radius: 16px;
  --shadow: 0 1px 2px rgba(20,22,31,.05), 0 10px 30px rgba(20,22,31,.06);
  --shadow-lg: 0 6px 12px rgba(20,22,31,.06), 0 24px 60px rgba(20,22,31,.10);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: "Helvetica Neue", Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.serif { font-family: Georgia, "Times New Roman", "Songti SC", serif; }

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 13px 26px; border-radius: 10px; font-size: 15px; font-weight: 600;
  border: 1px solid transparent; cursor: pointer; transition: all .22s;
}
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #000; transform: translateY(-1px); box-shadow: 0 10px 24px rgba(20,22,31,.22); }
.btn-gold { background: var(--gold); color: #fff; }
.btn-gold:hover { background: var(--gold-deep); transform: translateY(-1px); box-shadow: 0 10px 24px rgba(184,134,43,.3); }
.btn-wa { background: var(--wa); color: #fff; }
.btn-wa:hover { background: #1eb958; transform: translateY(-1px); box-shadow: 0 10px 24px rgba(37,211,102,.32); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--border); }
.btn-ghost:hover { border-color: var(--ink); }
.btn-lg { padding: 15px 32px; font-size: 16px; border-radius: 12px; }
.btn-sm { padding: 9px 18px; font-size: 14px; border-radius: 9px; }

/* ===== Section ===== */
.gxt-section { padding: 92px 0; }
.section-head { max-width: 640px; margin-bottom: 52px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.eyebrow {
  display: inline-block; font-size: 12.5px; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 14px;
}
.eyebrow::before { content: "— "; letter-spacing: 0; }
.section-title { font-size: 40px; line-height: 1.25; font-weight: 700; letter-spacing: -.01em; margin-bottom: 16px; }
.section-desc { font-size: 16.5px; color: var(--ink-soft); }

/* ===== Header ===== */
header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.88); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}
nav { display: flex; align-items: center; justify-content: space-between; height: 74px; gap: 24px; }
.logo { display: flex; align-items: baseline; gap: 3px; font-size: 22px; font-weight: 700; letter-spacing: .06em; }
.logo .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); display: inline-block; margin-left: 2px; }
.nav-links { display: flex; gap: 34px; list-style: none; }
.nav-links a { font-size: 15px; font-weight: 500; color: var(--ink-soft); transition: color .2s; position: relative; padding: 4px 0; }
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px;
  background: var(--gold); transition: width .25s;
}
.nav-links a:hover, .nav-links a.active { color: var(--ink); }
.nav-links li.current-menu-item > a { color: var(--ink); }
.nav-links a.active::after, .nav-links li.current-menu-item > a::after, .nav-links a:hover::after { width: 100%; }
.nav-right { display: flex; align-items: center; gap: 14px; }
.wa-num { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: var(--wa-dark); }
.wa-num svg { width: 18px; height: 18px; }
.burger { display: none; background: none; border: none; font-size: 26px; cursor: pointer; color: var(--ink); }

/* ===== Mobile nav ===== */
.mobile-nav {
  display: none; flex-direction: column; gap: 4px; padding: 10px 24px 22px;
  background: #fff; border-bottom: 1px solid var(--border);
}
.mobile-nav a { padding: 12px 4px; font-size: 16px; font-weight: 500; color: var(--ink-soft); border-bottom: 1px solid var(--border); }
.mobile-nav a:last-child { border-bottom: none; }
.mobile-nav.open { display: flex; }

/* ===== Hero ===== */
.gx-hero {
  overflow: hidden;
  background:
    radial-gradient(900px 480px at 88% -10%, #f3e9d6 0%, transparent 60%),
    radial-gradient(700px 420px at -5% 108%, #f0f4fb 0%, transparent 55%),
    var(--bg);
}
.hero-meta { display: flex; gap: 28px; flex-wrap: wrap; }
.hero-meta .m { display: flex; flex-direction: column; }
.hero-meta .m b { font-size: 22px; font-weight: 800; }
.hero-meta .m span { font-size: 13px; color: var(--muted); }

.hero-visual { position: relative; }
.pump-stage {
  aspect-ratio: 1 / 1; max-width: 460px; width: 100%;
  border-radius: 24px; overflow: hidden; position: relative;
  background: linear-gradient(145deg, #1c2233 0%, #333c55 100%);
  box-shadow: var(--shadow-lg); display: flex; align-items: center; justify-content: center;
}
.pump-stage img { width: 74%; height: 74%; object-fit: contain; }
.hero-chip {
  position: absolute; background: #fff; border: 1px solid var(--border);
  border-radius: 12px; box-shadow: var(--shadow); padding: 12px 18px;
  font-size: 13.5px; font-weight: 600; display: flex; align-items: center; gap: 10px;
  animation: floaty 5s ease-in-out infinite;
}
.hero-chip .d { width: 9px; height: 9px; border-radius: 50%; background: var(--wa); }
.chip-1 { top: 24px; right: -14px; }
.chip-2 { bottom: 28px; left: -16px; animation-delay: 2.4s; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

/* ===== Admin-editable site photos (production line etc.) ===== */
.site-photo { border-radius: 24px; overflow: hidden; box-shadow: var(--shadow-lg); background: var(--bg-soft); }
.site-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.site-photo-hero { aspect-ratio: 4 / 3; max-width: 480px; width: 100%; }
.site-photo-split { aspect-ratio: 4 / 3; width: 100%; }

/* ===== Marquee trust bar ===== */
.trust { padding: 26px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--bg-soft); }
.trust-row { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; align-items: center; }
.trust-row span { font-size: 13px; font-weight: 600; letter-spacing: .05em; color: var(--muted); text-transform: uppercase; }

/* ===== Products grid ===== */
.products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.related-products { margin-top: 72px; }
.related-products h2 { font-size: 24px; margin-bottom: 26px; }
.p-card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  overflow: hidden; transition: all .25s; display: flex; flex-direction: column;
}
.p-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: #d8d2c2; }
.p-img { aspect-ratio: 1 / 1; overflow: hidden; position: relative; background: var(--bg-soft); }
.p-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.p-card:hover .p-img img { transform: scale(1.05); }
.p-tag {
  position: absolute; top: 14px; left: 14px; background: var(--gold); color: #fff;
  font-size: 11.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  padding: 5px 11px; border-radius: 999px;
}
.p-tag.static { position: static; display: inline-block; margin-bottom: 14px; }
.p-body { padding: 22px 22px 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.p-body h3 { font-size: 17.5px; font-weight: 700; line-height: 1.45; letter-spacing: -.01em; }
.p-body p { font-size: 13.5px; color: var(--ink-soft); line-height: 1.6; }
.p-more { margin-top: auto; font-size: 14px; font-weight: 700; color: var(--gold); display: inline-flex; align-items: center; gap: 6px; }
.p-more::after { content: "→"; transition: transform .2s; }
.p-card:hover .p-more::after { transform: translateX(4px); }

/* ===== Why us ===== */
.gx-band { background: var(--bg-soft); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.f-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 30px 26px; transition: all .25s; }
.f-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.f-icon {
  width: 46px; height: 46px; border-radius: 12px; background: var(--gold-soft);
  color: var(--gold); display: flex; align-items: center; justify-content: center;
  font-size: 20px; margin-bottom: 18px;
}
.f-card h3 { font-size: 17px; font-weight: 700; margin-bottom: 8px; }
.f-card p { font-size: 14px; color: var(--ink-soft); }

/* ===== About teaser / split ===== */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.split-visual {
  aspect-ratio: 1 / 1; border-radius: 24px; overflow: hidden; position: relative;
  background: linear-gradient(150deg, #20263a, #3d4a6b); display: flex;
  align-items: center; justify-content: center; box-shadow: var(--shadow-lg);
}
.split-visual img { width: 58%; height: 58%; object-fit: contain; }

/* ===== Stats band ===== */
.stats { background: var(--ink); color: #fff; padding: 76px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; text-align: center; }
.stat b { font-size: 44px; font-weight: 800; color: #e8c57a; }
.stat span { display: block; font-size: 14px; color: #9aa0b8; margin-top: 6px; }

/* ===== CTA ===== */
.gx-cta { text-align: center; background:
  radial-gradient(700px 300px at 50% 0%, var(--gold-soft) 0%, transparent 65%), var(--bg); }
.cta h2 { font-size: 38px; margin-bottom: 14px; }
.cta p { color: var(--ink-soft); max-width: 560px; margin: 0 auto 34px; font-size: 16.5px; }
.cta .big-wa { font-size: 21px; font-weight: 800; color: var(--wa-dark); display: inline-flex; align-items: center; gap: 12px; margin-bottom: 8px; }
.cta .big-wa svg { width: 26px; height: 26px; }

/* ===== Page hero ===== */
/* padding is controlled by Elementor (applied on .e-con-inner via CSS var) — do not duplicate here */
.page-hero { background: var(--bg-soft); border-bottom: 1px solid var(--border); }
.page-hero h1 { font-size: 46px; margin-bottom: 14px; }
.page-hero p { font-size: 17px; color: var(--ink-soft); max-width: 640px; }
.breadcrumb { font-size: 13px; color: var(--muted); margin-bottom: 18px; }
.breadcrumb a { color: var(--gold); }
.timeline { display: grid; gap: 26px; max-width: 760px; }
.tl-item { display: flex; gap: 22px; }
.tl-year { flex: none; width: 92px; font-size: 15px; font-weight: 800; color: var(--gold); padding-top: 3px; }
.tl-item .bar { width: 3px; border-radius: 3px; background: var(--gold-soft); position: relative; }
.tl-item .bar::before { content: ""; position: absolute; top: 6px; left: -4px; width: 11px; height: 11px; border-radius: 50%; background: var(--gold); }
.tl-body h4 { font-size: 17px; font-weight: 700; margin-bottom: 5px; }
.tl-body p { font-size: 14.5px; color: var(--ink-soft); }
.value-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.value-card { border: 1px solid var(--border); border-radius: var(--radius); padding: 26px 22px; background: #fff; }
.value-card .v-num { font-size: 30px; font-weight: 800; color: var(--gold-soft); }
.value-card .v-num strong { color: var(--gold); }
.value-card h3 { font-size: 18px; margin: 12px 0 8px; }
.value-card p { font-size: 14.5px; color: var(--ink-soft); }
.certs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.cert { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 24px 20px; text-align: center; }
.cert .c-badge { font-size: 26px; margin-bottom: 8px; }
.cert h4 { font-size: 15px; font-weight: 700; }
.cert p { font-size: 12.5px; color: var(--muted); }

/* ===== Product detail ===== */
.detail-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: start; }
.detail-media { position: sticky; top: 96px; }

/* --- Multi-image gallery carousel --- */
.gx-gallery-main {
  aspect-ratio: 1 / 1; border-radius: 22px; overflow: hidden; position: relative;
  box-shadow: var(--shadow); background: var(--bg-soft);
}
.gx-slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .25s ease; }
.gx-slide.active { opacity: 1; }
.gx-nav {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;
  width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--border);
  background: rgba(255,255,255,.94); color: var(--ink); font-size: 26px; line-height: 1;
  display: flex; align-items: center; justify-content: center; cursor: pointer;
  box-shadow: var(--shadow); opacity: 0; transition: opacity .2s, background .2s; padding-bottom: 4px;
}
.gx-gallery-main:hover .gx-nav, .gx-nav:focus-visible { opacity: 1; }
.gx-prev { left: 14px; } .gx-next { right: 14px; }
.gx-nav:hover { background: #fff; }
.gx-counter {
  position: absolute; right: 14px; bottom: 14px; z-index: 2;
  background: rgba(20,22,31,.66); color: #fff; font-size: 12.5px; letter-spacing: .04em;
  padding: 5px 12px; border-radius: 999px; backdrop-filter: blur(4px);
}
.gx-thumbs { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.gx-thumb {
  width: 74px; height: 74px; border-radius: 12px; overflow: hidden; cursor: pointer; padding: 0;
  border: 2px solid transparent; background: var(--bg-soft); transition: border-color .18s, opacity .18s;
}
.gx-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gx-thumb:hover { opacity: .85; }
.gx-thumb.active { border-color: var(--gold); }
.gx-spec-heading {
  font-family: Georgia, 'Times New Roman', serif; font-size: 21px; font-weight: 700;
  margin: 6px 0 14px; letter-spacing: .01em;
}
.detail-info .table-card { margin-bottom: 30px; }
.detail-info .spec-table td:first-child { width: 38%; }
.detail-info h1 { font-size: 34px; line-height: 1.3; margin-bottom: 16px; }
.detail-info > p { color: var(--ink-soft); font-size: 15.5px; margin-bottom: 24px; }
.spec-chips { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 26px; }
.spec-chip { background: var(--bg-soft); border: 1px solid var(--border); border-radius: 12px; padding: 13px 16px; }
.spec-chip span { display: block; font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 3px; }
.spec-chip b { font-size: 14.5px; font-weight: 700; }
.feature-list { list-style: none; margin-bottom: 30px; display: grid; gap: 10px; }
.feature-list li { font-size: 14.5px; color: var(--ink-soft); display: flex; gap: 10px; }
.feature-list li::before { content: "✓"; color: var(--gold); font-weight: 800; flex: none; }
.detail-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.spec-table { width: 100%; border-collapse: collapse; margin-top: 8px; }
.spec-table td { padding: 13px 16px; border-bottom: 1px solid var(--border); font-size: 14.5px; }
.spec-table td:first-child { width: 210px; color: var(--muted); font-weight: 600; }
.spec-table tr:last-child td { border-bottom: none; }
.table-card { border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; background: #fff; }

/* ===== Contact ===== */
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: start; }
.contact-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; display: flex; gap: 18px; align-items: flex-start; transition: all .2s; }
.contact-card:hover { box-shadow: var(--shadow); }
.contact-card .c-icon {
  flex: none; width: 48px; height: 48px; border-radius: 13px; background: var(--gold-soft);
  color: var(--gold); display: flex; align-items: center; justify-content: center; font-size: 20px;
}
.contact-card h4 { font-size: 16px; font-weight: 700; }
.contact-card p { font-size: 14.5px; color: var(--ink-soft); word-break: break-all; }
.contact-list { display: grid; gap: 18px; margin-top: 30px; }
.wa-big {
  background: linear-gradient(120deg, #128c7e, #25d366); color: #fff; border: none;
}
.wa-big p { color: rgba(255,255,255,.92); font-size: 15px; }
.wa-big h4 { color: #fff; font-size: 19px; }
.wa-big .c-icon { background: rgba(255,255,255,.18); color: #fff; }
form.gxt-form { background: #fff; border: 1px solid var(--border); border-radius: 20px; padding: 36px; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 13.5px; font-weight: 600; margin-bottom: 7px; }
.field input, .field textarea, .field select {
  width: 100%; padding: 12px 14px; border: 1px solid var(--border); border-radius: 10px;
  font-size: 14.5px; font-family: inherit; color: var(--ink); background: var(--bg-soft); transition: all .2s;
}
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none; border-color: var(--gold); background: #fff; box-shadow: 0 0 0 3px rgba(184,134,43,.12);
}
.field textarea { resize: vertical; min-height: 120px; }
.form-note { font-size: 12.5px; color: var(--muted); margin-top: 12px; }

/* ===== Toast ===== */
.toast {
  position: fixed; bottom: 30px; left: 50%; transform: translateX(-50%) translateY(90px);
  background: var(--ink); color: #fff; padding: 14px 28px; border-radius: 12px;
  font-size: 14.5px; box-shadow: var(--shadow-lg); opacity: 0; transition: all .35s; z-index: 300;
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ===== WhatsApp float ===== */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 200;
  width: 58px; height: 58px; border-radius: 50%;
  background: var(--wa); color: #fff; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 30px rgba(37,211,102,.45); transition: all .25s;
}
.wa-float:hover { transform: scale(1.1); background: #1eb958; }
.wa-float svg { width: 30px; height: 30px; }

/* ===== Footer ===== */
footer { background: var(--ink); color: #9aa0ae; padding: 70px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 44px; margin-bottom: 52px; }
.footer-grid h5 { color: #fff; font-size: 14.5px; font-weight: 700; margin-bottom: 18px; letter-spacing: .03em; }
.footer-grid ul { list-style: none; }
.footer-grid li { margin-bottom: 11px; font-size: 14px; }
.footer-grid a:hover { color: #fff; }
.footer-brand .logo { color: #fff; font-size: 21px; }
.footer-brand p { font-size: 14px; max-width: 300px; margin-top: 16px; }
.footer-wa { display: inline-flex; align-items: center; gap: 9px; color: #fff; font-weight: 700; font-size: 15.5px; margin-top: 16px; }
.footer-wa svg { width: 19px; height: 19px; color: var(--wa); }
.footer-bottom { border-top: 1px solid #23283a; padding-top: 26px; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: 13px; }

/* ===== Responsive ===== */
@media (max-width: 1024px) {
  .split, .detail-grid, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .features-grid { grid-template-columns: 1fr 1fr; }
  .value-cards { grid-template-columns: 1fr 1fr; }
  .certs { grid-template-columns: 1fr 1fr; }
  .pump-stage { margin: 0 auto; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .detail-media { position: static; }
  .products-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .gxt-section { padding: 68px 0; }
  .nav-links, .nav-right .wa-num { display: none; }
  .burger { display: block; }
  .section-title { font-size: 32px; }
  .form-row { grid-template-columns: 1fr; }
  .spec-chips { grid-template-columns: 1fr 1fr; }
  .gx-nav { width: 36px; height: 36px; font-size: 22px; opacity: 1; }
  .gx-thumb { width: 58px; height: 58px; border-radius: 10px; }
  .gx-spec-heading { font-size: 19px; }
  .detail-info h1 { font-size: 28px; }
  .products-grid { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .features-grid, .value-cards { grid-template-columns: 1fr; }
  .spec-chips { grid-template-columns: 1fr; }
  .trust-row { justify-content: center; }
}

/* ===== Elementor integration helpers ===== */
/* Elementor containers used for the hero / CTA / band backgrounds */
.elementor-section.gx-hero > .e-con-inner, .e-con.gx-hero > .e-con-inner { max-width: 1180px; }
/* Hero 两栏比例：左侧文字 55%，右侧视觉 45%，消除右侧大片空白 */
.e-con.gx-hero > .e-con-inner > .e-con.e-con-full { flex: 1 1 0; min-width: 0; }
.e-con.gx-hero > .e-con-inner > .e-con.e-con-full:first-child { flex: 1 1 55%; max-width: 56%; }
.e-con.gx-hero > .e-con-inner > .e-con.e-con-full:last-child { flex: 1 1 45%; }
.gx-hero h1 { font-size: 42px; }
.gx-cta h2 { font-size: 38px; margin-bottom: 14px; }
.gx-cta p { color: var(--ink-soft); max-width: 560px; margin: 0 auto 34px; font-size: 16.5px; }
.gx-cta .big-wa { font-size: 21px; font-weight: 800; color: var(--wa-dark); display: inline-flex; align-items: center; gap: 12px; margin-bottom: 8px; }
.gx-cta .big-wa svg { width: 26px; height: 26px; }
@media (max-width: 768px) { .gx-hero h1 { font-size: 30px; } .e-con.gx-hero > .e-con-inner > .e-con.e-con-full:first-child { max-width: 100%; } }
