{"id":6682,"date":"2025-10-12T15:16:28","date_gmt":"2025-10-12T15:16:28","guid":{"rendered":"https:\/\/sattvafragrances.in\/?page_id=6682"},"modified":"2025-10-12T15:33:07","modified_gmt":"2025-10-12T15:33:07","slug":"bot","status":"publish","type":"page","link":"https:\/\/sattvafragrances.in\/index.php\/bot\/","title":{"rendered":"Bot"},"content":{"rendered":"<p><!DOCTYPE html><br \/>\n<html lang=\"en\"><br \/>\n<head><br \/>\n    <meta charset=\"UTF-8\"><br \/>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><br \/>\n    <title>Sattva Fragrances &#8211; AI Perfume Advisor<\/title>\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:wght@400;600;700&#038;family=Poppins:wght@300;400;600&#038;display=swap\" rel=\"stylesheet\">\n<style>\n        \/* Base styles *\/\n        body {\n            font-family: 'Poppins', sans-serif;\n            background: #ffffff; \n            color: #333; \n            display: flex;\n            align-items: center;\n            justify-content: center;\n            min-height: 100vh;\n            padding: 2rem;\n        }\n        \/* Agent container styles (the main chat window) *\/\n        .agent-container {\n            font-family: 'Poppins', sans-serif;\n            max-width: 900px;\n            width: 100%;\n            max-height: 90vh;\n            background: #FDF4E3; \/* Cream\/Ivory *\/\n            color: #333;\n            border-radius: 1.5rem;\n            box-shadow: 0 15px 40px rgba(0,0,0,0.25);\n            display: flex;\n            flex-direction: column;\n            overflow: hidden;\n        }\n        .agent-header {\n            \/* Terracotta and Mustard Yellow\/Gold gradient *\/\n            background: linear-gradient(145deg, #E2725B, #CC9933); \n            color: white;\n            padding: 1.25rem 1.5rem 1rem;\n            text-align: center;\n            flex-shrink: 0;\n        }\n        .agent-header h1 {\n            font-family: 'Cormorant Garamond', serif;\n            font-size: 1.85rem;\n            font-weight: 700;\n            margin-bottom: 0.25rem;\n        }\n        .agent-body {\n            padding: 2rem;\n            overflow-y: auto;\n            flex-grow: 1;\n        }\n        .question {\n            font-family: 'Cormorant Garamond', serif;\n            font-size: 1.6rem;\n            font-weight: 600;\n            margin-bottom: 1.5rem;\n            text-align: center;\n            \/* Question text color is Deep Brown *\/\n            color: #5E4A3B; \n        }\n        .option {\n            display: block;\n            width: 100%;\n            padding: 0.85rem 1rem;\n            text-align: center;\n            \/* Option background is pure white *\/\n            background-color: #ffffff; \n            \/* Option border is Sage Green *\/\n            border: 1px solid #A8B5A7; \n            border-radius: 0.75rem;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            font-size: 1rem;\n            \/* FIX: Changed option text color to Deep Brown for high contrast on white background *\/\n            color: #5E4A3B; \n        }\n        \/* New Style to match the dark option button look from your image, \n           while fixing the unreadable text. *\/\n        .grid .option {\n            \/* This will match the look of your image, using Deep Brown for the button background *\/\n            background-color: #5E4A3B; \n            border: none;\n            \/* FIX: Ensure text is white on the dark button background *\/\n            color: #ffffff;\n            \/* Adding margin to separate the options better *\/\n            margin-bottom: 0.75rem;\n            box-shadow: 0 2px 4px rgba(0,0,0,0.1);\n        }\n        .option:hover, .grid .option:hover {\n            \/* Hover background is Sage Green *\/\n            background-color: #A8B5A7; \n            \/* Hover border is Terracotta *\/\n            border-color: #E2725B; \n            transform: translateY(-2px);\n            \/* Ensure text is dark on the lighter hover background *\/\n            color: #5E4A3B;\n        }\n        \/* Style for the Active\/Selected option (e.g., 'Fresh & Aquatic' in your image) *\/\n        .option.active {\n            \/* Example of an active\/selected state using a strong color like Mustard Yellow *\/\n            background-color: #CC9933 !important;\n            color: #ffffff !important;\n        }\n        #recommendations-container h2 {\n            font-family: 'Cormorant Garamond', serif;\n            font-size: 1.6rem;\n            font-weight: 700;\n            \/* Header color is Deep Brown *\/\n            color: #5E4A3B; \n        }\n        .perfume-card {\n            background: #ffffff;\n            \/* Card border is Sage Green *\/\n            border: 1px solid #A8B5A7; \n            border-radius: 1rem;\n            padding: 1.5rem;\n            transition: box-shadow 0.3s ease;\n            display: flex;\n            flex-direction: column;\n        }\n        .perfume-card:hover {\n            box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n        }\n        .perfume-title {\n            font-family: 'Cormorant Garamond', serif;\n            font-size: 1.3rem;\n            font-weight: 700;\n            \/* Title color is Terracotta *\/\n            color: #E2725B; \n        }\n        .perfume-description {\n            color: #6b7280;\n            font-size: 0.9rem;\n            margin-top: 0.25rem;\n            margin-bottom: 0.75rem;\n            flex-grow: 1;\n        }\n        .perfume-link {\n            \/* Link color is Terracotta *\/\n            color: #E2725B; \n            font-weight: 600;\n            text-decoration: none;\n            transition: color 0.3s;\n        }\n        .perfume-link:hover {\n            \/* Link hover color is Deep Brown *\/\n            color: #5E4A3B; \n        }\n        .lux-button {\n            \/* Button gradient is Deep Brown\/Terracotta *\/\n            background: linear-gradient(145deg, #5E4A3B, #E2725B); \n            color: white;\n            font-family: 'Poppins', sans-serif;\n            font-weight: 500;\n            padding: 0.75rem 1rem;\n            border-radius: 0.75rem;\n            border: none;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            width: 100%;\n            margin-top: 1rem;\n        }\n        .lux-button:hover {\n            \/* Box shadow matches button color *\/\n            box-shadow: 0 5px 15px rgba(226, 114, 91, 0.3); \n            transform: translateY(-2px);\n        }\n    <\/style>\n<p><\/head><br \/>\n<body><\/p>\n<h1>AI Fragrance Concierge<\/h1>\n<p>AI-POWERED ASSISTANT<\/p>\n<h2>Your Bespoke Recommendations<\/h2>\n<p>                <button id=\"restart-btn\">Begin a New Consultation<\/button><br \/>\n<\/body><br \/>\n<\/html><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Sattva Fragrances &#8211; AI Perfume Advisor AI Fragrance Concierge AI-POWERED ASSISTANT Your Bespoke Recommendations Begin a New Consultation<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-6682","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/sattvafragrances.in\/index.php\/wp-json\/wp\/v2\/pages\/6682","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sattvafragrances.in\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sattvafragrances.in\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sattvafragrances.in\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sattvafragrances.in\/index.php\/wp-json\/wp\/v2\/comments?post=6682"}],"version-history":[{"count":17,"href":"https:\/\/sattvafragrances.in\/index.php\/wp-json\/wp\/v2\/pages\/6682\/revisions"}],"predecessor-version":[{"id":6699,"href":"https:\/\/sattvafragrances.in\/index.php\/wp-json\/wp\/v2\/pages\/6682\/revisions\/6699"}],"wp:attachment":[{"href":"https:\/\/sattvafragrances.in\/index.php\/wp-json\/wp\/v2\/media?parent=6682"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}