@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,700");

html,
body,
.main-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.main-wrapper {
  font-size: 15vmin;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  float: right;
  z-index: 999;
  position: fixed;
}

.aciklama {
  color: #ffffff;
  font-family: Montserrat, sans-serif;
  font-size: 3vmin;
  background-color: black;
  height: auto;
  display: block, flex;
  position: absolute;
  text-shadow: 0 -0.015em #be2b00;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  bottom: 0;
  text-decoration: none;
}

.aciklama a {
  text-decoration: none;
  color: #ffffff;
  font-family: Montserrat, sans-serif;
  font-size: 3vmin;
}


.signboard-wrapper {
  width: 105vmin;
  height: 55vmin;
  position: relative;
  flex-shrink: 0;
  transform-origin: center 2.5vmin;
  animation: 1000ms init forwards, 1000ms init-sign-move ease-out 1000ms, 3000ms sign-move 2000ms infinite;
}

.signboard-wrapper .signboard {
  color: #ffffff;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  background-color: #ff5625;
  width: 100vmin;
  height: 35vmin;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  border-radius: 4vmin;
  text-shadow: 0 -0.015em #be2b00;
}

.signboard-wrapper .string {
  width: 30vmin;
  height: 30vmin;
  border: solid 0.9vmin #893d00;
  border-bottom: none;
  border-right: none;
  position: absolute;
  left: 50%;
  transform-origin: top left;
  transform: rotatez(45deg);
}

.signboard-wrapper .pin {
  width: 5vmin;
  height: 5vmin;
  position: absolute;
  border-radius: 50%;
}

.signboard-wrapper .pin.pin1 {
  background-color: #9f9f9f;
  top: 0;
  left: calc(50% - 2.5vmin);
}

.signboard-wrapper .pin.pin2,
.signboard-wrapper .pin.pin3 {
  background-color: #d83000;
  top: 21.5vmin;
}

.signboard-wrapper .pin.pin2 {
  left: 13vmin;
}

.signboard-wrapper .pin.pin3 {
  right: 13vmin;
}

@keyframes init {
  0% {
    transform: scale(0);
  }

  40% {
    transform: scale(1.1);
  }

  60% {
    transform: scale(0.9);
  }

  80% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes init-sign-move {
  100% {
    transform: rotatez(3deg);
  }
}

@keyframes sign-move {
  0% {
    transform: rotatez(3deg);
  }

  50% {
    transform: rotatez(-3deg);
  }

  100% {
    transform: rotatez(3deg);
  }
}

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

        body {
            font-family: 'Inter', sans-serif;
            background: #0a0b0e;
            color: #ffffff;
            min-height: 100vh;
            padding: 20px;
            line-height: 1.6;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            background: linear-gradient(145deg, #101216, #1a1d24);
            border-radius: 60px;
            padding: 45px 40px;
            box-shadow: 0 30px 80px rgba(0, 0, 0, 0.7);
            border: 1px solid rgba(255, 255, 255, 0.06);
        }

        .btn {
            display: inline-block;
            background: linear-gradient(135deg, #ff6b35, #f7931e);
            color: #fff;
            font-weight: 700;
            padding: 18px 44px;
            border-radius: 60px;
            text-decoration: none;
            font-size: 1.1rem;
            border: none;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 8px 30px rgba(255, 107, 53, 0.35);
            letter-spacing: 0.5px;
        }

        .btn:hover {
            transform: translateY(-4px) scale(1.02);
            box-shadow: 0 14px 40px rgba(255, 107, 53, 0.5);
            background: linear-gradient(135deg, #ff7a4a, #f7a12e);
        }

        .btn-outline {
            background: transparent;
            border: 2px solid #ff6b35;
            color: #ff6b35;
            box-shadow: none;
        }

        .btn-outline:hover {
            background: #ff6b35;
            color: #fff;
            box-shadow: 0 8px 25px rgba(255, 107, 53, 0.3);
        }

        .btn-secondary {
            background: linear-gradient(135deg, #4361ee, #3a0ca3);
            box-shadow: 0 8px 30px rgba(67, 97, 238, 0.35);
        }

        .btn-secondary:hover {
            background: linear-gradient(135deg, #5a7aff, #4a1cb8);
            box-shadow: 0 14px 40px rgba(67, 97, 238, 0.5);
        }

        .logo-wrapper {
            display: flex;
            align-items: center;
            gap: 18px;
        }

        .logo-creative {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 85px;
            height: 85px;
            background: linear-gradient(135deg, #ff6b35, #f7931e, #4361ee);
            background-size: 300% 300%;
            border-radius: 30px 10px 30px 10px;
            color: #fff;
            font-size: 2.6rem;
            font-weight: 900;
            box-shadow: 0 12px 35px rgba(255, 107, 53, 0.4);
            transition: all 0.4s ease;
            position: relative;
            animation: gradientShift 4s ease infinite;
            text-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
            transform: rotate(-2deg);
        }

        .logo-creative::after {
            content: "✦";
            position: absolute;
            font-size: 1.2rem;
            top: -8px;
            right: -8px;
            color: #f7931e;
            text-shadow: 0 0 20px rgba(247, 147, 30, 0.6);
        }

        .logo-creative:hover {
            transform: rotate(0deg) scale(1.05);
            border-radius: 15px 30px 15px 30px;
        }

        @keyframes gradientShift {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }

        .brand-name {
            font-size: 1.8rem;
            font-weight: 800;
            letter-spacing: -0.5px;
        }

        .brand-name span {
            background: linear-gradient(135deg, #ff6b35, #f7931e);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .brand-name .dot {
            color: #4361ee;
            -webkit-text-fill-color: #4361ee;
        }

        .header {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 40px;
            padding-bottom: 25px;
            border-bottom: 2px solid rgba(255, 255, 255, 0.04);
        }

        .header-right {
            display: flex;
            align-items: center;
            gap: 20px;
            flex-wrap: wrap;
        }

        .price-badge {
            font-size: 1.6rem;
            font-weight: 800;
            background: linear-gradient(135deg, rgba(255, 107, 53, 0.2), rgba(67, 97, 238, 0.2));
            padding: 10px 28px;
            border-radius: 60px;
            color: #ff6b35;
            border: 1px solid rgba(255, 107, 53, 0.25);
            backdrop-filter: blur(10px);
        }

        .price-badge i {
            margin-right: 10px;
            color: #f7931e;
        }

        .status-badge {
            background: rgba(67, 97, 238, 0.2);
            color: #7b9aff;
            padding: 8px 20px;
            border-radius: 60px;
            font-size: 0.85rem;
            font-weight: 600;
            border: 1px solid rgba(67, 97, 238, 0.2);
        }

        .hero {
            display: flex;
            flex-wrap: wrap;
            gap: 50px;
            margin: 30px 0 60px 0;
        }

        .hero-content {
            flex: 1 1 350px;
        }

        .hero-content .tag {
            display: inline-block;
            background: linear-gradient(135deg, rgba(255, 107, 53, 0.15), rgba(67, 97, 238, 0.15));
            color: #f7931e;
            padding: 8px 22px;
            border-radius: 60px;
            font-size: 0.8rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            margin-bottom: 18px;
            border: 1px solid rgba(255, 107, 53, 0.15);
        }

        .hero-content h1 {
            font-size: 3.6rem;
            font-weight: 900;
            line-height: 1.1;
            margin-bottom: 20px;
            letter-spacing: -1.5px;
        }

        .hero-content h1 .gradient-text {
            background: linear-gradient(135deg, #ff6b35, #f7931e, #4361ee);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            background-size: 200% 200%;
            animation: gradientShift 5s ease infinite;
        }

        .hero-content p {
            font-size: 1.2rem;
            color: #b0b8c8;
            margin-bottom: 30px;
            max-width: 520px;
        }

        .hero-content .product-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            margin-bottom: 30px;
        }

        .product-tag {
            background: rgba(255, 255, 255, 0.05);
            padding: 8px 18px;
            border-radius: 60px;
            font-size: 0.85rem;
            font-weight: 600;
            color: #cbd5e1;
            border: 1px solid rgba(255, 255, 255, 0.06);
            transition: all 0.3s ease;
        }

        .product-tag i {
            margin-right: 8px;
            color: #ff6b35;
        }

        .product-tag:hover {
            background: rgba(255, 107, 53, 0.15);
            border-color: #ff6b35;
            transform: translateY(-2px);
        }

        .contact-info {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-top: 15px;
            padding: 15px 20px;
            background: rgba(255, 255, 255, 0.03);
            border-radius: 60px;
            border: 1px solid rgba(255, 255, 255, 0.05);
            max-width: 400px;
            transition: all 0.3s ease;
        }

        .contact-info:hover {
            background: rgba(255, 255, 255, 0.06);
            border-color: rgba(255, 107, 53, 0.2);
        }

        .contact-info i {
            font-size: 1.4rem;
            color: #ff6b35;
        }

        .contact-info .mail-text {
            font-size: 1.1rem;
            font-weight: 600;
            color: #fff;
        }

        .contact-info .mail-text span {
            color: #94a3b8;
            font-weight: 400;
            font-size: 0.9rem;
        }

        .contact-info .copy-btn {
            background: rgba(255, 255, 255, 0.05);
            border: none;
            color: #94a3b8;
            padding: 6px 14px;
            border-radius: 30px;
            cursor: pointer;
            font-size: 0.8rem;
            transition: all 0.3s ease;
            margin-left: auto;
        }

        .contact-info .copy-btn:hover {
            background: rgba(255, 107, 53, 0.2);
            color: #ff6b35;
        }

        .hero-products {
            flex: 1 1 350px;
        }

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

        .product-card {
            background: linear-gradient(145deg, #1e222b, #14181f);
            border-radius: 32px;
            padding: 25px 15px;
            text-align: center;
            border: 1px solid rgba(255, 255, 255, 0.05);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
            position: relative;
            overflow: hidden;
        }

        .product-card::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255, 107, 53, 0.05), transparent 70%);
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .product-card:hover::before {
            opacity: 1;
        }

        .product-card:hover {
            transform: translateY(-8px) scale(1.02);
            border-color: #ff6b35;
            box-shadow: 0 16px 45px rgba(255, 107, 53, 0.15);
        }

        .product-card:nth-child(1) .product-icon { color: #ff6b35; }
        .product-card:nth-child(2) .product-icon { color: #4361ee; }
        .product-card:nth-child(3) .product-icon { color: #f72585; }
        .product-card:nth-child(4) .product-icon { color: #06d6a0; }
        .product-card:nth-child(5) .product-icon { color: #ffd166; }
        .product-card:nth-child(6) .product-icon { color: #9d4edd; }

        .product-card:nth-child(1) { border-color: rgba(255, 107, 53, 0.2); }
        .product-card:nth-child(2) { border-color: rgba(67, 97, 238, 0.2); }
        .product-card:nth-child(3) { border-color: rgba(247, 37, 133, 0.2); }
        .product-card:nth-child(4) { border-color: rgba(6, 214, 160, 0.2); }
        .product-card:nth-child(5) { border-color: rgba(255, 209, 102, 0.2); }
        .product-card:nth-child(6) { border-color: rgba(157, 78, 221, 0.2); }

        .product-icon {
            font-size: 3rem;
            margin-bottom: 10px;
            display: block;
            transition: all 0.3s ease;
        }

        .product-card:hover .product-icon {
            transform: scale(1.15) rotate(-5deg);
        }

        .product-card h4 {
            font-size: 1rem;
            font-weight: 700;
            color: #fff;
            margin-bottom: 4px;
        }

        .product-card p {
            font-size: 0.75rem;
            color: #94a3b8;
        }

        .product-card .color-dots {
            display: flex;
            justify-content: center;
            gap: 6px;
            margin-top: 10px;
        }

        .color-dots span {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            display: inline-block;
            border: 1px solid rgba(255,255,255,0.1);
        }

        .features-section {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 25px;
            margin: 50px 0;
            padding: 35px 0;
            border-top: 1px solid rgba(255, 255, 255, 0.04);
            border-bottom: 1px solid rgba(255, 255, 255, 0.04);
        }

        .feature-box {
            background: rgba(255, 255, 255, 0.02);
            padding: 28px 22px;
            border-radius: 32px;
            text-align: center;
            border: 1px solid rgba(255, 255, 255, 0.03);
            transition: all 0.3s ease;
            backdrop-filter: blur(5px);
        }

        .feature-box:hover {
            background: rgba(255, 255, 255, 0.05);
            border-color: rgba(255, 107, 53, 0.2);
            transform: translateY(-5px);
        }

        .feature-box i {
            font-size: 2.4rem;
            margin-bottom: 14px;
            display: block;
        }

        .feature-box:nth-child(1) i { color: #ff6b35; }
        .feature-box:nth-child(2) i { color: #4361ee; }
        .feature-box:nth-child(3) i { color: #f72585; }
        .feature-box:nth-child(4) i { color: #06d6a0; }

        .feature-box h3 {
            font-size: 1.1rem;
            font-weight: 700;
            margin-bottom: 6px;
        }

        .feature-box p {
            font-size: 0.9rem;
            color: #94a3b8;
        }

        .cta-section {
            background: linear-gradient(135deg, #14181f, #0f172a);
            padding: 50px 40px;
            border-radius: 50px;
            text-align: center;
            margin: 30px 0 20px 0;
            border: 1px solid rgba(255, 107, 53, 0.1);
            position: relative;
            overflow: hidden;
        }

        .cta-section::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -20%;
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, rgba(255, 107, 53, 0.05), transparent 70%);
            border-radius: 50%;
        }

        .cta-section h2 {
            font-size: 2.6rem;
            font-weight: 900;
            margin-bottom: 10px;
            position: relative;
        }

        .cta-section .price-large {
            font-size: 3.8rem;
            font-weight: 900;
            background: linear-gradient(135deg, #ff6b35, #f7931e);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            letter-spacing: 2px;
        }

        .cta-section .sub-text {
            color: #b0b8c8;
            margin: 15px 0 30px 0;
            font-size: 1.1rem;
            position: relative;
        }

        .cta-buttons {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 18px;
            position: relative;
        }

        .footer {
            margin-top: 45px;
            padding-top: 25px;
            border-top: 1px solid rgba(255, 255, 255, 0.04);
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            font-size: 0.9rem;
            color: #64748b;
        }

        .footer a {
            color: #94a3b8;
            text-decoration: none;
            margin: 0 10px;
            transition: all 0.2s;
        }

        .footer a:hover {
            color: #ff6b35;
        }

        .footer .social-links a {
            font-size: 1.2rem;
        }

        .footer .mail-link {
            color: #ff6b35;
            font-weight: 600;
        }

        .footer .mail-link:hover {
            color: #f7931e;
            text-decoration: underline;
        }

        @media (max-width: 900px) {
            .container { padding: 30px 20px; border-radius: 40px; }
            .hero-content h1 { font-size: 2.8rem; }
            .product-grid { gap: 12px; }
            .product-card { padding: 18px 12px; }
            .product-icon { font-size: 2.4rem; }
            .contact-info { max-width: 100%; }
        }

        @media (max-width: 650px) {
            .container { padding: 20px 15px; border-radius: 30px; }
            .header { flex-direction: column; align-items: flex-start; gap: 15px; }
            .logo-creative { width: 65px; height: 65px; font-size: 2rem; border-radius: 20px 8px 20px 8px; }
            .brand-name { font-size: 1.3rem; }
            .price-badge { font-size: 1.2rem; padding: 6px 18px; }
            .hero-content h1 { font-size: 2.2rem; }
            .hero-content p { font-size: 1rem; }
            .product-grid { grid-template-columns: repeat(3, 1fr); }
            .product-card h4 { font-size: 0.8rem; }
            .cta-section { padding: 30px 20px; }
            .cta-section h2 { font-size: 2rem; }
            .cta-section .price-large { font-size: 2.8rem; }
            .footer { flex-direction: column; gap: 12px; text-align: center; }
            .contact-info { 
                flex-wrap: wrap; 
                justify-content: center;
                padding: 12px 16px;
            }
            .contact-info .mail-text {
                font-size: 0.95rem;
                text-align: center;
            }
            .contact-info .copy-btn {
                margin-left: 0;
            }
        }

        @media (max-width: 450px) {
            .product-grid { grid-template-columns: repeat(2, 1fr); }
            .hero-content h1 { font-size: 1.8rem; }
            .btn { padding: 14px 28px; font-size: 0.95rem; }
        }

        .toast {
            position: fixed;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%) translateY(100px);
            background: #1e293b;
            color: #fff;
            padding: 14px 28px;
            border-radius: 60px;
            font-weight: 600;
            border: 1px solid rgba(255, 107, 53, 0.2);
            box-shadow: 0 10px 40px rgba(0,0,0,0.5);
            opacity: 0;
            transition: all 0.5s ease;
            z-index: 999;
            font-size: 0.95rem;
        }

        .toast.show {
            opacity: 1;
            transform: translateX(-50%) translateY(0);
        }

        .toast i {
            color: #06d6a0;
            margin-right: 10px;
        }