@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800;900&family=Inter:wght@400;600;700;800;900&display=swap');

:root {
  --bg: #030406;
  --panel: rgba(16, 17, 20, 0.86);
  --panel2: rgba(8, 9, 12, 0.92);
  --stroke: rgba(255,255,255,.14);
  --white: #fff;
  --muted: rgba(255,255,255,.74);
  --yellow: #ffd400;
  --pink: #ff3b7b;
  --cyan: #00d8ff;
  --green: #20c463;
  --brown: #7a4a2a;
  --purple: #8d4dff;
  --orange: #ff8a00;
  --red: #ff2f3d;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
  color: var(--white);
  background:
    radial-gradient(circle at 82% 12%, rgba(0,216,255,.16), transparent 32%),
    radial-gradient(circle at 8% 20%, rgba(255,59,123,.09), transparent 30%),
    radial-gradient(circle at 78% 92%, rgba(255,212,0,.08), transparent 30%),
    #030406;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 10% 50%, rgba(255,255,255,.08) 0 1px, transparent 2px) 0 0/22px 22px,
    linear-gradient(120deg, transparent 0 68%, rgba(0,216,255,.04), transparent 80%);
  opacity: .28;
  pointer-events: none;
  z-index: -1;
}

a { color: inherit; text-decoration: none; }

.topbar {
  width: 100%;
  min-height: 112px;
  display: flex;
  align-items: center;
  padding: 12px 5.4%;
  gap: 26px;
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(3,4,6,.78);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.brand img {
  width: 155px;
  max-height: 95px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 16px 22px rgba(0,0,0,.55));
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-left: auto;
}

.nav a {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .2px;
  color: rgba(255,255,255,.92);
  position: relative;
  padding: 12px 0;
}

.nav a.active,
.nav a:hover { color: var(--yellow); }

.nav a.active::after {
  content: "";
  height: 3px;
  border-radius: 8px;
  background: var(--yellow);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
}

.top-actions {
  display: flex;
  align-items: center;
  gap: 17px;
}

.icon-link {
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.insta { color: var(--pink); }
.whats { color: var(--cyan); }

.quote-btn {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-size: 18px;
  color: var(--yellow);
  padding: 14px 25px;
  border: 2px solid var(--yellow);
  border-radius: 999px;
  box-shadow: 0 0 22px rgba(255,212,0,.16);
}

.quote-btn span { font-size: 24px; margin-left: 10px; }

.menu-toggle {
  display: none;
  background: none;
  border: 0;
  color: white;
  font-size: 30px;
  margin-left: auto;
}

.hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  align-items: center;
  gap: 32px;
  padding: 42px 6% 20px;
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -45px;
  height: 150px;
  background: linear-gradient(to bottom, transparent, #030406);
  pointer-events: none;
}

.eyebrow {
  font-family: "Barlow Condensed", sans-serif;
  color: var(--yellow);
  font-weight: 900;
  text-transform: uppercase;
  font-size: clamp(22px, 2vw, 28px);
  margin-bottom: 18px;
}

h1 {
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: clamp(55px, 7vw, 92px);
  line-height: .92;
  letter-spacing: -1px;
  margin-bottom: 18px;
  text-shadow: 0 12px 36px rgba(0,0,0,.55);
}

.yellow { color: var(--yellow); }
.cyan { color: var(--cyan); }
.pink { color: var(--pink); }
.yellow-bg { background: var(--yellow); }
.cyan-bg { background: var(--cyan); }
.pink-bg { background: var(--pink); }

.subtitle {
  max-width: 430px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
  margin-bottom: 30px;
}

.hero-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 17px 28px;
  border-radius: 999px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 19px;
  font-weight: 900;
  text-transform: uppercase;
  min-width: 178px;
  justify-content: center;
}

.btn-yellow {
  background: var(--yellow);
  color: #080808;
  box-shadow: 0 12px 35px rgba(255,212,0,.32);
}

.btn-outline {
  border: 2px solid var(--cyan);
  color: white;
  background: rgba(0,216,255,.03);
}

.benefits {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
  color: rgba(255,255,255,.83);
  font-size: 14px;
}

.benefits span {
  display: inline-block;
  font-size: 30px;
  margin-right: 8px;
  vertical-align: middle;
}

.hero-visual {
  position: relative;
  min-height: 470px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-visual::before,
.hero-visual::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(30px);
  opacity: .35;
}

.hero-visual::before {
  width: 330px;
  height: 330px;
  background: var(--cyan);
  right: 10%;
  top: 10%;
}

.hero-visual::after {
  width: 320px;
  height: 250px;
  background: var(--pink);
  right: 3%;
  bottom: 15%;
}

.hero-visual img {
  width: min(100%, 640px);
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 45px 55px rgba(0,0,0,.45));
}

.models-section {
  padding: 38px 3% 18px;
  position: relative;
  z-index: 2;
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin: 18px 0 30px;
  text-align: center;
}

.section-heading h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(30px, 3.4vw, 42px);
  text-transform: uppercase;
  font-weight: 900;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  display: inline-block;
  box-shadow: 0 0 20px currentColor;
}

/* ==========================
   CARROSSEL DE CANECAS V2
========================== */

.models-shell {
  position: relative;
  background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025));
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 25px;
  padding: 24px 58px;
  box-shadow: 0 28px 80px rgba(0,0,0,.35);
}

.models-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 230px;
  gap: 22px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 8px 2px 14px;
  scrollbar-width: none;
}

.models-track::-webkit-scrollbar { display: none; }

.model-card {
  width: 230px;
  min-width: 230px;
  height: 365px;
  padding: 18px 14px 20px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.025));
  border: 1px solid rgba(255,255,255,.16);
  text-align: center;
  scroll-snap-align: start;
  cursor: pointer;
  transition: transform .2s ease, border .2s ease, box-shadow .2s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.model-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--yellow), var(--pink), var(--cyan));
  opacity: .78;
}

.model-card:hover,
.model-card.active {
  transform: translateY(-7px);
  border-color: rgba(255,212,0,.55);
  box-shadow: 0 0 0 1px rgba(255,212,0,.13), 0 24px 50px rgba(0,0,0,.45);
}

.model-card img {
  width: 100%;
  height: 165px;
  max-height: 165px;
  object-fit: contain;
  object-position: center;
  display: block;
  margin: 0 auto 14px;
  flex: 0 0 165px;
}

.model-card h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 23px;
  line-height: 1.05;
  font-weight: 900;
  margin-bottom: 8px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.model-card p {
  color: rgba(255,255,255,.76);
  line-height: 1.35;
  font-size: 14px;
  min-height: 58px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.model-card button {
  border: 0;
  padding: 11px 20px;
  margin-top: auto;
  border-radius: 999px;
  background: var(--pink);
  color: white;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
}

.model-card:nth-child(even) button { background: #089fd0; }

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 2px solid var(--pink);
  background: rgba(0,0,0,.65);
  color: var(--pink);
  font-size: 38px;
  line-height: .6;
  cursor: pointer;
  z-index: 5;
}

.arrow.left { left: 12px; }
.arrow.right { right: 12px; }

.customizer {
  margin: 20px 3% 0;
  min-height: 360px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.12);
  background:
    linear-gradient(90deg, rgba(255,255,255,.06), rgba(255,255,255,.02)),
    #06070a;
  display: grid;
  grid-template-columns: .9fr 1.35fr .88fr;
  gap: 25px;
  align-items: stretch;
  padding: 28px 32px;
  position: relative;
  overflow: hidden;
}

.customizer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 0 90%, rgba(255,212,0,.25), transparent 18%),
    radial-gradient(circle at 100% 95%, rgba(0,216,255,.18), transparent 20%);
  pointer-events: none;
}

.customizer > * { position: relative; z-index: 2; }

.customizer-copy h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(34px, 4vw, 45px);
  line-height: .95;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.customizer-copy h2 span { color: var(--yellow); }

.customizer-copy p {
  color: rgba(255,255,255,.78);
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 260px;
}

.upload-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 25px;
  border-radius: 999px;
  background: var(--pink);
  color: white;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 15px 30px rgba(255,59,123,.22);
}

.upload-btn input { display: none; }

.file-note {
  font-size: 13px;
  margin: 15px 0 18px !important;
  opacity: .9;
}

.field { margin-top: 14px; }

.field label {
  display: block;
  font-weight: 800;
  font-size: 13px;
  margin-bottom: 7px;
  color: rgba(255,255,255,.9);
}

.field input,
.field textarea {
  width: 100%;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  padding: 12px 13px;
  color: white;
  outline: 0;
  resize: vertical;
}

.preview-stage {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.grid-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: .27;
  mask-image: radial-gradient(ellipse at center, black 0 48%, transparent 72%);
}

.preview-mug-base {
  width: min(92%, 440px);
  max-height: 340px;
  object-fit: contain;
  filter: drop-shadow(0 35px 32px rgba(0,0,0,.4));
  z-index: 2;
}

.print-area {
  position: absolute;
  z-index: 4;
  width: 150px;
  height: 124px;
  left: 50%;
  top: 48%;
  transform: translate(-55%, -42%);
  border: 2px dashed rgba(0,163,255,.95);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #111;
  font-size: 26px;
  line-height: .98;
  font-family: "Barlow Condensed", sans-serif;
  pointer-events: none;
  overflow: hidden;
  border-radius: 3px;
}

.print-area img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: none;
  background: rgba(255,255,255,.55);
}

.print-area strong { color: var(--pink); }

.tip {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 13px;
  background: rgba(0,0,0,.5);
  color: rgba(255,255,255,.86);
  padding: 8px 13px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.1);
}

.controls-panel {
  align-self: center;
  border: 1px solid rgba(255,255,255,.17);
  background: rgba(0,0,0,.35);
  border-radius: 18px;
  padding: 23px;
}

.controls-panel h3 {
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  margin: 5px 0 13px;
}

.selected-box {
  background: rgba(255,255,255,.065);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px;
  padding: 12px;
  margin-bottom: 11px;
}

.selected-box small {
  display: block;
  color: rgba(255,255,255,.55);
  margin-bottom: 5px;
}

.selected-box strong { color: var(--yellow); }

.color-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 16px 0 24px;
}

.color {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.25);
  cursor: pointer;
  flex: 0 0 32px;
}

.color.selected {
  outline: 3px solid white;
  outline-offset: 3px;
}

.color.white { background: #fff; }
.color.black { background: #050505; }
.color.yellow { background: var(--yellow); }
.color.pink { background: var(--pink); }
.color.cyan { background: #08a9d9; }
.color.brown { background: var(--brown); }
.color.purple { background: var(--purple); }
.color.green { background: var(--green); }
.color.orange { background: var(--orange); }
.color.red { background: var(--red); }

.clear-btn,
.whatsapp-order {
  width: 100%;
  border: 0;
  border-radius: 999px;
  padding: 14px 18px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 19px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 12px;
}

.clear-btn {
  color: var(--pink);
  background: transparent;
  border: 1px solid rgba(255,255,255,.18);
}

.whatsapp-order {
  color: white;
  background: var(--green);
  box-shadow: 0 14px 35px rgba(32,196,99,.25);
}

.steps { padding: 5px 5% 28px; }

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.step {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 86px;
  padding: 18px 22px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.025));
  position: relative;
}

.step:not(:last-child)::after {
  content: "›";
  position: absolute;
  right: -15px;
  color: var(--yellow);
  font-size: 38px;
  z-index: 2;
}

.step .icon { font-size: 34px; }

.step strong {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}

.step p { color: rgba(255,255,255,.74); }

footer {
  margin: 0 5%;
  border-top: 1px solid rgba(255,255,255,.12);
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.1fr;
  gap: 38px;
  padding: 30px 0;
}

footer img {
  width: 155px;
  display: block;
  margin-bottom: 8px;
}

footer p,
footer a {
  color: rgba(255,255,255,.78);
  line-height: 1.75;
  display: block;
  font-size: 14px;
}

footer h4 {
  font-family: "Barlow Condensed", sans-serif;
  color: var(--yellow);
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 12px;
}

footer div:nth-child(3) h4 { color: var(--pink); }

.copyright {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 15px 5%;
  color: rgba(255,255,255,.7);
  font-size: 13px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1000px) {
  .topbar { min-height: 86px; }
  .brand img { width: 115px; }
  .menu-toggle { display: block; }
  .nav {
    display: none;
    position: absolute;
    top: 86px;
    left: 0;
    right: 0;
    padding: 18px 6%;
    background: rgba(3,4,6,.97);
    flex-direction: column;
    align-items: flex-start;
  }
  .nav.open { display: flex; }
  .top-actions { display: none; }
  .hero { grid-template-columns: 1fr; text-align: center; padding-top: 26px; }
  .subtitle { margin-left: auto; margin-right: auto; }
  .hero-buttons, .benefits { justify-content: center; }
  .customizer { grid-template-columns: 1fr; }
  .print-area { width: 122px; height: 100px; top: 49%; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .step::after { display: none; }
  footer { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  h1 { font-size: 52px; }
  .hero-visual { min-height: auto; }
  .models-shell { padding: 18px 42px; }
  .models-track { grid-auto-columns: 220px; }
  .model-card {
    width: 220px;
    min-width: 220px;
    height: 355px;
  }
  .model-card img {
    height: 155px;
    max-height: 155px;
    flex-basis: 155px;
  }
  .customizer { margin-left: 0; margin-right: 0; border-radius: 0; padding: 24px 18px; }
  .steps-grid { grid-template-columns: 1fr; }
  .tip { position: relative; margin-top: 14px; white-space: normal; text-align: center; }
}

.account-menu-wrapper {
    position: relative;
}

.header-icon-button.account-menu-button {
    display: flex;
    align-items: center;
    gap: 10px;

    min-height: 46px;
    padding: 8px 14px;

    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;

    background: rgba(255, 255, 255, 0.06);
    color: #fff;

    cursor: pointer;
}

.account-menu-icon {
    font-size: 21px;
}

.account-menu-text {
    display: grid;
    text-align: left;
}

.account-menu-text small {
    color: rgba(255, 255, 255, 0.62);
    font-size: 10px;
    font-weight: 700;
}

.account-menu-text strong {
    font-size: 13px;
}

.account-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 100;

    width: 220px;
    padding: 10px;

    display: none;

    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 18px;

    background: #0a0b0e;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.42);
}

.account-dropdown.open {
    display: grid;
}

.account-dropdown a,
.account-dropdown button {
    width: 100%;
    padding: 12px 13px;

    border: 0;
    border-radius: 12px;

    background: transparent;
    color: #fff;

    font: inherit;
    font-size: 13px;
    font-weight: 800;
    text-align: left;
    text-decoration: none;

    cursor: pointer;
}

.account-dropdown a:hover,
.account-dropdown button:hover {
    background: rgba(255, 255, 255, 0.07);
}

.account-logged-options {
    display: grid;
}

.account-logged-options button {
    color: #ff7b7b;
}

.hidden {
    display: none !important;
}

@media (max-width: 700px) {
    .account-menu-text {
        display: none;
    }

    .header-icon-button.account-menu-button {
        width: 44px;
        height: 44px;
        padding: 0;
        justify-content: center;
    }

    .account-dropdown {
        right: -45px;
    }
} 

.hero-info{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:18px;

    margin-top:45px;

}

.hero-info div{

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    border-radius:16px;

    padding:18px;

}

.hero-info strong{

    display:block;

    color:#FFD400;

    margin-bottom:8px;

    font-size:17px;

}

.hero-info span{

    color:#d7d7d7;

    font-size:14px;

}

.hero-image-box{

    display:flex;

    justify-content:center;

    align-items:center;

}

.hero-image-box img{

    width:100%;

    max-width:650px;

    animation:flutuar 5s ease-in-out infinite;

}

@keyframes flutuar{

    0%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-12px);

    }

    100%{

        transform:translateY(0);

    }

}
