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

:root {
  --primary-color: #fc6736;
  --secondary-color-1: #1b1a55;
  --secondary-color-2: #07072b;
  --secondary-color-3: #f9b3a0;
  --white: #ffffff;
  --light-gray: #f8f9fa;
  --dark-gray: #333333;
  --text-color: #2c3e50;
  --font-title: "Bebas Neue", cursive;
  --font-body: "Overpass", sans-serif;
  --shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  --shadow-hover: 0 8px 25px rgba(0, 0, 0, 0.15);
  --border-radius: 12px;
  --transition: all 0.3s ease;
}

body {
  font-family: var(--font-body);
  line-height: 1.6;
  color: var(--text-color);
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-title);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1rem;
}

h1 {
  font-size: 3.5rem;
}
h2 {
  font-size: 2.8rem;
}
h3 {
  font-size: 2.2rem;
}
h4 {
  font-size: 1.8rem;
}

p {
  margin-bottom: 1rem;
  font-weight: 400;
}

.btn {
  display: inline-block;
  padding: 14px 32px;
  border: none;
  border-radius: var(--border-radius);
  text-decoration: none;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  transition: var(--transition);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
}

.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.btn:hover::before {
  left: 100%;
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary-color) 0%, #e55a2b 100%);
  color: var(--white);
  box-shadow: 0 4px 15px rgba(252, 103, 54, 0.3);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(252, 103, 54, 0.4);
}

.btn-secondary {
  background: linear-gradient(135deg, var(--secondary-color-1) 0%, var(--secondary-color-2) 100%);
  color: var(--white);
  box-shadow: 0 4px 15px rgba(27, 26, 85, 0.3);
}

.btn-secondary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(27, 26, 85, 0.4);
}

.btn-whatsapp {
  background: linear-gradient(135deg, #25d366 0%, #20b858 100%);
  color: var(--white);
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.btn-whatsapp:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
}

.btn-cta {
  padding: 18px 45px;
  font-size: 1.2rem;
}

.btn-large {
  padding: 16px 40px;
  font-size: 1.1rem;
}

.header {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.logo-img {
  height: 50px;
  width: auto;
}

.nav-list {
  display: flex;
  list-style: none;
  align-items: center;
  gap: 2.5rem;
}

.nav-link {
  text-decoration: none;
  color: var(--text-color);
  font-weight: 500;
  transition: var(--transition);
  position: relative;
  padding: 8px 0;
}

.nav-link:hover,
.nav-link.active {
  color: var(--primary-color);
}

.nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary-color), #e55a2b);
  border-radius: 2px;
}

.btn-login {
  background: linear-gradient(135deg, var(--primary-color) 0%, #e55a2b 100%);
  color: var(--white) !important;
  padding: 10px 24px;
  border-radius: var(--border-radius);
  box-shadow: 0 4px 15px rgba(252, 103, 54, 0.3);
}

.btn-login:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(252, 103, 54, 0.4);
}

.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 4px;
}

.mobile-menu-toggle span {
  width: 25px;
  height: 3px;
  background: var(--text-color);
  transition: var(--transition);
  border-radius: 2px;
}

.hero {
  background: linear-gradient(135deg, var(--secondary-color-2) 0%, var(--secondary-color-1) 100%);
  color: var(--white);
  padding: 180px 0 120px;
  text-align: center;
  margin-top: 70px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="50" cy="10" r="1" fill="rgba(255,255,255,0.03)"/><circle cx="10" cy="60" r="1" fill="rgba(255,255,255,0.03)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.3;
}

.hero-secondary {
  padding: 150px 0 80px;
}

.hero-content {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.hero-title {
  font-size: 4.5rem;
  margin-bottom: 2rem;
  line-height: 1.1;
  background: linear-gradient(135deg, #ffffff 0%, var(--secondary-color-3) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle {
  font-size: 1.4rem;
  margin-bottom: 3rem;
  opacity: 0.9;
  font-weight: 300;
}

.section-title {
  text-align: center;
  margin-bottom: 4rem;
  color: var(--secondary-color-1);
  position: relative;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color), #e55a2b);
  border-radius: 2px;
}

.section-subtitle {
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 3rem;
  color: var(--dark-gray);
  font-weight: 300;
}

.planes {
  padding: 120px 0;
  background: var(--light-gray);
}

.planes-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 3rem;
  margin-bottom: 4rem;
}

.plan-card {
  background: var(--white);
  border-radius: var(--border-radius);
  padding: 3rem 2.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: var(--transition);
  position: relative;
  text-align: center;
  border: 2px solid transparent;
}

.plan-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-color);
}

.plan-card.featured {
  border: 3px solid var(--primary-color);
  transform: scale(1.05);
  background: linear-gradient(135deg, #ffffff 0%, #fef9f7 100%);
}

.plan-card.featured:hover {
  transform: scale(1.05) translateY(-10px);
}

.plan-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--primary-color) 0%, #e55a2b 100%);
  color: var(--white);
  padding: 8px 24px;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(252, 103, 54, 0.3);
}

.plan-header {
  margin-bottom: 2.5rem;
}

.plan-name {
  color: var(--secondary-color-1);
  margin-bottom: 1.5rem;
  font-size: 2rem;
}

.plan-price {
  font-size: 3rem;
  font-weight: 700;
  color: var(--primary-color);
  font-family: var(--font-title);
  margin-bottom: 0.5rem;
}

.plan-price span {
  font-size: 1.1rem;
  color: var(--dark-gray);
  font-family: var(--font-body);
}

.plan-price-monthly {
  font-size: 1.3rem;
  color: var(--dark-gray);
  font-family: var(--font-body);
  font-weight: 500;
}

.plan-price-monthly span {
  font-size: 1rem;
}

.plan-features {
  margin-bottom: 3rem;
}

.plan-features ul {
  list-style: none;
  text-align: left;
}

.plan-features li {
  padding: 0.8rem 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
  border-bottom: 1px solid #f0f0f0;
}

.plan-features li:last-child {
  border-bottom: none;
}

.plan-features i {
  color: var(--primary-color);
  width: 20px;
  flex-shrink: 0;
  font-size: 1.1rem;
}

.planes-cta {
  text-align: center;
  margin-top: 4rem;
}

.domain-checker {
  padding: 120px 0;
  background: var(--white);
}

.domain-search {
  max-width: 700px;
  margin: 0 auto;
}

.search-box {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 3rem;
  background: var(--white);
  padding: 8px;
  border-radius: var(--border-radius);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.domain-input {
  flex: 1;
  padding: 18px 24px;
  border: 2px solid transparent;
  border-radius: var(--border-radius);
  font-size: 1.2rem;
  font-family: var(--font-body);
  background: var(--light-gray);
  transition: var(--transition);
}

.domain-input:focus {
  outline: none;
  border-color: var(--primary-color);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(252, 103, 54, 0.1);
}

.domain-result {
  background: var(--white);
  border-radius: var(--border-radius);
  padding: 3rem;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 2px solid var(--light-gray);
}

.result-message {
  font-size: 1.4rem;
  margin-bottom: 2rem;
  font-weight: 600;
}

.result-message.available {
  color: #28a745;
}

.result-message.unavailable {
  color: #dc3545;
}

.result-message.error {
  color: #dc3545;
}

.domain-actions {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

.tld-suggestions {
  margin: 2rem 0;
  padding: 2rem;
  background: var(--light-gray);
  border-radius: var(--border-radius);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.tld-suggestions h4 {
  color: var(--secondary-color-1);
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
  text-align: center;
}

.tld-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.tld-item {
  background: var(--white);
  border-radius: var(--border-radius);
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: var(--transition);
  border: 2px solid transparent;
}

.tld-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-color);
}

.tld-domain {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--secondary-color-1);
  margin-bottom: 1rem;
}

.tld-status {
  font-size: 0.9rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border-radius: 20px;
  font-weight: 500;
}

.tld-status.available {
  background: #d4edda;
  color: #155724;
}

.tld-status.unavailable {
  background: #f8d7da;
  color: #721c24;
}

.tld-item .btn {
  padding: 8px 20px;
  font-size: 0.9rem;
}

.benefits {
  padding: 120px 0;
  background: var(--light-gray);
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 3rem;
  margin-top: 4rem;
}

.benefit-item {
  text-align: center;
  padding: 3rem 2rem;
  background: var(--white);
  border-radius: var(--border-radius);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: var(--transition);
  border: 2px solid transparent;
}

.benefit-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-color);
}

.benefit-icon {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, var(--primary-color) 0%, #e55a2b 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
  box-shadow: 0 10px 30px rgba(252, 103, 54, 0.3);
}

.benefit-icon i {
  font-size: 2.5rem;
  color: var(--white);
}

.benefit-item h3 {
  color: var(--secondary-color-1);
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
}

.benefit-item p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin: 0;
}

.brand-design {
  padding: 120px 0;
  background: var(--white);
}

.brand-plans {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 3rem;
  margin-bottom: 5rem;
}

.brand-card {
  background: var(--light-gray);
  border-radius: var(--border-radius);
  padding: 3rem 2.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: var(--transition);
  position: relative;
  text-align: center;
  border: 2px solid transparent;
}

.brand-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-color);
}

.brand-card.featured {
  border: 3px solid var(--primary-color);
  background: linear-gradient(135deg, #ffffff 0%, #fef9f7 100%);
}

.brand-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--primary-color) 0%, #e55a2b 100%);
  color: var(--white);
  padding: 8px 24px;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(252, 103, 54, 0.3);
}

.brand-header {
  margin-bottom: 2.5rem;
}

.brand-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.brand-name {
  color: var(--secondary-color-1);
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
}

.brand-price {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary-color);
  font-family: var(--font-title);
}

.brand-price span {
  font-size: 1.1rem;
  color: var(--dark-gray);
  font-family: var(--font-body);
}

.brand-features {
  margin-bottom: 3rem;
}

.brand-features ul {
  list-style: none;
  text-align: left;
}

.brand-features li {
  padding: 0.8rem 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
  border-bottom: 1px solid #e0e0e0;
}

.brand-features li:last-child {
  border-bottom: none;
}

.brand-features i {
  color: var(--primary-color);
  width: 20px;
  flex-shrink: 0;
}

.brand-extras {
  background: var(--light-gray);
  border-radius: var(--border-radius);
  padding: 3rem;
  text-align: center;
}

.brand-extras h3 {
  color: var(--secondary-color-1);
  margin-bottom: 2rem;
  font-size: 2rem;
}

.extras-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.extra-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  background: var(--white);
  border-radius: var(--border-radius);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.extra-name {
  font-weight: 600;
  color: var(--text-color);
}

.extra-price {
  font-weight: 700;
  color: var(--primary-color);
  font-family: var(--font-title);
  font-size: 1.1rem;
}

.contact {
  padding: 120px 0;
  background: var(--light-gray);
  text-align: center;
}

.contact-actions {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 3rem;
}

.footer {
  background: var(--secondary-color-2);
  color: var(--white);
  padding: 80px 0 30px;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 4rem;
  margin-bottom: 4rem;
}

.footer-section h4 {
  color: var(--primary-color);
  margin-bottom: 2rem;
  font-size: 1.5rem;
}

.footer-section ul {
  list-style: none;
}

.footer-section ul li {
  margin-bottom: 1rem;
}

.footer-section ul li a {
  color: var(--white);
  text-decoration: none;
  transition: var(--transition);
  font-size: 1.1rem;
}

.footer-section ul li a:hover {
  color: var(--primary-color);
  padding-left: 5px;
}

.footer-section p {
  font-size: 1.1rem;
  line-height: 1.7;
  opacity: 0.9;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 3rem;
  text-align: center;
  opacity: 0.8;
  font-size: 1.1rem;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.modal-overlay.show {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  background: var(--white);
  border-radius: var(--border-radius);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  max-width: 500px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  transform: scale(0.7);
  transition: transform 0.3s ease;
}

.modal-overlay.show .modal-content {
  transform: scale(1);
}

.modal-header {
  padding: 2rem 2rem 1rem;
  border-bottom: 1px solid var(--light-gray);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-header h3 {
  color: var(--secondary-color-1);
  margin: 0;
  font-size: 1.5rem;
}

.modal-close {
  background: none;
  border: none;
  font-size: 2rem;
  color: var(--dark-gray);
  cursor: pointer;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: var(--transition);
}

.modal-close:hover {
  background: var(--light-gray);
  color: var(--primary-color);
}

.modal-body {
  padding: 1.5rem 2rem;
}

.modal-body p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--text-color);
  margin: 0;
}

.modal-footer {
  padding: 1rem 2rem 2rem;
  text-align: center;
}

.login-notification-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10001;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.login-notification-overlay.show {
  opacity: 1;
  visibility: visible;
}

.login-notification-content {
  background: var(--white);
  border-radius: var(--border-radius);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  padding: 4rem 3rem;
  text-align: center;
  max-width: 400px;
  width: 90%;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

.login-notification-overlay.show .login-notification-content {
  transform: scale(1);
}

.login-notification-title {
  font-family: var(--font-title);
  font-size: 3rem;
  color: var(--primary-color);
  margin-bottom: 1.5rem;
  font-weight: 400;
}

.login-notification-text {
  font-family: var(--font-body);
  font-size: 1.3rem;
  color: var(--text-color);
  margin: 0;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .container {
    padding: 0 30px;
  }

  .hero-title {
    font-size: 3.5rem;
  }

  .planes-row {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
  }

  .brand-plans {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .nav-list {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    flex-direction: column;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
    gap: 1.5rem;
  }

  .nav-list.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .mobile-menu-toggle {
    display: flex;
  }

  .mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
  }

  .hero {
    padding: 140px 0 80px;
  }

  .hero-title {
    font-size: 2.8rem;
    line-height: 1.2;
  }

  .hero-subtitle {
    font-size: 1.1rem;
  }

  .btn-cta {
    padding: 16px 32px;
    font-size: 1rem;
  }

  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2.2rem;
  }
  h3 {
    font-size: 1.8rem;
  }

  .section-title {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }

  .section-subtitle {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }

  .planes {
    padding: 80px 0;
  }

  .planes-row {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .plan-card {
    padding: 2rem 1.5rem;
  }

  .plan-card.featured {
    transform: none;
    margin: 0;
  }

  .plan-card.featured:hover {
    transform: translateY(-5px);
  }

  .search-box {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
  }

  .domain-input {
    padding: 16px 20px;
    font-size: 1.1rem;
  }

  .domain-result {
    padding: 2rem 1.5rem;
  }

  .domain-actions {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .benefits {
    padding: 80px 0;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .benefit-item {
    padding: 2rem 1.5rem;
  }

  .benefit-icon {
    width: 80px;
    height: 80px;
  }

  .benefit-icon i {
    font-size: 2rem;
  }

  .brand-design {
    padding: 80px 0;
  }

  .brand-plans {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .brand-card {
    padding: 2rem 1.5rem;
  }

  .extras-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .extra-item {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
    padding: 1.5rem;
  }

  .contact {
    padding: 80px 0;
  }

  .contact-actions {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }

  .footer {
    padding: 60px 0 20px;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }

  .modal-content {
    width: 95%;
    margin: 1rem;
  }

  .modal-header {
    padding: 1.5rem 1.5rem 1rem;
  }

  .modal-body {
    padding: 1rem 1.5rem;
  }

  .modal-footer {
    padding: 1rem 1.5rem 1.5rem;
  }

  .modal-header h3 {
    font-size: 1.3rem;
  }

  .tld-grid {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .tld-item {
    padding: 1rem;
  }

  .login-notification-content {
    padding: 3rem 2rem;
  }

  .login-notification-title {
    font-size: 2.5rem;
  }

  .login-notification-text {
    font-size: 1.1rem;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 20px;
  }

  .header {
    padding: 0;
  }

  .nav-wrapper {
    padding: 1rem 20px;
  }

  .logo-img {
    height: 40px;
  }

  .nav-list {
    top: 60px;
    padding: 1.5rem;
  }

  .hero {
    padding: 120px 0 60px;
  }

  .hero-title {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }

  .hero-subtitle {
    font-size: 1rem;
    margin-bottom: 2rem;
  }

  .btn {
    padding: 12px 24px;
    font-size: 0.9rem;
  }

  .btn-cta {
    padding: 14px 28px;
    font-size: 1rem;
  }

  .btn-large {
    padding: 14px 32px;
    font-size: 1rem;
  }

  .section-title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }

  .section-subtitle {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }

  .planes {
    padding: 60px 0;
  }

  .plan-card {
    padding: 1.5rem 1rem;
  }

  .plan-name {
    font-size: 1.5rem;
  }

  .plan-price {
    font-size: 2.2rem;
  }

  .plan-features li {
    padding: 0.6rem 0;
    font-size: 0.9rem;
  }

  .domain-checker {
    padding: 60px 0;
  }

  .search-box {
    padding: 0.5rem;
  }

  .domain-input {
    padding: 14px 16px;
    font-size: 1rem;
  }

  .domain-result {
    padding: 1.5rem 1rem;
  }

  .result-message {
    font-size: 1.1rem;
  }

  .benefits {
    padding: 60px 0;
  }

  .benefit-item {
    padding: 1.5rem 1rem;
  }

  .benefit-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 1.5rem;
  }

  .benefit-icon i {
    font-size: 1.8rem;
  }

  .benefit-item h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }

  .benefit-item p {
    font-size: 0.95rem;
  }

  .brand-design {
    padding: 60px 0;
  }

  .brand-card {
    padding: 1.5rem 1rem;
  }

  .brand-icon {
    font-size: 2.5rem;
  }

  .brand-name {
    font-size: 1.5rem;
  }

  .brand-price {
    font-size: 2rem;
  }

  .brand-extras {
    padding: 2rem 1rem;
  }

  .brand-extras h3 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }

  .extra-item {
    padding: 1rem;
  }

  .extra-name {
    font-size: 0.9rem;
  }

  .extra-price {
    font-size: 1rem;
  }

  .contact {
    padding: 60px 0;
  }

  .footer {
    padding: 40px 0 20px;
  }

  .footer-section h4 {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
  }

  .footer-section ul li a {
    font-size: 1rem;
  }

  .footer-section p {
    font-size: 1rem;
  }

  .footer-bottom {
    padding-top: 2rem;
    font-size: 1rem;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-content {
  animation: fadeInUp 0.8s ease-out;
}

.plan-card {
  animation: fadeInUp 0.6s ease-out;
}

.benefit-item {
  animation: fadeInUp 0.6s ease-out;
}

.brand-card {
  animation: fadeInUp 0.6s ease-out;
}

html {
  scroll-behavior: smooth;
}
/* Cursor personalizado con mouse.svg */
body, html {
  cursor: url('assets/images/mouse.svg'), auto;
}

