:root {
  --navy: #06213a;
  --navy-2: #0b3153;
  --gold: #c9962e;
  --gold-light: #e5bd67;
  --cream: #f7f4ed;
  --white: #ffffff;
  --text: #172536;
  --muted: #647182;
  --border: #e4e8ec;
  --shadow: 0 24px 70px rgba(6, 33, 58, .12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 100px 0; }

.topbar { background: var(--navy); color: rgba(255,255,255,.82); font-size: 13px; }
.topbar-inner { min-height: 38px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.topbar-links { display: flex; gap: 24px; }
.topbar a:hover { color: var(--gold-light); }

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(6,33,58,.07);
}
.nav-wrap { height: 96px; display: flex; align-items: center; gap: 24px; }
.brand { width: 180px; margin-right: auto; flex: 0 0 180px; }
.brand img { width: 100%; height: 86px; object-fit: contain; }
.nav { display: flex; align-items: center; gap: 18px; font-size: 13px; font-weight: 700; white-space: nowrap; }
.nav a { position: relative; }
.nav a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -8px;
  height: 2px; background: var(--gold); transition: .25s;
}
.nav a:hover::after { right: 0; }
.nav-cta, .btn {
  border: 0; cursor: pointer; display: inline-flex; align-items: center; justify-content: center;
  padding: 14px 24px; border-radius: 12px; font-weight: 800; transition: .25s;
}
.nav-cta { color: white; background: var(--navy); font-size: 13px; padding-inline: 20px; white-space: nowrap; }
.nav-cta:hover { background: var(--gold); color: var(--navy); transform: translateY(-2px); }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 25px; height: 2px; background: var(--navy); margin: 5px 0; }

.hero {
  min-height: 720px; display: flex; align-items: center; position: relative; overflow: hidden;
  background: linear-gradient(135deg, #fbfaf6 0%, #fff 52%, #f0f4f7 100%);
}
.hero::before {
  content: ""; position: absolute; left: -130px; bottom: -270px; width: 520px; height: 520px;
  border: 90px solid rgba(201,150,46,.08); border-radius: 50%;
}
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.hero-orb-one { width: 150px; height: 150px; background: rgba(201,150,46,.13); top: 90px; right: 8%; }
.hero-orb-two { width: 70px; height: 70px; background: rgba(6,33,58,.08); bottom: 80px; left: 42%; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 72px; position: relative; }
.eyebrow {
  display: inline-block; color: var(--gold); text-transform: uppercase; letter-spacing: .16em;
  font-size: 12px; font-weight: 800; margin-bottom: 18px;
}
.hero h1 { margin: 0 0 22px; font-size: clamp(48px, 6vw, 82px); line-height: .98; letter-spacing: -.055em; color: var(--navy); }
.hero h1 em { color: var(--gold); font-style: normal; }
.hero-copy > p { max-width: 620px; font-size: 18px; color: var(--muted); }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; }
.btn-primary { background: var(--gold); color: var(--navy); box-shadow: 0 14px 30px rgba(201,150,46,.24); }
.btn-primary:hover { transform: translateY(-3px); background: var(--gold-light); }
.btn-secondary { border: 1px solid rgba(6,33,58,.18); color: var(--navy); background: white; }
.btn-secondary:hover { transform: translateY(-3px); border-color: var(--gold); }
.hero-trust { display: flex; gap: 40px; margin-top: 44px; padding-top: 28px; border-top: 1px solid var(--border); }
.hero-trust div { display: grid; }
.hero-trust strong { color: var(--navy); font-size: 20px; }
.hero-trust span { color: var(--muted); font-size: 12px; }

.hero-visual { height: 530px; position: relative; }
.hero-product-photo {
  margin: 0; height: auto; position: relative; overflow: hidden; border-radius: 30px;
  background: #f5f3f0; box-shadow: 0 30px 70px rgba(6,33,58,.18);
}
.hero-product-photo::after {
  content: ""; position: absolute; inset: 0; border: 1px solid rgba(6,33,58,.08);
  border-radius: inherit; pointer-events: none;
}
.hero-product-photo img { width: 100%; height: auto; display: block; }
.hero-product-photo figcaption {
  position: absolute; left: 22px; bottom: 20px; padding: 10px 15px; border-radius: 999px;
  background: rgba(6,33,58,.88); color: white; font-size: 11px; font-weight: 800;
  letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(8px);
}
.visual-card { position: absolute; border-radius: var(--radius); box-shadow: var(--shadow); }
.card-main {
  inset: 34px 16px 70px 72px; padding: 36px; background:
  linear-gradient(145deg, var(--navy) 0%, #0a3a61 100%); color: white;
  overflow: hidden;
}
.card-main::after {
  content: ""; position: absolute; width: 310px; height: 310px; border: 55px solid rgba(201,150,46,.2);
  border-radius: 50%; right: -115px; top: -110px;
}
.visual-label { font-weight: 800; letter-spacing: .14em; text-transform: uppercase; font-size: 12px; opacity: .78; }
.plate-demo {
  margin-top: 95px; background: #f9fafb; color: var(--navy); border-radius: 15px;
  border: 7px solid #d9dee3; padding: 13px; text-align: center; position: relative; z-index: 2;
  transform: rotate(-3deg);
}
.plate-strip { background: var(--navy); color: var(--gold-light); padding: 8px; font-weight: 800; letter-spacing: .12em; font-size: 13px; }
.plate-space { padding: 24px 10px 16px; font-size: 31px; font-weight: 800; letter-spacing: .08em; }
.card-key {
  left: 4px; bottom: 16px; width: 178px; height: 170px; background: white; padding: 24px;
  display: flex; align-items: center; justify-content: flex-end; flex-direction: column; gap: 8px;
}
.card-key span, .card-doc > span { font-size: 13px; font-weight: 800; color: var(--navy); }
.keyring { width: 48px; height: 48px; border: 7px solid var(--gold); border-radius: 50%; position: absolute; top: 16px; }
.keytag {
  width: 64px; height: 72px; background: var(--navy); color: var(--gold-light); display: grid; place-items: center;
  font-size: 36px; font-weight: 800; border-radius: 12px 12px 18px 18px; margin-top: 25px;
}
.card-doc {
  right: 0; top: 2px; width: 170px; height: 196px; background: white; padding: 20px;
  display: flex; flex-direction: column; justify-content: space-between;
}
.doc-cover {
  width: 100%; flex: 1; border-radius: 12px; padding: 18px; background: linear-gradient(145deg, #092c49, #061c31);
  color: var(--gold-light); display: flex; flex-direction: column; justify-content: flex-end;
}
.doc-cover span { font-size: 30px; font-weight: 800; }
.doc-cover small { letter-spacing: .14em; font-size: 8px; }

.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 48px; }
.section-heading h2, .about-panel h2, .quote-copy h2 {
  color: var(--navy); font-size: clamp(34px, 4.2vw, 54px); line-height: 1.08; letter-spacing: -.04em; margin: 0;
}
.section-heading > p { max-width: 460px; color: var(--muted); margin: 0; }
.category-section { background: #fff; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.category-card {
  border: 1px solid var(--border); border-radius: var(--radius); padding: 34px; min-height: 570px;
  position: relative; transition: .3s; background: white;
}
.category-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: transparent; }
.category-card.featured { background: var(--navy); color: white; }
.category-card.featured h3, .category-card.featured a { color: var(--gold-light); }
.category-card.featured p, .category-card.featured li { color: rgba(255,255,255,.72); }
.category-number { position: absolute; right: 28px; top: 22px; font-size: 42px; font-weight: 800; color: rgba(6,33,58,.06); }
.featured .category-number { color: rgba(255,255,255,.08); }
.category-icon { width: 94px; height: 94px; border-radius: 22px; background: var(--cream); margin-bottom: 28px; display: grid; place-items: center; }
.category-product-image {
  position: static !important; display: block; width: 100%; height: 205px; margin: 0 0 28px;
  overflow: hidden; border-radius: 20px; background: #f5f4f1;
}
.category-product-image img {
  display: block; width: 100%; height: 100%; object-fit: contain; padding: 10px;
  transition: transform .35s ease;
}
.category-card:hover .category-product-image img { transform: scale(1.045); }
.featured .category-product-image { background: white; }
.featured .category-icon { background: rgba(255,255,255,.09); }
.plate-icon span { width: 62px; height: 30px; border: 5px solid var(--navy); border-radius: 6px; box-shadow: inset 0 -7px 0 var(--gold); }
.featured .plate-icon span { border-color: white; }
.doc-icon span, .key-icon span {
  background: var(--navy); color: var(--gold-light); font-size: 28px; font-weight: 800;
  width: 56px; height: 66px; display: grid; place-items: center; border-radius: 8px;
}
.featured .doc-icon span { background: white; color: var(--navy); }
.key-icon span { border-radius: 50% 50% 14px 14px; }
.category-card h3 { color: var(--navy); font-size: 27px; margin: 0 0 12px; }
.category-card p { color: var(--muted); }
.category-card ul { list-style: none; padding: 0; margin: 24px 0; color: var(--muted); font-size: 14px; }
.category-card li { margin: 8px 0; }
.category-card li::before { content: "✓"; color: var(--gold); font-weight: 800; margin-right: 8px; }
.category-card a { color: var(--navy); font-weight: 800; position: absolute; left: 34px; bottom: 34px; }
.category-card a span { color: var(--gold); margin-left: 6px; }

.about-section { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 30px; }
.about-panel {
  background: var(--navy); color: white; border-radius: var(--radius); padding: 55px;
  display: flex; flex-direction: column; justify-content: center;
}
.eyebrow.light { color: var(--gold-light); }
.about-panel h2, .quote-copy h2 { color: white; }
.about-panel p { color: rgba(255,255,255,.7); margin: 24px 0 34px; }
.btn-gold { background: var(--gold); color: var(--navy); align-self: flex-start; }
.about-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.stat-box { background: white; border-radius: 20px; padding: 30px; }
.stat-box strong { color: var(--gold); font-size: 14px; }
.stat-box h3 { color: var(--navy); margin: 12px 0 8px; }
.stat-box p { color: var(--muted); font-size: 14px; margin: 0; }

.centered { display: block; text-align: center; }
.advantages-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.advantage { text-align: center; padding: 30px 20px; }
.advantage > span {
  width: 64px; height: 64px; margin: 0 auto 18px; display: grid; place-items: center;
  background: var(--cream); border-radius: 20px; color: var(--gold); font-size: 26px;
}
.advantage h3 { color: var(--navy); margin: 0 0 8px; }
.advantage p { color: var(--muted); font-size: 14px; }

.quote-section { background: linear-gradient(145deg, #041c31, #0b3559); color: white; }
.quote-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; }
.quote-copy p { color: rgba(255,255,255,.68); }
.contact-mini { margin-top: 40px; display: grid; gap: 18px; }
.contact-mini div { display: grid; }
.contact-mini small { color: var(--gold-light); text-transform: uppercase; letter-spacing: .15em; }
.contact-mini a { font-weight: 700; }
.quote-form { background: white; color: var(--text); border-radius: var(--radius); padding: 38px; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.quote-form label { display: grid; gap: 8px; margin-bottom: 16px; font-size: 13px; font-weight: 800; color: var(--navy); }
.quote-form input, .quote-form select, .quote-form textarea {
  width: 100%; border: 1px solid var(--border); border-radius: 10px; padding: 13px 14px;
  outline: none; color: var(--text); background: #fbfcfd;
}
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,150,46,.12); }
.form-submit { width: 100%; margin-top: 4px; }
.form-note { color: var(--muted); font-size: 11px; text-align: center; margin-bottom: 0; }

.footer { background: #031626; color: white; padding: 70px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 50px; }
.footer-brand img { width: 160px; height: 95px; object-fit: contain; background: white; border-radius: 12px; padding: 8px; }
.footer-brand p { color: rgba(255,255,255,.55); max-width: 360px; }
.footer h4 { color: var(--gold-light); margin-top: 0; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 11px; }
.footer-grid a { color: rgba(255,255,255,.63); font-size: 14px; }
.footer-grid a:hover { color: white; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08); margin-top: 45px; padding-top: 22px;
  display: flex; justify-content: space-between; color: rgba(255,255,255,.4); font-size: 12px;
}
.whatsapp-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 40; width: 58px; height: 58px;
  background: #25d366; color: white; border-radius: 50%; display: grid; place-items: center;
  font-weight: 800; box-shadow: 0 12px 35px rgba(0,0,0,.2);
}

@media (max-width: 980px) {
  .nav, .nav-cta { display: none; }
  .menu-toggle { display: block; }
  .nav.open {
    display: flex; position: absolute; left: 20px; right: 20px; top: 88px; padding: 24px;
    background: white; flex-direction: column; align-items: flex-start; box-shadow: var(--shadow); border-radius: 16px;
  }
  .hero { min-height: auto; padding: 80px 0; }
  .hero-grid, .about-grid, .quote-grid { grid-template-columns: 1fr; }
  .hero-visual { max-width: 600px; width: 100%; margin: 20px auto 0; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 570px; }
  .advantages-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 72px 0; }
  .topbar-inner > span { display: none; }
  .topbar-inner { justify-content: center; }
  .topbar-links { gap: 15px; font-size: 11px; }
  .nav-wrap { height: 76px; }
  .brand { width: 120px; }
  .brand img { height: 62px; }
  .nav.open { top: 76px; }
  .hero { padding-top: 58px; }
  .hero h1 { font-size: 49px; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .category-product-image { height: 190px; }
  .hero-trust { gap: 18px; justify-content: space-between; }
  .hero-visual { height: 410px; }
  .card-main { inset: 40px 0 45px 35px; padding: 24px; }
  .plate-demo { margin-top: 80px; }
  .plate-space { font-size: 20px; }
  .card-key { width: 135px; height: 145px; }
  .card-doc { width: 140px; height: 170px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 18px; }
  .about-panel { padding: 38px 28px; }
  .about-stats, .advantages-grid, .form-row, .footer-grid { grid-template-columns: 1fr; }
  .quote-form { padding: 26px 20px; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}

.minimum-badge {
  display: inline-flex;
  margin-top: 22px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(201,150,46,.12);
  color: var(--navy);
  font-size: 13px;
}
.minimum-badge strong { margin-left: 5px; color: var(--gold); }
.contact-mini span { color: rgba(255,255,255,.88); font-weight: 600; line-height: 1.5; }
.footer-grid span { color: rgba(255,255,255,.63); font-size: 14px; line-height: 1.5; }
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  align-items: stretch;
}
.product-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: white;
  box-shadow: 0 10px 30px rgba(6,33,58,.06);
  transition: transform .3s ease, box-shadow .3s ease;
}
.product-card:hover { transform: translateY(-6px); box-shadow: 0 20px 45px rgba(6,33,58,.12); }
.product-card > img,
.product-card .product-image-link {
  width: 100%;
  height: 260px;
  flex: 0 0 260px;
  background: #f6f6f4;
}
.product-card > img,
.product-card .product-image-link img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 14px;
  object-fit: contain;
  object-position: center;
}
.product-card-body { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.product-meta { margin-bottom: 9px; color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-card h3 { margin: 0 0 11px; color: var(--navy); font-size: 21px; line-height: 1.25; }
.product-card p { margin: 0 0 18px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.chip { display: inline-flex; margin: 0 6px 7px 0; padding: 7px 10px; border-radius: 999px; background: var(--cream); color: var(--navy); font-size: 11px; font-weight: 700; }
.product-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: auto; padding-top: 18px; }
.product-actions .btn { justify-content: center; padding: 12px 10px; font-size: 12px; }
.catalog-toolbar { display:flex; align-items:center; justify-content:space-between; gap:24px; margin-bottom:30px; padding:20px 24px; background:#fff; border:1px solid #e8e8e8; border-radius:16px; }
.catalog-toolbar strong { color:var(--primary); font-size:1.1rem; }
.catalog-toolbar span { color:#6b7280; }
.catalog-search { width:min(100%, 390px); }
.catalog-search input { width:100%; height:48px; padding:0 18px; border:1px solid #d8dce2; border-radius:10px; font:inherit; color:#1f2937; background:#fafafa; }
.catalog-search input:focus { outline:2px solid rgba(205,31,43,.18); border-color:var(--primary); }
.keychain-card .product-image-link { display:block; overflow:hidden; background:#f5f5f5; }
.keychain-card .product-image-link img { transition:transform .35s ease; }
.keychain-card:hover .product-image-link img { transform:scale(1.035); }
.no-results { text-align:center; padding:64px 24px; border:1px dashed #cfd3d8; border-radius:16px; }
.detail-thumb { padding:0; border:2px solid transparent; border-radius:9px; overflow:hidden; background:none; cursor:pointer; }
.detail-thumb.active { border-color:var(--primary); }
.detail-thumb img { display:block; width:100%; height:100%; object-fit:cover; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
@media (max-width: 980px) {
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .product-grid { grid-template-columns: 1fr; gap: 20px; }
  .product-card > img, .product-card .product-image-link { height: 230px; flex-basis: 230px; }
  .catalog-toolbar { align-items:stretch; flex-direction:column; }
  .catalog-search { width:100%; }
}
.legal-section { background: #f8f9fa; }
.legal-layout { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 34px; align-items: start; }
.legal-nav { position: sticky; top: 122px; display: grid; gap: 6px; padding: 24px; border: 1px solid var(--border); border-radius: 18px; background: white; }
.legal-nav strong { margin-bottom: 8px; color: var(--navy); font-size: 17px; }
.legal-nav a { padding: 11px 12px; border-radius: 9px; color: var(--muted); font-size: 13px; line-height: 1.4; }
.legal-nav a:hover, .legal-nav a.active { background: var(--cream); color: var(--navy); font-weight: 700; }
.legal-content { padding: 44px; border: 1px solid var(--border); border-radius: 22px; background: white; }
.legal-content h2 { margin: 36px 0 12px; color: var(--navy); font-size: 23px; }
.legal-content h2:first-of-type { margin-top: 8px; }
.legal-content p, .legal-content li { color: var(--muted); font-size: 14px; line-height: 1.85; }
.legal-content a { color: var(--gold); font-weight: 700; }
.legal-updated { margin-top: 0; padding-bottom: 18px; border-bottom: 1px solid var(--border); font-size: 12px !important; }
.legal-contact, .cookie-table > div { display: grid; gap: 5px; margin: 24px 0; padding: 20px; border-radius: 14px; background: var(--cream); color: var(--muted); font-size: 13px; }
.legal-contact strong, .cookie-table strong { color: var(--navy); }
.legal-footer-links { margin-top: 34px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); }
.legal-footer-links strong { display: block; margin-bottom: 8px; color: var(--gold-light); font-size: 13px; }
.legal-footer-links a { margin-right: 18px; color: rgba(255,255,255,.62); font-size: 12px; }
.cookie-notice { position: fixed; z-index: 100; right: 20px; bottom: 20px; width: min(440px, calc(100% - 40px)); padding: 20px; border-radius: 16px; background: var(--navy); color: white; box-shadow: 0 22px 60px rgba(0,0,0,.26); }
.cookie-notice p { margin: 0 0 14px; color: rgba(255,255,255,.75); font-size: 12px; line-height: 1.6; }
.cookie-notice a { color: var(--gold-light); font-weight: 700; }
.cookie-notice button { border: 0; border-radius: 9px; padding: 9px 16px; background: var(--gold); color: var(--navy); font-weight: 800; cursor: pointer; }
@media (max-width: 800px) { .legal-layout { grid-template-columns: 1fr; } .legal-nav { position: static; } .legal-content { padding: 28px 22px; } }

.instagram-link { display: inline-flex !important; align-items: center; gap: 9px; }
.instagram-link svg { width: 20px; height: 20px; flex: 0 0 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.instagram-link .instagram-dot { fill: currentColor; stroke: none; }
.instagram-welcome { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; padding: 22px; background: rgba(3,20,36,.58); opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }
.instagram-welcome.show { opacity: 1; visibility: visible; }
.instagram-welcome-card { position: relative; width: min(430px, 100%); padding: 38px 34px 34px; border-radius: 24px; background: #fff; text-align: center; box-shadow: 0 28px 80px rgba(0,0,0,.3); transform: translateY(14px) scale(.98); transition: transform .25s ease; }
.instagram-welcome.show .instagram-welcome-card { transform: translateY(0) scale(1); }
.instagram-welcome-close { position: absolute; top: 13px; right: 15px; width: 36px; height: 36px; border: 0; border-radius: 50%; background: var(--cream); color: var(--navy); font-size: 25px; line-height: 1; cursor: pointer; }
.instagram-welcome-icon { display: grid; place-items: center; width: 66px; height: 66px; margin: 0 auto 18px; border-radius: 19px; color: white; background: linear-gradient(135deg,#833ab4,#e1306c 55%,#fcb045); }
.instagram-welcome-icon svg { width: 38px; height: 38px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.instagram-welcome-icon .instagram-dot { fill: currentColor; stroke: none; }
.instagram-welcome-card h2 { margin: 10px 0 12px; color: var(--navy); font-size: 27px; line-height: 1.2; }
.instagram-welcome-card p { margin: 0 auto 24px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.instagram-welcome-card .btn { justify-content: center; width: 100%; }
@media (max-width: 520px) { .instagram-welcome-card { padding: 34px 22px 26px; } .instagram-welcome-card h2 { font-size: 23px; } }
